From 7bf06228f68b1d956bf40090320822a76f49704a Mon Sep 17 00:00:00 2001 From: Ara Winters Date: Wed, 10 Jul 2019 12:29:20 -0700 Subject: [PATCH 1/5] excise graph components to separate module. #62 --- ...-relationship-network-input.component.html | 0 ...-relationship-network-input.component.scss | 0 ...lationship-network-input.component.spec.ts | 0 ...sz-relationship-network-input.component.ts | 0 ...relationship-network-lookup.component.html | 0 ...relationship-network-lookup.component.scss | 0 ...ationship-network-lookup.component.spec.ts | 0 ...z-relationship-network-lookup.component.ts | 0 ...relationship-network-upload.component.html | 0 ...relationship-network-upload.component.scss | 0 ...ationship-network-upload.component.spec.ts | 0 ...z-relationship-network-upload.component.ts | 0 .../sz-relationship-network/graph-types.ts | 0 .../sz-relationship-network.component.html | 0 .../sz-relationship-network.component.scss | 0 .../sz-relationship-network.component.spec.ts | 0 .../sz-relationship-network.component.ts | 0 .../sz-relationship-path.component.html | 0 .../sz-relationship-path.component.scss | 0 .../sz-relationship-path.component.spec.ts | 0 .../sz-relationship-path.component.ts | 0 .../graph/sz-relationship-path/test.json | 0 .../src/app/app.module.ts | 14 +++--- package-lock.json | 45 +++++++++---------- package.json | 1 + src/README.md | 2 + src/lib/sdk.module.ts | 33 ++++++-------- src/public_api.ts | 6 +++ 28 files changed, 50 insertions(+), 51 deletions(-) rename {src/lib => deprecated}/graph/sz-relationship-network-input/sz-relationship-network-input.component.html (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-input/sz-relationship-network-input.component.scss (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-input/sz-relationship-network-input.component.spec.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-input/sz-relationship-network-input.component.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.html (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.scss (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.spec.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.html (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.scss (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.spec.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network/graph-types.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network/sz-relationship-network.component.html (100%) rename {src/lib => deprecated}/graph/sz-relationship-network/sz-relationship-network.component.scss (100%) rename {src/lib => deprecated}/graph/sz-relationship-network/sz-relationship-network.component.spec.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-network/sz-relationship-network.component.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-path/sz-relationship-path.component.html (100%) rename {src/lib => deprecated}/graph/sz-relationship-path/sz-relationship-path.component.scss (100%) rename {src/lib => deprecated}/graph/sz-relationship-path/sz-relationship-path.component.spec.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-path/sz-relationship-path.component.ts (100%) rename {src/lib => deprecated}/graph/sz-relationship-path/test.json (100%) diff --git a/src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.html b/deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.html similarity index 100% rename from src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.html rename to deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.html diff --git a/src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.scss b/deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.scss similarity index 100% rename from src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.scss rename to deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.scss diff --git a/src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.spec.ts b/deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.spec.ts similarity index 100% rename from src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.spec.ts rename to deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.spec.ts diff --git a/src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.ts b/deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.ts similarity index 100% rename from src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.ts rename to deprecated/graph/sz-relationship-network-input/sz-relationship-network-input.component.ts diff --git a/src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.html b/deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.html similarity index 100% rename from src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.html rename to deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.html diff --git a/src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.scss b/deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.scss similarity index 100% rename from src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.scss rename to deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.scss diff --git a/src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.spec.ts b/deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.spec.ts similarity index 100% rename from src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.spec.ts rename to deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.spec.ts diff --git a/src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.ts b/deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.ts similarity index 100% rename from src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.ts rename to deprecated/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.ts diff --git a/src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.html b/deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.html similarity index 100% rename from src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.html rename to deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.html diff --git a/src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.scss b/deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.scss similarity index 100% rename from src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.scss rename to deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.scss diff --git a/src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.spec.ts b/deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.spec.ts similarity index 100% rename from src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.spec.ts rename to deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.spec.ts diff --git a/src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.ts b/deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.ts similarity index 100% rename from src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.ts rename to deprecated/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.ts diff --git a/src/lib/graph/sz-relationship-network/graph-types.ts b/deprecated/graph/sz-relationship-network/graph-types.ts similarity index 100% rename from src/lib/graph/sz-relationship-network/graph-types.ts rename to deprecated/graph/sz-relationship-network/graph-types.ts diff --git a/src/lib/graph/sz-relationship-network/sz-relationship-network.component.html b/deprecated/graph/sz-relationship-network/sz-relationship-network.component.html similarity index 100% rename from src/lib/graph/sz-relationship-network/sz-relationship-network.component.html rename to deprecated/graph/sz-relationship-network/sz-relationship-network.component.html diff --git a/src/lib/graph/sz-relationship-network/sz-relationship-network.component.scss b/deprecated/graph/sz-relationship-network/sz-relationship-network.component.scss similarity index 100% rename from src/lib/graph/sz-relationship-network/sz-relationship-network.component.scss rename to deprecated/graph/sz-relationship-network/sz-relationship-network.component.scss diff --git a/src/lib/graph/sz-relationship-network/sz-relationship-network.component.spec.ts b/deprecated/graph/sz-relationship-network/sz-relationship-network.component.spec.ts similarity index 100% rename from src/lib/graph/sz-relationship-network/sz-relationship-network.component.spec.ts rename to deprecated/graph/sz-relationship-network/sz-relationship-network.component.spec.ts diff --git a/src/lib/graph/sz-relationship-network/sz-relationship-network.component.ts b/deprecated/graph/sz-relationship-network/sz-relationship-network.component.ts similarity index 100% rename from src/lib/graph/sz-relationship-network/sz-relationship-network.component.ts rename to deprecated/graph/sz-relationship-network/sz-relationship-network.component.ts diff --git a/src/lib/graph/sz-relationship-path/sz-relationship-path.component.html b/deprecated/graph/sz-relationship-path/sz-relationship-path.component.html similarity index 100% rename from src/lib/graph/sz-relationship-path/sz-relationship-path.component.html rename to deprecated/graph/sz-relationship-path/sz-relationship-path.component.html diff --git a/src/lib/graph/sz-relationship-path/sz-relationship-path.component.scss b/deprecated/graph/sz-relationship-path/sz-relationship-path.component.scss similarity index 100% rename from src/lib/graph/sz-relationship-path/sz-relationship-path.component.scss rename to deprecated/graph/sz-relationship-path/sz-relationship-path.component.scss diff --git a/src/lib/graph/sz-relationship-path/sz-relationship-path.component.spec.ts b/deprecated/graph/sz-relationship-path/sz-relationship-path.component.spec.ts similarity index 100% rename from src/lib/graph/sz-relationship-path/sz-relationship-path.component.spec.ts rename to deprecated/graph/sz-relationship-path/sz-relationship-path.component.spec.ts diff --git a/src/lib/graph/sz-relationship-path/sz-relationship-path.component.ts b/deprecated/graph/sz-relationship-path/sz-relationship-path.component.ts similarity index 100% rename from src/lib/graph/sz-relationship-path/sz-relationship-path.component.ts rename to deprecated/graph/sz-relationship-path/sz-relationship-path.component.ts diff --git a/src/lib/graph/sz-relationship-path/test.json b/deprecated/graph/sz-relationship-path/test.json similarity index 100% rename from src/lib/graph/sz-relationship-path/test.json rename to deprecated/graph/sz-relationship-path/test.json diff --git a/examples/search-with-results-and-details/src/app/app.module.ts b/examples/search-with-results-and-details/src/app/app.module.ts index 6ed4025c..ed41de48 100644 --- a/examples/search-with-results-and-details/src/app/app.module.ts +++ b/examples/search-with-results-and-details/src/app/app.module.ts @@ -10,19 +10,19 @@ import { SzSearchComponentTest } from './search/sz-search/sz-search.component'; import { SzSearchResultsTestComponent } from './search/sz-search-results-test/sz-search-results-test.component'; import { SzSearchResultsCardTestComponent } from './search/sz-search-results-card-test/sz-search-results-card-test.component'; -import { SzRelationshipNetworkInputComponent } from '../../../../src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component'; -import { SzRelationshipNetworkLookupComponent } from '../../../../src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component'; -import { SzRelationshipNetworkUploadComponent } from '../../../../src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component'; + +/* +import { + SenzingSdkGraphModule +} from '@senzing/sdk-graph-components'; +*/ @NgModule({ declarations: [ AppComponent, SzSearchComponentTest, SzSearchResultsTestComponent, - SzSearchResultsCardTestComponent, - SzRelationshipNetworkInputComponent, - SzRelationshipNetworkLookupComponent, - SzRelationshipNetworkUploadComponent + SzSearchResultsCardTestComponent ], imports: [ BrowserModule, diff --git a/package-lock.json b/package-lock.json index 892fedab..22c38b60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1149,6 +1149,14 @@ "tslib": "^1.9.0" } }, + "@senzing/sdk-graph-components": { + "version": "file:../sdk-graph-components/dist/@senzing/sdk-graph-components/senzing-sdk-graph-components-0.0.1.tgz", + "integrity": "sha512-0i6C+7iOGMZzg1skDEo+rhcyi/K3kpB1aJU8uTmmAoZdXcQ5prPOaGQ+xDgKxnSJgqmAzRN1+iFvT9pPHUCN3A==", + "requires": { + "@senzing/rest-api-client-ng": "^1.0.2", + "tslib": "^1.9.0" + } + }, "@types/d3": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/@types/d3/-/d3-5.7.1.tgz", @@ -5405,6 +5413,10 @@ "schema-utils": "^1.0.0" } }, + "file-saver": { + "version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", + "from": "github:eligrey/FileSaver.js#1.3.8" + }, "filename-regex": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", @@ -5675,14 +5687,12 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5697,20 +5707,17 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -5827,8 +5834,7 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "ini": { "version": "1.3.5", @@ -5840,7 +5846,6 @@ "version": "1.0.0", "bundled": true, "dev": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5855,7 +5860,6 @@ "version": "3.0.4", "bundled": true, "dev": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -5863,14 +5867,12 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, - "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -5889,7 +5891,6 @@ "version": "0.5.1", "bundled": true, "dev": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -5970,8 +5971,7 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "object-assign": { "version": "4.1.1", @@ -5983,7 +5983,6 @@ "version": "1.4.0", "bundled": true, "dev": true, - "optional": true, "requires": { "wrappy": "1" } @@ -6105,7 +6104,6 @@ "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -7897,6 +7895,7 @@ "integrity": "sha512-J9X76xnncMw+wIqb15HeWfPMqPwYxSpPY8yWPJ7rAZN/ZDzFkjCSZObryCyUe8zbrVRNiuCnIeQteCzMn7GnWw==", "requires": { "canvg": "1.5.3", + "file-saver": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", "html2canvas": "1.0.0-alpha.12", "omggif": "1.0.7", "promise-polyfill": "8.1.0", @@ -7911,10 +7910,6 @@ "base64-arraybuffer": "^0.1.5" } }, - "file-saver": { - "version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", - "from": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e" - }, "html2canvas": { "version": "1.0.0-alpha.12", "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.12.tgz", diff --git a/package.json b/package.json index f6d87602..b26eb31f 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ "@angular/platform-browser-dynamic": "~7.1.0", "@angular/router": "~7.1.0", "@senzing/rest-api-client-ng": "^1.0.2", + "@senzing/sdk-graph-components": "file:../sdk-graph-components/dist/@senzing/sdk-graph-components/senzing-sdk-graph-components-0.0.1.tgz", "core-js": "^2.5.4", "d3": "^5.9.1", "document-register-element": "1.8.1", diff --git a/src/README.md b/src/README.md index 995bb347..3e0c9458 100644 --- a/src/README.md +++ b/src/README.md @@ -1,5 +1,7 @@ # @senzing/sdk-components-ng +[![Build Status](https://travis-ci.com/senzingiris/sdk-components-ng.svg?token=WxmiqA9RBhXENsrx41xE&branch=master)](https://travis-ci.com/senzingiris/sdk-components-ng) + ## Overview This project is for the Senzing® SDK components that can be used in other projects using Angular 7.X.X. diff --git a/src/lib/sdk.module.ts b/src/lib/sdk.module.ts index 91fb6912..921d1b88 100644 --- a/src/lib/sdk.module.ts +++ b/src/lib/sdk.module.ts @@ -45,11 +45,20 @@ import { SzSearchResultCardHeaderComponent } from './search/sz-search-result-car import { SzConfigurationAboutComponent } from './configuration/sz-configuration-about/sz-configuration-about.component'; import { SzConfigurationComponent } from './configuration/sz-configuration/sz-configuration.component'; import { SzPoweredByComponent } from './sz-powered-by/sz-powered-by.component'; + +/* import { SzRelationshipNetworkComponent } from './graph/sz-relationship-network/sz-relationship-network.component'; import { SzRelationshipNetworkInputComponent } from './graph/sz-relationship-network-input/sz-relationship-network-input.component'; import { SzRelationshipNetworkLookupComponent } from './graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component'; import { SzRelationshipNetworkUploadComponent } from './graph/sz-relationship-network-upload/sz-relationship-network-upload.component'; import { SzRelationshipPathComponent } from './graph/sz-relationship-path/sz-relationship-path.component'; +*/ + +import { + SenzingSdkGraphModule +} from '@senzing/sdk-graph-components'; + + /** * Sets up a default set of service parameters for use * by the SDK Components. @@ -60,7 +69,7 @@ import { SzRelationshipPathComponent } from './graph/sz-relationship-path/sz-rel */ export function SzDefaultRestConfigurationFactory(): SzRestConfiguration { return new SzRestConfiguration({ - basePath: 'http://localhost:2080', + basePath: 'http://localhost:8080', withCredentials: true }); } @@ -91,18 +100,14 @@ const SzRestConfigurationInjector = new InjectionToken("SzR SzSearchResultCardHeaderComponent, SzConfigurationAboutComponent, SzConfigurationComponent, - SzPoweredByComponent, - SzRelationshipNetworkComponent, - SzRelationshipNetworkInputComponent, - SzRelationshipNetworkLookupComponent, - SzRelationshipNetworkUploadComponent, - SzRelationshipPathComponent + SzPoweredByComponent ], imports: [ CommonModule, HttpClientModule, FormsModule, ReactiveFormsModule, + SenzingSdkGraphModule, ApiModule ], exports: [ @@ -112,12 +117,7 @@ const SzRestConfigurationInjector = new InjectionToken("SzR SzSearchResultCardComponent, SzPoweredByComponent, SzConfigurationComponent, - SzConfigurationAboutComponent, - SzRelationshipNetworkComponent, - SzRelationshipNetworkInputComponent, - SzRelationshipNetworkLookupComponent, - SzRelationshipNetworkUploadComponent, - SzRelationshipPathComponent + SzConfigurationAboutComponent ], /** for components being exported as web components */ entryComponents: [ @@ -126,12 +126,7 @@ const SzRestConfigurationInjector = new InjectionToken("SzR SzSearchResultsComponent, SzPoweredByComponent, SzConfigurationComponent, - SzConfigurationAboutComponent, - SzRelationshipNetworkComponent, - SzRelationshipNetworkInputComponent, - SzRelationshipNetworkLookupComponent, - SzRelationshipNetworkUploadComponent, - SzRelationshipPathComponent + SzConfigurationAboutComponent ], providers: [ SzMessageBundleService, diff --git a/src/public_api.ts b/src/public_api.ts index 9a30ffe6..da493c2b 100644 --- a/src/public_api.ts +++ b/src/public_api.ts @@ -24,17 +24,23 @@ export * from './lib/entity/detail/sz-entity-detail.component'; export * from './lib/sz-powered-by/sz-powered-by.component'; export * from './lib/configuration/sz-configuration/sz-configuration.component'; export * from './lib/configuration/sz-configuration-about/sz-configuration-about.component'; + +export * from '@senzing/sdk-graph-components'; +/* export * from './lib/graph/sz-relationship-network/sz-relationship-network.component'; export * from './lib/graph/sz-relationship-network-input/sz-relationship-network-input.component'; export * from './lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component'; export * from './lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component'; export * from './lib/graph/sz-relationship-path/sz-relationship-path.component'; +*/ /** models */ +/* export * from './lib/models/responces/search-results/sz-search-result-entity-data'; export * from './lib/models/entity-detail-section-data'; export * from './lib/models/entity-search'; export * from './lib/models/network-graph-inputs'; +*/ /** export some members of rest client to ease type use */ export { From 5447166c8018b87bc5fc806f6811b553d8f6670c Mon Sep 17 00:00:00 2001 From: Ara Winters Date: Wed, 10 Jul 2019 16:45:42 -0700 Subject: [PATCH 2/5] updated docs --- README.md | 6 +- .../SzConfigurationAboutComponent.html | 2 +- docs/components/SzConfigurationComponent.html | 2 +- docs/components/SzEntityDetailComponent.html | 89 +++- docs/components/SzPoweredByComponent.html | 2 +- docs/components/SzSearchComponent.html | 43 +- docs/components/SzSearchResultsComponent.html | 2 +- docs/dependencies.html | 6 +- docs/index.html | 6 +- docs/injectables/SzPdfUtilService.html | 432 ++++++++++++++++++ docs/js/menu-wc.js | 2 +- docs/js/search/search_index.js | 4 +- docs/modules/SenzingSdkModule.html | 50 +- docs/overview.html | 6 +- src/README.md | 6 +- 15 files changed, 580 insertions(+), 78 deletions(-) create mode 100644 docs/injectables/SzPdfUtilService.html diff --git a/README.md b/README.md index 3e0c9458..08796875 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ And that's it! At least for the quickstart. There are a ton more options for run The SenzingSDKModule accepts a factory method that returns an instance of the [SzRestConfiguration](https://senzing.github.io/rest-api-client-ng/classes/Configuration.html) class. By adding a factory like the following to the forRoot method, you can change services configuration to point to non-default values. -The following tells any components to turn on CORS functionality and make all api requests to localhost port 2080 (i.e.: http://localhost:2080/). +The following tells any components to turn on CORS functionality and make all api requests to localhost port 8080 (i.e.: http://localhost:8080/). ```typescript import { BrowserModule } from '@angular/platform-browser'; @@ -180,7 +180,7 @@ import { AppComponent } from './app.component'; // for AOT compilation export function SzRestConfigurationFactory() { return new SzRestConfiguration({ - basePath: 'http://localhost:2080', + basePath: 'http://localhost:8080', withCredentials: true }); } @@ -233,7 +233,7 @@ Occasionally something does go wrong (I know, I know right?). Here are some comm passing in an instance of SzRestConfiguration to the SenzingSdkModule.forRoot method.

Double check and make sure you can connect to your rest server via - curl -i http://localhost:2080/heartbeat + curl -i http://localhost:8080/heartbeat The api is trying to hit the rest server without an appropriate basepath or the hostname. diff --git a/docs/components/SzConfigurationAboutComponent.html b/docs/components/SzConfigurationAboutComponent.html index efde1fd0..601b630a 100644 --- a/docs/components/SzConfigurationAboutComponent.html +++ b/docs/components/SzConfigurationAboutComponent.html @@ -428,7 +428,7 @@

diff --git a/docs/components/SzConfigurationComponent.html b/docs/components/SzConfigurationComponent.html index d2719838..58bf73cc 100644 --- a/docs/components/SzConfigurationComponent.html +++ b/docs/components/SzConfigurationComponent.html @@ -773,7 +773,7 @@

diff --git a/docs/components/SzEntityDetailComponent.html b/docs/components/SzEntityDetailComponent.html index 8ef3f451..2e3d6b27 100644 --- a/docs/components/SzEntityDetailComponent.html +++ b/docs/components/SzEntityDetailComponent.html @@ -137,6 +137,9 @@

Properties
Public entity +
  • + nativeElementRef +
  • @@ -222,6 +225,9 @@
    Accessors
      +
    • + nativeElement +
    • entityData
    • @@ -748,6 +754,50 @@

      + + + + + + + + + + + + + + + + + + + + +
      + + + + nativeElementRef + + + +
      + nativeElementRef: ElementRef + +
      + Type : ElementRef + +
      + Decorators : +
      + + @ViewChild('nativeElementRef')
      +
      +
      +

      used for print and pdf support, allows fetching DOM HTMLElement

      +
      +
      @@ -756,6 +806,23 @@

      Accessors

      + + + + + + + + + + + +
      + + nativeElement +
      + getnativeElement() +
      @@ -1144,17 +1211,17 @@

      
       <!-- @senzing/sdk/entity/detail/sz-entity-detail -->
      -<div>
      +<div #nativeElementRef>
         <sz-entity-detail-header
         [entity]="entity">
         </sz-entity-detail-header>
       
      -  <sz-entity-detail-graph
      +  <sz-entity-detail-graph data-html2canvas-ignore
           *ngIf="graphData && this._showGraphSection"
           [data]="graphData"
         ></sz-entity-detail-graph>
       
      -  <sz-entity-details-section
      +  <sz-entity-details-section class="details-section datasources"
           *ngIf="entity?.resolvedEntity?.records?.length"
           [sectionData]="entity?.resolvedEntity?.records"
           [sectionTitle]="'Matched Records'"
      @@ -1163,15 +1230,15 @@ 

      (entityRecordClick)="onEntityRecordClick($event)"> </sz-entity-details-section> - <sz-entity-details-section - *ngIf="this.possibleMatches?.length" - [sectionData]="this.possibleMatches" + <sz-entity-details-section class="details-section possible" + *ngIf="this._possibleMatches?.length" + [sectionData]="this._possibleMatches" [sectionTitle]="'Possible Matches'" sectionId="detail-section-2" - [sectionCount]="this.possibleMatches?.length" + [sectionCount]="this._possibleMatches?.length" (entityRecordClick)="onEntityRecordClick($event)"> </sz-entity-details-section> - <sz-entity-details-section + <sz-entity-details-section class="details-section discovered" *ngIf="this._discoveredRelationships?.length" [sectionData]="this._discoveredRelationships" [sectionTitle]="'Possible Relationships'" @@ -1179,7 +1246,7 @@

      [sectionCount]="this._discoveredRelationships?.length" (entityRecordClick)="onEntityRecordClick($event)"> </sz-entity-details-section> - <sz-entity-details-section + <sz-entity-details-section class="details-section disclosed" *ngIf="this._disclosedRelationships?.length" [sectionData]="this._disclosedRelationships" [sectionTitle]="'Disclosed Relationships'" @@ -1215,8 +1282,8 @@

      diff --git a/docs/components/SzPoweredByComponent.html b/docs/components/SzPoweredByComponent.html index dbea7eb1..e37715c5 100644 --- a/docs/components/SzPoweredByComponent.html +++ b/docs/components/SzPoweredByComponent.html @@ -324,7 +324,7 @@

      diff --git a/docs/components/SzSearchComponent.html b/docs/components/SzSearchComponent.html index 6595cf12..2e304b6f 100644 --- a/docs/components/SzSearchComponent.html +++ b/docs/components/SzSearchComponent.html @@ -154,6 +154,10 @@

      Methods
      Public getDisabled +
    • + Public + getSearchParams +
    • Public onKeyEnter @@ -1854,6 +1858,43 @@

    • + + + + + + + + + + + + + + + + +
      + + + + Public + getSearchParams + + + +
      + + getSearchParams() +
      +

      get the current search params from input values

      +
      + +
      + Returns : any + +
      +
      @@ -5038,7 +5079,7 @@

      diff --git a/docs/components/SzSearchResultsComponent.html b/docs/components/SzSearchResultsComponent.html index 384769c2..688508ae 100644 --- a/docs/components/SzSearchResultsComponent.html +++ b/docs/components/SzSearchResultsComponent.html @@ -1069,7 +1069,7 @@

      diff --git a/docs/dependencies.html b/docs/dependencies.html index 6f68cc6f..63df3974 100644 --- a/docs/dependencies.html +++ b/docs/dependencies.html @@ -70,17 +70,21 @@
    • @senzing/rest-api-client-ng : ^1.0.2
    • - @types/d3 : ^5.7.1
    • + @senzing/sdk-graph-components : ^0.0.1
    • core-js : ^2.5.4
    • d3 : ^5.9.1
    • document-register-element : 1.8.1
    • +
    • + html2canvas : ^1.0.0-rc.3
    • http-server : ^0.11.1
    • json-query-string : ^1.0.0
    • +
    • + jspdf : ^1.5.3
    • rxjs : ~6.3.3
    • diff --git a/docs/index.html b/docs/index.html index 425eada3..9044488b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,7 +141,7 @@

      Usage

      Configuration & Parameters

      The SenzingSDKModule accepts a factory method that returns an instance of the SzRestConfiguration class. By adding a factory like the following to the forRoot method, you can change services configuration to point to non-default values.

      -

      The following tells any components to turn on CORS functionality and make all api requests to localhost port 2080 (i.e.: http://localhost:2080/).

      +

      The following tells any components to turn on CORS functionality and make all api requests to localhost port 8080 (i.e.: http://localhost:8080/).

      import { BrowserModule } from '@angular/platform-browser';
       import { NgModule } from '@angular/core';
       import { SenzingSdkModule, SzRestConfiguration } from '@senzing/sdk-components-ng';
      @@ -151,7 +151,7 @@ 

      Configuration & Parameters

      // for AOT compilation export function SzRestConfigurationFactory() { return new SzRestConfiguration({ - basePath: 'http://localhost:2080', + basePath: 'http://localhost:8080', withCredentials: true }); } @@ -193,7 +193,7 @@

      Troubleshooting

      passing in an instance of SzRestConfiguration to the SenzingSdkModule.forRoot method.

      Double check and make sure you can connect to your rest server via - curl -i http://localhost:2080/heartbeat + curl -i http://localhost:8080/heartbeat
    • The api is trying to hit the rest server without an appropriate basepath or the hostname. diff --git a/docs/injectables/SzPdfUtilService.html b/docs/injectables/SzPdfUtilService.html new file mode 100644 index 00000000..dd9dd706 --- /dev/null +++ b/docs/injectables/SzPdfUtilService.html @@ -0,0 +1,432 @@ + + + + + + Senzing SDK Components + + + + + + + + + + + + +
      +
      + + +
      +
      + + + + + + + + + + + +
      +
      +

      +

      File

      +

      +

      + src/lib/services/sz-pdf-util.service.ts +

      + +

      +

      Description

      +

      +

      +

      Utility service for creating and manipulating PDF files from components and models.

      + +

      + +

      +

      Example

      +

      +
      +
      + +
      +

      Index

      + + + + + + + + + + + + + + + +
      +
      Methods
      +
      + +
      +
      + +
      +

      Constructor

      + + + + + + + + + + +
      +constructor(entityDataService: EntityDataService, titleCasePipe: TitleCasePipe, configService: ConfigService) +
      +
      + Parameters : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      NameTypeOptional
      entityDataService + EntityDataService + + No +
      titleCasePipe + TitleCasePipe + + No +
      configService + ConfigService + + No +
      +
      +
      +
      + +
      + +

      + Methods +

      + + + + + + + + + + + + + + + + +
      + + + + Public + createPdfFromAttributeSearch + + + +
      + + createPdfFromAttributeSearch(data: SzAttributeSearchResult[], searchParams?: SzEntitySearchParams, resultsPerPage: number) +
      +

      Create a downloadable PDF from a attribute search result.

      +
      + +
      + Parameters : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      NameTypeOptionalDefault value
      data + SzAttributeSearchResult[] + + No + +
      searchParams + SzEntitySearchParams + + Yes + +
      resultsPerPage + number + + No + + 10 +
      +
      +
      +
      +
      + Returns : void + +
      +
      + +
      +
      + + + + + + + + + + + + + + + + +
      + + + + Public + createPdfFromHtmlElement + + + +
      + + createPdfFromHtmlElement(node: HTMLElement | any, filename: string) +
      +

      Create a downloadable PDF from an HTMLElement node. Uses canvas as an intermediary.

      +
      + +
      + Parameters : + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      NameTypeOptionalDefault value
      node + HTMLElement | any + + No + +
      filename + string + + No + + 'result.pdf' +
      +
      +
      +
      +
      + Returns : Promise<boolean> + +
      +
      + +
      +
      +
      + + +
      + + + +
      + + + + + + + + + + + +
      +
      +

      result-matching ""

      +
        +
        +
        +

        No results matching ""

        +
        +
        +
        + +
        +
        + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/js/menu-wc.js b/docs/js/menu-wc.js index 4c17e861..bb1a1df2 100644 --- a/docs/js/menu-wc.js +++ b/docs/js/menu-wc.js @@ -31,7 +31,7 @@ customElements.define('compodoc-menu', function (_HTMLElement) { key: 'render', value: function render(isNormalMode) { let tp = lithtml.html( -'' +'' ); this.innerHTML = tp.strings; } diff --git a/docs/js/search/search_index.js b/docs/js/search/search_index.js index 3e9ed650..81caabd7 100644 --- a/docs/js/search/search_index.js +++ b/docs/js/search/search_index.js @@ -1,4 +1,4 @@ var COMPODOC_SEARCH_INDEX = { - "index": {"version":"2.3.5","fields":["title","body"],"fieldVectors":[["title/interfaces/Graph.html",[0,0.27,1,1.877]],["body/interfaces/Graph.html",[0,0.397,1,2.759,2,0.523,3,0.338,4,2.502,5,1.624,6,3.456,7,3.456,8,0.523,9,0.863,10,4.967,11,4.967,12,4.065,13,0.467,14,0.03,15,4.065,16,0.028,17,0.028]],["title/interfaces/LinkInfo.html",[0,0.27,12,2.351]],["body/interfaces/LinkInfo.html",[0,0.379,2,0.5,3,0.323,4,2.391,5,1.551,6,3.302,7,3.302,8,0.5,9,0.84,12,3.302,13,0.505,14,0.031,16,0.027,17,0.027,18,3.798,19,4.549,20,4.237,21,5.838,22,4.873,23,4.873,24,1.859,25,2.196,26,1.75]],["title/interfaces/NodeInfo.html",[0,0.27,15,2.351]],["body/interfaces/NodeInfo.html",[0,0.346,2,0.455,3,0.294,4,2.18,5,1.414,6,3.01,7,3.01,8,0.644,9,0.794,13,0.53,14,0.032,15,3.01,16,0.025,17,0.025,18,3.462,24,1.757,25,2.362,26,1.867,27,4.147,28,4.679,29,2.687,30,5.605,31,5.605,32,5.605,33,1.257,34,5.605,35,5.605]],["title/modules/SenzingSdkModule.html",[36,1.702,37,2.087]],["body/modules/SenzingSdkModule.html",[2,0.442,3,0.286,13,0.336,14,0.032,16,0.025,17,0.025,33,0.903,36,2.116,37,3.26,38,4.025,39,3.36,40,2.048,41,2.048,42,2.048,43,2.048,44,2.227,45,2.048,46,2.048,47,2.048,48,2.227,49,2.227,50,2.048,51,4.025,52,2.116,53,2.594,54,2.922,55,3.671,56,1.725,57,2.333,58,3.36,59,4.025,60,1.491,61,4.025,62,1.038,63,3.36,64,1.737,65,3.26,66,3.36,67,1.071,68,4.025,69,3.26,70,4.025,71,2.594,72,4.221,73,2.922,74,2.922,75,4.025,76,2.922,77,1.929,78,3.36,79,4.025]],["title/components/SzConfigurationAboutComponent.html",[40,1.2,80,0.401]],["body/components/SzConfigurationAboutComponent.html",[2,0.325,3,0.21,5,1.842,8,0.325,9,0.861,13,0.396,14,0.032,16,0.023,17,0.02,33,1.211,40,1.76,41,1.098,42,1.098,43,1.098,44,1.194,45,1.098,46,1.098,47,1.098,48,1.194,49,1.194,50,1.098,56,1.408,60,1.098,62,0.608,64,1.296,65,3.312,67,0.788,80,0.511,81,1.3,82,1.011,83,2.474,84,2.126,85,2.964,86,2.964,87,1.42,88,1.558,89,1.3,90,2.473,91,2.319,92,1.3,93,4.128,94,1.3,95,2.964,96,2.94,97,4.288,98,4.75,99,4.75,100,2.497,101,1.098,102,2.474,103,3.448,104,2.474,105,2.474,106,1.194,107,2.964,108,2.964,109,1.91,110,3.921,111,4.288,112,2.474,113,2.964,114,2.151,115,2.151,116,2.17,117,2.151,118,2.964,119,2.996,120,2.964,121,4.75,122,2.151,123,2.151,124,2.964,125,1.718,126,2.151,127,2.964,128,4.128,129,2.393,130,1.91,131,2.996,132,4.128,133,2.661,134,2.151,135,2.754,136,3.921,137,2.661,138,2.474,139,4.128,140,2.964,141,1.903,142,1.3,143,2.964,144,2.964,145,1.3,146,1.3,147,0.931,148,1.3,149,1.098,150,1.3,151,1.3,152,2.085,153,1.3,154,1.3,155,1.3,156,1.3,157,1.3,158,0.857,159,1.194,160,1.3]],["title/components/SzConfigurationComponent.html",[41,1.2,80,0.401]],["body/components/SzConfigurationComponent.html",[2,0.289,3,0.186,5,1.76,8,0.289,9,0.685,13,0.516,14,0.032,16,0.022,17,0.019,25,1.791,26,1.718,33,1.296,40,0.973,41,1.647,42,0.973,43,0.973,44,1.058,45,0.973,46,0.973,47,0.973,48,1.058,49,1.058,50,0.973,60,1.992,62,1.137,64,1.689,65,3.137,67,1.474,74,3.533,76,3.533,80,0.47,82,1.292,83,2.193,84,1.404,89,1.153,90,2.419,91,2.225,96,1.992,97,4.063,101,0.973,102,2.193,104,2.193,105,2.193,106,1.641,141,1.803,142,1.153,145,1.153,146,1.153,147,0.825,148,1.153,149,0.973,150,1.153,151,1.153,152,1.951,153,1.153,154,1.153,155,1.153,156,1.153,157,1.153,158,0.76,159,1.058,160,1.153,161,2.627,162,2.627,163,1.663,164,4.867,165,5.376,166,5.376,167,5.376,168,1.992,169,3.79,170,2.443,171,2.026,172,3.79,173,3.289,174,3.533,175,3.227,176,3.79,177,3.137,178,3.79,179,4.063,180,3.79,181,3.163,182,2.751,183,4.867,184,3.79,185,2.751,186,3.79,187,3.163,188,3.163,189,2.193,190,1.381,191,2.627,192,2.627,193,1.153,194,1.907,195,2.627,196,2.627,197,2.627,198,2.627,199,2.627,200,2.627]],["title/components/SzEntityDetailComponent.html",[42,1.2,80,0.401]],["body/components/SzEntityDetailComponent.html",[1,1.233,2,0.234,3,0.151,5,1.697,8,0.234,9,0.604,13,0.505,14,0.032,16,0.026,17,0.026,20,3.613,24,1.901,25,2.005,29,2.557,33,1.226,40,0.788,41,0.788,42,1.454,43,0.788,44,0.857,45,0.788,46,0.788,47,0.788,48,0.857,49,0.857,50,0.788,53,2.088,56,1.105,60,1.844,62,1.021,64,1.78,67,1.324,77,1.019,80,0.486,81,0.933,82,0.725,84,0.788,89,0.933,90,2.315,91,2.197,92,0.933,94,0.933,96,2.804,101,0.788,106,1.366,109,1.371,116,2.483,141,1.626,142,0.933,145,0.933,146,0.933,147,1.963,148,0.933,149,0.788,150,0.933,151,0.933,152,1.926,153,0.933,154,0.933,155,0.933,156,0.933,157,0.933,158,1.496,159,0.857,160,0.933,163,1.422,168,1.703,170,2.088,171,0.725,173,1.233,177,2.088,189,2.704,190,2.063,193,2.073,194,1.543,201,2.126,202,2.126,203,1.233,204,3.24,205,2.126,206,3.925,207,3.925,208,3.925,209,3.925,210,3.925,211,3.925,212,3.24,213,3.021,214,4.389,215,4.389,216,3.24,217,3.24,218,3.276,219,3.24,220,3.24,221,2.704,222,3.24,223,2.352,224,2.352,225,2.704,226,2.126,227,2.126,228,3.613,229,2.704,230,3.24,231,2.352,232,2.704,233,3.663,234,1.878,235,2.704,236,3.24,237,1.703,238,2.544,239,3.925,240,2.126,241,1.775,242,2.088,243,1.543,244,2.126,245,2.126,246,1.775,247,1.775,248,1.543,249,2.126,250,2.126,251,1.543,252,4.562,253,3.276,254,0.788,255,2.704,256,2.126,257,2.126,258,1.233,259,2.126,260,2.126,261,2.126,262,2.126,263,1.543,264,1.543,265,2.126,266,1.775,267,2.307,268,1.775,269,1.371,270,1.775,271,1.543,272,2.126,273,1.543,274,1.775,275,1.543,276,1.775,277,1.371,278,1.775]],["title/interfaces/SzEntityDetailSectionData.html",[0,0.27,279,2.703]],["body/interfaces/SzEntityDetailSectionData.html",[0,0.305,2,0.402,3,0.26,8,0.402,9,0.733,13,0.541,14,0.032,16,0.023,17,0.023,22,4.412,23,4.412,24,2.094,26,1.877,29,2.534,62,1.149,175,3.453,203,2.12,237,1.922,248,3.837,253,3.97,279,3.053,280,2.655,281,2.357,282,5.286,283,5.286,284,4.412,285,4.412,286,5.286,287,5.286,288,5.286,289,5.286,290,5.286,291,5.286,292,5.286,293,5.286,294,4.756]],["title/interfaces/SzEntityDetailSectionSummary.html",[0,0.27,295,2.703]],["body/interfaces/SzEntityDetailSectionSummary.html",[0,0.397,2,0.523,3,0.338,8,0.523,9,0.863,13,0.467,14,0.03,16,0.028,17,0.028,24,1.91,26,1.619,203,2.759,237,2.502,280,3.456,281,3.069,295,3.974,296,3.449,297,4.319]],["title/interfaces/SzEntitySearchParams.html",[0,0.27,298,1.877]],["body/interfaces/SzEntitySearchParams.html",[0,0.229,2,0.301,3,0.195,8,0.301,9,0.602,13,0.541,14,0.032,16,0.019,17,0.019,26,1.919,62,1.362,280,1.989,298,1.589,299,2.741,300,3.8,301,4.553,302,3.8,303,3.8,304,3.8,305,4.553,306,4.553,307,3.8,308,3.8,309,3.8,310,3.305,311,3.8,312,3.8,313,4.553,314,4.553,315,3.8,316,4.553,317,4.553,318,4.553,319,4.553,320,4.553,321,4.553,322,4.553,323,4.553,324,4.553,325,4.553,326,4.553,327,4.553,328,4.553,329,3.8]],["title/interfaces/SzMatchFields.html",[0,0.27,330,2.703]],["body/interfaces/SzMatchFields.html",[0,0.398,2,0.524,3,0.339,8,0.524,9,0.864,13,0.468,14,0.03,16,0.028,17,0.028,26,1.778,330,3.985,331,3.077,332,4.774,333,4.774,334,5.958,335,5.958]],["title/interfaces/SzNetworkGraphInputs.html",[0,0.27,336,2.703]],["body/interfaces/SzNetworkGraphInputs.html",[0,0.403,1,2.8,2,0.531,3,0.343,8,0.531,9,0.87,13,0.403,14,0.03,16,0.028,17,0.028,25,2.276,213,3.147,336,4.032,337,4.831,338,4.831,339,3.859]],["title/components/SzPoweredByComponent.html",[43,1.2,80,0.401]],["body/components/SzPoweredByComponent.html",[2,0.374,3,0.242,5,1.934,8,0.374,14,0.032,16,0.025,17,0.022,33,1.018,40,1.262,41,1.262,42,1.262,43,1.891,44,1.372,45,1.262,46,1.262,47,1.262,48,1.372,49,1.372,50,1.262,56,1.548,60,1.262,64,1.07,80,0.562,81,1.495,82,1.162,84,1.262,87,1.633,88,1.791,89,1.495,90,2.529,91,2.362,92,1.495,94,1.495,100,2.683,101,1.682,106,0.985,109,2.196,116,1.791,117,2.473,125,1.975,129,2.631,130,2.196,133,3.291,136,2.473,141,2.017,142,1.495,145,1.495,146,1.495,147,1.07,148,1.495,149,2.268,150,1.495,151,1.495,152,2.24,153,1.495,154,1.495,155,1.495,156,1.495,157,1.495,158,0.985,159,1.372,160,1.495,163,1.992,254,1.262,277,2.196,340,3.406,341,3.406,342,3.406,343,4.539,344,3.406,345,3.789,346,3.406,347,4.261,348,2.844,349,3.789,350,2.844,351,2.473,352,2.473,353,4.539,354,2.196,355,3.406,356,4.539,357,2.196,358,2.196,359,3.406,360,3.406,361,2.844]],["title/interfaces/SzRawData.html",[0,0.27,362,2.703]],["body/interfaces/SzRawData.html",[0,0.234,2,0.308,3,0.199,8,0.308,9,0.612,13,0.542,14,0.032,16,0.02,17,0.02,24,1.711,26,1.919,62,1.345,281,1.809,300,3.85,302,3.85,303,3.85,304,3.85,307,3.85,308,3.85,309,3.85,310,3.348,311,3.85,315,3.85,329,3.85,331,1.809,362,2.343,363,2.343,364,4.612,365,4.612,366,4.612,367,4.612,368,4.612,369,4.612,370,4.612,371,4.612,372,4.612,373,4.612,374,4.612,375,4.612,376,4.612,377,4.612,378,3.85,379,4.612,380,4.612,381,4.612,382,4.612,383,4.612]],["title/interfaces/SzRawDataMatches.html",[0,0.27,384,2.351]],["body/interfaces/SzRawDataMatches.html",[0,0.397,2,0.523,3,0.338,8,0.523,9,0.863,13,0.467,14,0.03,16,0.028,17,0.028,26,1.776,213,2.502,310,4.319,331,3.069,363,3.974,378,4.967,384,3.456,385,4.761]],["title/components/SzRelationshipNetworkInputComponent.html",[45,1.2,80,0.401]],["body/components/SzRelationshipNetworkInputComponent.html",[2,0.328,3,0.212,4,1.572,5,2.078,8,0.328,9,0.64,13,0.452,14,0.032,16,0.024,17,0.025,24,1.913,29,2.288,33,1.07,40,1.108,41,1.108,42,1.108,43,1.108,44,1.205,45,1.768,46,1.108,47,1.108,48,1.205,49,1.205,50,1.108,56,1.417,60,1.768,62,0.614,64,1.62,67,0.796,77,1.433,80,0.515,81,1.312,82,1.02,84,1.108,87,1.433,88,1.572,89,1.312,90,2.477,91,2.322,92,1.312,94,1.312,100,2.509,101,1.108,106,1.38,141,1.911,142,1.312,145,1.312,146,1.312,147,1.807,148,1.312,149,1.108,150,1.312,151,1.312,152,2.718,153,1.312,154,1.312,155,1.312,156,1.312,157,1.312,158,0.865,159,1.205,160,1.312,163,1.312,168,2.184,173,2.408,193,1.312,234,2.408,238,1.733,254,1.768,339,3.077,386,2.991,387,2.991,388,4.154,389,2.991,390,3.984,391,5.419,392,5.419,393,4.773,394,3.984,395,3.015,396,2.496,397,3.468,398,2.496,399,3.465,400,2.496,401,3.468,402,3.468,403,2.678,404,4.154,405,3.468,406,3.468,407,3.468,408,2.678]],["title/components/SzRelationshipNetworkLookupComponent.html",[46,1.2,80,0.401]],["body/components/SzRelationshipNetworkLookupComponent.html",[2,0.313,3,0.202,4,1.498,5,2.06,8,0.313,9,0.619,13,0.513,14,0.032,16,0.023,17,0.02,25,2.145,26,1.763,29,2.421,33,1.3,40,1.056,41,1.056,42,1.056,43,1.056,44,1.148,45,1.056,46,1.723,47,1.056,48,1.148,49,1.148,50,1.056,56,1.37,57,2.328,60,2.047,62,1.134,64,1.783,67,1.47,77,1.366,80,0.498,81,1.251,82,0.972,84,1.056,87,1.366,88,1.498,89,1.251,90,2.456,91,2.306,92,1.251,94,1.251,100,2.445,101,1.056,106,1.597,141,1.871,142,1.251,145,1.251,146,1.251,147,0.895,148,1.251,149,1.056,150,1.251,151,1.251,152,2.586,153,1.251,154,1.251,155,1.251,156,1.251,157,1.251,158,0.824,159,1.148,160,1.251,163,1.763,168,2.111,170,2.589,193,1.251,232,2.379,238,1.652,254,1.056,339,3.255,390,4.216,394,3.883,395,2.916,396,2.379,397,3.353,398,2.379,406,4.216,409,2.85,410,2.85,411,4.017,412,2.85,413,4.017,414,4.652,415,5.05,416,2.85,417,2.85,418,2.85,419,2.85,420,2.85,421,2.85]],["title/components/SzRelationshipNetworkUploadComponent.html",[47,1.2,80,0.401]],["body/components/SzRelationshipNetworkUploadComponent.html",[1,2.599,2,0.367,3,0.359,4,1.758,5,2.12,8,0.367,9,0.691,13,0.374,14,0.031,16,0.025,17,0.027,25,1.806,33,1.134,40,1.239,41,1.239,42,1.239,43,1.239,44,1.347,45,1.239,46,1.239,47,1.874,48,1.347,49,1.347,50,1.239,55,3.254,56,1.529,60,1.661,62,0.686,64,1.408,67,0.89,77,1.603,80,0.556,81,1.467,82,1.14,84,1.239,87,1.603,88,1.758,89,1.467,90,2.522,91,2.357,92,1.467,94,1.467,100,2.658,101,1.661,106,0.967,141,2.002,142,1.467,145,1.467,146,1.467,147,1.588,148,1.467,149,1.239,150,1.467,151,1.467,152,2.764,153,1.467,154,1.467,155,1.467,156,1.467,157,1.467,158,0.967,159,1.347,160,1.467,168,2.357,171,1.529,193,1.967,234,2.599,238,1.938,254,1.239,339,3.26,395,3.254,408,2.89,422,3.344,423,3.344,424,3.344,425,4.483,426,3.344,427,4.483,428,3.344]],["title/interfaces/SzSearchResultEntityData.html",[0,0.27,429,2.703]],["body/interfaces/SzSearchResultEntityData.html",[0,0.274,2,0.361,3,0.234,8,0.361,9,0.683,13,0.541,14,0.032,16,0.025,17,0.022,24,1.831,26,1.806,29,2.405,62,1.353,147,1.033,158,0.951,223,3.641,224,3.641,225,4.188,252,3.702,281,2.121,284,4.188,331,2.121,384,3.219,429,2.747,430,2.747,431,5.017,432,5.017,433,5.017,434,5.017,435,5.017,436,5.017,437,5.017,438,5.017,439,5.017,440,5.017,441,5.017,442,5.017,443,5.017,444,5.017,445,5.017,446,5.017,447,5.017,448,4.435]],["title/components/SzSearchResultsComponent.html",[50,1.2,80,0.401]],["body/components/SzSearchResultsComponent.html",[2,0.181,3,0.117,5,1.425,8,0.181,9,0.408,13,0.441,14,0.032,16,0.031,17,0.028,24,0.903,25,0.663,33,1.131,40,0.609,41,0.609,42,0.609,43,0.609,44,0.663,45,0.609,46,0.609,47,0.609,48,0.663,49,0.663,50,1.232,56,0.903,60,1.412,62,0.782,64,1.662,67,1.458,77,0.788,80,0.518,81,0.722,82,0.561,84,0.609,87,0.788,88,0.864,89,0.722,90,2.172,91,2.336,92,0.722,94,0.722,96,2.721,100,1.748,101,0.609,106,1.209,109,1.06,116,2.834,119,4.083,122,3.977,123,4.321,125,3.001,126,2.414,129,1.928,133,2.144,135,1.535,137,2.879,141,2.178,142,0.722,145,0.722,146,0.722,147,0.517,148,0.722,149,0.609,150,0.722,151,0.722,152,1.459,153,0.722,154,0.722,155,0.722,156,0.722,157,0.722,158,1.83,159,0.663,160,0.722,163,1.162,168,1.392,170,1.707,171,1.425,175,1.923,185,1.923,193,1.162,213,0.864,223,1.923,224,1.923,234,0.953,235,1.373,237,1.392,238,0.953,242,3.028,247,1.373,251,1.923,254,0.609,258,1.928,266,1.373,267,2.469,268,1.373,269,2.694,270,1.373,271,3.034,273,1.194,274,1.373,275,2.767,276,1.373,277,2.144,278,1.373,285,1.373,296,0.953,297,2.414,298,1.928,347,2.776,348,3.489,349,3.182,350,2.211,351,1.923,354,2.694,430,1.373,449,1.645,450,1.645,451,2.649,452,1.645,453,3.325,454,3.325,455,3.325,456,3.325,457,2.649,458,2.649,459,3.325,460,2.649,461,2.649,462,2.649,463,3.812,464,1.645,465,3.325,466,1.707,467,1.645,468,1.645,469,2.649,470,4.21,471,1.373,472,1.645,473,1.645,474,1.373,475,1.645,476,1.645,477,1.645,478,1.645,479,1.645,480,1.645,481,2.211,482,2.649,483,1.645,484,2.649,485,3.812,486,2.649,487,1.06,488,1.645,489,2.211,490,1.194,491,1.923,492,1.923,493,2.211,494,1.645,495,1.645,496,1.645,497,1.645,498,1.645,499,2.211,500,2.649,501,1.645,502,1.645,503,2.649,504,1.373,505,1.645,506,2.649,507,1.645,508,2.211,509,1.645,510,1.373,511,1.645,512,1.645,513,1.645,514,1.645,515,1.645,516,1.645,517,1.645,518,1.645,519,1.645,520,1.645,521,1.645]],["title/injectables/SzSearchService.html",[53,2.087,522,1.877]],["body/injectables/SzSearchService.html",[2,0.409,3,0.264,8,0.409,13,0.487,14,0.031,16,0.024,17,0.024,24,1.641,29,2.307,33,1.264,52,1.957,53,2.4,56,1.641,60,1.379,62,1.157,64,1.877,67,1.553,96,3.344,101,1.379,106,1.542,158,1.542,177,2.4,213,1.957,228,2.703,243,2.703,254,1.379,255,3.108,258,2.158,264,2.703,267,1.957,298,3.091,522,2.158,523,3.108,524,3.723,525,5.332,526,4.812,527,5.332,528,5.332,529,4.812,530,4.812,531,3.108,532,4.451,533,4.705,534,3.723,535,3.108,536,5.636,537,3.723,538,4.812,539,3.723,540,3.723,541,3.723,542,3.723,543,2.4,544,3.723,545,3.723,546,3.108,547,3.723]],["title/classes/SzServerError.html",[548,1.877,549,2.703]],["body/classes/SzServerError.html",[2,0.417,3,0.269,8,0.417,9,0.75,13,0.526,14,0.032,16,0.024,17,0.024,20,3.904,25,1.962,26,1.789,33,1.273,56,1.661,57,3.586,62,1.165,64,1.782,67,1.51,203,3.118,543,3.139,548,2.198,549,5.217,550,3.792,551,3.792,552,4.489,553,5.378,554,4.489,555,5.378,556,4.869,557,4.869,558,4.869,559,4.869,560,4.065,561,3.792,562,3.792,563,4.869,564,3.792,565,3.792]],["title/injectables/SzUIEventService.html",[54,2.351,522,1.877]],["body/injectables/SzUIEventService.html",[2,0.507,3,0.327,13,0.385,14,0.029,16,0.027,17,0.027,33,1.035,52,2.425,54,3.349,62,0.947,67,1.227,71,2.974,80,0.572,101,1.709,171,1.573,190,2.425,193,2.024,522,2.674,523,3.851,531,3.851,532,4.902,533,5.075,566,4.613,567,3.851,568,4.613,569,4.613,570,4.613,571,2.974,572,3.851,573,4.613,574,4.613,575,3.851,576,4.613]],["title/dependencies.html",[577,1.974,578,2.821]],["body/dependencies.html",[14,0.033,16,0.026,17,0.026,26,1.208,173,2.422,174,3.033,179,3.488,578,3.033,579,4.179,580,6.399,581,4.179,582,4.179,583,3.488,584,4.179,585,4.179,586,4.179,587,4.321,588,4.321,589,4.179,590,4.179,591,3.488,592,3.488,593,3.033,594,4.179,595,4.179,596,4.179,597,4.179,598,4.179,599,4.179,600,4.179,601,4.179,602,2.422,603,4.179,604,4.179,605,4.179,606,4.179,607,3.488,608,4.179,609,4.179,610,4.179,611,4.179,612,4.179,613,4.179,614,4.179,615,4.179]],["title/miscellaneous/functions.html",[69,2.505,616,2.271]],["body/miscellaneous/functions.html",[8,0.521,13,0.396,14,0.029,16,0.028,17,0.028,33,1.064,62,0.974,67,1.263,69,3.604,103,3.446,106,1.617,171,1.619,246,3.962,408,3.06,607,3.962,616,3.962,617,5.591,618,4.747,619,4.747,620,4.747,621,4.747,622,3.962,623,4.747,624,4.747,625,3.962]],["title/index.html",[8,0.299,263,1.974,357,1.753]],["body/index.html",[0,0.139,3,0.118,9,0.257,13,0.223,14,0.032,16,0.026,17,0.013,24,0.569,28,1.392,36,1.408,37,2.478,39,2.236,52,1.408,55,3.056,56,1.311,57,0.967,58,1.392,62,0.342,63,2.802,64,0.841,65,2.478,66,2.802,67,1.023,69,2.164,71,2.164,72,2.236,73,1.211,74,1.945,76,1.211,77,0.8,78,2.802,80,0.735,81,1.176,84,1.56,87,1.609,90,0.672,92,0.732,94,0.732,96,2.02,106,0.775,135,0.967,147,0.524,149,0.618,158,1.217,171,1.728,173,3.306,174,3.857,177,1.075,182,1.211,188,1.392,190,0.877,213,1.408,221,2.236,228,1.211,231,1.945,233,1.392,234,0.967,241,1.392,242,1.075,251,1.211,254,0.992,258,1.946,264,1.211,267,2.02,296,0.967,298,1.946,352,1.211,357,2.898,358,1.727,399,1.945,400,1.392,402,4.71,403,1.075,466,1.075,470,3.514,474,2.236,481,1.392,487,3.637,543,2.164,548,2.44,554,1.392,571,1.075,577,2.79,578,1.211,583,2.802,587,2.236,588,2.236,591,1.392,592,1.392,593,3.429,602,1.553,626,3.752,627,1.211,628,3.514,629,4.71,630,2.79,631,3.514,632,1.668,633,2.802,634,1.668,635,1.668,636,1.668,637,3.357,638,3.056,639,4.21,640,3.844,641,2.236,642,1.668,643,1.392,644,2.679,645,1.668,646,1.392,647,2.679,648,2.236,649,1.668,650,2.79,651,4.495,652,1.668,653,1.668,654,2.679,655,1.668,656,1.392,657,1.392,658,2.437,659,3.357,660,1.392,661,1.668,662,2.236,663,1.668,664,1.668,665,1.392,666,1.392,667,1.668,668,3.045,669,4.724,670,1.945,671,1.668,672,1.075,673,1.075,674,1.392,675,2.236,676,2.236,677,1.392,678,1.392,679,3.208,680,1.392,681,2.679,682,1.392,683,1.668,684,1.392,685,1.392,686,3.514,687,1.668,688,1.392,689,2.714,690,2.236,691,1.392,692,1.392,693,1.668,694,3.208,695,3.752,696,1.668,697,1.668,698,1.668,699,1.668,700,1.668,701,3.844,702,3.844,703,4.724,704,2.679,705,2.679,706,2.679,707,1.668,708,1.668,709,3.357,710,2.679,711,1.668,712,2.679,713,1.668,714,1.668,715,1.668,716,1.211,717,1.668,718,1.668,719,1.392,720,1.668,721,1.668,722,1.668,723,1.668,724,1.668,725,1.668,726,2.679,727,1.668,728,1.668,729,2.236,730,2.679,731,1.211,732,2.679,733,2.236,734,1.668,735,1.668,736,1.668,737,2.679,738,1.668,739,1.668,740,1.668,741,1.668,742,1.668,743,1.668,744,1.668,745,2.679,746,1.668,747,1.392,748,1.668,749,1.668,750,1.668,751,2.679,752,1.668,753,1.668,754,1.668,755,1.668,756,1.668,757,1.668,758,1.668,759,1.668,760,0.967,761,1.211,762,1.668,763,1.668,764,1.668,765,1.945,766,1.668,767,1.392,768,1.392,769,1.392,770,1.668,771,1.668,772,1.668,773,2.679,774,1.668,775,1.668,776,2.679,777,1.211,778,1.668,779,2.437,780,2.679,781,1.668,782,2.679,783,1.668,784,1.392,785,1.392,786,1.392,787,1.392,788,1.668,789,2.679,790,1.392,791,1.668,792,1.211,793,1.668,794,1.668,795,1.668,796,1.668,797,1.668,798,2.679,799,1.392,800,1.668,801,1.668,802,1.668,803,1.668,804,1.668,805,1.668,806,2.679,807,1.668,808,1.668,809,1.668,810,1.668,811,1.392,812,1.392,813,1.668,814,1.668,815,1.668,816,1.668,817,1.668,818,1.668,819,1.392,820,1.668,821,1.668,822,1.668,823,1.668,824,1.668,825,1.668]],["title/license.html",[263,1.974,357,1.753,826,2.271]],["body/license.html",[0,0.112,3,0.361,10,1.126,13,0.112,14,0.014,16,0.017,17,0.011,33,0.843,52,2.374,71,0.869,84,0.5,103,2.949,116,1.183,134,0.979,147,1.562,149,0.5,159,1.363,171,1.696,182,0.979,185,1.634,187,2.823,190,0.709,193,0.592,194,1.634,218,2.418,237,1.183,243,0.979,267,0.709,269,0.869,296,0.782,312,1.126,345,1.126,351,1.634,358,0.869,361,1.126,403,0.869,405,1.879,407,3.598,466,0.869,487,0.869,491,2.455,492,0.979,535,2.823,543,3.279,546,2.418,548,0.782,552,2.418,560,1.126,567,1.126,575,2.823,602,1.961,625,1.126,638,0.979,641,2.823,643,1.126,650,1.634,656,1.126,666,2.823,668,1.867,670,0.979,674,2.418,675,1.126,677,1.126,685,1.126,686,1.126,689,1.451,690,1.126,691,1.126,716,3.888,719,2.418,729,5.274,731,2.455,733,3.139,760,0.782,761,0.979,765,0.979,767,2.823,769,2.418,779,0.979,784,1.126,785,1.879,792,1.634,799,1.126,811,3.139,812,1.879,819,1.879,826,5.103,827,3.382,828,2.897,829,1.349,830,1.349,831,1.349,832,4.693,833,5.187,834,3.382,835,5.187,836,2.897,837,5.357,838,5.087,839,1.126,840,1.349,841,4.843,842,5.187,843,4.063,844,2.251,845,4.518,846,3.76,847,1.349,848,2.897,849,4.693,850,4.311,851,2.251,852,2.251,853,2.251,854,5.553,855,2.251,856,4.063,857,1.349,858,2.251,859,1.349,860,1.349,861,1.349,862,1.349,863,1.349,864,1.349,865,2.251,866,3.382,867,5.187,868,1.349,869,4.063,870,2.251,871,1.349,872,1.349,873,1.349,874,1.349,875,2.897,876,2.251,877,1.349,878,5.494,879,2.251,880,2.251,881,5.607,882,1.349,883,1.349,884,1.349,885,1.349,886,1.349,887,2.251,888,2.251,889,2.897,890,1.349,891,1.349,892,1.349,893,3.382,894,4.518,895,2.619,896,2.251,897,2.729,898,2.251,899,3.76,900,2.251,901,1.349,902,1.349,903,1.349,904,1.349,905,2.251,906,1.349,907,1.349,908,1.349,909,1.349,910,2.897,911,1.349,912,2.251,913,1.349,914,3.382,915,4.843,916,1.349,917,1.349,918,2.251,919,4.518,920,2.251,921,2.251,922,2.251,923,2.251,924,2.897,925,2.251,926,2.251,927,2.251,928,2.897,929,1.349,930,2.251,931,1.349,932,4.311,933,2.251,934,2.251,935,1.349,936,2.418,937,2.897,938,2.897,939,1.349,940,2.897,941,2.897,942,1.349,943,1.126,944,1.349,945,2.251,946,2.251,947,1.349,948,1.349,949,1.349,950,1.349,951,1.349,952,1.349,953,2.897,954,1.349,955,1.349,956,1.349,957,1.349,958,2.823,959,1.349,960,1.349,961,1.349,962,1.349,963,2.897,964,2.251,965,3.382,966,1.349,967,1.349,968,1.349,969,1.349,970,1.349,971,2.251,972,2.251,973,1.349,974,1.349,975,1.349,976,1.349,977,1.349,978,1.349,979,1.126,980,1.349,981,1.349,982,3.382,983,1.349,984,1.349,985,1.349,986,1.349,987,1.349,988,1.349,989,1.349,990,1.349,991,1.349,992,1.126,993,1.349,994,1.349,995,1.349,996,4.311,997,2.897,998,2.897,999,3.382,1000,2.251,1001,2.251,1002,2.251,1003,2.251,1004,1.349,1005,1.349,1006,2.251,1007,1.349,1008,1.349,1009,1.349,1010,3.76,1011,1.349,1012,1.349,1013,2.251,1014,1.349,1015,1.349,1016,1.349,1017,3.76,1018,1.349,1019,1.349,1020,1.349,1021,1.349,1022,1.349,1023,1.349,1024,2.251,1025,1.349,1026,1.349,1027,1.349,1028,1.349,1029,1.349,1030,1.349,1031,1.349,1032,1.349,1033,1.349,1034,1.349,1035,1.126,1036,1.349,1037,2.251,1038,1.349,1039,1.349,1040,1.349,1041,1.349,1042,1.349,1043,1.349,1044,1.349,1045,1.349,1046,1.349,1047,1.349,1048,2.251,1049,2.251,1050,1.349,1051,1.349,1052,1.349,1053,1.349,1054,1.126,1055,1.349,1056,1.126,1057,1.349,1058,1.349,1059,1.349,1060,1.349,1061,1.349,1062,1.349,1063,1.349,1064,1.349,1065,1.349]],["title/modules.html",[36,2.306]],["body/modules.html",[14,0.029,16,0.029,17,0.029,36,2.673,37,3.278,660,4.245]],["title/overview.html",[627,3.185]],["body/overview.html",[0,0.414,14,0.028,16,0.028,17,0.028,36,2.608,80,0.615,399,3.602,403,3.698,522,2.876,548,2.876,627,3.602,1066,5.738]],["title/additional-documentation/themes.html",[760,1.577,895,1.753,1067,1.753]],["body/additional-documentation/themes.html",[14,0.027,16,0.025,17,0.025,80,0.62,82,1.871,91,2.203,106,1.144,110,3.631,114,3.631,115,2.872,125,2.294,129,2.294,130,2.551,131,3.631,135,3.342,137,2.551,141,1.466,158,1.719,163,1.736,171,1.349,231,2.872,254,1.466,267,2.08,354,2.551,408,2.551,490,2.872,571,2.551,602,2.294,622,3.303,638,3.631,670,2.872,672,2.551,673,2.551,689,3.225,761,2.872,765,3.982,777,2.872,792,3.982,897,2.872,936,3.303,943,3.303,1056,3.303,1067,3.716,1068,3.957,1069,3.957,1070,4.176,1071,3.957,1072,5.003,1073,3.957,1074,3.982,1075,3.303,1076,3.957,1077,3.957,1078,4.176,1079,4.58,1080,4.176,1081,3.303,1082,3.303,1083,3.957,1084,5.003,1085,3.631]],["title/additional-documentation/themes/pre-built.html",[672,1.511,673,1.511,760,1.359,895,1.511]],["body/additional-documentation/themes/pre-built.html",[3,0.414,11,2.855,14,0.025,16,0.022,17,0.025,57,1.983,80,0.723,82,1.552,171,1.937,181,2.855,190,1.798,229,2.855,242,2.205,254,1.267,401,2.855,466,2.934,487,2.205,504,3.8,571,2.205,577,2.483,602,1.983,626,2.855,628,4.74,629,2.855,630,3.304,631,4.552,633,2.855,646,3.8,648,2.855,658,3.304,662,2.855,668,2.205,672,3.297,673,2.934,676,3.8,678,4.552,679,2.855,682,3.8,684,2.855,688,2.855,689,3.297,692,2.855,694,3.8,695,3.8,716,4.122,731,2.483,747,2.855,768,2.855,777,2.483,779,2.483,786,4.27,787,3.8,790,2.855,839,2.855,979,2.855,992,2.855,1054,3.8,1067,3.764,1070,2.855,1074,3.713,1086,3.421,1087,3.421,1088,3.421,1089,3.421,1090,3.421,1091,3.421,1092,3.421,1093,3.421,1094,3.421,1095,3.421,1096,4.552,1097,3.421,1098,3.421,1099,3.421,1100,3.421,1101,3.8,1102,5.453,1103,3.421,1104,3.421,1105,3.421,1106,3.421,1107,3.421,1108,3.421,1109,3.421,1110,3.421,1111,3.421,1112,3.421,1113,3.421,1114,3.421,1115,4.552,1116,3.421,1117,3.421,1118,3.421,1119,3.421,1120,3.421,1121,3.421,1122,3.421,1123,3.421,1124,3.421,1125,3.421,1126,3.421]],["title/additional-documentation/themes/customizing.html",[760,1.577,895,1.753,1085,1.974]],["body/additional-documentation/themes/customizing.html",[14,0.017,16,0.03,17,0.027,33,0.967,52,0.71,67,0.359,73,0.981,80,0.279,82,0.769,91,2.438,106,0.839,110,4.273,111,4.045,112,4.533,114,3.281,115,0.981,116,2.376,117,1.636,119,4.473,122,3.832,123,4.473,125,3.22,126,0.981,129,2.722,130,1.869,131,3.408,133,1.453,134,0.981,135,3.394,136,2.105,137,3.281,138,1.128,141,1.74,147,1.99,158,1.827,163,2.183,171,0.461,203,3.663,237,3.223,248,2.952,258,0.783,269,3.207,271,2.732,273,2.952,275,2.105,277,1.869,296,0.783,297,3.517,352,0.981,354,3.207,358,0.871,471,1.128,489,3.394,490,2.732,491,0.981,492,0.981,493,1.128,499,1.128,508,1.128,510,1.128,572,1.128,593,0.981,630,1.636,650,1.636,657,1.128,658,0.981,665,1.128,668,0.871,680,1.128,897,2.105,958,1.128,1035,1.128,1067,1.453,1074,1.636,1075,1.881,1078,1.128,1079,3.92,1080,2.421,1081,1.881,1082,2.421,1085,0.981,1101,1.128,1127,1.351,1128,1.351,1129,1.351,1130,1.351,1131,1.351,1132,1.351,1133,1.351,1134,1.351,1135,1.351,1136,2.254,1137,1.351,1138,3.764,1139,1.351,1140,2.9,1141,1.351,1142,1.351,1143,3.764,1144,1.351,1145,2.9,1146,4.066,1147,2.254,1148,1.351,1149,1.351,1150,2.254,1151,3.386,1152,1.351,1153,1.351,1154,3.386,1155,4.846,1156,1.351,1157,1.351,1158,1.351,1159,1.351,1160,1.351,1161,4.976,1162,4.066,1163,2.9,1164,4.314,1165,2.254,1166,1.351,1167,1.351,1168,2.254,1169,1.351,1170,1.351,1171,1.351,1172,1.351,1173,1.351,1174,1.351,1175,2.254,1176,2.9,1177,2.254,1178,1.351,1179,1.351,1180,1.351,1181,1.351,1182,4.314]]],"invertedIndex":[["",{"_index":14,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["0",{"_index":135,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["0\">match",{"_index":484,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["0\">name",{"_index":486,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["0\">possibl",{"_index":485,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["0.11.1",{"_index":606,"title":{},"body":{"dependencies.html":{}}}],["0.25em",{"_index":1149,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0.4em",{"_index":1172,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0.5em",{"_index":1150,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0.8.26",{"_index":615,"title":{},"body":{"dependencies.html":{}}}],["000",{"_index":113,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["000000",{"_index":1144,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0c9bf4",{"_index":1145,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0e2863",{"_index":1135,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1",{"_index":403,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["1.0.0",{"_index":609,"title":{},"body":{"dependencies.html":{}}}],["1.0.2",{"_index":594,"title":{},"body":{"dependencies.html":{}}}],["1.5em",{"_index":510,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["1.8.1",{"_index":605,"title":{},"body":{"dependencies.html":{}}}],["1.8em",{"_index":1159,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1.9.0",{"_index":613,"title":{},"body":{"dependencies.html":{}}}],["1000px",{"_index":276,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["100px",{"_index":1170,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["10px",{"_index":131,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["11",{"_index":1066,"title":{},"body":{"overview.html":{}}}],["13px",{"_index":1148,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["14px",{"_index":353,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["150px",{"_index":507,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["15px",{"_index":1181,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["16px",{"_index":1174,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["175px",{"_index":1165,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1em",{"_index":1163,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1px",{"_index":111,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["2",{"_index":399,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"index.html":{},"overview.html":{}}}],["2.0",{"_index":828,"title":{},"body":{"license.html":{}}}],["2.5.4",{"_index":599,"title":{},"body":{"dependencies.html":{}}}],["2004",{"_index":830,"title":{},"body":{"license.html":{}}}],["200px",{"_index":508,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["2080",{"_index":774,"title":{},"body":{"index.html":{}}}],["20px",{"_index":1155,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["22px",{"_index":1147,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["24px",{"_index":1180,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["28px",{"_index":1173,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["2b7169",{"_index":1136,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["2px",{"_index":136,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["3",{"_index":400,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"index.html":{}}}],["30px",{"_index":1080,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["34px",{"_index":1167,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["3px",{"_index":115,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["4",{"_index":718,"title":{},"body":{"index.html":{}}}],["400px",{"_index":278,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["40px",{"_index":503,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["48px",{"_index":1171,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["4px",{"_index":130,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["5",{"_index":723,"title":{},"body":{"index.html":{}}}],["5.7.1",{"_index":596,"title":{},"body":{"dependencies.html":{}}}],["5.9.1",{"_index":601,"title":{},"body":{"dependencies.html":{}}}],["50",{"_index":134,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["5e5e5",{"_index":1154,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["5em",{"_index":500,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["5px",{"_index":1151,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["6",{"_index":728,"title":{},"body":{"index.html":{}}}],["6.3.3",{"_index":611,"title":{},"body":{"dependencies.html":{}}}],["600",{"_index":499,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["60px",{"_index":1169,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["6px",{"_index":1177,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["7.1.0",{"_index":580,"title":{},"body":{"dependencies.html":{}}}],["7.x.x",{"_index":632,"title":{},"body":{"index.html":{}}}],["700",{"_index":509,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["7b00ad",{"_index":1142,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["7px",{"_index":359,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["808285",{"_index":1146,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["82848647",{"_index":1166,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["8px",{"_index":1082,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["9",{"_index":840,"title":{},"body":{"license.html":{}}}],["95989a",{"_index":1138,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["_architect.build.options.styl",{"_index":1112,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["_disclosedrelationship",{"_index":206,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_discoveredrelationship",{"_index":207,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_escaping_",{"_index":1120,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["_match",{"_index":208,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_possiblematch",{"_index":209,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_searchresult",{"_index":453,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["_searchvalu",{"_index":454,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["_showgraphsect",{"_index":210,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["a09020",{"_index":1137,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["about'},{'nam",{"_index":145,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["about.component.html",{"_index":95,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["about.component.scss",{"_index":93,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["about.component.t",{"_index":86,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["about/sz",{"_index":85,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["abov",{"_index":466,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["accept",{"_index":767,"title":{},"body":{"index.html":{},"license.html":{}}}],["access",{"_index":181,"title":{},"body":{"components/SzConfigurationComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["accessor",{"_index":170,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["accesstoken",{"_index":164,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["act",{"_index":848,"title":{},"body":{"license.html":{}}}],["action",{"_index":497,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["actual",{"_index":825,"title":{},"body":{"index.html":{}}}],["actual_compon",{"_index":160,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["ad",{"_index":681,"title":{},"body":{"index.html":{}}}],["add",{"_index":689,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["addendum",{"_index":976,"title":{},"body":{"license.html":{}}}],["addentityinput",{"_index":393,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["addit",{"_index":895,"title":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}},"body":{"license.html":{}}}],["addr_citi",{"_index":300,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_ful",{"_index":301,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["addr_line1",{"_index":302,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_line2",{"_index":364,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["addr_postal_cod",{"_index":303,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_stat",{"_index":304,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_typ",{"_index":305,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["address",{"_index":28,"title":{},"body":{"interfaces/NodeInfo.html":{},"index.html":{}}}],["addressdata",{"_index":282,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["addressdatamatch",{"_index":431,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["advis",{"_index":1032,"title":{},"body":{"license.html":{}}}],["against",{"_index":946,"title":{},"body":{"license.html":{}}}],["againt",{"_index":542,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["agre",{"_index":999,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":988,"title":{},"body":{"license.html":{}}}],["align",{"_index":347,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["alleg",{"_index":950,"title":{},"body":{"license.html":{}}}],["alon",{"_index":942,"title":{},"body":{"license.html":{}}}],["along",{"_index":969,"title":{},"body":{"license.html":{}}}],["alongsid",{"_index":975,"title":{},"body":{"license.html":{}}}],["ambigu",{"_index":1141,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["and(b",{"_index":957,"title":{},"body":{"license.html":{}}}],["and(c",{"_index":961,"title":{},"body":{"license.html":{}}}],["and(d",{"_index":966,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1038,"title":{},"body":{"license.html":{}}}],["angular",{"_index":631,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["angular.json",{"_index":1111,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["angular/anim",{"_index":579,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":581,"title":{},"body":{"dependencies.html":{}}}],["angular/compil",{"_index":582,"title":{},"body":{"dependencies.html":{}}}],["angular/cor",{"_index":583,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["angular/el",{"_index":584,"title":{},"body":{"dependencies.html":{}}}],["angular/form",{"_index":585,"title":{},"body":{"dependencies.html":{}}}],["angular/http",{"_index":586,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":587,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["angular/rout",{"_index":590,"title":{},"body":{"dependencies.html":{}}}],["annot",{"_index":885,"title":{},"body":{"license.html":{}}}],["aot",{"_index":778,"title":{},"body":{"index.html":{}}}],["apach",{"_index":827,"title":{},"body":{"license.html":{}}}],["api",{"_index":173,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"dependencies.html":{},"index.html":{}}}],["apiconfigfactori",{"_index":68,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["apiconfigur",{"_index":97,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["apikey",{"_index":165,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["apiproperti",{"_index":98,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["app",{"_index":651,"title":{},"body":{"index.html":{}}}],["app'",{"_index":699,"title":{},"body":{"index.html":{}}}],["app.compon",{"_index":704,"title":{},"body":{"index.html":{}}}],["app.component.css",{"_index":739,"title":{},"body":{"index.html":{}}}],["app.component.html",{"_index":709,"title":{},"body":{"index.html":{}}}],["app.component.html(or",{"_index":722,"title":{},"body":{"index.html":{}}}],["app.component.t",{"_index":734,"title":{},"body":{"index.html":{}}}],["app.module.t",{"_index":700,"title":{},"body":{"index.html":{}}}],["appcompon",{"_index":703,"title":{},"body":{"index.html":{}}}],["appear",{"_index":974,"title":{},"body":{"license.html":{}}}],["appendix",{"_index":880,"title":{},"body":{"license.html":{}}}],["appli",{"_index":936,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{}}}],["applic",{"_index":997,"title":{},"body":{"license.html":{}}}],["application'",{"_index":1091,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["appmodul",{"_index":706,"title":{},"body":{"index.html":{}}}],["appropri",{"_index":812,"title":{},"body":{"index.html":{},"license.html":{}}}],["archiv",{"_index":1058,"title":{},"body":{"license.html":{}}}],["arial",{"_index":1134,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["aris",{"_index":1022,"title":{},"body":{"license.html":{}}}],["assert",{"_index":1045,"title":{},"body":{"license.html":{}}}],["associ",{"_index":625,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["assum",{"_index":1008,"title":{},"body":{"license.html":{}}}],["attach",{"_index":879,"title":{},"body":{"license.html":{}}}],["attribut",{"_index":535,"title":{},"body":{"injectables/SzSearchService.html":{},"license.html":{}}}],["attribute?.attr",{"_index":482,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["attribute?.valu",{"_index":521,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["attribute?.value}} ",{"_index":483,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["attributedata",{"_index":283,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["attributedatamatch",{"_index":432,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["attributedisplay",{"_index":455,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["authent",{"_index":186,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["author",{"_index":844,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":875,"title":{},"body":{"license.html":{}}}],["avail",{"_index":675,"title":{},"body":{"index.html":{},"license.html":{}}}],["background",{"_index":122,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["bad",{"_index":1107,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["base",{"_index":882,"title":{},"body":{"license.html":{}}}],["basepath",{"_index":74,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationComponent.html":{},"index.html":{}}}],["basi",{"_index":1000,"title":{},"body":{"license.html":{}}}],["be",{"_index":242,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["begin",{"_index":244,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["behalf",{"_index":899,"title":{},"body":{"license.html":{}}}],["behavior",{"_index":783,"title":{},"body":{"index.html":{}}}],["below",{"_index":761,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["benefici",{"_index":864,"title":{},"body":{"license.html":{}}}],["bestnam",{"_index":284,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["between",{"_index":496,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["bind",{"_index":892,"title":{},"body":{"license.html":{}}}],["block",{"_index":273,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["blue",{"_index":520,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["bodi",{"_index":1078,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["boilerpl",{"_index":1046,"title":{},"body":{"license.html":{}}}],["bold",{"_index":127,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["boolean",{"_index":25,"title":{},"body":{"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"classes/SzServerError.html":{}}}],["bootstrap",{"_index":705,"title":{},"body":{"index.html":{}}}],["border",{"_index":110,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["both",{"_index":1128,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["bottom",{"_index":138,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["bound",{"_index":749,"title":{},"body":{"index.html":{}}}],["box",{"_index":730,"title":{},"body":{"index.html":{}}}],["bracket",{"_index":1049,"title":{},"body":{"license.html":{}}}],["broadcastinput",{"_index":394,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["brown",{"_index":516,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["brows",{"_index":660,"title":{},"body":{"index.html":{},"modules.html":{}}}],["browser",{"_index":588,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["browsermodul",{"_index":701,"title":{},"body":{"index.html":{}}}],["build",{"_index":633,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["builder",{"_index":821,"title":{},"body":{"index.html":{}}}],["buildout",{"_index":406,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["built",{"_index":673,"title":{"additional-documentation/themes/pre-built.html":{}},"body":{"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["button",{"_index":1079,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["buttons__wrapp",{"_index":498,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["by'},{'nam",{"_index":150,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["by.component.html",{"_index":344,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["by.component.scss",{"_index":343,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["by.component.t",{"_index":342,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["by/sz",{"_index":341,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["c0c0c0",{"_index":121,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["c9741f",{"_index":1139,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["calc(100",{"_index":502,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["card",{"_index":1161,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["card__label",{"_index":505,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["carri",{"_index":959,"title":{},"body":{"license.html":{}}}],["caus",{"_index":852,"title":{},"body":{"license.html":{}}}],["ccc",{"_index":1176,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["cell",{"_index":140,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["center",{"_index":349,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["certainli",{"_index":1089,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["challeng",{"_index":183,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["chang",{"_index":190,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["charact",{"_index":1021,"title":{},"body":{"license.html":{}}}],["characterist",{"_index":534,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["charat",{"_index":1122,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["charg",{"_index":924,"title":{},"body":{"license.html":{}}}],["check",{"_index":669,"title":{},"body":{"index.html":{}}}],["choos",{"_index":1033,"title":{},"body":{"license.html":{}}}],["claim",{"_index":938,"title":{},"body":{"license.html":{}}}],["class",{"_index":548,"title":{"classes/SzServerError.html":{}},"body":{"classes/SzServerError.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["clear",{"_index":1081,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["cli",{"_index":635,"title":{},"body":{"index.html":{}}}],["click",{"_index":251,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["client",{"_index":592,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["code",{"_index":552,"title":{},"body":{"classes/SzServerError.html":{},"license.html":{}}}],["collapse/expand",{"_index":574,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["color",{"_index":123,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["column",{"_index":128,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["combin",{"_index":943,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{}}}],["come",{"_index":1068,"title":{},"body":{"additional-documentation/themes.html":{}}}],["command",{"_index":697,"title":{},"body":{"index.html":{}}}],["comment",{"_index":1052,"title":{},"body":{"license.html":{}}}],["commerci",{"_index":1030,"title":{},"body":{"license.html":{}}}],["common",{"_index":799,"title":{},"body":{"index.html":{},"license.html":{}}}],["commonli",{"_index":178,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["commun",{"_index":719,"title":{},"body":{"index.html":{},"license.html":{}}}],["company_name_org",{"_index":306,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["compil",{"_index":779,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["complet",{"_index":781,"title":{},"body":{"index.html":{}}}],["compli",{"_index":980,"title":{},"body":{"license.html":{}}}],["complianc",{"_index":1060,"title":{},"body":{"license.html":{}}}],["compon",{"_index":80,"title":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["component_templ",{"_index":142,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["components/public_api.d.t",{"_index":824,"title":{},"body":{"index.html":{}}}],["comput",{"_index":1027,"title":{},"body":{"license.html":{}}}],["condit",{"_index":833,"title":{},"body":{"license.html":{}}}],["configservic",{"_index":533,"title":{},"body":{"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["configur",{"_index":84,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{}}}],["configuration'},{'nam",{"_index":146,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["configuration.component.t",{"_index":162,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["configuration/sz",{"_index":161,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["connect",{"_index":782,"title":{},"body":{"index.html":{}}}],["connnect",{"_index":172,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["consequenti",{"_index":1020,"title":{},"body":{"license.html":{}}}],["consist",{"_index":1039,"title":{},"body":{"license.html":{}}}],["consol",{"_index":805,"title":{},"body":{"index.html":{}}}],["console.log('@senzing/sz",{"_index":745,"title":{},"body":{"index.html":{}}}],["conspicu",{"_index":911,"title":{},"body":{"license.html":{}}}],["constitut",{"_index":951,"title":{},"body":{"license.html":{}}}],["constru",{"_index":977,"title":{},"body":{"license.html":{}}}],["constructor",{"_index":101,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["constructor(apiconfigur",{"_index":102,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["constructor(entitydataservic",{"_index":531,"title":{},"body":{"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["constructor(graphservic",{"_index":396,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["constructor(searchservic",{"_index":226,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["constructor(titlecasepip",{"_index":464,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["consum",{"_index":740,"title":{},"body":{"index.html":{}}}],["contain",{"_index":784,"title":{},"body":{"index.html":{},"license.html":{}}}],["content",{"_index":351,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{}}}],["contract",{"_index":855,"title":{},"body":{"license.html":{}}}],["contribut",{"_index":894,"title":{},"body":{"license.html":{}}}],["contribution(",{"_index":941,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":915,"title":{},"body":{"license.html":{}}}],["contributori",{"_index":952,"title":{},"body":{"license.html":{}}}],["control",{"_index":733,"title":{},"body":{"index.html":{},"license.html":{}}}],["conveni",{"_index":687,"title":{},"body":{"index.html":{}}}],["convers",{"_index":873,"title":{},"body":{"license.html":{}}}],["copi",{"_index":731,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["copyright",{"_index":842,"title":{},"body":{"license.html":{}}}],["cor",{"_index":188,"title":{},"body":{"components/SzConfigurationComponent.html":{},"index.html":{}}}],["core",{"_index":597,"title":{},"body":{"dependencies.html":{}}}],["correct",{"_index":714,"title":{},"body":{"index.html":{}}}],["correctli",{"_index":708,"title":{},"body":{"index.html":{}}}],["counterclaim",{"_index":948,"title":{},"body":{"license.html":{}}}],["creat",{"_index":777,"title":{},"body":{"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["critic",{"_index":553,"title":{},"body":{"classes/SzServerError.html":{}}}],["cross",{"_index":947,"title":{},"body":{"license.html":{}}}],["css",{"_index":1074,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["csv",{"_index":727,"title":{},"body":{"index.html":{}}}],["curl",{"_index":807,"title":{},"body":{"index.html":{}}}],["current",{"_index":258,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["currentlyselectedentityid",{"_index":742,"title":{},"body":{"index.html":{}}}],["currentsearchparamet",{"_index":743,"title":{},"body":{"index.html":{}}}],["currentsearchresult",{"_index":741,"title":{},"body":{"index.html":{}}}],["cursor",{"_index":1157,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["custom",{"_index":1085,"title":{"additional-documentation/themes/customizing.html":{}},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["customari",{"_index":993,"title":{},"body":{"license.html":{}}}],["d3",{"_index":600,"title":{},"body":{"dependencies.html":{}}}],["damag",{"_index":1017,"title":{},"body":{"license.html":{}}}],["dark",{"_index":519,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["dark2",{"_index":517,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["data",{"_index":213,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["data.t",{"_index":281,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzRawData.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["data_sourc",{"_index":365,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["datachang",{"_index":216,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["datasourc",{"_index":285,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"components/SzSearchResultsComponent.html":{}}}],["date",{"_index":560,"title":{},"body":{"classes/SzServerError.html":{},"license.html":{}}}],["date_of_birth",{"_index":307,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["dbdbdb",{"_index":1179,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["deal",{"_index":1119,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["declar",{"_index":39,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["decor",{"_index":104,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["default",{"_index":254,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["defend",{"_index":1041,"title":{},"body":{"license.html":{}}}],["defin",{"_index":839,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["definit",{"_index":836,"title":{},"body":{"license.html":{}}}],["deliber",{"_index":1014,"title":{},"body":{"license.html":{}}}],["depend",{"_index":578,"title":{"dependencies.html":{}},"body":{"dependencies.html":{},"index.html":{}}}],["deriv",{"_index":881,"title":{},"body":{"license.html":{}}}],["describ",{"_index":994,"title":{},"body":{"license.html":{}}}],["descript",{"_index":567,"title":{},"body":{"injectables/SzUIEventService.html":{},"license.html":{}}}],["design",{"_index":913,"title":{},"body":{"license.html":{}}}],["detail",{"_index":203,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"classes/SzServerError.html":{},"additional-documentation/themes/customizing.html":{}}}],["detail'},{'nam",{"_index":148,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["detail.component.html",{"_index":205,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["detail.component.scss",{"_index":204,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["detail.component.t",{"_index":202,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["determin",{"_index":1007,"title":{},"body":{"license.html":{}}}],["dev",{"_index":754,"title":{},"body":{"index.html":{}}}],["develop",{"_index":647,"title":{},"body":{"index.html":{}}}],["diagnost",{"_index":192,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["differ",{"_index":979,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["direct",{"_index":159,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{}}}],["directli",{"_index":229,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["directori",{"_index":790,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["directory(prob",{"_index":1106,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["disclaim",{"_index":995,"title":{},"body":{"license.html":{}}}],["disclos",{"_index":1140,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["disclosedrelationship",{"_index":225,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["discoveredrelationship",{"_index":224,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{}}}],["discuss",{"_index":908,"title":{},"body":{"license.html":{}}}],["display",{"_index":116,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["dist/@senzing/sdk",{"_index":823,"title":{},"body":{"index.html":{}}}],["distribut",{"_index":835,"title":{},"body":{"license.html":{}}}],["doc",{"_index":1084,"title":{},"body":{"additional-documentation/themes.html":{}}}],["docker",{"_index":698,"title":{},"body":{"index.html":{}}}],["document",{"_index":602,"title":{},"body":{"dependencies.html":{},"index.html":{},"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["dom",{"_index":471,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["don't",{"_index":1051,"title":{},"body":{"license.html":{}}}],["done",{"_index":241,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{}}}],["doubl",{"_index":712,"title":{},"body":{"index.html":{}}}],["download",{"_index":671,"title":{},"body":{"index.html":{}}}],["drab",{"_index":1125,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["drivers_license_numb",{"_index":308,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["drivers_license_st",{"_index":309,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["dsrc_action",{"_index":366,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["dynam",{"_index":589,"title":{},"body":{"dependencies.html":{}}}],["e1e1e1",{"_index":124,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["e5e5e5",{"_index":1160,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["each",{"_index":641,"title":{},"body":{"index.html":{},"license.html":{}}}],["eaeaea",{"_index":1175,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["easi",{"_index":657,"title":{},"body":{"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["easier",{"_index":1056,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{}}}],["easiest",{"_index":726,"title":{},"body":{"index.html":{}}}],["edit",{"_index":1130,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["editori",{"_index":883,"title":{},"body":{"license.html":{}}}],["elabor",{"_index":886,"title":{},"body":{"license.html":{}}}],["electron",{"_index":900,"title":{},"body":{"license.html":{}}}],["element",{"_index":604,"title":{},"body":{"dependencies.html":{}}}],["email_address",{"_index":310,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{}}}],["emailaddress",{"_index":334,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["emit",{"_index":239,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["emitt",{"_index":473,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["emmit",{"_index":189,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{}}}],["enclos",{"_index":1048,"title":{},"body":{"license.html":{}}}],["encount",{"_index":240,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["end",{"_index":361,"title":{},"body":{"components/SzPoweredByComponent.html":{},"license.html":{}}}],["engin",{"_index":724,"title":{},"body":{"index.html":{}}}],["entir",{"_index":1129,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["entiti",{"_index":147,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["entity_key",{"_index":367,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["entity_nam",{"_index":368,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["entity_typ",{"_index":369,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["entitydata",{"_index":221,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{}}}],["entitydata.entityid",{"_index":751,"title":{},"body":{"index.html":{}}}],["entitydatamatch",{"_index":433,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["entitydataservic",{"_index":532,"title":{},"body":{"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["entitygraphservic",{"_index":397,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["entityid",{"_index":29,"title":{},"body":{"interfaces/NodeInfo.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"injectables/SzSearchService.html":{}}}],["entityidchang",{"_index":217,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["entrycompon",{"_index":51,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["error",{"_index":816,"title":{},"body":{"index.html":{}}}],["error.t",{"_index":551,"title":{},"body":{"classes/SzServerError.html":{}}}],["errule_cod",{"_index":370,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["escap",{"_index":1121,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["essenti",{"_index":1076,"title":{},"body":{"additional-documentation/themes.html":{}}}],["etc",{"_index":576,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["even",{"_index":1031,"title":{},"body":{"license.html":{}}}],["event",{"_index":193,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzUIEventService.html":{},"license.html":{}}}],["eventemitt",{"_index":238,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["evt",{"_index":474,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["exampl",{"_index":71,"title":{},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{}}}],["except",{"_index":218,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"license.html":{}}}],["exclud",{"_index":910,"title":{},"body":{"license.html":{}}}],["exclus",{"_index":923,"title":{},"body":{"license.html":{}}}],["execut",{"_index":989,"title":{},"body":{"license.html":{}}}],["exercis",{"_index":865,"title":{},"body":{"license.html":{}}}],["exist",{"_index":665,"title":{},"body":{"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["explan",{"_index":802,"title":{},"body":{"index.html":{}}}],["explicitli",{"_index":983,"title":{},"body":{"license.html":{}}}],["export",{"_index":55,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"index.html":{}}}],["express",{"_index":1002,"title":{},"body":{"license.html":{}}}],["extend",{"_index":18,"title":{},"body":{"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{}}}],["factori",{"_index":63,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["failur",{"_index":1028,"title":{},"body":{"license.html":{}}}],["fals",{"_index":539,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["famili",{"_index":489,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["featur",{"_index":286,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["fee",{"_index":1034,"title":{},"body":{"license.html":{}}}],["ffffff",{"_index":1143,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["field",{"_index":1047,"title":{},"body":{"license.html":{}}}],["fields.t",{"_index":333,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["fifti",{"_index":859,"title":{},"body":{"license.html":{}}}],["file",{"_index":3,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["file(src/styles.scss",{"_index":1098,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["find",{"_index":401,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["fit",{"_index":1005,"title":{},"body":{"license.html":{}}}],["flex",{"_index":133,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["focu",{"_index":1153,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["follow",{"_index":668,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["font",{"_index":125,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["form",{"_index":867,"title":{},"body":{"license.html":{}}}],["format",{"_index":345,"title":{},"body":{"components/SzPoweredByComponent.html":{},"license.html":{}}}],["forroot",{"_index":58,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["forroot(apiconfigfactori",{"_index":59,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["found",{"_index":481,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["free",{"_index":926,"title":{},"body":{"license.html":{}}}],["fromserv",{"_index":556,"title":{},"body":{"classes/SzServerError.html":{}}}],["fromserver(sourc",{"_index":561,"title":{},"body":{"classes/SzServerError.html":{}}}],["fromserverarray",{"_index":557,"title":{},"body":{"classes/SzServerError.html":{}}}],["fromserverarray(sourcearray",{"_index":562,"title":{},"body":{"classes/SzServerError.html":{}}}],["fun",{"_index":757,"title":{},"body":{"index.html":{}}}],["function",{"_index":69,"title":{"miscellaneous/functions.html":{}},"body":{"modules/SenzingSdkModule.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["gateway",{"_index":720,"title":{},"body":{"index.html":{}}}],["gender",{"_index":311,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["gener",{"_index":785,"title":{},"body":{"index.html":{},"license.html":{}}}],["get",{"_index":263,"title":{"index.html":{},"license.html":{}},"body":{"components/SzEntityDetailComponent.html":{}}}],["getattributetyp",{"_index":525,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getdisclosedrelationship",{"_index":272,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getdiscoveredrelationship",{"_index":270,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["getentitybyid",{"_index":526,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getentitybyid(entityid",{"_index":537,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getentityid",{"_index":257,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getgraphdata",{"_index":262,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getmappingattribut",{"_index":527,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getmatch",{"_index":266,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["getnameonlymatch",{"_index":477,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getpossiblematch",{"_index":268,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["getpropsasarray",{"_index":99,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["getsearchparam",{"_index":528,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getsearchresult",{"_index":475,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getsearchresultstot",{"_index":480,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getsearchvalu",{"_index":478,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getshowlinklabel",{"_index":416,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["give",{"_index":656,"title":{},"body":{"index.html":{},"license.html":{}}}],["glanc",{"_index":236,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["global",{"_index":568,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["go",{"_index":796,"title":{},"body":{"index.html":{}}}],["goodwil",{"_index":1025,"title":{},"body":{"license.html":{}}}],["govern",{"_index":1065,"title":{},"body":{"license.html":{}}}],["grant",{"_index":845,"title":{},"body":{"license.html":{}}}],["graph",{"_index":1,"title":{"interfaces/Graph.html":{}},"body":{"interfaces/Graph.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzRelationshipNetworkUploadComponent.html":{}}}],["graphdata",{"_index":222,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["graphservic",{"_index":398,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["green",{"_index":512,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["greet",{"_index":759,"title":{},"body":{"index.html":{}}}],["grossli",{"_index":1015,"title":{},"body":{"license.html":{}}}],["handl",{"_index":1073,"title":{},"body":{"additional-documentation/themes.html":{}}}],["handler",{"_index":247,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["harmless",{"_index":1043,"title":{},"body":{"license.html":{}}}],["head",{"_index":1104,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["header",{"_index":119,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["health",{"_index":518,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["height",{"_index":277,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["help",{"_index":652,"title":{},"body":{"index.html":{}}}],["helvetica",{"_index":1156,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["here",{"_index":789,"title":{},"body":{"index.html":{}}}],["herebi",{"_index":920,"title":{},"body":{"license.html":{}}}],["herein",{"_index":986,"title":{},"body":{"license.html":{}}}],["hide",{"_index":235,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["hit",{"_index":810,"title":{},"body":{"index.html":{}}}],["hold",{"_index":1042,"title":{},"body":{"license.html":{}}}],["home_addr_ful",{"_index":371,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["host",{"_index":109,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["hostnam",{"_index":813,"title":{},"body":{"index.html":{}}}],["hover",{"_index":572,"title":{},"body":{"injectables/SzUIEventService.html":{},"additional-documentation/themes/customizing.html":{}}}],["html",{"_index":1103,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["http",{"_index":179,"title":{},"body":{"components/SzConfigurationComponent.html":{},"dependencies.html":{}}}],["http://attribut",{"_index":803,"title":{},"body":{"index.html":{}}}],["http://localhost:2080",{"_index":776,"title":{},"body":{"index.html":{}}}],["http://localhost:2080/heartbeat",{"_index":808,"title":{},"body":{"index.html":{}}}],["http://www.apache.org/licens",{"_index":831,"title":{},"body":{"license.html":{}}}],["http://www.apache.org/licenses/licens",{"_index":1062,"title":{},"body":{"license.html":{}}}],["i.",{"_index":775,"title":{},"body":{"index.html":{}}}],["icon",{"_index":1164,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["icontyp",{"_index":30,"title":{},"body":{"interfaces/NodeInfo.html":{}}}],["id",{"_index":20,"title":{},"body":{"interfaces/LinkInfo.html":{},"components/SzEntityDetailComponent.html":{},"classes/SzServerError.html":{}}}],["idea",{"_index":1108,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["identif",{"_index":1057,"title":{},"body":{"license.html":{}}}],["identifi",{"_index":312,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"license.html":{}}}],["identifier_typ",{"_index":313,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["identifierdata",{"_index":287,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["identifierdatamatch",{"_index":434,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["ii",{"_index":857,"title":{},"body":{"license.html":{}}}],["iii",{"_index":863,"title":{},"body":{"license.html":{}}}],["illustr",{"_index":1124,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["implement",{"_index":87,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["impli",{"_index":1003,"title":{},"body":{"license.html":{}}}],["import",{"_index":487,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["improv",{"_index":909,"title":{},"body":{"license.html":{}}}],["inabl",{"_index":1023,"title":{},"body":{"license.html":{}}}],["incident",{"_index":1019,"title":{},"body":{"license.html":{}}}],["includ",{"_index":716,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["inclus",{"_index":898,"title":{},"body":{"license.html":{}}}],["incorpor",{"_index":918,"title":{},"body":{"license.html":{}}}],["incur",{"_index":1044,"title":{},"body":{"license.html":{}}}],["indemn",{"_index":1036,"title":{},"body":{"license.html":{}}}],["indemnifi",{"_index":1040,"title":{},"body":{"license.html":{}}}],["index",{"_index":8,"title":{"index.html":{}},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"miscellaneous/functions.html":{}}}],["indic",{"_index":877,"title":{},"body":{"license.html":{}}}],["indirect",{"_index":851,"title":{},"body":{"license.html":{}}}],["individu",{"_index":546,"title":{},"body":{"injectables/SzSearchService.html":{},"license.html":{}}}],["info",{"_index":2,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{}}}],["inform",{"_index":792,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["infring",{"_index":940,"title":{},"body":{"license.html":{}}}],["initi",{"_index":61,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["inject",{"_index":522,"title":{"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}},"body":{"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{},"overview.html":{}}}],["inject(szrestconfigur",{"_index":105,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["inlin",{"_index":117,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["input",{"_index":163,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["input'},{'nam",{"_index":153,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["input.component.html",{"_index":389,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["input.component.scss",{"_index":388,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["input.component.t",{"_index":387,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["input/sz",{"_index":386,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["inputs.t",{"_index":338,"title":{},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["inset",{"_index":139,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["insid",{"_index":249,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["insight",{"_index":513,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["inspector",{"_index":1131,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["instal",{"_index":639,"title":{},"body":{"index.html":{}}}],["instanc",{"_index":66,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["instead",{"_index":230,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["institut",{"_index":944,"title":{},"body":{"license.html":{}}}],["instruct",{"_index":640,"title":{},"body":{"index.html":{}}}],["integr",{"_index":663,"title":{},"body":{"index.html":{}}}],["intention",{"_index":896,"title":{},"body":{"license.html":{}}}],["interact",{"_index":766,"title":{},"body":{"index.html":{}}}],["interfac",{"_index":0,"title":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{}},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["intern",{"_index":246,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"miscellaneous/functions.html":{}}}],["irrevoc",{"_index":927,"title":{},"body":{"license.html":{}}}],["iscorelink",{"_index":21,"title":{},"body":{"interfaces/LinkInfo.html":{}}}],["iscorenod",{"_index":31,"title":{},"body":{"interfaces/NodeInfo.html":{}}}],["isqueriednod",{"_index":32,"title":{},"body":{"interfaces/NodeInfo.html":{}}}],["issu",{"_index":906,"title":{},"body":{"license.html":{}}}],["it'",{"_index":1070,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["item",{"_index":348,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["januari",{"_index":829,"title":{},"body":{"license.html":{}}}],["java",{"_index":667,"title":{},"body":{"index.html":{}}}],["js",{"_index":598,"title":{},"body":{"dependencies.html":{}}}],["json",{"_index":607,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["jsonscrubb",{"_index":617,"title":{},"body":{"miscellaneous/functions.html":{}}}],["jsonscrubber(valu",{"_index":620,"title":{},"body":{"miscellaneous/functions.html":{}}}],["justifi",{"_index":350,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["key",{"_index":408,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"miscellaneous/functions.html":{},"additional-documentation/themes.html":{}}}],["kind",{"_index":1001,"title":{},"body":{"license.html":{}}}],["know",{"_index":798,"title":{},"body":{"index.html":{}}}],["label",{"_index":490,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["languag",{"_index":1064,"title":{},"body":{"license.html":{}}}],["law",{"_index":998,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":949,"title":{},"body":{"license.html":{}}}],["layout",{"_index":1099,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["leav",{"_index":1109,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["left",{"_index":1162,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["legal",{"_index":846,"title":{},"body":{"license.html":{}}}],["len",{"_index":372,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["lensid",{"_index":288,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["level",{"_index":569,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["liabil",{"_index":1010,"title":{},"body":{"license.html":{}}}],["liabl",{"_index":1016,"title":{},"body":{"license.html":{}}}],["licens",{"_index":826,"title":{"license.html":{}},"body":{"license.html":{}}}],["license.y",{"_index":978,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":841,"title":{},"body":{"license.html":{}}}],["limit",{"_index":407,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"license.html":{}}}],["line",{"_index":352,"title":{},"body":{"components/SzPoweredByComponent.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["link",{"_index":10,"title":{},"body":{"interfaces/Graph.html":{},"license.html":{}}}],["linkinfo",{"_index":12,"title":{"interfaces/LinkInfo.html":{}},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{}}}],["list",{"_index":267,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["liter",{"_index":175,"title":{},"body":{"components/SzConfigurationComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"components/SzSearchResultsComponent.html":{}}}],["litig",{"_index":945,"title":{},"body":{"license.html":{}}}],["load",{"_index":659,"title":{},"body":{"index.html":{}}}],["load_id",{"_index":373,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["loadnetwork",{"_index":427,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["loadnetwork(ev",{"_index":428,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["localhost",{"_index":772,"title":{},"body":{"index.html":{}}}],["locat",{"_index":678,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["logo",{"_index":711,"title":{},"body":{"index.html":{}}}],["lookup",{"_index":232,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["lookup'},{'nam",{"_index":154,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["lookup.component.html",{"_index":412,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["lookup.component.scss",{"_index":411,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["lookup.component.t",{"_index":410,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["lookup/sz",{"_index":409,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["loss",{"_index":1024,"title":{},"body":{"license.html":{}}}],["maco",{"_index":649,"title":{},"body":{"index.html":{}}}],["made",{"_index":876,"title":{},"body":{"license.html":{}}}],["mail",{"_index":904,"title":{},"body":{"license.html":{}}}],["main",{"_index":504,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["make",{"_index":650,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["malfunct",{"_index":1029,"title":{},"body":{"license.html":{}}}],["manag",{"_index":853,"title":{},"body":{"license.html":{}}}],["margin",{"_index":129,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["mark",{"_index":912,"title":{},"body":{"license.html":{}}}],["match",{"_index":17,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["match_key",{"_index":374,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["match_level",{"_index":375,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["match_scor",{"_index":376,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["matches.t",{"_index":385,"title":{},"body":{"interfaces/SzRawDataMatches.html":{}}}],["matchkey",{"_index":22,"title":{},"body":{"interfaces/LinkInfo.html":{},"interfaces/SzEntityDetailSectionData.html":{}}}],["matchlevel",{"_index":23,"title":{},"body":{"interfaces/LinkInfo.html":{},"interfaces/SzEntityDetailSectionData.html":{}}}],["matchscor",{"_index":435,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["maxdegre",{"_index":415,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["maxent",{"_index":390,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{}}}],["maximum",{"_index":404,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["mayb",{"_index":755,"title":{},"body":{"index.html":{}}}],["mean",{"_index":838,"title":{},"body":{"license.html":{}}}],["mechan",{"_index":871,"title":{},"body":{"license.html":{}}}],["media",{"_index":874,"title":{},"body":{"license.html":{}}}],["medium",{"_index":954,"title":{},"body":{"license.html":{}}}],["meet",{"_index":955,"title":{},"body":{"license.html":{}}}],["merchant",{"_index":1004,"title":{},"body":{"license.html":{}}}],["mere",{"_index":891,"title":{},"body":{"license.html":{}}}],["messag",{"_index":554,"title":{},"body":{"classes/SzServerError.html":{},"index.html":{}}}],["metadata",{"_index":89,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["method",{"_index":56,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"index.html":{}}}],["min",{"_index":506,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["miscellan",{"_index":616,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["miss",{"_index":822,"title":{},"body":{"index.html":{}}}],["model",{"_index":264,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["modif",{"_index":869,"title":{},"body":{"license.html":{}}}],["modifi",{"_index":958,"title":{},"body":{"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["modul",{"_index":36,"title":{"modules/SenzingSdkModule.html":{},"modules.html":{}},"body":{"modules/SenzingSdkModule.html":{},"index.html":{},"modules.html":{},"overview.html":{}}}],["modulewithprovid",{"_index":79,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["more",{"_index":765,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["mostli",{"_index":191,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["much",{"_index":1071,"title":{},"body":{"additional-documentation/themes.html":{}}}],["myapiserverhostname.com:2080",{"_index":75,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["name",{"_index":33,"title":{},"body":{"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["name_first",{"_index":314,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_ful",{"_index":315,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["name_last",{"_index":316,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_middl",{"_index":317,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_prefix",{"_index":318,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_suffix",{"_index":319,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_typ",{"_index":320,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["namedata",{"_index":289,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["namedatamatch",{"_index":436,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["nameonlymatch",{"_index":461,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["namespac",{"_index":1123,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["necessarili",{"_index":939,"title":{},"body":{"license.html":{}}}],["need",{"_index":1092,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["neglig",{"_index":1013,"title":{},"body":{"license.html":{}}}],["net::err_name_not_resolv",{"_index":804,"title":{},"body":{"index.html":{}}}],["network",{"_index":152,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["network'},{'nam",{"_index":151,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["network/graph",{"_index":6,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{}}}],["networkbuildout",{"_index":391,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["networkload",{"_index":395,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{}}}],["networkmaxdegre",{"_index":392,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{}}}],["new",{"_index":73,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["next",{"_index":1116,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ng",{"_index":593,"title":{},"body":{"dependencies.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["ng';quick",{"_index":693,"title":{},"body":{"index.html":{}}}],["ng/doc",{"_index":788,"title":{},"body":{"index.html":{}}}],["ng/styles/themes/drab.css",{"_index":1115,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ng/styles/themes/senzing.css",{"_index":1126,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ng/styles/themes/senzing.css';us",{"_index":1100,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ngmodul",{"_index":702,"title":{},"body":{"index.html":{}}}],["ngoninit",{"_index":100,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["nin_countri",{"_index":321,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["nin_numb",{"_index":322,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["node",{"_index":11,"title":{},"body":{"interfaces/Graph.html":{},"additional-documentation/themes/pre-built.html":{}}}],["node/npm",{"_index":634,"title":{},"body":{"index.html":{}}}],["node_modul",{"_index":682,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["node_modules/@senzing/sdk",{"_index":787,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["node_modules/\\\\@senzing/sdk",{"_index":1114,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["nodeinfo",{"_index":15,"title":{"interfaces/NodeInfo.html":{}},"body":{"interfaces/Graph.html":{},"interfaces/NodeInfo.html":{}}}],["non",{"_index":769,"title":{},"body":{"index.html":{},"license.html":{}}}],["none",{"_index":1168,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["normal",{"_index":973,"title":{},"body":{"license.html":{}}}],["note",{"_index":684,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["noth",{"_index":985,"title":{},"body":{"license.html":{}}}],["notic",{"_index":878,"title":{},"body":{"license.html":{}}}],["notwithstand",{"_index":984,"title":{},"body":{"license.html":{}}}],["now",{"_index":732,"title":{},"body":{"index.html":{}}}],["npm",{"_index":679,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["null",{"_index":623,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":24,"title":{},"body":{"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzRawData.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["object",{"_index":103,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["oblig",{"_index":1037,"title":{},"body":{"license.html":{}}}],["observ",{"_index":536,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["obtain",{"_index":1061,"title":{},"body":{"license.html":{}}}],["occasion",{"_index":794,"title":{},"body":{"index.html":{}}}],["occur",{"_index":467,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["offer",{"_index":933,"title":{},"body":{"license.html":{}}}],["on",{"_index":643,"title":{},"body":{"index.html":{},"license.html":{}}}],["onentityidchang",{"_index":211,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["onentityrecordclick",{"_index":212,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["onentityrecordclick(entityid",{"_index":245,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["oninit",{"_index":88,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["onlin",{"_index":780,"title":{},"body":{"index.html":{}}}],["onresultclick",{"_index":457,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["onresultclick(evt",{"_index":468,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["onsearchresult",{"_index":735,"title":{},"body":{"index.html":{}}}],["onsearchresultclick",{"_index":736,"title":{},"body":{"index.html":{}}}],["onsearchresultclick(entitydata",{"_index":750,"title":{},"body":{"index.html":{}}}],["onsearchresults(evt",{"_index":744,"title":{},"body":{"index.html":{}}}],["open",{"_index":676,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["opt",{"_index":1072,"title":{},"body":{"additional-documentation/themes.html":{}}}],["option",{"_index":62,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["orang",{"_index":514,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["orgnam",{"_index":34,"title":{},"body":{"interfaces/NodeInfo.html":{}}}],["origin",{"_index":889,"title":{},"body":{"license.html":{}}}],["otherdatamatch",{"_index":437,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["otherwis",{"_index":856,"title":{},"body":{"license.html":{}}}],["out",{"_index":670,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["output",{"_index":168,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["outset",{"_index":120,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["outsid",{"_index":661,"title":{},"body":{"index.html":{}}}],["outstand",{"_index":861,"title":{},"body":{"license.html":{}}}],["over",{"_index":1105,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["overridden",{"_index":1132,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["overview",{"_index":627,"title":{"overview.html":{}},"body":{"index.html":{},"overview.html":{}}}],["owner",{"_index":843,"title":{},"body":{"license.html":{}}}],["ownership",{"_index":858,"title":{},"body":{"license.html":{}}}],["packag",{"_index":577,"title":{"dependencies.html":{}},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["pad",{"_index":137,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["page",{"_index":760,"title":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}},"body":{"index.html":{},"license.html":{}}}],["param",{"_index":540,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["paramet",{"_index":67,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["parameterschang",{"_index":169,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["paramnam",{"_index":547,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["part",{"_index":965,"title":{},"body":{"license.html":{}}}],["parti",{"_index":972,"title":{},"body":{"license.html":{}}}],["particular",{"_index":691,"title":{},"body":{"index.html":{},"license.html":{}}}],["pass",{"_index":233,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{}}}],["passport_countri",{"_index":323,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["passport_numb",{"_index":324,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["password",{"_index":166,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["patent",{"_index":932,"title":{},"body":{"license.html":{}}}],["path",{"_index":1102,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["path'},{'nam",{"_index":156,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["percent",{"_index":860,"title":{},"body":{"license.html":{}}}],["perform",{"_index":243,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"license.html":{}}}],["permiss",{"_index":866,"title":{},"body":{"license.html":{}}}],["perpetu",{"_index":921,"title":{},"body":{"license.html":{}}}],["person_name_ful",{"_index":325,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["pertain",{"_index":964,"title":{},"body":{"license.html":{}}}],["phone",{"_index":35,"title":{},"body":{"interfaces/NodeInfo.html":{}}}],["phone_numb",{"_index":326,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["phonedata",{"_index":290,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["phonedatamatch",{"_index":438,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["pill",{"_index":1182,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["place",{"_index":968,"title":{},"body":{"license.html":{}}}],["placehold",{"_index":1152,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["pleas",{"_index":637,"title":{},"body":{"index.html":{}}}],["point",{"_index":768,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["pointer",{"_index":1158,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["popul",{"_index":653,"title":{},"body":{"index.html":{}}}],["port",{"_index":773,"title":{},"body":{"index.html":{}}}],["possibl",{"_index":269,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["possiblematch",{"_index":223,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{}}}],["power",{"_index":149,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{}}}],["pre",{"_index":672,"title":{"additional-documentation/themes/pre-built.html":{}},"body":{"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["precompil",{"_index":1083,"title":{},"body":{"additional-documentation/themes.html":{}}}],["prefer",{"_index":868,"title":{},"body":{"license.html":{}}}],["prefix",{"_index":176,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["prepar",{"_index":929,"title":{},"body":{"license.html":{}}}],["primary_name_first",{"_index":377,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["primary_name_last",{"_index":378,"title":{},"body":{"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{}}}],["primary_name_middl",{"_index":379,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["primary_phone_numb",{"_index":380,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["primarynamelast",{"_index":335,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["print",{"_index":1055,"title":{},"body":{"license.html":{}}}],["problem",{"_index":800,"title":{},"body":{"index.html":{}}}],["processor",{"_index":1097,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["product",{"_index":992,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["project",{"_index":628,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["promin",{"_index":960,"title":{},"body":{"license.html":{}}}],["properli",{"_index":644,"title":{},"body":{"index.html":{}}}],["properti",{"_index":9,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"classes/SzServerError.html":{},"index.html":{}}}],["propobj['key",{"_index":107,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["propobj['valu",{"_index":108,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["propobj[\\'key",{"_index":143,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["propobj[\\'valu",{"_index":144,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["protocol://hostname:port",{"_index":180,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["provid",{"_index":52,"title":{},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["public",{"_index":96,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["publicli",{"_index":930,"title":{},"body":{"license.html":{}}}],["purpos",{"_index":850,"title":{},"body":{"license.html":{}}}],["queri",{"_index":608,"title":{},"body":{"dependencies.html":{}}}],["quick",{"_index":1087,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["quickstart",{"_index":763,"title":{},"body":{"index.html":{}}}],["radiu",{"_index":114,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["rawdatamatch",{"_index":439,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["readabl",{"_index":967,"title":{},"body":{"license.html":{}}}],["readm",{"_index":791,"title":{},"body":{"index.html":{}}}],["readme.md",{"_index":696,"title":{},"body":{"index.html":{}}}],["readonli",{"_index":413,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["reason",{"_index":819,"title":{},"body":{"index.html":{},"license.html":{}}}],["receiv",{"_index":916,"title":{},"body":{"license.html":{}}}],["recipi",{"_index":956,"title":{},"body":{"license.html":{}}}],["recommend",{"_index":1054,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["recompil",{"_index":817,"title":{},"body":{"index.html":{}}}],["record",{"_index":248,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"additional-documentation/themes/customizing.html":{}}}],["record_id",{"_index":381,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["recordsummari",{"_index":291,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["redistribut",{"_index":953,"title":{},"body":{"license.html":{}}}],["ref_scor",{"_index":382,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["refer",{"_index":786,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["referenc",{"_index":737,"title":{},"body":{"index.html":{}}}],["refscor",{"_index":292,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["regard",{"_index":990,"title":{},"body":{"license.html":{}}}],["regist",{"_index":603,"title":{},"body":{"dependencies.html":{}}}],["relat",{"_index":271,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["relatedent",{"_index":440,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["relationship",{"_index":5,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["relationshipdatamatch",{"_index":441,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["remain",{"_index":890,"title":{},"body":{"license.html":{}}}],["rememb",{"_index":715,"title":{},"body":{"index.html":{}}}],["remov",{"_index":622,"title":{},"body":{"miscellaneous/functions.html":{},"additional-documentation/themes.html":{}}}],["render",{"_index":707,"title":{},"body":{"index.html":{}}}],["replac",{"_index":1050,"title":{},"body":{"license.html":{}}}],["repositori",{"_index":654,"title":{},"body":{"index.html":{}}}],["repres",{"_index":887,"title":{},"body":{"license.html":{}}}],["reproduc",{"_index":928,"title":{},"body":{"license.html":{}}}],["reproduct",{"_index":834,"title":{},"body":{"license.html":{}}}],["request",{"_index":177,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["requestdataonidchang",{"_index":214,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["requestend",{"_index":219,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["requeststart",{"_index":220,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["requir",{"_index":666,"title":{},"body":{"index.html":{},"license.html":{}}}],["resdata",{"_index":469,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["resolutionrulecod",{"_index":293,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["resolv",{"_index":725,"title":{},"body":{"index.html":{}}}],["resolvedent",{"_index":442,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["respons",{"_index":185,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{}}}],["respos",{"_index":184,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["rest",{"_index":402,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"index.html":{}}}],["restart",{"_index":756,"title":{},"body":{"index.html":{}}}],["result",{"_index":16,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["result__sect",{"_index":501,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["resultclick",{"_index":459,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results.component.html",{"_index":452,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results.component.scss",{"_index":451,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results.component.t",{"_index":450,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results/match",{"_index":332,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["results/raw",{"_index":363,"title":{},"body":{"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{}}}],["results/sz",{"_index":430,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{}}}],["retain",{"_index":962,"title":{},"body":{"license.html":{}}}],["return",{"_index":64,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"index.html":{}}}],["reusabl",{"_index":621,"title":{},"body":{"miscellaneous/functions.html":{}}}],["revis",{"_index":884,"title":{},"body":{"license.html":{}}}],["right",{"_index":358,"title":{},"body":{"components/SzPoweredByComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["risk",{"_index":1009,"title":{},"body":{"license.html":{}}}],["root",{"_index":738,"title":{},"body":{"index.html":{}}}],["row",{"_index":132,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["royalti",{"_index":925,"title":{},"body":{"license.html":{}}}],["run",{"_index":695,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["rxj",{"_index":610,"title":{},"body":{"dependencies.html":{}}}],["same",{"_index":685,"title":{},"body":{"index.html":{},"license.html":{}}}],["sass",{"_index":1094,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["sass(and",{"_index":1095,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["save",{"_index":680,"title":{},"body":{"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["scope",{"_index":747,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["script",{"_index":664,"title":{},"body":{"index.html":{}}}],["scss",{"_index":1096,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["scss/variabl",{"_index":488,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["sdk",{"_index":630,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["search",{"_index":158,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["search'},{'nam",{"_index":157,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["search.service.t",{"_index":524,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["search.t",{"_index":299,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["searchbyattribut",{"_index":529,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["searchbyattributes(searchparm",{"_index":541,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["searchparm",{"_index":544,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["searchresult",{"_index":460,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["searchresultsjson",{"_index":456,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["searchresultstot",{"_index":463,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["searchservic",{"_index":227,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["searchvalu",{"_index":462,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["section",{"_index":237,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["see",{"_index":638,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["selector",{"_index":90,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["selector/properti",{"_index":1077,"title":{},"body":{"additional-documentation/themes.html":{}}}],["self",{"_index":356,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["sell",{"_index":934,"title":{},"body":{"license.html":{}}}],["sent",{"_index":903,"title":{},"body":{"license.html":{}}}],["senz",{"_index":629,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["senzing/rest",{"_index":591,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["senzing/sdk",{"_index":626,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["senzingsdkmodul",{"_index":37,"title":{"modules/SenzingSdkModule.html":{}},"body":{"modules/SenzingSdkModule.html":{},"index.html":{},"modules.html":{}}}],["senzingsdkmodule.forroot",{"_index":78,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["separ",{"_index":405,"title":{},"body":{"components/SzRelationshipNetworkInputComponent.html":{},"license.html":{}}}],["serv",{"_index":758,"title":{},"body":{"index.html":{}}}],["server",{"_index":174,"title":{},"body":{"components/SzConfigurationComponent.html":{},"dependencies.html":{},"index.html":{}}}],["servic",{"_index":686,"title":{},"body":{"index.html":{},"license.html":{}}}],["set",{"_index":228,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["setaccesstoken(valu",{"_index":198,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setapikeys(valu",{"_index":195,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setbasepath(valu",{"_index":199,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setbuildout(valu",{"_index":420,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["setentitydata(valu",{"_index":256,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setentityid(valu",{"_index":259,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setentityids(valu",{"_index":418,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["setmaxdegrees(valu",{"_index":419,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["setmaxentities(valu",{"_index":421,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["setpassword(valu",{"_index":197,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setrequestdataonidchange(valu",{"_index":261,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setsearchparam",{"_index":530,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["setsearchparam(paramnam",{"_index":545,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["setsearchresults(valu",{"_index":476,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["setsearchvalue(valu",{"_index":479,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["setshowgraphsection(valu",{"_index":260,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setshowlinklabels(valu",{"_index":417,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["setup",{"_index":642,"title":{},"body":{"index.html":{}}}],["setusername(valu",{"_index":196,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setwithcredentials(valu",{"_index":200,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["sever",{"_index":662,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["shall",{"_index":837,"title":{},"body":{"license.html":{}}}],["shape",{"_index":265,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["share",{"_index":862,"title":{},"body":{"license.html":{}}}],["shortcut",{"_index":645,"title":{},"body":{"index.html":{}}}],["show",{"_index":234,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["showdatasourc",{"_index":458,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["showgraphsect",{"_index":215,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["showlinklabel",{"_index":339,"title":{},"body":{"interfaces/SzNetworkGraphInputs.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{}}}],["simpl",{"_index":1133,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["simulationlinkdatum",{"_index":19,"title":{},"body":{"interfaces/LinkInfo.html":{}}}],["simulationnodedatum",{"_index":27,"title":{},"body":{"interfaces/NodeInfo.html":{}}}],["size",{"_index":354,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["small",{"_index":346,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["social_handl",{"_index":327,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["social_network",{"_index":328,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["softwar",{"_index":870,"title":{},"body":{"license.html":{}}}],["sole",{"_index":1006,"title":{},"body":{"license.html":{}}}],["solid",{"_index":112,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["solut",{"_index":801,"title":{},"body":{"index.html":{}}}],["someth",{"_index":795,"title":{},"body":{"index.html":{}}}],["sometim",{"_index":820,"title":{},"body":{"index.html":{}}}],["sourc",{"_index":543,"title":{},"body":{"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"index.html":{},"license.html":{}}}],["source_id",{"_index":383,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["sourcearray",{"_index":563,"title":{},"body":{"classes/SzServerError.html":{}}}],["space",{"_index":495,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["span",{"_index":355,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["special",{"_index":1018,"title":{},"body":{"license.html":{}}}],["specif",{"_index":1063,"title":{},"body":{"license.html":{}}}],["src/.../utils.t",{"_index":618,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/common/serv",{"_index":550,"title":{},"body":{"classes/SzServerError.html":{}}}],["src/lib/common/utils.t",{"_index":619,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/configuration/sz",{"_index":83,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["src/lib/entity/detail/sz",{"_index":201,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["src/lib/graph/sz",{"_index":4,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{}}}],["src/lib/models/ent",{"_index":280,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{}}}],["src/lib/models/network",{"_index":337,"title":{},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["src/lib/models/responces/search",{"_index":331,"title":{},"body":{"interfaces/SzMatchFields.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["src/lib/sdk.module.t",{"_index":38,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["src/lib/search/sz",{"_index":449,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["src/lib/services/sz",{"_index":523,"title":{},"body":{"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["src/lib/sz",{"_index":340,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["src/styles.scss",{"_index":1113,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ssn_number",{"_index":329,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["standard",{"_index":753,"title":{},"body":{"index.html":{}}}],["start",{"_index":357,"title":{"index.html":{},"license.html":{}},"body":{"components/SzPoweredByComponent.html":{},"index.html":{}}}],["state",{"_index":575,"title":{},"body":{"injectables/SzUIEventService.html":{},"license.html":{}}}],["statement",{"_index":690,"title":{},"body":{"index.html":{},"license.html":{}}}],["static",{"_index":57,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"classes/SzServerError.html":{},"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["step",{"_index":713,"title":{},"body":{"index.html":{}}}],["stoppag",{"_index":1026,"title":{},"body":{"license.html":{}}}],["store",{"_index":746,"title":{},"body":{"index.html":{}}}],["string",{"_index":26,"title":{},"body":{"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"components/SzConfigurationComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"classes/SzServerError.html":{},"dependencies.html":{}}}],["style",{"_index":82,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["styles/them",{"_index":1093,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["stylesheet",{"_index":1101,"title":{},"body":{"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["styleurl",{"_index":92,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["subject",{"_index":194,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"license.html":{}}}],["sublicens",{"_index":931,"title":{},"body":{"license.html":{}}}],["submiss",{"_index":981,"title":{},"body":{"license.html":{}}}],["submit",{"_index":897,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["subsequ",{"_index":917,"title":{},"body":{"license.html":{}}}],["sucessfulli",{"_index":721,"title":{},"body":{"index.html":{}}}],["such",{"_index":854,"title":{},"body":{"license.html":{}}}],["suggest",{"_index":515,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["summari",{"_index":494,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["supersed",{"_index":987,"title":{},"body":{"license.html":{}}}],["support",{"_index":1035,"title":{},"body":{"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["sure",{"_index":806,"title":{},"body":{"index.html":{}}}],["svg",{"_index":360,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["syntax",{"_index":1053,"title":{},"body":{"license.html":{}}}],["system",{"_index":905,"title":{},"body":{"license.html":{}}}],["sz",{"_index":91,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["szattributesearchresult",{"_index":470,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["szconfigurationaboutcompon",{"_index":40,"title":{"components/SzConfigurationAboutComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szconfigurationcompon",{"_index":41,"title":{"components/SzConfigurationComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szdatasourcerecordsummari",{"_index":294,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["szentitydata",{"_index":255,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{}}}],["szentitydetailcompon",{"_index":42,"title":{"components/SzEntityDetailComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szentitydetailsectiondata",{"_index":279,"title":{"interfaces/SzEntityDetailSectionData.html":{}},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["szentitydetailsectionsummari",{"_index":295,"title":{"interfaces/SzEntityDetailSectionSummary.html":{}},"body":{"interfaces/SzEntityDetailSectionSummary.html":{}}}],["szentityrecord",{"_index":253,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{}}}],["szentitysearchparam",{"_index":298,"title":{"interfaces/SzEntitySearchParams.html":{}},"body":{"interfaces/SzEntitySearchParams.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["szmatchfield",{"_index":330,"title":{"interfaces/SzMatchFields.html":{}},"body":{"interfaces/SzMatchFields.html":{}}}],["sznetworkgraphinput",{"_index":336,"title":{"interfaces/SzNetworkGraphInputs.html":{}},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["szpoweredbycompon",{"_index":43,"title":{"components/SzPoweredByComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szrawdata",{"_index":362,"title":{"interfaces/SzRawData.html":{}},"body":{"interfaces/SzRawData.html":{}}}],["szrawdatamatch",{"_index":384,"title":{"interfaces/SzRawDataMatches.html":{}},"body":{"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["szrelatedent",{"_index":252,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["szrelationshipnetworkcompon",{"_index":44,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szrelationshipnetworkinputcompon",{"_index":45,"title":{"components/SzRelationshipNetworkInputComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szrelationshipnetworklookupcompon",{"_index":46,"title":{"components/SzRelationshipNetworkLookupComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szrelationshipnetworkuploadcompon",{"_index":47,"title":{"components/SzRelationshipNetworkUploadComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szrelationshippathcompon",{"_index":48,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szresolvedent",{"_index":448,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["szrestconfigur",{"_index":65,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"index.html":{}}}],["szrestconfigurationfactori",{"_index":72,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["szsearchcompon",{"_index":49,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szsearchresultentitydata",{"_index":429,"title":{"interfaces/SzSearchResultEntityData.html":{}},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["szsearchresultscompon",{"_index":50,"title":{"components/SzSearchResultsComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szsearchservic",{"_index":53,"title":{"injectables/SzSearchService.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{}}}],["szservererror",{"_index":549,"title":{"classes/SzServerError.html":{}},"body":{"classes/SzServerError.html":{}}}],["szuieventservic",{"_index":54,"title":{"injectables/SzUIEventService.html":{}},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzUIEventService.html":{}}}],["tabl",{"_index":118,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["take",{"_index":683,"title":{},"body":{"index.html":{}}}],["tell",{"_index":770,"title":{},"body":{"index.html":{}}}],["templat",{"_index":81,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["templateurl",{"_index":94,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["term",{"_index":832,"title":{},"body":{"license.html":{}}}],["termin",{"_index":677,"title":{},"body":{"index.html":{},"license.html":{}}}],["test",{"_index":655,"title":{},"body":{"index.html":{}}}],["text",{"_index":491,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["textarea",{"_index":274,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["that'",{"_index":762,"title":{},"body":{"index.html":{}}}],["theme",{"_index":1067,"title":{"additional-documentation/themes.html":{}},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["theori",{"_index":1011,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":893,"title":{},"body":{"license.html":{}}}],["thing",{"_index":571,"title":{},"body":{"injectables/SzUIEventService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["third",{"_index":971,"title":{},"body":{"license.html":{}}}],["this.currentlyselectedentityid",{"_index":752,"title":{},"body":{"index.html":{}}}],["this.currentsearchresult",{"_index":748,"title":{},"body":{"index.html":{}}}],["those",{"_index":937,"title":{},"body":{"license.html":{}}}],["through",{"_index":182,"title":{},"body":{"components/SzConfigurationComponent.html":{},"index.html":{},"license.html":{}}}],["throw",{"_index":814,"title":{},"body":{"index.html":{}}}],["time",{"_index":1117,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["timestamp",{"_index":555,"title":{},"body":{"classes/SzServerError.html":{}}}],["titl",{"_index":296,"title":{},"body":{"interfaces/SzEntityDetailSectionSummary.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["titlecasepip",{"_index":465,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["ton",{"_index":764,"title":{},"body":{"index.html":{}}}],["tooltip",{"_index":573,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["top",{"_index":1178,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["topaddress",{"_index":443,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topattribut",{"_index":444,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topidentifi",{"_index":445,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topnam",{"_index":446,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topphonenumb",{"_index":447,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["tort",{"_index":1012,"title":{},"body":{"license.html":{}}}],["toserv",{"_index":558,"title":{},"body":{"classes/SzServerError.html":{}}}],["toserver(sourc",{"_index":564,"title":{},"body":{"classes/SzServerError.html":{}}}],["toserverarray",{"_index":559,"title":{},"body":{"classes/SzServerError.html":{}}}],["toserverarray(sourcearray",{"_index":565,"title":{},"body":{"classes/SzServerError.html":{}}}],["total",{"_index":297,"title":{},"body":{"interfaces/SzEntityDetailSectionSummary.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["track",{"_index":907,"title":{},"body":{"license.html":{}}}],["trade",{"_index":991,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":963,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":935,"title":{},"body":{"license.html":{}}}],["transform",{"_index":492,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["translat",{"_index":872,"title":{},"body":{"license.html":{}}}],["tri",{"_index":809,"title":{},"body":{"index.html":{}}}],["trigger",{"_index":472,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["troubleshoot",{"_index":793,"title":{},"body":{"index.html":{}}}],["true",{"_index":77,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["tslib",{"_index":612,"title":{},"body":{"dependencies.html":{}}}],["turn",{"_index":771,"title":{},"body":{"index.html":{}}}],["tweak",{"_index":1090,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["type",{"_index":13,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{},"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["types.t",{"_index":7,"title":{},"body":{"interfaces/Graph.html":{},"interfaces/LinkInfo.html":{},"interfaces/NodeInfo.html":{}}}],["types/d3",{"_index":595,"title":{},"body":{"dependencies.html":{}}}],["typescript",{"_index":636,"title":{},"body":{"index.html":{}}}],["ui",{"_index":570,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["ui.service.t",{"_index":566,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["undefin",{"_index":624,"title":{},"body":{"miscellaneous/functions.html":{}}}],["under",{"_index":849,"title":{},"body":{"license.html":{}}}],["union",{"_index":847,"title":{},"body":{"license.html":{}}}],["unless",{"_index":982,"title":{},"body":{"license.html":{}}}],["unstyl",{"_index":1069,"title":{},"body":{"additional-documentation/themes.html":{}}}],["up",{"_index":694,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["upload",{"_index":424,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["upload'},{'nam",{"_index":155,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["upload.component.html",{"_index":426,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["upload.component.scss",{"_index":425,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["upload.component.t",{"_index":423,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["upload/sz",{"_index":422,"title":{},"body":{"components/SzRelationshipNetworkUploadComponent.html":{}}}],["uppercas",{"_index":493,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["us",{"_index":171,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["usag",{"_index":688,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["user",{"_index":1118,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["usernam",{"_index":167,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["valu",{"_index":106,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"miscellaneous/functions.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["var",{"_index":141,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["variabl",{"_index":1075,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["verbal",{"_index":901,"title":{},"body":{"license.html":{}}}],["verifi",{"_index":710,"title":{},"body":{"index.html":{}}}],["version",{"_index":674,"title":{},"body":{"index.html":{},"license.html":{}}}],["via",{"_index":231,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{},"additional-documentation/themes.html":{}}}],["void",{"_index":60,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzRelationshipNetworkInputComponent.html":{},"components/SzRelationshipNetworkLookupComponent.html":{},"components/SzRelationshipNetworkUploadComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{}}}],["want",{"_index":692,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["warranti",{"_index":996,"title":{},"body":{"license.html":{}}}],["way",{"_index":658,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["we'v",{"_index":1086,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["web",{"_index":1127,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["weight",{"_index":126,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["weird",{"_index":815,"title":{},"body":{"index.html":{}}}],["well",{"_index":717,"title":{},"body":{"index.html":{}}}],["whatev",{"_index":818,"title":{},"body":{"index.html":{}}}],["wherev",{"_index":970,"title":{},"body":{"license.html":{}}}],["whether",{"_index":187,"title":{},"body":{"components/SzConfigurationComponent.html":{},"license.html":{}}}],["white",{"_index":511,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["whole",{"_index":888,"title":{},"body":{"license.html":{}}}],["widget",{"_index":250,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["width",{"_index":275,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["window",{"_index":648,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["with_raw",{"_index":414,"title":{},"body":{"components/SzRelationshipNetworkLookupComponent.html":{}}}],["withcredenti",{"_index":76,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationComponent.html":{},"index.html":{}}}],["within",{"_index":919,"title":{},"body":{"license.html":{}}}],["without",{"_index":811,"title":{},"body":{"index.html":{},"license.html":{}}}],["withrel",{"_index":538,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["work",{"_index":729,"title":{},"body":{"index.html":{},"license.html":{}}}],["world",{"_index":1110,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["worldwid",{"_index":922,"title":{},"body":{"license.html":{}}}],["write",{"_index":914,"title":{},"body":{"license.html":{}}}],["written",{"_index":902,"title":{},"body":{"license.html":{}}}],["wrong",{"_index":797,"title":{},"body":{"index.html":{}}}],["ye",{"_index":70,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["you'll",{"_index":1088,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["you'r",{"_index":646,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["yyyi",{"_index":1059,"title":{},"body":{"license.html":{}}}],["zone.j",{"_index":614,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]}, - "store": {"interfaces/Graph.html":{"url":"interfaces/Graph.html","title":"interface - Graph","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n Graph\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/graph/sz-relationship-network/graph-types.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n links\n \n \n nodes\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n links\n \n \n \n \n links: LinkInfo[]\n\n \n \n\n\n \n \n Type : LinkInfo[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n nodes\n \n \n \n \n nodes: NodeInfo[]\n\n \n \n\n\n \n \n Type : NodeInfo[]\n\n \n \n\n\n\n\n\n \n \n \n \n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/LinkInfo.html":{"url":"interfaces/LinkInfo.html","title":"interface - LinkInfo","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n LinkInfo\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/graph/sz-relationship-network/graph-types.ts\n \n\n\n \n Extends\n \n \n SimulationLinkDatum\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n id\n \n \n isCoreLink\n \n \n matchKey\n \n \n matchLevel\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 id: 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 isCoreLink\n \n \n \n \n isCoreLink: 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 matchKey\n \n \n \n \n matchKey: 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 matchLevel\n \n \n \n \n matchLevel: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/NodeInfo.html":{"url":"interfaces/NodeInfo.html","title":"interface - NodeInfo","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n NodeInfo\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/graph/sz-relationship-network/graph-types.ts\n \n\n\n \n Extends\n \n \n SimulationNodeDatum\n \n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n address\n \n \n entityId\n \n \n iconType\n \n \n index\n \n \n isCoreNode\n \n \n isQueriedNode\n \n \n name\n \n \n orgName\n \n \n phone\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n address\n \n \n \n \n address: 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 entityId\n \n \n \n \n entityId: 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 iconType\n \n \n \n \n iconType: 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 index\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 \n \n \n \n \n isCoreNode\n \n \n \n \n isCoreNode: 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 isQueriedNode\n \n \n \n \n isQueriedNode: 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 name\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 \n \n \n \n \n orgName\n \n \n \n \n orgName: 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 phone\n \n \n \n \n phone: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"modules/SenzingSdkModule.html":{"url":"modules/SenzingSdkModule.html","title":"module - SenzingSdkModule","body":"\n \n\n\n\n\n Modules\n SenzingSdkModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n src/lib/sdk.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n SzConfigurationAboutComponent\n \n \n SzConfigurationComponent\n \n \n SzEntityDetailComponent\n \n \n SzPoweredByComponent\n \n \n SzRelationshipNetworkComponent\n \n \n SzRelationshipNetworkInputComponent\n \n \n SzRelationshipNetworkLookupComponent\n \n \n SzRelationshipNetworkUploadComponent\n \n \n SzRelationshipPathComponent\n \n \n SzSearchComponent\n \n \n SzSearchResultsComponent\n \n \n \n \n EntryComponents\n \n \n SzConfigurationAboutComponent\n \n \n SzConfigurationComponent\n \n \n SzEntityDetailComponent\n \n \n SzPoweredByComponent\n \n \n SzRelationshipNetworkComponent\n \n \n SzRelationshipNetworkInputComponent\n \n \n SzRelationshipNetworkLookupComponent\n \n \n SzRelationshipNetworkUploadComponent\n \n \n SzRelationshipPathComponent\n \n \n SzSearchComponent\n \n \n SzSearchResultsComponent\n \n \n \n \n Providers\n \n \n SzSearchService\n \n \n SzUIEventService\n \n \n \n \n Exports\n \n \n SzConfigurationAboutComponent\n \n \n SzConfigurationComponent\n \n \n SzEntityDetailComponent\n \n \n SzPoweredByComponent\n \n \n SzRelationshipNetworkComponent\n \n \n SzRelationshipNetworkInputComponent\n \n \n SzRelationshipNetworkLookupComponent\n \n \n SzRelationshipNetworkUploadComponent\n \n \n SzRelationshipPathComponent\n \n \n SzSearchComponent\n \n \n SzSearchResultsComponent\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n \n forRoot(apiConfigFactory?: () => void)\n \n \n\n\n\n\n \n \n initialize the SenzingSdkModule with an optional factory method that returns a SzRestConfiguration instance.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n apiConfigFactory\n \n function\n \n \n \n Yes\n \n \n\n \n \n \n \n \n Example :\n \n export function SzRestConfigurationFactory() {\nreturn new SzRestConfiguration({ basePath: \"myapiserverhostname.com:2080\", withCredentials: true });\n}\nSenzingSdkModule.forRoot( SzRestConfigurationFactory )\n \n \n \n Returns : ModuleWithProviders\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 \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzConfigurationAboutComponent.html":{"url":"components/SzConfigurationAboutComponent.html","title":"component - SzConfigurationAboutComponent","body":"\n \n\n\n\n\n\n Components\n SzConfigurationAboutComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/configuration/sz-configuration-about/sz-configuration-about.component.ts\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 selector\n sz-configuration-about\n \n\n \n styleUrls\n ./sz-configuration-about.component.scss\n \n\n\n\n \n templateUrl\n ./sz-configuration-about.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 apiConfiguration\n \n \n Public\n apiProperties\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getPropsAsArray\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(apiConfiguration: SzRestConfiguration)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n apiConfiguration\n \n \n SzRestConfiguration\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 Public\n getPropsAsArray\n \n \n \n \n \n \n \n \n getPropsAsArray()\n \n \n\n\n\n\n \n \n\n \n Returns : object[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n apiConfiguration\n \n \n \n \n \n \n \n apiConfiguration: SzRestConfiguration\n\n \n \n \n \n Type : SzRestConfiguration\n\n \n \n \n \n Decorators : \n \n \n @Inject(SzRestConfiguration)\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n apiProperties\n \n \n \n \n \n \n \n apiProperties: object[]\n\n \n \n \n \n Type : object[]\n\n \n \n\n\n \n \n\n\n\n\n\n\n \n \n \n Property Name\n Property Value\n \n \n {{propObj['key']}}\n {{propObj['value']}}\n \n\n\n \n\n \n \n ./sz-configuration-about.component.scss\n \n \n:host {\n border: 1px solid #000;\n border-radius: 3px;\n display: inline-table;\n}\n\n.header {\n border: 1px outset #C0C0C0;\n background-color: #e1e1e1;\n font-weight: bold;\n\n .column {\n margin: 4px 10px;\n }\n}\n\n.row, .header {\n display: flex;\n}\n\n.column {\n flex: 50%;\n margin: 0 2px 0 2px;\n}\n.row {\n padding: 2px 0 2px 10px;\n border-bottom: 1px inset #c0c0c0;\n}\n.cell {\n /*border: 1px inset #C0C0C0;*/\n padding: 2px;\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Property Name Property Value {{propObj[\\'key\\']}} {{propObj[\\'value\\']}} '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzConfigurationAboutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzConfigurationComponent.html":{"url":"components/SzConfigurationComponent.html","title":"component - SzConfigurationComponent","body":"\n \n\n\n\n\n\n Components\n SzConfigurationComponent\n\n\n\n \n Info\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/configuration/sz-configuration/sz-configuration.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n sz-configuration\n \n\n\n \n styles\n \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 Public\n apiConfiguration\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n accessToken\n \n \n apiKeys\n \n \n basePath\n \n \n password\n \n \n username\n \n \n withCredentials\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n parametersChanged\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n apiKeys\n \n \n username\n \n \n password\n \n \n accessToken\n \n \n basePath\n \n \n withCredentials\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(apiConfiguration: SzRestConfiguration)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n apiConfiguration\n \n \n SzRestConfiguration\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 accessToken\n \n \n \n \n \n \n \n \n \n \n \n apiKeys\n \n \n apiKeys to use when connnecting to Api Server\n\n \n Type : literal type\n\n \n \n \n \n \n \n \n \n \n \n basePath\n \n \n prefix all api requests with this value. most commonly a http or https\nprotocol://hostname:port string that your api server can be accessed through\n\n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n password\n \n \n password used for challenge respose. \n\n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n username\n \n \n Username to use when using challenge response authentication.\n\n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n withCredentials\n \n \n whether or not to use CORs for api requests \n\n \n Type : boolean\n\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n parametersChanged\n \n \n emmitted when a property has been changed.\nused mostly for diagnostics.\n\n $event Type: Subject\n\n \n \n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n apiConfiguration\n \n \n \n \n \n \n \n apiConfiguration: SzRestConfiguration\n\n \n \n \n \n Type : SzRestConfiguration\n\n \n \n \n \n Decorators : \n \n \n @Inject(SzRestConfiguration)\n \n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n apiKeys\n \n \n\n\n \n \n setapiKeys(value: literal type)\n \n \n \n \n apiKeys to use when connnecting to Api Server\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n literal type\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 username\n \n \n\n\n \n \n setusername(value: string)\n \n \n \n \n Username to use when using challenge response authentication.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n string\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 password\n \n \n\n\n \n \n setpassword(value: string)\n \n \n \n \n password used for challenge respose. \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n string\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 accessToken\n \n \n\n\n \n \n setaccessToken(value)\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n value\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 basePath\n \n \n\n\n \n \n setbasePath(value: string)\n \n \n \n \n prefix all api requests with this value. most commonly a http or https\nprotocol://hostname:port string that your api server can be accessed through\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n string\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 withCredentials\n \n \n\n\n \n \n setwithCredentials(value: boolean)\n \n \n \n \n whether or not to use CORs for api requests \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\n \n \n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzConfigurationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzEntityDetailComponent.html":{"url":"components/SzEntityDetailComponent.html","title":"component - SzEntityDetailComponent","body":"\n \n\n\n\n\n\n Components\n SzEntityDetailComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/entity/detail/sz-entity-detail.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n sz-entity-detail\n \n\n \n styleUrls\n ./sz-entity-detail.component.scss\n \n\n\n\n \n templateUrl\n ./sz-entity-detail.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 _disclosedRelationships\n \n \n _discoveredRelationships\n \n \n _matches\n \n \n _possibleMatches\n \n \n Public\n _showGraphSection\n \n \n Public\n entity\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n onEntityIdChange\n \n \n Public\n onEntityRecordClick\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n data\n \n \n entityId\n \n \n requestDataOnIdChange\n \n \n showGraphSection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n dataChanged\n \n \n entityIdChanged\n \n \n exception\n \n \n requestEnd\n \n \n requestStart\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n entityData\n \n \n entityId\n \n \n showGraphSection\n \n \n requestDataOnIdChange\n \n \n graphData\n \n \n matches\n \n \n possibleMatches\n \n \n discoveredRelationships\n \n \n disclosedRelationships\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(searchService: SzSearchService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n searchService\n \n \n SzSearchService\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 data\n \n \n set the entity data directly, instead of via entityId lookup.\n\n \n \n \n \n \n \n \n \n \n entityId\n \n \n set the entity data by passing in an entity id number.\n\n \n Type : number\n\n \n \n \n \n \n \n \n \n \n \n requestDataOnIdChange\n \n \n set the entity data by passing in an entity id number.\n\n \n Type : boolean\n\n \n \n \n \n \n \n \n \n \n \n showGraphSection\n \n \n show or hide the \"At a Glance\" section.\n\n \n Type : boolean\n\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n dataChanged\n \n \n emmitted when the entity data to display has been changed.\n\n $event Type: Subject\n\n \n \n \n \n \n \n \n \n \n entityIdChanged\n \n \n emmitted when the entity id has been changed.\n\n $event Type: EventEmitter\n\n \n \n \n \n \n \n \n \n \n exception\n \n \n emitted when a search encounters an exception\n\n $event Type: EventEmitter\n\n \n \n \n \n \n \n \n \n \n requestEnd\n \n \n emitted when a search is done being performed.\n\n $event Type: EventEmitter\n\n \n \n \n \n \n \n \n \n \n requestStart\n \n \n emitted when the component begins a request for an entities data.\n\n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n onEntityIdChange\n \n \n \n \n \n \n \n \n onEntityIdChange()\n \n \n\n\n\n\n \n \n when entityId property is changed, request the data from the api\nand display the result.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n onEntityRecordClick\n \n \n \n \n \n \n \n \n onEntityRecordClick(entityId: number)\n \n \n\n\n\n\n \n \n internal handler for when a entity record displayed inside of widget is\nclicked on.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityId\n \n number\n \n \n \n No\n \n \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 Properties\n \n \n \n \n \n \n \n \n _disclosedRelationships\n \n \n \n \n \n \n \n _disclosedRelationships: SzRelatedEntity[]\n\n \n \n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n _discoveredRelationships\n \n \n \n \n \n \n \n _discoveredRelationships: SzRelatedEntity[]\n\n \n \n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n _matches\n \n \n \n \n \n \n \n _matches: SzEntityRecord[]\n\n \n \n \n \n Type : SzEntityRecord[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n _possibleMatches\n \n \n \n \n \n \n \n _possibleMatches: SzRelatedEntity[]\n\n \n \n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n _showGraphSection\n \n \n \n \n \n \n \n _showGraphSection: \n\n \n \n \n \n Default value : true\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n entity\n \n \n \n \n \n \n \n entity: SzEntityData\n\n \n \n \n \n Type : SzEntityData\n\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n entityData\n \n \n\n\n \n \n setentityData(value)\n \n \n \n \n set the entity data directly, instead of via entityId lookup.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n value\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 entityId\n \n \n\n \n \n getentityId()\n \n \n \n \n Get the entity Id of the current entity being displayed.\n\n\n \n Returns : number\n\n \n \n \n\n \n \n setentityId(value: number)\n \n \n \n \n set the entity data by passing in an entity id number.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n number\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 showGraphSection\n \n \n\n\n \n \n setshowGraphSection(value: boolean)\n \n \n \n \n show or hide the \"At a Glance\" section.\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 requestDataOnIdChange\n \n \n\n\n \n \n setrequestDataOnIdChange(value: boolean)\n \n \n \n \n set the entity data by passing in an entity id number.\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 graphData\n \n \n\n \n \n getgraphData()\n \n \n \n \n Gets the data in the model shape used by the relationship network graph.\n\n\n \n \n\n \n \n \n \n \n \n \n matches\n \n \n\n \n \n getmatches()\n \n \n \n \n A list of the search results that are matches.\n\n\n \n \n \n Returns : SzEntityRecord[]\n\n \n \n \n\n \n \n \n \n \n \n \n possibleMatches\n \n \n\n \n \n getpossibleMatches()\n \n \n \n \n A list of the search results that are possible matches.\n\n\n \n \n \n Returns : SzRelatedEntity[]\n\n \n \n \n\n \n \n \n \n \n \n \n discoveredRelationships\n \n \n\n \n \n getdiscoveredRelationships()\n \n \n \n \n A list of the search results that are related.\n\n\n \n \n \n Returns : SzRelatedEntity[]\n\n \n \n \n\n \n \n \n \n \n \n \n disclosedRelationships\n \n \n\n \n \n getdisclosedRelationships()\n \n \n \n \n A list of the search results that are name only matches.\n\n\n \n \n \n Returns : SzRelatedEntity[]\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 \n\n\n \n\n \n \n ./sz-entity-detail.component.scss\n \n \n:host {\n display: block;\n\n textarea {\n width: 1000px;\n height: 400px;\n }\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzEntityDetailComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzEntityDetailSectionData.html":{"url":"interfaces/SzEntityDetailSectionData.html","title":"interface - SzEntityDetailSectionData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzEntityDetailSectionData\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/entity-detail-section-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n addressData\n \n \n attributeData\n \n \n bestName\n \n \n Optional\n dataSource\n \n \n entityId\n \n \n Optional\n features\n \n \n identifierData\n \n \n lensId\n \n \n matchKey\n \n \n matchLevel\n \n \n nameData\n \n \n phoneData\n \n \n records\n \n \n recordSummaries\n \n \n refScore\n \n \n resolutionRuleCode\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n addressData\n \n \n \n \n addressData: 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 attributeData\n \n \n \n \n attributeData: 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 bestName\n \n \n \n \n bestName: 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 dataSource\n \n \n \n \n dataSource: 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 entityId\n \n \n \n \n entityId: 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 features\n \n \n \n \n features: 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 identifierData\n \n \n \n \n identifierData: 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 lensId\n \n \n \n \n lensId: 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 matchKey\n \n \n \n \n matchKey: 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 matchLevel\n \n \n \n \n matchLevel: 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 nameData\n \n \n \n \n nameData: 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 phoneData\n \n \n \n \n phoneData: 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 records\n \n \n \n \n records: SzEntityRecord[]\n\n \n \n\n\n \n \n Type : SzEntityRecord[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n recordSummaries\n \n \n \n \n recordSummaries: SzDataSourceRecordSummary[]\n\n \n \n\n\n \n \n Type : SzDataSourceRecordSummary[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n refScore\n \n \n \n \n refScore: 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 resolutionRuleCode\n \n \n \n \n resolutionRuleCode: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzEntityDetailSectionSummary.html":{"url":"interfaces/SzEntityDetailSectionSummary.html","title":"interface - SzEntityDetailSectionSummary","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzEntityDetailSectionSummary\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/entity-detail-section-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n title\n \n \n total\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n title\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 \n \n \n \n \n total\n \n \n \n \n total: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzEntitySearchParams.html":{"url":"interfaces/SzEntitySearchParams.html","title":"interface - SzEntitySearchParams","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzEntitySearchParams\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/entity-search.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n ADDR_CITY\n \n \n Optional\n ADDR_FULL\n \n \n Optional\n ADDR_LINE1\n \n \n Optional\n ADDR_POSTAL_CODE\n \n \n Optional\n ADDR_STATE\n \n \n Optional\n ADDR_TYPE\n \n \n Optional\n COMPANY_NAME_ORG\n \n \n Optional\n DATE_OF_BIRTH\n \n \n Optional\n DRIVERS_LICENSE_NUMBER\n \n \n Optional\n DRIVERS_LICENSE_STATE\n \n \n Optional\n EMAIL_ADDRESS\n \n \n Optional\n GENDER\n \n \n Optional\n IDENTIFIER\n \n \n Optional\n IDENTIFIER_TYPE\n \n \n Optional\n NAME_FIRST\n \n \n Optional\n NAME_FULL\n \n \n Optional\n NAME_LAST\n \n \n Optional\n NAME_MIDDLE\n \n \n Optional\n NAME_PREFIX\n \n \n Optional\n NAME_SUFFIX\n \n \n Optional\n NAME_TYPE\n \n \n Optional\n NIN_COUNTRY\n \n \n Optional\n NIN_NUMBER\n \n \n Optional\n PASSPORT_COUNTRY\n \n \n Optional\n PASSPORT_NUMBER\n \n \n Optional\n PERSON_NAME_FULL\n \n \n Optional\n PHONE_NUMBER\n \n \n Optional\n SOCIAL_HANDLE\n \n \n Optional\n SOCIAL_NETWORK\n \n \n Optional\n SSN_NUMBER\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n ADDR_CITY\n \n \n \n \n ADDR_CITY: 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 ADDR_FULL\n \n \n \n \n ADDR_FULL: 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 ADDR_LINE1\n \n \n \n \n ADDR_LINE1: 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 ADDR_POSTAL_CODE\n \n \n \n \n ADDR_POSTAL_CODE: 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 ADDR_STATE\n \n \n \n \n ADDR_STATE: 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 ADDR_TYPE\n \n \n \n \n ADDR_TYPE: 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 COMPANY_NAME_ORG\n \n \n \n \n COMPANY_NAME_ORG: 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 DATE_OF_BIRTH\n \n \n \n \n DATE_OF_BIRTH: 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 DRIVERS_LICENSE_NUMBER\n \n \n \n \n DRIVERS_LICENSE_NUMBER: 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 DRIVERS_LICENSE_STATE\n \n \n \n \n DRIVERS_LICENSE_STATE: 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 EMAIL_ADDRESS\n \n \n \n \n EMAIL_ADDRESS: 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 GENDER\n \n \n \n \n GENDER: 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 IDENTIFIER\n \n \n \n \n IDENTIFIER: 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 IDENTIFIER_TYPE\n \n \n \n \n IDENTIFIER_TYPE: 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 NAME_FIRST\n \n \n \n \n NAME_FIRST: 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 NAME_FULL\n \n \n \n \n NAME_FULL: 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 NAME_LAST\n \n \n \n \n NAME_LAST: 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 NAME_MIDDLE\n \n \n \n \n NAME_MIDDLE: 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 NAME_PREFIX\n \n \n \n \n NAME_PREFIX: 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 NAME_SUFFIX\n \n \n \n \n NAME_SUFFIX: 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 NAME_TYPE\n \n \n \n \n NAME_TYPE: 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 NIN_COUNTRY\n \n \n \n \n NIN_COUNTRY: 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 NIN_NUMBER\n \n \n \n \n NIN_NUMBER: 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 PASSPORT_COUNTRY\n \n \n \n \n PASSPORT_COUNTRY: 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 PASSPORT_NUMBER\n \n \n \n \n PASSPORT_NUMBER: 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 PERSON_NAME_FULL\n \n \n \n \n PERSON_NAME_FULL: 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 PHONE_NUMBER\n \n \n \n \n PHONE_NUMBER: 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 SOCIAL_HANDLE\n \n \n \n \n SOCIAL_HANDLE: 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 SOCIAL_NETWORK\n \n \n \n \n SOCIAL_NETWORK: 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 SSN_NUMBER\n \n \n \n \n SSN_NUMBER: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzMatchFields.html":{"url":"interfaces/SzMatchFields.html","title":"interface - SzMatchFields","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzMatchFields\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/match-fields.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n emailAddress\n \n \n primaryNameLast\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n emailAddress\n \n \n \n \n emailAddress: 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 primaryNameLast\n \n \n \n \n primaryNameLast: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzNetworkGraphInputs.html":{"url":"interfaces/SzNetworkGraphInputs.html","title":"interface - SzNetworkGraphInputs","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzNetworkGraphInputs\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/network-graph-inputs.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n data\n \n \n showLinkLabels\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n data\n \n \n \n \n data: \n\n \n \n\n\n\n\n\n\n\n \n \n \n \n \n \n \n showLinkLabels\n \n \n \n \n showLinkLabels: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzPoweredByComponent.html":{"url":"components/SzPoweredByComponent.html","title":"component - SzPoweredByComponent","body":"\n \n\n\n\n\n\n Components\n SzPoweredByComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/sz-powered-by/sz-powered-by.component.ts\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 selector\n sz-powered-by\n \n\n \n styleUrls\n ./sz-powered-by.component.scss\n \n\n\n\n \n templateUrl\n ./sz-powered-by.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 ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n format\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n format\n \n \n \n Default value : 'small'\n \n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \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 powered by\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 \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 ./sz-powered-by.component.scss\n \n \n:host {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n line-height: 14px;\n font-size: 14px;\n margin: 2px 4px;\n\n span {\n /* align-self: flex-start;*/\n margin-right: 7px;\n }\n\n svg {\n align-self: flex-end;\n }\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' powered by '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzPoweredByComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzRawData.html":{"url":"interfaces/SzRawData.html","title":"interface - SzRawData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzRawData\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/raw-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n ADDR_CITY\n \n \n Optional\n ADDR_LINE1\n \n \n Optional\n ADDR_LINE2\n \n \n Optional\n ADDR_POSTAL_CODE\n \n \n Optional\n ADDR_STATE\n \n \n DATA_SOURCE\n \n \n DATE_OF_BIRTH\n \n \n Optional\n DRIVERS_LICENSE_NUMBER\n \n \n Optional\n DRIVERS_LICENSE_STATE\n \n \n Optional\n DSRC_ACTION\n \n \n Optional\n EMAIL_ADDRESS\n \n \n ENTITY_KEY\n \n \n ENTITY_NAME\n \n \n ENTITY_TYPE\n \n \n ERRULE_CODE\n \n \n Optional\n GENDER\n \n \n Optional\n HOME_ADDR_FULL\n \n \n Optional\n LENS\n \n \n Optional\n LOAD_ID\n \n \n MATCH_KEY\n \n \n MATCH_LEVEL\n \n \n MATCH_SCORE\n \n \n Optional\n NAME_FULL\n \n \n Optional\n PRIMARY_NAME_FIRST\n \n \n Optional\n PRIMARY_NAME_LAST\n \n \n Optional\n PRIMARY_NAME_MIDDLE\n \n \n Optional\n PRIMARY_PHONE_NUMBER\n \n \n RECORD_ID\n \n \n REF_SCORE\n \n \n SOURCE_ID\n \n \n Optional\n SSN_NUMBER\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n ADDR_CITY\n \n \n \n \n ADDR_CITY: 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 ADDR_LINE1\n \n \n \n \n ADDR_LINE1: 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 ADDR_LINE2\n \n \n \n \n ADDR_LINE2: 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 ADDR_POSTAL_CODE\n \n \n \n \n ADDR_POSTAL_CODE: 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 ADDR_STATE\n \n \n \n \n ADDR_STATE: 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 DATA_SOURCE\n \n \n \n \n DATA_SOURCE: 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 DATE_OF_BIRTH\n \n \n \n \n DATE_OF_BIRTH: 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 DRIVERS_LICENSE_NUMBER\n \n \n \n \n DRIVERS_LICENSE_NUMBER: 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 DRIVERS_LICENSE_STATE\n \n \n \n \n DRIVERS_LICENSE_STATE: 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 DSRC_ACTION\n \n \n \n \n DSRC_ACTION: 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 EMAIL_ADDRESS\n \n \n \n \n EMAIL_ADDRESS: 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 ENTITY_KEY\n \n \n \n \n ENTITY_KEY: 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 ENTITY_NAME\n \n \n \n \n ENTITY_NAME: 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 ENTITY_TYPE\n \n \n \n \n ENTITY_TYPE: 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 ERRULE_CODE\n \n \n \n \n ERRULE_CODE: 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 GENDER\n \n \n \n \n GENDER: 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 HOME_ADDR_FULL\n \n \n \n \n HOME_ADDR_FULL: 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 LENS\n \n \n \n \n LENS: 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 LOAD_ID\n \n \n \n \n LOAD_ID: 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 MATCH_KEY\n \n \n \n \n MATCH_KEY: 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 MATCH_LEVEL\n \n \n \n \n MATCH_LEVEL: 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 MATCH_SCORE\n \n \n \n \n MATCH_SCORE: 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 NAME_FULL\n \n \n \n \n NAME_FULL: 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 PRIMARY_NAME_FIRST\n \n \n \n \n PRIMARY_NAME_FIRST: 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 PRIMARY_NAME_LAST\n \n \n \n \n PRIMARY_NAME_LAST: 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 PRIMARY_NAME_MIDDLE\n \n \n \n \n PRIMARY_NAME_MIDDLE: 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 PRIMARY_PHONE_NUMBER\n \n \n \n \n PRIMARY_PHONE_NUMBER: 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 RECORD_ID\n \n \n \n \n RECORD_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 REF_SCORE\n \n \n \n \n REF_SCORE: 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 SOURCE_ID\n \n \n \n \n SOURCE_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 SSN_NUMBER\n \n \n \n \n SSN_NUMBER: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzRawDataMatches.html":{"url":"interfaces/SzRawDataMatches.html","title":"interface - SzRawDataMatches","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzRawDataMatches\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/raw-data-matches.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n EMAIL_ADDRESS\n \n \n PRIMARY_NAME_LAST\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n EMAIL_ADDRESS\n \n \n \n \n EMAIL_ADDRESS: 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 PRIMARY_NAME_LAST\n \n \n \n \n PRIMARY_NAME_LAST: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzRelationshipNetworkInputComponent.html":{"url":"components/SzRelationshipNetworkInputComponent.html","title":"component - SzRelationshipNetworkInputComponent","body":"\n \n\n\n\n\n\n Components\n SzRelationshipNetworkInputComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component.ts\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 selector\n sz-relationship-network-input\n \n\n \n styleUrls\n ./sz-relationship-network-input.component.scss\n \n\n\n\n \n templateUrl\n ./sz-relationship-network-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 maxEntities\n \n \n networkBuildout\n \n \n networkMaxDegrees\n \n \n showLinkLabels\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n addEntityInput\n \n \n broadcastInputs\n \n \n entityIds\n \n \n ngOnInit\n \n \n \n \n\n\n \n \n Outputs\n \n \n \n \n \n \n networkLoaded\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(graphService: EntityGraphService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n graphService\n \n \n EntityGraphService\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 networkLoaded\n \n \n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n addEntityInput\n \n \n \n \n \n \n \naddEntityInput()\n \n \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 broadcastInputs\n \n \n \n \n \n \n \nbroadcastInputs()\n \n \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 entityIds\n \n \n \n \n \n \n \nentityIds()\n \n \n\n\n\n\n \n \n\n \n Returns : {}\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n maxEntities\n \n \n \n \n \n \n \n maxEntities: number\n\n \n \n \n \n Type : number\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n networkBuildout\n \n \n \n \n \n \n \n networkBuildout: number\n\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 2\n \n \n\n\n \n \n \n \n \n \n \n \n \n networkMaxDegrees\n \n \n \n \n \n \n \n networkMaxDegrees: number\n\n \n \n \n \n Type : number\n\n \n \n \n \n Default value : 3\n \n \n\n\n \n \n \n \n \n \n \n \n \n showLinkLabels\n \n \n \n \n \n \n \n showLinkLabels: \n\n \n \n \n \n Default value : true\n \n \n\n\n \n \n\n\n\n\n\n\n \n \n \n Find Network REST API\n \n Entity 1: \n Entity 2: \n \n \n\n Maximum Separation: {{networkMaxDegrees}}\n Network Buildout: {{networkBuildout}}\n Entity Limit: \n\n Show Match Keys\n \n\n \n \n\n\n \n\n \n \n ./sz-relationship-network-input.component.scss\n \n \n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Find Network REST API Entity 1: Entity 2: Maximum Separation: {{networkMaxDegrees}} Network Buildout: {{networkBuildout}} Entity Limit: Show Match Keys '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzRelationshipNetworkInputComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzRelationshipNetworkLookupComponent.html":{"url":"components/SzRelationshipNetworkLookupComponent.html","title":"component - SzRelationshipNetworkLookupComponent","body":"\n \n\n\n\n\n\n Components\n SzRelationshipNetworkLookupComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component.ts\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 selector\n sz-relationship-network-lookup\n \n\n \n styleUrls\n ./sz-relationship-network-lookup.component.scss\n \n\n\n\n \n templateUrl\n ./sz-relationship-network-lookup.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 Static\n Readonly\n WITH_RAW\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n broadcastInputs\n \n \n ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n buildOut\n \n \n entityIds\n \n \n maxDegrees\n \n \n maxEntities\n \n \n showLinkLabels\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n networkLoaded\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n showLinkLabels\n \n \n entityIds\n \n \n maxDegrees\n \n \n buildOut\n \n \n maxEntities\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(graphService: EntityGraphService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n graphService\n \n \n EntityGraphService\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 buildOut\n \n \n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n entityIds\n \n \n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n maxDegrees\n \n \n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n maxEntities\n \n \n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n showLinkLabels\n \n \n \n Type : boolean\n\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n networkLoaded\n \n \n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n broadcastInputs\n \n \n \n \n \n \n \nbroadcastInputs()\n \n \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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Static\n Readonly\n WITH_RAW\n \n \n \n \n \n \n \n WITH_RAW: boolean\n\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n showLinkLabels\n \n \n\n \n \n getshowLinkLabels()\n \n \n\n \n \n setshowLinkLabels(value: boolean)\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 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 entityIds\n \n \n\n\n \n \n setentityIds(value: string)\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 string\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 maxDegrees\n \n \n\n\n \n \n setmaxDegrees(value: string)\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 string\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 buildOut\n \n \n\n\n \n \n setbuildOut(value: string)\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 string\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 maxEntities\n \n \n\n\n \n \n setmaxEntities(value: string)\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 string\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 \n \n \n\n \n \n ./sz-relationship-network-lookup.component.scss\n \n \n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzRelationshipNetworkLookupComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzRelationshipNetworkUploadComponent.html":{"url":"components/SzRelationshipNetworkUploadComponent.html","title":"component - SzRelationshipNetworkUploadComponent","body":"\n \n\n\n\n\n\n Components\n SzRelationshipNetworkUploadComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component.ts\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 selector\n sz-relationship-network-upload\n \n\n \n styleUrls\n ./sz-relationship-network-upload.component.scss\n \n\n\n\n \n templateUrl\n ./sz-relationship-network-upload.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 showLinkLabels\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n loadNetwork\n \n \n ngOnInit\n \n \n \n \n\n\n \n \n Outputs\n \n \n \n \n \n \n networkLoaded\n \n \n \n \n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n\n \n Outputs\n \n \n \n \n \n networkLoaded\n \n \n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n loadNetwork\n \n \n \n \n \n \n \nloadNetwork(event)\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n event\n \n \n No\n \n \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 ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n showLinkLabels\n \n \n \n \n \n \n \n showLinkLabels: boolean\n\n \n \n \n \n Type : boolean\n\n \n \n \n \n Default value : true\n \n \n\n\n \n \n\n\n\n\n\n\n \n \n \n Graph Network Using Exported Entity Network File\n\n Show Match Keys \n \n \n \n\n\n \n\n \n \n ./sz-relationship-network-upload.component.scss\n \n \n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Graph Network Using Exported Entity Network File Show Match Keys '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzRelationshipNetworkUploadComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzSearchResultEntityData.html":{"url":"interfaces/SzSearchResultEntityData.html","title":"interface - SzSearchResultEntityData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzSearchResultEntityData\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/sz-search-result-entity-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n addressDataMatches\n \n \n Optional\n attributeDataMatches\n \n \n Optional\n bestName\n \n \n disclosedRelationships\n \n \n discoveredRelationships\n \n \n Optional\n entityDataMatches\n \n \n Optional\n entityId\n \n \n Optional\n identifierDataMatches\n \n \n Optional\n matchScore\n \n \n Optional\n nameDataMatches\n \n \n Optional\n otherDataMatches\n \n \n Optional\n phoneDataMatches\n \n \n possibleMatches\n \n \n Optional\n rawDataMatches\n \n \n relatedEntities\n \n \n Optional\n relationshipDataMatches\n \n \n resolvedEntity\n \n \n Optional\n topAddresses\n \n \n Optional\n topAttributes\n \n \n Optional\n topIdentifiers\n \n \n Optional\n topNames\n \n \n Optional\n topPhoneNumbers\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n addressDataMatches\n \n \n \n \n addressDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n attributeDataMatches\n \n \n \n \n attributeDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n bestName\n \n \n \n \n bestName: 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 disclosedRelationships\n \n \n \n \n disclosedRelationships: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n discoveredRelationships\n \n \n \n \n discoveredRelationships: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n entityDataMatches\n \n \n \n \n entityDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n entityId\n \n \n \n \n entityId: 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 identifierDataMatches\n \n \n \n \n identifierDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n matchScore\n \n \n \n \n matchScore: 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 nameDataMatches\n \n \n \n \n nameDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n otherDataMatches\n \n \n \n \n otherDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n phoneDataMatches\n \n \n \n \n phoneDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n possibleMatches\n \n \n \n \n possibleMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rawDataMatches\n \n \n \n \n rawDataMatches: SzRawDataMatches\n\n \n \n\n\n \n \n Type : SzRawDataMatches\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n relatedEntities\n \n \n \n \n relatedEntities: SzRelatedEntity[]\n\n \n \n\n\n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n relationshipDataMatches\n \n \n \n \n relationshipDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n resolvedEntity\n \n \n \n \n resolvedEntity: SzResolvedEntity\n\n \n \n\n\n \n \n Type : SzResolvedEntity\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n topAddresses\n \n \n \n \n topAddresses: 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 topAttributes\n \n \n \n \n topAttributes: 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 topIdentifiers\n \n \n \n \n topIdentifiers: 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 topNames\n \n \n \n \n topNames: 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 topPhoneNumbers\n \n \n \n \n topPhoneNumbers: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzSearchResultsComponent.html":{"url":"components/SzSearchResultsComponent.html","title":"component - SzSearchResultsComponent","body":"\n \n\n\n\n\n\n Components\n SzSearchResultsComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/search/sz-search-results/sz-search-results.component.ts\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 selector\n sz-search-results\n \n\n \n styleUrls\n ./sz-search-results.component.scss\n \n\n\n\n \n templateUrl\n ./sz-search-results.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 _searchResults\n \n \n Public\n _searchValue\n \n \n Public\n attributeDisplay\n \n \n Public\n searchResultsJSON\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n Public\n onResultClick\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n parameters\n \n \n results\n \n \n showDataSources\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n resultClick\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n searchResults\n \n \n matches\n \n \n possibleMatches\n \n \n discoveredRelationships\n \n \n nameOnlyMatches\n \n \n searchValue\n \n \n searchResultsTotal\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(titleCasePipe: TitleCasePipe)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n titleCasePipe\n \n \n TitleCasePipe\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 parameters\n \n \n The current search parameters being used.\nused for displaying the parameters being searched on above result list.\n\n \n \n \n \n \n \n \n \n \n results\n \n \n The results of a search response to display in the component.\n\n \n Type : []\n\n \n \n \n \n \n \n \n \n \n \n showDataSources\n \n \n Shows or hides the datasource lists in the result items header.\n\n \n Type : boolean\n\n \n \n Default value : true\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n resultClick\n \n \n Occurs when a search result item is clicked.\n\n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \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 Public\n onResultClick\n \n \n \n \n \n \n \n \n onResultClick(evt: any, resData: SzAttributeSearchResult)\n \n \n\n\n\n\n \n \n DOM click handler which then triggers the \"resultClick\" event emitter.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n evt\n \n any\n \n \n \n No\n \n \n\n \n \n resData\n \n SzAttributeSearchResult\n \n \n \n No\n \n \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 Properties\n \n \n \n \n \n \n \n \n Public\n _searchResults\n \n \n \n \n \n \n \n _searchResults: SzAttributeSearchResult[]\n\n \n \n \n \n Type : SzAttributeSearchResult[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n _searchValue\n \n \n \n \n \n \n \n _searchValue: SzEntitySearchParams\n\n \n \n \n \n Type : SzEntitySearchParams\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n attributeDisplay\n \n \n \n \n \n \n \n attributeDisplay: literal type[]\n\n \n \n \n \n Type : literal type[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n searchResultsJSON\n \n \n \n \n \n \n \n searchResultsJSON: \n\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n searchResults\n \n \n\n \n \n getsearchResults()\n \n \n \n \n The search results being displayed in the component.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n setsearchResults(value: [])\n \n \n \n \n The results of a search response to display in the component.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n []\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 matches\n \n \n\n \n \n getmatches()\n \n \n \n \n A list of the search results that are matches.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n possibleMatches\n \n \n\n \n \n getpossibleMatches()\n \n \n \n \n A list of the search results that are possible matches.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n discoveredRelationships\n \n \n\n \n \n getdiscoveredRelationships()\n \n \n \n \n A list of the search results that are related.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n nameOnlyMatches\n \n \n\n \n \n getnameOnlyMatches()\n \n \n \n \n A list of the search results that are name only matches.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n searchValue\n \n \n\n \n \n getsearchValue()\n \n \n \n \n The current search parameters being used.\n\n\n \n \n \n Returns : SzEntitySearchParams\n\n \n \n \n\n \n \n setsearchValue(value)\n \n \n \n \n The current search parameters being used.\nused for displaying the parameters being searched on above result list.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n value\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 searchResultsTotal\n \n \n\n \n \n getsearchResultsTotal()\n \n \n \n \n Total number of search results being displayed.\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 \n \n {{searchResultsTotal}} Results found for\n \n {{attribute?.attr}}\n :\n {{attribute?.value}} \n \n \n \n \n\n 0\">Matches\n \n \n\n 0\">Possible Match\n \n \n\n 0\">Possibly Related\n \n \n\n 0\">Name Only Matches\n \n\n\n \n\n \n \n ./sz-search-results.component.scss\n \n @import \"../../scss/variables\";\n\n:host {\n display: block;\n padding: var(--sz-search-results-padding);\n color: var(--sz-search-results-color);\n font-family: var(--sz-search-results-font-family);\n\n textarea {\n width: 1000px;\n height: 400px;\n }\n .label-title {\n text-transform: uppercase;\n }\n\n .sz-search-results-total-summary {\n\n color: var(--sz-search-results-header-color);\n display: var(--sz-search-results-header-display);\n justify-content: space-between;\n align-items: center;\n padding: var(--sz-search-results-header-padding);\n margin: var(--sz-search-results-header-margin);\n\n .sz-search-results-total {\n font-size: var(--sz-search-results-header-font-size);\n }\n .action-buttons__wrapper {\n display: flex;\n }\n }\n\n .sz-search-results-parameter-value {\n color: var( --sz-search-results-header-parameter-value-color);\n font-weight: 600;\n margin: 0 .5em 0 .5em;\n }\n\n .search-result__section-header {\n display: flex;\n width: calc(100% - 40px);\n font-size: var(--sz-search-results-header-font-size);\n font-weight: 600;\n height: 40px;\n align-items: center;\n color: var(--sz-search-results-section-header-color);\n padding: var(--sz-search-results-section-header-padding);\n\n &.matches {\n background-color: var(--sz-search-results-matches-header-background-color);\n }\n &.possible-match {\n background-color: var(--sz-search-results-possible-match-header-background-color);\n }\n &.possibly-related {\n background-color: var(--sz-search-results-possibly-related-header-background-color);\n }\n &.name-only-matches {\n background-color: var(--sz-search-results-name-only-matches-header-background-color);\n }\n }\n\n .main-card__label {\n min-height: 150px;\n width: 200px;\n min-width: 200px;\n text-transform: uppercase;\n font-weight: 700;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 1.5em;\n color: $sz-white;\n &.search {\n background-color: $sz-green;\n }\n &.insights {\n background-color: $sz-orange;\n }\n &.suggestions {\n background-color: $sz-brown;\n }\n &.data {\n background-color: $sz-dark2;\n }\n &.health {\n background-color: $sz-dark-blue;\n }\n }\n\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{searchResultsTotal}} Results found for {{attribute?.attr}} : {{attribute?.value}}  0\">Matches 0\">Possible Match 0\">Possibly Related 0\">Name Only Matches '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzRelationshipNetworkComponent', 'selector': 'sz-relationship-network'},{'name': 'SzRelationshipNetworkInputComponent', 'selector': 'sz-relationship-network-input'},{'name': 'SzRelationshipNetworkLookupComponent', 'selector': 'sz-relationship-network-lookup'},{'name': 'SzRelationshipNetworkUploadComponent', 'selector': 'sz-relationship-network-upload'},{'name': 'SzRelationshipPathComponent', 'selector': 'sz-relationship-path'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzSearchResultsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SzSearchService.html":{"url":"injectables/SzSearchService.html","title":"injectable - SzSearchService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n SzSearchService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/services/sz-search.service.ts\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getAttributeTypes\n \n \n Public\n getEntityById\n \n \n Public\n getMappingAttributes\n \n \n Public\n getSearchParams\n \n \n Public\n searchByAttributes\n \n \n Public\n setSearchParam\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(entityDataService: EntityDataService, configService: ConfigService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityDataService\n \n \n EntityDataService\n \n \n \n No\n \n \n \n \n configService\n \n \n ConfigService\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 Public\n getAttributeTypes\n \n \n \n \n \n \n \n \n getAttributeTypes()\n \n \n\n\n\n\n \n \n get list of characteristics as attribute types\n\n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getEntityById\n \n \n \n \n \n \n \n \n getEntityById(entityId: number, withRelated)\n \n \n\n\n\n\n \n \n get an SzEntityData model by providing an entityId.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n entityId\n \n number\n \n \n \n No\n \n \n \n \n\n \n \n withRelated\n \n \n \n \n No\n \n \n \n false\n \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 Public\n getMappingAttributes\n \n \n \n \n \n \n \n \n getMappingAttributes()\n \n \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 Public\n getSearchParams\n \n \n \n \n \n \n \n \n getSearchParams()\n \n \n\n\n\n\n \n \n get the current search params.\n\n\n \n Returns : SzEntitySearchParams\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n searchByAttributes\n \n \n \n \n \n \n \n \n searchByAttributes(searchParms: SzEntitySearchParams)\n \n \n\n\n\n\n \n \n perform a search request againt the data source.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n searchParms\n \n SzEntitySearchParams\n \n \n \n No\n \n \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 Public\n setSearchParam\n \n \n \n \n \n \n \n \n setSearchParam(paramName: any, value: any)\n \n \n\n\n\n\n \n \n set the an individual search parameter.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n paramName\n \n any\n \n \n \n No\n \n \n\n \n \n value\n \n any\n \n \n \n No\n \n \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\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SzServerError.html":{"url":"classes/SzServerError.html","title":"class - SzServerError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SzServerError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/common/server-error.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n code\n \n \n critical\n \n \n detail\n \n \n id\n \n \n message\n \n \n timestamp\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n fromServer\n \n \n Static\n fromServerArray\n \n \n Static\n toServer\n \n \n Static\n toServerArray\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 \n code\n \n \n \n \n \n \n \n code: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n critical\n \n \n \n \n \n \n \n critical: boolean\n\n \n \n \n \n Type : boolean\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n detail\n \n \n \n \n \n \n \n detail: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n \n \n \n id: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n message\n \n \n \n \n \n \n \n message: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n timestamp\n \n \n \n \n \n \n \n timestamp: Date\n\n \n \n \n \n Type : Date\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 fromServer\n \n \n \n \n \n \n \n \n fromServer(source: any)\n \n \n\n\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 any\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n fromServerArray\n \n \n \n \n \n \n \n \n fromServerArray(sourceArray: any[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sourceArray\n \n any[]\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n toServer\n \n \n \n \n \n \n \n \n toServer(source: SzServerError)\n \n \n\n\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 SzServerError\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n toServerArray\n \n \n \n \n \n \n \n \n toServerArray(sourceArray: SzServerError[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sourceArray\n \n SzServerError[]\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError[]\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 result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SzUIEventService.html":{"url":"injectables/SzUIEventService.html","title":"injectable - SzUIEventService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n SzUIEventService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/services/sz-ui.service.ts\n \n\n \n Description\n \n \n Provides global level UI eventing.\nUsed for things like hover tooltips, collapse/expand,\nComponent state changes etc.\n\n \n\n \n Example\n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(entityDataService: EntityDataService, configService: ConfigService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityDataService\n \n \n EntityDataService\n \n \n \n No\n \n \n \n \n configService\n \n \n ConfigService\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\n\n\n\n\n\n\n\n\n\n\n \n \n result-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 Dependencies\n \n \n \n @angular/animations : ~7.1.0\n \n @angular/common : ~7.1.0\n \n @angular/compiler : ~7.1.0\n \n @angular/core : ~7.1.0\n \n @angular/elements : ~7.1.0\n \n @angular/forms : ~7.1.0\n \n @angular/http : ~7.1.0\n \n @angular/platform-browser : ~7.1.0\n \n @angular/platform-browser-dynamic : ~7.1.0\n \n @angular/router : ~7.1.0\n \n @senzing/rest-api-client-ng : ^1.0.2\n \n @types/d3 : ^5.7.1\n \n core-js : ^2.5.4\n \n d3 : ^5.9.1\n \n document-register-element : 1.8.1\n \n http-server : ^0.11.1\n \n json-query-string : ^1.0.0\n \n rxjs : ~6.3.3\n \n tslib : ^1.9.0\n \n zone.js : ~0.8.26\n \n\n\n\n\n\n \n \n result-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 Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n JSONScrubber   (src/.../utils.ts)\n \n \n \n \n \n \n\n\n src/lib/common/utils.ts\n \n \n \n \n \n \n \n \n JSONScrubber\n \n \n \n \n \n \n \nJSONScrubber(value: any)\n \n \n\n\n\n\n \n \n A reusable function to remove any null or undefined values, and their\nassociated keys from a json object.\nused internally.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n any\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 result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\n@senzing/sdk-components-ng\n\nOverview\nThis project is for the Senzing® SDK components that can be used in other projects using Angular 7.X.X.\nDependencies\nFor building from Source:\n\nNode/NPM.\nAngular CLI\nTypeScript\n\nPlease see the installation instructions for each of these for how to install and setup each one properly.\nInstallation\nShortcuts\nIf you're developing on Windows or macOS, you can make use of the Senzing app\nto help populate an entity repository to test with. It also gives you an easy way to load and browse data\noutside of the Senzing REST API Sever. See the instructions\nfor using the Senzing App Integration Scripts\nto start the Senzing REST API Server using your existing projects in the Senzing app.\nREST API Server\nThese components require an implementation of the Senzing REST API\nto function. You can use the Senzing REST API Server as a default\nimplementation in Java. Follow the instructions to check out and\nbuild the Senzing REST API Sever from source or download a pre-built\nversion when available.\nSDK Components\nOpen a terminal window to the location of your project and type:\nnpm install @senzing/sdk-components-ng --save\nThe components will be added to your node_modules.\nPlease take note that all the same interfaces, and services from the @senzing/rest-api-client-ng package will also be available for convenience.\nUsage\nJust add the import statement for the particular component, service, or model that you want to use.\nimport {\n SzEntitySearchParams,\n SzAttributeSearchResult\n} from '@senzing/sdk-components-ng';Quick Start\n1) Start up an instance of the Senzing REST API Server\nif not currently running.\nSee the README.md for instructions on how\nto start the Senzing REST API Server on the command line or with Docker.\n2) Add the SenzingSDKModule to your angular app's app.module.ts\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\nimport { SenzingSdkModule } from '@senzing/sdk-components-ng';\n\nimport { AppComponent } from './app.component';\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n SenzingSdkModule.forRoot()\n ],\n providers: [],\n bootstrap: [AppComponent]\n})\nexport class AppModule { }3) Check that components can be rendered correctly. Add the following to your app.component.html (or any template) and verify the result:\nThe result should be a powered by logo like the following:\n\nIf not then double check that step 2 is correct, and that you remembered to include the\nimport statement as well.\n4) Check that components can communicate with rest api gateway sucessfully. Add the following to your app.component.html(or any template):\nThe result should be a list of service configuration parameters and values.\n5) Load the engine with data to resolve. The easiest way to do this currently is to load a CSV using the\nSenzing app. This can also be done through the\nSenzing REST API using the Senzing REST API Server.\n6) Verify that the components are working properly. The easiest way to do this is to is to just implement a search box, and a result list. Copy the following to your app.component.html file\n\nnow in your controller class (app.component.ts) add the onSearchResults and onSearchResultClick methods we just referenced above:\nimport { Component } from '@angular/core';\nimport {\n SzEntitySearchParams,\n SzAttributeSearchResult\n} from '@senzing/sdk-components-ng';\n\n@Component({\n selector: 'app-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.css']\n})\nexport class AppComponent {\n title = 'senzing-sdk-consumer';\n public currentSearchResults: SzAttributeSearchResult[];\n public currentlySelectedEntityId: number;\n public currentSearchParameters: SzEntitySearchParams;\n\n onSearchResults(evt: SzAttributeSearchResult[]) {\n console.log('@senzing/sz-search-results: ', evt);\n // store on current scope\n this.currentSearchResults = evt;\n // results module is bound to this property\n }\n\n public onSearchResultClick(entityData: SzAttributeSearchResult) {\n console.log('@senzing/sz-search-results-click: ', entityData);\n\n if (entityData && entityData.entityId > 0) {\n this.currentlySelectedEntityId = entityData.entityId;\n }\n }\n}Now, start up your standard Angular dev server (or maybe just restart for fun) via ng serve\nand you should be greeted by a page like with a search box. And search results list right below it.\n\nAnd that's it! At least for the quickstart. There are a ton more options for running the rest server, interacting with the components and services.\nConfiguration & Parameters\nThe SenzingSDKModule accepts a factory method that returns an instance of the\nSzRestConfiguration class. By adding a factory like the following to the forRoot method, you can change services configuration to point to non-default values.\nThe following tells any components to turn on CORS functionality and make all api requests to localhost port 2080 (i.e.: http://localhost:2080/).\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\nimport { SenzingSdkModule, SzRestConfiguration } from '@senzing/sdk-components-ng';\nimport { AppComponent } from './app.component';\n\n// create exportable factory \n// for AOT compilation\nexport function SzRestConfigurationFactory() {\n return new SzRestConfiguration({\n basePath: 'http://localhost:2080',\n withCredentials: true\n });\n}\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n SenzingSdkModule.forRoot( SzRestConfigurationFactory )\n ],\n providers: [],\n bootstrap: [AppComponent]\n})\nexport class AppModule { }Parameters\nSee online documentation for a complete list of configuration parameters that can control the connection behavior of the sdk components.\nDocumentation\nInstallation contains a statically generated API and component references. They can be found in\nnode_modules/@senzing/sdk-components-ng/docs or Online here.\nExamples\nWhen you check out the source for this repository there is a directory of Angular project examples. Please see the Examples Readme for more information on how these work.\nTroubleshooting\nOccasionally something does go wrong (I know, I know right?). Here are some common things we run in to:\n\n \n \n Problem\n Solution\n Explanation\n \n \n \n \n messages like GET http://attribute-types/ net::ERR_NAME_NOT_RESOLVED are\n showing up in the developer console\n \n Set the api configuration to the address and port your rest server is running at by\n passing in an instance of SzRestConfiguration to the SenzingSdkModule.forRoot method.\n \n Double check and make sure you can connect to your rest server via\n curl -i http://localhost:2080/heartbeat\n \n \n The api is trying to hit the rest server without an appropriate basepath or the hostname.\n \n \n \n npm run start throws weird \"No App Module\" error\n recompile the npm package. \n npm run build\n For whatever reason sometimes the builder misses compiling packages. open up dist/@senzing/sdk-components/public_api.d.ts and check to make sure all the packages being referenced actually got compiled.\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\nDefinitions.\n\"License\" shall mean the terms and conditions for use, reproduction,\nand distribution as defined by Sections 1 through 9 of this document.\n\"Licensor\" shall mean the copyright owner or entity authorized by\nthe copyright owner that is granting the License.\n\"Legal Entity\" shall mean the union of the acting entity and all\nother entities that control, are controlled by, or are under common\ncontrol with that entity. For the purposes of this definition,\n\"control\" means (i) the power, direct or indirect, to cause the\ndirection or management of such entity, whether by contract or\notherwise, or (ii) ownership of fifty percent (50%) or more of the\noutstanding shares, or (iii) beneficial ownership of such entity.\n\"You\" (or \"Your\") shall mean an individual or Legal Entity\nexercising permissions granted by this License.\n\"Source\" form shall mean the preferred form for making modifications,\nincluding but not limited to software source code, documentation\nsource, and configuration files.\n\"Object\" form shall mean any form resulting from mechanical\ntransformation or translation of a Source form, including but\nnot limited to compiled object code, generated documentation,\nand conversions to other media types.\n\"Work\" shall mean the work of authorship, whether in Source or\nObject form, made available under the License, as indicated by a\ncopyright notice that is included in or attached to the work\n(an example is provided in the Appendix below).\n\"Derivative Works\" shall mean any work, whether in Source or Object\nform, that is based on (or derived from) the Work and for which the\neditorial revisions, annotations, elaborations, or other modifications\nrepresent, as a whole, an original work of authorship. For the purposes\nof this License, Derivative Works shall not include works that remain\nseparable from, or merely link (or bind by name) to the interfaces of,\nthe Work and Derivative Works thereof.\n\"Contribution\" shall mean any work of authorship, including\nthe original version of the Work and any modifications or additions\nto that Work or Derivative Works thereof, that is intentionally\nsubmitted to Licensor for inclusion in the Work by the copyright owner\nor by an individual or Legal Entity authorized to submit on behalf of\nthe copyright owner. For the purposes of this definition, \"submitted\"\nmeans any form of electronic, verbal, or written communication sent\nto the Licensor or its representatives, including but not limited to\ncommunication on electronic mailing lists, source code control systems,\nand issue tracking systems that are managed by, or on behalf of, the\nLicensor for the purpose of discussing and improving the Work, but\nexcluding communication that is conspicuously marked or otherwise\ndesignated in writing by the copyright owner as \"Not a Contribution.\"\n\"Contributor\" shall mean Licensor and any individual or Legal Entity\non behalf of whom a Contribution has been received by Licensor and\nsubsequently incorporated within the Work.\n\nGrant of Copyright License. Subject to the terms and conditions of\nthis License, each Contributor hereby grants to You a perpetual,\nworldwide, non-exclusive, no-charge, royalty-free, irrevocable\ncopyright license to reproduce, prepare Derivative Works of,\npublicly display, publicly perform, sublicense, and distribute the\nWork and such Derivative Works in Source or Object form.\n\nGrant of Patent License. Subject to the terms and conditions of\nthis License, each Contributor hereby grants to You a perpetual,\nworldwide, non-exclusive, no-charge, royalty-free, irrevocable\n(except as stated in this section) patent license to make, have made,\nuse, offer to sell, sell, import, and otherwise transfer the Work,\nwhere such license applies only to those patent claims licensable\nby such Contributor that are necessarily infringed by their\nContribution(s) alone or by combination of their Contribution(s)\nwith the Work to which such Contribution(s) was submitted. If You\ninstitute patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that the Work\nor a Contribution incorporated within the Work constitutes direct\nor contributory patent infringement, then any patent licenses\ngranted to You under this License for that Work shall terminate\nas of the date such litigation is filed.\n\nRedistribution. You may reproduce and distribute copies of the\nWork or Derivative Works thereof in any medium, with or without\nmodifications, and in Source or Object form, provided that You\nmeet the following conditions:\n(a) You must give any other recipients of the Work or\nDerivative Works a copy of this License; and(b) You must cause any modified files to carry prominent notices\nstating that You changed the files; and(c) You must retain, in the Source form of any Derivative Works\nthat You distribute, all copyright, patent, trademark, and\nattribution notices from the Source form of the Work,\nexcluding those notices that do not pertain to any part of\nthe Derivative Works; and(d) If the Work includes a \"NOTICE\" text file as part of its\ndistribution, then any Derivative Works that You distribute must\ninclude a readable copy of the attribution notices contained\nwithin such NOTICE file, excluding those notices that do not\npertain to any part of the Derivative Works, in at least one\nof the following places: within a NOTICE text file distributed\nas part of the Derivative Works; within the Source form or\ndocumentation, if provided along with the Derivative Works; or,\nwithin a display generated by the Derivative Works, if and\nwherever such third-party notices normally appear. The contents\nof the NOTICE file are for informational purposes only and\ndo not modify the License. You may add Your own attribution\nnotices within Derivative Works that You distribute, alongside\nor as an addendum to the NOTICE text from the Work, provided\nthat such additional attribution notices cannot be construed\nas modifying the License.You may add Your own copyright statement to Your modifications and\nmay provide additional or different license terms and conditions\nfor use, reproduction, or distribution of Your modifications, or\nfor any such Derivative Works as a whole, provided Your use,\nreproduction, and distribution of the Work otherwise complies with\nthe conditions stated in this License.\n\nSubmission of Contributions. Unless You explicitly state otherwise,\nany Contribution intentionally submitted for inclusion in the Work\nby You to the Licensor shall be under the terms and conditions of\nthis License, without any additional terms or conditions.\nNotwithstanding the above, nothing herein shall supersede or modify\nthe terms of any separate license agreement you may have executed\nwith Licensor regarding such Contributions.\n\nTrademarks. This License does not grant permission to use the trade\nnames, trademarks, service marks, or product names of the Licensor,\nexcept as required for reasonable and customary use in describing the\norigin of the Work and reproducing the content of the NOTICE file.\n\nDisclaimer of Warranty. Unless required by applicable law or\nagreed to in writing, Licensor provides the Work (and each\nContributor provides its Contributions) on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied, including, without limitation, any warranties or conditions\nof TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\nPARTICULAR PURPOSE. You are solely responsible for determining the\nappropriateness of using or redistributing the Work and assume any\nrisks associated with Your exercise of permissions under this License.\n\nLimitation of Liability. In no event and under no legal theory,\nwhether in tort (including negligence), contract, or otherwise,\nunless required by applicable law (such as deliberate and grossly\nnegligent acts) or agreed to in writing, shall any Contributor be\nliable to You for damages, including any direct, indirect, special,\nincidental, or consequential damages of any character arising as a\nresult of this License or out of the use or inability to use the\nWork (including but not limited to damages for loss of goodwill,\nwork stoppage, computer failure or malfunction, or any and all\nother commercial damages or losses), even if such Contributor\nhas been advised of the possibility of such damages.\n\nAccepting Warranty or Additional Liability. While redistributing\nthe Work or Derivative Works thereof, You may choose to offer,\nand charge a fee for, acceptance of support, warranty, indemnity,\nor other liability obligations and/or rights consistent with this\nLicense. However, in accepting such obligations, You may act only\non Your own behalf and on Your sole responsibility, not on behalf\nof any other Contributor, and only if You agree to indemnify,\ndefend, and hold each Contributor harmless for any liability\nincurred by, or claims asserted against, such Contributor by reason\nof your accepting any such warranty or additional liability.\nEND OF TERMS AND CONDITIONS\nAPPENDIX: How to apply the Apache License to your work.\nTo apply the Apache License to your work, attach the following\nboilerplate notice, with the fields enclosed by brackets \"[]\"\nreplaced with your own identifying information. (Don't include\nthe brackets!) The text should be enclosed in the appropriate\ncomment syntax for the file format. We also recommend that a\nfile or class name and description of purpose be included on the\nsame \"printed page\" as the copyright notice for easier\nidentification within third-party archives.\nCopyright [yyyy] [name of copyright owner]\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-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 SenzingSdkModule\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 result-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 1 Module\n \n \n \n \n \n \n \n \n 11 Components\n \n \n \n \n \n \n \n 2 Injectables\n \n \n \n \n \n \n \n 1 Class\n \n \n \n \n \n \n \n 11 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 result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"additional-documentation/themes.html":{"url":"additional-documentation/themes.html","title":"additional-page - Themes","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThemes\nBy default things will come unstyled. It's much easier to add styles than it is to remove them. Component styles are opt-in rather than opt-out.\nThe theming of components is handled via CSS Variables. Essentially you add the css-var key and it's css value to which the selector/property combination applies to your documents body styles like below:\nbody {\n --sz-search-button-submit-padding: 0 30px 0 30px;\n --sz-search-button-border-radius: 3px;\n --sz-search-button-clear-font-size: 10px;\n --sz-search-label-margin: 0 0 10px 4px;\n --sz-search-input-border-radius: 8px;\n}Pre-Built\nFor a list of precompiled themes and how to use them \nsee the docs for more information.\nCustom\nFor more information about creating a custom theme \nsee the docs for more information.\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"additional-documentation/themes/pre-built.html":{"url":"additional-documentation/themes/pre-built.html","title":"additional-page - Pre Built","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nPre Defined\nWe've included some pre-built themes for quick usage to get you up and running. You'll almost certainly want to create your own, or tweak things to match your application's styling as needed. The compiled css files are located in the styles/themes directory in the package being used.\nusing SASS\nif you're using sass(and scss processor can reference node_modules), open up your main scss file(src/styles.scss in default angular layout) and include the following.\n@import '@senzing/sdk-components-ng/styles/themes/senzing.css';using CSS\nthere are several different ways to include a pre-built theme in your project.\nYou could just add the stylesheet path to your main html file and include the css reference in the HEAD of your document.\nfor production it is recommended you copy the theme stylesheet you will be using over to a static directory(probably a bad idea to leave node_modules open to the world) and change the above reference to point to it's location. \nAngular projects\nif you're using the sdk components in the scope of an angular project the recommended way is to add the theme file path to your angular.json file for your project.\n\n\nfind the _architect.build.options.styles node in the file, and add the path there. \n\"styles\": [\n \"src/styles.scss\",\n \"node_modules/\\\\@senzing/sdk-components-ng/styles/themes/drab.css\"\n],and next time you run or build your angular project it will include the theme file for the sdk components.\n\n Note*\n Windows users have to deal with _escaping_ escape charaters when directly accessing npm namespaced paths.\n (illustrated above) \n\n\n\nThemes\n\n\n\n \n Drab\n location: \n node_modules/@senzing/sdk-components-ng/styles/themes/drab.css\n \n \n \n Senzing\n location: \n node_modules/@senzing/sdk-components-ng/styles/themes/senzing.css\n \n \n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"additional-documentation/themes/customizing.html":{"url":"additional-documentation/themes/customizing.html","title":"additional-page - Customizing","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nCustomizing Themes\nsdk-components-ng and sdk-components-web both make use of CSS Variables for styling. This provides a easy way to modify the existing styles, or make entirely new themes just by editing the values in the dom inspector, and saving the overridden values in a simple stylesheet.\nthe following are the currently supported css variables:\nbody {\n --sz-font-family: Arial;\n --sz-color-matches: #0E2863;\n --sz-color-possible-match: #2B7169;\n --sz-color-possibly-related: #A09020;\n --sz-color-name-only-matches: #95989A;\n --sz-color-possible-matches: #C9741F;\n --sz-color-disclosed: #2B7169;\n --sz-color-ambiguous: #7b00ad;\n --sz-search-button-submit-color: #FFFFFF;\n --sz-search-button-clear-color: #000000;\n --sz-search-button-submit-background-color: #0C9BF4;\n --sz-search-button-clear-background-color: #95989A;\n --sz-search-button-border: 1px solid #808285;\n --sz-search-button-submit-border: 1px solid #808285;\n --sz-search-button-padding: 0 10px 0 10px;\n --sz-search-button-margin: 0;\n --sz-search-button-border-radius: 22px;\n --sz-search-input-color: #95989A;\n --sz-search-input-background-color: #FFFFFF;\n --sz-search-input-display: inline-block;\n --sz-search-input-font-size: 13px;\n --sz-search-input-padding: 0.25em 0.5em;\n --sz-search-input-margin: 5px;\n --sz-search-input-placeholder-color: #95989A;\n --sz-search-input-border: 1px solid #95989A;\n --sz-search-input-border-radius: 22px;\n --sz-search-input-hover-border: 1px solid #808285;\n --sz-search-input-focus-border: 1px solid #808285;\n --sz-search-label-color: #5e5e5e;\n --sz-search-label-padding: 4px;\n --sz-search-label-margin: 0 0 10px 20px;\n --sz-search-label-font-size: 8px;\n --sz-search-label-display: block;\n --sz-search-results-padding: 20px;\n --sz-search-results-color: #5e5e5e;\n --sz-search-results-font-family: Helvetica;\n --sz-search-results-a-color: #0C9BF4;\n --sz-search-results-a-cursor: pointer;\n --sz-search-results-a-font-size: 1.8em;\n --sz-search-results-header-display: block;\n --sz-search-results-header-padding: 0;\n --sz-search-results-header-margin: 20px 0 30px 0;\n --sz-search-results-header-font-size: 1.5em;\n --sz-search-results-header-color: #5e5e5e;\n --sz-search-results-header-parameter-value-color: #0C9BF4;\n --sz-search-results-section-header-color: #e5e5e5;\n --sz-search-results-section-header-padding: 2px 20px;\n --sz-search-results-section-header-padding: 2px 20px;\n --sz-search-results-matches-header-background-color: var(--sz-color-matches);\n --sz-search-results-possible-match-header-background-color: var(--sz-color-possible-match);\n --sz-search-results-possibly-related-header-background-color: var(--sz-color-possibly-related);\n --sz-search-results-name-only-matches-header-background-color: var(--sz-color-name-only-matches);\n --sz-search-results-matches-card-border-left: var(--sz-search-results-matches-header-background-color) 10px solid;\n --sz-search-results-possible-match-card-border-left: var(--sz-search-results-possible-match-header-background-color) 10px solid;\n --sz-search-results-possibly-related-card-border-left: var(--sz-search-results-possibly-related-header-background-color) 10px solid;\n --sz-search-results-disclosed-card-border-left: var(--sz-color-disclosed) 10px solid;\n --sz-search-results-name-only-matches-card-border-left: var(--sz-search-results-name-only-matches-header-background-color) 10px solid;\n --sz-entity-detail-header-font-size: 1em;\n --sz-entity-detail-header-font-family: $sz-font-family;\n --sz-entity-detail-header-color: #5e5e5e;\n --sz-entity-detail-header-display: flex;\n --sz-entity-detail-icon-display: block;\n --sz-entity-detail-icon-height: 175px;\n --sz-entity-detail-icon-width: 175px;\n --sz-entity-detail-icon-border: 3px solid #82848647;\n --sz-entity-detail-icon-border-radius: 50%;\n --sz-entity-detail-icon-margin: 0 30px 30px 20px;\n --sz-entity-detail-header-entity-name-font-size: 34px;\n --sz-entity-detail-header-entity-name-font-weight: 600;\n --sz-entity-detail-header-section-totals-margin: 0 20px 0 0;\n --sz-entity-detail-header-section-totals-padding: 0 0 0.5em 0;\n --sz-entity-detail-header-section-totals-display: flex;\n --sz-entity-detail-header-section-totals-border: none;\n --sz-entity-detail-header-section-totals-border-radius: 2px;\n --sz-entity-detail-header-section-totals-color: #FFFFFF;\n --sz-entity-detail-header-section-totals-font-size: 60px;\n --sz-entity-detail-header-section-totals-width: 200px;\n --sz-entity-detail-header-section-totals-height: 100px;\n --sz-entity-detail-header-section-totals-icon-width: 48px;\n --sz-entity-detail-section-header-margin: 1em 0 0;\n --sz-entity-detail-section-header-padding: 0.4em 1em;\n --sz-entity-detail-section-header-color: #FFFFFF;\n --sz-entity-detail-section-header-font-size: 28px;\n --sz-entity-detail-section-header-font-family: $sz-font-family;\n --sz-entity-detail-section-header-border-radius: 4px 4px 0 0;\n --sz-entity-detail-section-color: #808285;\n --sz-entity-detail-section-font-size: 16px;\n --sz-entity-detail-section-line-height: 20px;\n --sz-entity-detail-section-background: #eaeaea;\n --sz-entity-detail-section-border: 1px solid #ccc;\n --sz-entity-detail-section-border-radius: 0 0 6px 6px;\n --sz-entity-detail-section-border-left: 1px solid #ccc;\n --sz-entity-detail-section-border-right: 1px solid #ccc;\n --sz-entity-detail-section-border-top: none;\n --sz-entity-detail-section-border-bottom: 1px solid #dbdbdb;\n --sz-entity-detail-section-title-font-size: 20px;\n --sz-entity-detail-section-padding: 0 24px;\n --sz-entity-detail-section-record-card-display: block;\n --sz-entity-detail-section-record-card-background-color: #FFFFFF;\n --sz-entity-detail-section-record-card-margin: 8px;\n --sz-entity-detail-section-record-card-padding: 15px;\n --sz-entity-detail-section-record-card-border-radius: 5px;\n --sz-entity-detail-section-record-card-border: 1px solid #eaeaea;\n --sz-entity-detail-pill-display: inline-block;\n --sz-entity-detail-pill-font-size: 20px;\n --sz-entity-detail-pill-text-transform: uppercase;\n --sz-entity-detail-pill-padding: 5px 8px;\n --sz-entity-detail-pill-margin: 0 10px 0 0;\n --sz-entity-detail-pill-background-color: #808285;\n --sz-entity-detail-pill-border-radius: 5px;\n}\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} + "index": {"version":"2.3.5","fields":["title","body"],"fieldVectors":[["title/modules/SenzingSdkModule.html",[0,1.542,1,1.93]],["body/modules/SenzingSdkModule.html",[0,1.985,1,3.072,2,0.563,3,0.359,4,3.978,5,3.284,6,2.403,7,2.403,8,2.403,9,2.403,10,2.664,11,2.403,12,3.978,13,1.985,14,2.826,15,2.485,16,2.826,17,4.059,18,1.816,19,2.485,20,3.284,21,3.978,22,0.038,23,1.62,24,3.978,25,0.994,26,3.284,27,1.789,28,3.072,29,3.284,30,1.096,31,0.992,32,0.424,33,3.978,34,3.072,35,3.284,36,2.212,37,4.059,38,2.826,39,2.826,40,3.978,41,2.826,42,2.485,43,3.284,44,3.978,45,0.03,46,0.03]],["title/components/SzConfigurationAboutComponent.html",[6,1.391,47,0.438]],["body/components/SzConfigurationAboutComponent.html",[2,0.425,3,0.271,6,2.098,7,1.352,8,1.352,9,1.352,10,1.498,11,1.352,18,1.513,22,0.038,23,1.223,25,0.607,27,1.373,28,3.127,30,0.827,31,1.306,32,0.497,45,0.029,46,0.025,47,0.58,48,1.67,49,1.223,50,2.479,51,2.491,52,3.003,53,3.003,54,1.876,55,2.134,56,1.67,57,2.761,58,2.601,59,1.67,60,4.096,61,1.67,62,3.003,63,0.425,64,1.216,65,2.434,66,4.133,67,4.661,68,4.661,69,3.312,70,1.223,71,2.479,72,3.312,73,2.134,74,2.479,75,1.245,76,3.003,77,3.003,78,1.876,79,3.723,80,4.133,81,2.479,82,3.003,83,2.134,84,2.134,85,2.044,86,2.134,87,3.003,88,2.91,89,3.003,90,4.661,91,2.134,92,2.134,93,3.003,94,1.67,95,2.134,96,3.003,97,4.096,98,2.277,99,1.876,100,2.91,101,4.096,102,2.558,103,2.134,104,2.592,105,3.723,106,2.558,107,2.479,108,4.096,109,3.003,110,2.253,111,1.67,112,3.003,113,3.003,114,1.67,115,1.67,116,1.109,117,1.67,118,1.352,119,1.67,120,1.67,121,0.913,122,1.498,123,1.67]],["title/components/SzConfigurationComponent.html",[7,1.391,47,0.438]],["body/components/SzConfigurationComponent.html",[2,0.376,3,0.239,6,1.194,7,1.964,8,1.194,9,1.194,10,1.324,11,1.194,22,0.038,23,2.119,25,1.081,27,1.743,28,2.964,30,1.474,31,1.385,32,0.63,39,3.372,41,3.372,45,0.027,46,0.023,47,0.532,49,1.531,50,2.19,51,1.691,56,1.475,57,2.669,58,2.407,63,0.376,64,0.981,65,1.691,66,3.917,70,1.081,71,2.19,73,1.885,74,2.19,75,1.661,110,2.136,111,1.475,114,1.475,115,1.475,116,0.98,117,1.475,118,1.194,119,1.475,120,1.475,121,0.807,122,1.324,123,1.475,124,2.653,125,2.653,126,1.875,127,4.746,128,5.202,129,5.202,130,5.202,131,2.67,132,3.758,133,2.67,134,1.733,135,3.758,136,3.413,137,3.372,138,3.1,139,3.758,140,2.964,141,3.758,142,3.917,143,3.758,144,1.733,145,3.102,146,2.67,147,4.746,148,3.758,149,2.67,150,3.758,151,3.102,152,3.102,153,2.426,154,2.19,155,1.324,156,2.653,157,2.653,158,1.475,159,1.885,160,2.653,161,2.653,162,2.653,163,2.653,164,2.653,165,2.653]],["title/components/SzEntityDetailComponent.html",[8,1.391,47,0.438]],["body/components/SzEntityDetailComponent.html",[2,0.294,3,0.188,6,0.936,7,0.936,8,1.706,9,0.936,10,1.038,11,0.936,15,1.964,18,1.161,22,0.038,23,1.944,25,0.964,27,1.812,30,1.315,31,1.302,32,0.618,42,1.299,45,0.031,46,0.031,47,0.537,48,1.156,49,0.847,51,0.936,56,1.156,57,2.473,58,2.396,59,1.156,61,1.156,63,0.294,64,0.852,65,2.296,70,0.847,73,1.478,75,1.379,78,1.299,85,2.264,110,1.902,111,1.156,114,1.156,115,1.156,116,2.194,117,1.156,118,0.936,119,1.156,120,1.156,121,1.507,122,1.038,123,1.156,126,1.569,131,2.234,133,2.234,134,0.956,136,1.299,140,1.964,153,2.653,154,2.595,155,1.891,158,2.523,159,1.478,166,2.08,167,2.08,168,1.156,169,3.144,170,2.08,171,3.791,172,3.791,173,3.791,174,3.791,175,3.791,176,3.791,177,3.791,178,3.144,179,2.467,180,3.187,181,4.225,182,4.225,183,3.144,184,3.144,185,3.129,186,3.144,187,3.144,188,3.144,189,2.595,190,3.144,191,2.234,192,2.234,193,2.595,194,2.08,195,2.08,196,3.39,197,2.595,198,3.144,199,2.234,200,3.144,201,3.488,202,3.939,203,1.966,204,2.234,205,2.595,206,3.144,207,1.569,208,3.488,209,3.791,210,2.08,211,1.717,212,1.964,213,1.478,214,2.08,215,2.08,216,1.717,217,1.717,218,1.478,219,2.08,220,2.08,221,1.478,222,4.311,223,3.129,224,0.847,225,2.595,226,3.144,227,2.08,228,1.717,229,1.717,230,1.478,231,2.08,232,2.08,233,1.478,234,1.717,235,2.08,236,2.08,237,2.08,238,1.156,239,2.08,240,2.08,241,2.08,242,2.08,243,1.478,244,1.299,245,2.08,246,2.08,247,2.08,248,1.478,249,1.717,250,2.108,251,1.717,252,1.299,253,1.717,254,1.478,255,2.08,256,1.478,257,1.717,258,1.478,259,1.717,260,1.299,261,1.717]],["title/interfaces/SzEntityDetailSectionData.html",[262,0.382,263,2.551]],["body/interfaces/SzEntityDetailSectionData.html",[2,0.496,3,0.316,22,0.038,25,1.076,32,0.655,45,0.028,46,0.028,63,0.496,64,1.02,138,3.224,144,1.871,168,1.948,180,3.144,203,2.153,207,1.748,218,3.576,223,3.746,262,0.433,263,2.892,264,2.49,265,2.189,266,5.033,267,5.033,268,4.155,269,4.155,270,5.033,271,5.033,272,5.033,273,5.033,274,5.033,275,5.033,276,5.033,277,5.033,278,5.033,279,5.033,280,4.538]],["title/interfaces/SzEntityDetailSectionSummary.html",[262,0.382,281,2.551]],["body/interfaces/SzEntityDetailSectionSummary.html",[2,0.641,3,0.408,22,0.036,32,0.566,45,0.033,46,0.033,63,0.641,64,1.195,144,1.616,168,2.515,203,1.962,207,2.257,262,0.559,264,3.214,265,2.825,281,3.734,282,3.138,283,4.009]],["title/interfaces/SzEntitySearchParams.html",[262,0.382,284,1.542]],["body/interfaces/SzEntitySearchParams.html",[2,0.374,3,0.239,22,0.038,25,1.271,32,0.655,45,0.023,46,0.023,63,0.374,64,0.843,144,1.912,262,0.327,264,1.879,284,1.319,285,2.644,286,3.595,287,4.356,288,3.595,289,3.595,290,3.595,291,4.356,292,4.356,293,3.595,294,3.595,295,3.595,296,3.095,297,3.595,298,3.595,299,4.356,300,4.356,301,3.595,302,4.356,303,4.356,304,4.356,305,4.356,306,4.356,307,4.356,308,4.356,309,4.356,310,4.356,311,4.356,312,4.356,313,4.356,314,4.356,315,3.595]],["title/interfaces/SzMatchFields.html",[262,0.382,316,2.551]],["body/interfaces/SzMatchFields.html",[2,0.642,3,0.409,22,0.036,32,0.567,45,0.033,46,0.033,63,0.642,64,1.197,144,1.772,262,0.561,316,3.744,317,2.833,318,4.536,319,4.536,320,5.649,321,5.649]],["title/interfaces/SzNetworkGraphInputs.html",[262,0.382,322,2.551]],["body/interfaces/SzNetworkGraphInputs.html",[2,0.65,3,0.414,22,0.035,32,0.489,45,0.033,46,0.033,63,0.65,64,1.205,153,2.979,179,2.554,248,3.259,262,0.567,322,3.787,323,4.588,324,4.588,325,5.675]],["title/injectables/SzPdfUtilService.html",[14,2.195,326,1.391]],["body/injectables/SzPdfUtilService.html",[2,0.523,3,0.424,14,2.626,18,1.734,22,0.037,23,1.506,25,1.043,27,1.574,30,1.422,31,1.287,32,0.55,35,3.051,36,2.055,45,0.032,46,0.029,47,0.523,63,0.523,65,2.445,70,1.506,75,1.428,121,1.124,134,1.124,144,1.428,179,1.664,203,1.734,224,1.913,229,4.483,234,4.261,244,2.309,284,2.343,326,1.664,327,2.626,328,3.696,329,2.626,330,3.696,331,2.626,332,3.224,333,3.696,334,4.696,335,4.696,336,2.626,337,3.668,338,4.483,339,3.859,340,3.696,341,3.337,342,4.696,343,4.696,344,3.877,345,2.626,346,3.696,347,3.696,348,4.696,349,3.877,350,3.696,351,3.696,352,3.696,353,3.696]],["title/components/SzPoweredByComponent.html",[9,1.391,47,0.438]],["body/components/SzPoweredByComponent.html",[2,0.491,3,0.313,6,1.56,7,1.56,8,1.56,9,2.254,10,1.73,11,1.56,18,1.664,22,0.038,23,1.412,27,1.162,31,1.123,45,0.031,46,0.028,47,0.638,48,1.928,49,1.412,51,1.56,54,2.165,55,2.463,56,1.928,57,2.862,58,2.669,59,1.928,61,1.928,63,0.491,69,3.558,70,1.836,75,1.054,78,2.165,85,1.73,86,2.463,94,1.928,98,2.506,99,2.165,102,3.128,105,2.463,110,2.386,111,1.928,114,1.928,115,1.928,116,1.28,117,1.928,118,2.646,119,1.928,120,1.928,121,1.054,122,1.73,123,1.928,126,2.249,224,1.412,260,2.165,354,3.466,355,3.466,356,3.466,357,4.507,358,3.466,359,3.72,360,3.466,361,4.133,362,2.861,363,3.72,364,2.861,365,2.463,366,2.463,367,4.507,368,2.165,369,3.466,370,4.507,371,2.165,372,2.165,373,3.466,374,3.466,375,2.861]],["title/interfaces/SzRawData.html",[262,0.382,376,2.551]],["body/interfaces/SzRawData.html",[2,0.383,3,0.244,22,0.038,25,1.255,32,0.657,45,0.023,46,0.023,63,0.383,64,0.857,144,1.912,203,1.768,262,0.335,265,1.69,286,3.641,288,3.641,289,3.641,290,3.641,293,3.641,294,3.641,295,3.641,296,3.134,297,3.641,301,3.641,315,3.641,317,1.69,376,2.234,377,2.234,378,4.411,379,4.411,380,4.411,381,4.411,382,4.411,383,4.411,384,4.411,385,4.411,386,4.411,387,4.411,388,4.411,389,4.411,390,4.411,391,4.411,392,3.641,393,4.411,394,4.411,395,4.411,396,4.411,397,4.411]],["title/interfaces/SzRawDataMatches.html",[262,0.382,398,2.195]],["body/interfaces/SzRawDataMatches.html",[2,0.641,3,0.408,22,0.036,32,0.566,45,0.033,46,0.033,63,0.641,64,1.195,144,1.77,179,2.036,262,0.559,296,4.009,317,2.825,377,3.734,392,4.658,398,3.214,399,4.523]],["title/interfaces/SzSearchResultEntityData.html",[262,0.382,400,2.551]],["body/interfaces/SzSearchResultEntityData.html",[2,0.448,3,0.285,22,0.038,25,1.263,32,0.655,45,0.029,46,0.026,63,0.448,64,0.953,116,1.168,121,0.961,144,1.802,180,2.989,191,3.4,192,3.4,193,3.95,203,1.889,222,3.5,262,0.391,265,1.975,268,3.95,317,1.975,398,3.013,400,2.61,401,2.61,402,4.785,403,4.785,404,4.785,405,4.785,406,4.785,407,4.785,408,4.785,409,4.785,410,4.785,411,4.785,412,4.785,413,4.785,414,4.785,415,4.785,416,4.785,417,4.785,418,4.785,419,4.241]],["title/components/SzSearchResultsComponent.html",[11,1.391,47,0.438]],["body/components/SzSearchResultsComponent.html",[2,0.233,3,0.149,6,0.741,7,0.741,8,0.741,9,0.741,10,0.821,11,1.471,18,0.968,22,0.038,23,1.518,25,0.753,27,1.706,30,1.45,31,1.213,32,0.542,42,1.028,45,0.037,46,0.034,47,0.576,48,0.915,49,0.67,51,0.741,54,1.028,55,1.169,56,0.915,57,2.269,58,2.675,59,0.915,61,0.915,63,0.233,64,0.589,65,2.244,69,2.321,70,0.67,75,1.237,78,1.028,85,2.585,88,3.831,91,3.737,92,4.04,94,2.773,95,2.321,98,1.817,102,2.041,104,1.458,106,2.708,110,2.53,111,0.915,114,0.915,115,0.915,116,0.608,117,0.915,118,0.741,119,0.915,120,0.915,121,1.831,122,0.821,123,0.915,126,1.308,131,1.863,133,1.863,134,1.237,138,1.863,149,1.863,153,0.915,158,1.458,179,0.741,191,1.863,192,1.863,203,0.968,204,1.169,205,1.359,207,1.308,208,1.359,212,2.84,217,1.359,221,1.863,224,0.67,233,1.169,238,1.817,249,1.359,250,2.269,251,1.359,252,2.542,253,1.359,254,2.891,256,1.169,257,1.359,258,2.647,259,1.359,260,2.041,261,1.359,269,1.359,282,0.915,283,2.321,284,1.63,338,2.697,341,3.456,361,2.697,362,3.359,363,3.076,364,2.164,365,1.863,368,2.542,401,1.359,420,1.646,421,1.646,422,2.621,423,1.646,424,3.267,425,3.267,426,3.267,427,3.267,428,2.621,429,2.621,430,3.267,431,2.621,432,2.621,433,2.621,434,3.726,435,1.646,436,1.637,437,1.646,438,1.646,439,2.621,440,1.646,441,1.646,442,1.359,443,1.646,444,1.646,445,1.646,446,1.646,447,1.646,448,1.646,449,2.164,450,2.621,451,1.646,452,2.621,453,3.726,454,2.621,455,1.028,456,1.646,457,2.164,458,1.169,459,1.863,460,1.863,461,2.164,462,1.646,463,1.646,464,1.646,465,1.646,466,1.646,467,2.164,468,2.621,469,1.646,470,1.646,471,2.621,472,1.359,473,1.646,474,2.621,475,1.646,476,2.164,477,1.646,478,1.359,479,1.646,480,1.646,481,1.646,482,1.646,483,1.646,484,1.646,485,1.646,486,1.646,487,1.646,488,1.646,489,1.646]],["title/injectables/SzSearchService.html",[15,1.93,326,1.391]],["body/injectables/SzSearchService.html",[2,0.505,3,0.322,13,1.779,15,2.227,18,1.695,22,0.037,23,1.452,25,1.083,27,1.902,30,1.528,31,1.336,32,0.591,45,0.028,46,0.028,63,0.505,65,2.716,70,1.452,75,1.543,121,1.543,140,2.227,179,1.605,180,2.867,196,2.533,203,1.695,213,2.533,224,1.452,225,2.943,238,1.983,244,2.227,250,1.779,284,2.533,326,1.605,327,2.533,336,2.533,337,3.606,339,3.808,345,2.533,490,3.566,491,5.076,492,4.59,493,5.076,494,5.076,495,4.59,496,4.59,497,3.566,498,5.359,499,3.566,500,4.59,501,3.566,502,3.566,503,3.566,504,3.566,505,2.227,506,3.566,507,3.566,508,2.943,509,3.566]],["title/classes/SzServerError.html",[510,1.718,511,2.551]],["body/classes/SzServerError.html",[2,0.514,3,0.328,18,1.715,19,3.667,22,0.038,25,1.09,27,1.808,30,1.487,31,1.345,32,0.637,45,0.029,46,0.029,63,0.514,64,1.044,144,1.785,153,2.582,168,2.846,202,4.225,505,2.9,510,2.018,511,4.894,512,3.63,513,3.63,514,4.225,515,5.118,516,4.225,517,5.118,518,4.642,519,4.642,520,4.642,521,4.642,522,3.832,523,3.63,524,3.63,525,4.642,526,3.63,527,3.63]],["title/injectables/SzUIEventService.html",[16,2.195,326,1.391]],["body/injectables/SzUIEventService.html",[2,0.621,3,0.396,13,2.19,16,3.118,22,0.034,25,0.887,30,1.209,31,1.094,32,0.467,36,2.44,45,0.032,46,0.032,47,0.621,70,1.787,134,1.334,155,2.19,158,2.44,326,1.975,327,3.118,329,3.118,336,3.118,337,3.958,339,4.096,528,4.388,529,4.388,530,4.388,531,4.388,532,2.741,533,3.622,534,4.388,535,4.388,536,3.622,537,4.388]],["title/dependencies.html",[538,1.848,539,2.632]],["body/dependencies.html",[22,0.039,45,0.03,46,0.03,47,0.552,136,2.437,137,2.772,142,3.22,144,1.186,248,2.772,539,2.772,540,3.901,541,6.046,542,3.901,543,3.901,544,3.22,545,3.901,546,3.901,547,3.901,548,4.011,549,4.011,550,3.901,551,3.901,552,3.22,553,3.22,554,2.772,555,3.901,556,2.772,557,3.901,558,3.901,559,3.901,560,3.901,561,3.901,562,3.901,563,2.169,564,3.901,565,3.901,566,3.901,567,3.901,568,4.859,569,3.901,570,3.901,571,3.22,572,3.901,573,3.901,574,3.901,575,3.901,576,3.901,577,3.901,578,3.901,579,3.901,580,3.901]],["title/miscellaneous/functions.html",[34,2.314,581,2.147]],["body/miscellaneous/functions.html",[22,0.035,25,0.911,30,1.243,31,1.124,32,0.481,34,3.314,45,0.033,46,0.033,63,0.639,72,3.205,75,1.613,134,1.371,216,3.723,571,3.723,581,3.723,582,5.305,583,4.511,584,4.511,585,4.511,586,4.511,587,3.723,588,4.511,589,4.511,590,3.723,591,3.723]],["title/index.html",[63,0.368,243,1.848,371,1.624]],["body/index.html",[0,1.293,1,2.309,3,0.146,5,2.14,13,1.293,17,3.335,18,1.365,19,1.014,20,1.339,22,0.038,25,0.328,26,2.672,27,0.869,28,2.309,29,2.672,30,1.018,32,0.276,34,2.022,36,1.8,37,2.14,38,1.153,39,1.842,41,1.153,42,1.014,43,2.672,45,0.031,46,0.016,47,0.799,48,1.441,51,1.819,54,2.022,57,0.81,59,0.902,61,0.902,64,0.365,65,1.664,75,0.788,104,0.902,116,0.599,118,0.73,121,1.228,134,1.472,136,3.393,137,3.603,140,1.014,146,1.153,152,1.339,155,0.81,179,1.167,189,2.14,196,1.153,199,1.842,201,1.339,203,0.599,204,1.153,211,1.339,212,1.014,221,1.153,224,1.056,238,1.8,244,1.014,250,1.844,262,0.201,282,0.902,284,1.615,331,2.871,332,1.014,341,2.871,344,1.339,366,1.153,371,2.691,372,1.619,436,1.014,442,2.14,449,1.339,455,3.358,505,2.022,510,2.247,516,1.339,532,1.014,538,2.626,539,1.153,544,2.672,548,2.14,549,2.14,552,1.339,553,1.339,554,3.213,556,3.061,563,1.441,592,1.153,593,3.335,594,4.437,595,2.626,596,3.335,597,1.623,598,2.672,599,1.623,600,1.623,601,1.623,602,3.237,603,2.871,604,4.04,605,3.696,606,2.14,607,1.623,608,1.339,609,2.592,610,1.623,611,1.339,612,2.592,613,2.14,614,1.623,615,2.626,616,4.308,617,1.623,618,1.623,619,2.592,620,1.623,621,1.339,622,1.339,623,2.3,624,3.237,625,1.339,626,1.623,627,5.375,628,2.14,629,1.623,630,1.623,631,1.339,632,1.339,633,1.623,634,2.824,635,4.522,636,1.842,637,1.014,638,1.014,639,1.339,640,2.14,641,2.14,642,1.339,643,1.339,644,3.051,645,1.339,646,2.592,647,1.339,648,1.623,649,1.339,650,1.339,651,1.623,652,1.339,653,2.524,654,2.14,655,1.339,656,1.339,657,1.623,658,1.153,659,3.051,660,3.556,661,1.623,662,1.623,663,1.623,664,2.592,665,1.623,666,1.623,667,3.696,668,3.696,669,4.522,670,2.592,671,2.592,672,2.592,673,1.339,674,1.623,675,1.623,676,3.237,677,2.592,678,1.623,679,2.592,680,1.623,681,1.623,682,1.623,683,1.153,684,1.623,685,1.623,686,1.339,687,1.623,688,1.623,689,1.623,690,1.623,691,1.623,692,1.623,693,2.592,694,1.623,695,1.339,696,2.14,697,2.592,698,1.153,699,2.592,700,2.14,701,1.623,702,1.623,703,1.623,704,2.592,705,1.623,706,1.623,707,1.623,708,1.623,709,1.623,710,1.623,711,1.623,712,2.592,713,1.623,714,1.339,715,1.623,716,1.623,717,1.623,718,2.592,719,1.623,720,1.623,721,1.623,722,1.623,723,1.623,724,1.623,725,1.623,726,1.623,727,0.902,728,1.153,729,1.623,730,1.623,731,1.623,732,1.842,733,1.623,734,1.339,735,1.339,736,1.339,737,1.623,738,1.623,739,1.623,740,2.592,741,1.623,742,1.623,743,2.592,744,1.623,745,2.3,746,2.592,747,1.623,748,2.592,749,1.623,750,1.339,751,1.339,752,1.339,753,1.339,754,1.623,755,2.592,756,1.339,757,1.623,758,1.153,759,1.623,760,1.623,761,1.623,762,1.623,763,1.623,764,2.592,765,1.339,766,1.623,767,1.623,768,1.623,769,1.623,770,1.623,771,1.623,772,1.623,773,2.592,774,1.623,775,1.623,776,1.623,777,1.623,778,1.339,779,1.339,780,1.623,781,1.623,782,1.623,783,1.623,784,1.623,785,1.623,786,1.339,787,1.623,788,1.623,789,1.623,790,1.623,791,1.623,792,1.623]],["title/license.html",[243,1.848,371,1.624,793,2.147]],["body/license.html",[3,0.439,13,2.161,22,0.017,31,0.902,32,0.14,36,0.731,45,0.02,46,0.013,51,0.592,72,2.774,85,1.09,103,0.934,116,1.756,118,0.592,122,1.628,134,1.446,146,0.934,149,1.552,151,2.693,155,0.656,158,0.731,159,1.552,185,2.312,207,1.09,213,0.934,228,1.086,230,0.934,250,0.656,252,0.821,262,0.163,282,0.731,298,1.086,329,0.934,331,0.934,345,2.318,359,1.086,365,1.552,372,0.821,375,1.086,436,0.821,455,0.821,459,2.318,460,0.934,505,3.036,508,2.312,510,0.731,514,2.312,522,1.086,536,2.693,563,1.814,590,1.086,603,0.934,606,2.693,608,1.086,615,1.552,621,1.086,632,2.693,634,1.75,636,0.934,639,2.312,640,1.086,642,1.086,650,1.086,653,1.364,654,1.086,655,1.086,658,0.934,683,3.632,686,2.312,696,4.951,698,2.318,700,2.987,727,0.731,728,0.934,732,0.934,734,2.693,736,2.312,745,0.934,750,1.086,751,1.803,758,1.552,765,1.086,778,2.987,779,1.803,786,1.803,793,4.796,794,3.262,795,2.801,796,1.315,797,1.315,798,1.315,799,4.494,800,4.954,801,3.262,802,4.954,803,2.801,804,5.111,805,4.861,806,1.086,807,1.315,808,4.634,809,4.954,810,3.904,811,2.184,812,4.33,813,3.619,814,1.315,815,2.801,816,4.494,817,4.137,818,2.184,819,2.184,820,2.184,821,5.293,822,2.184,823,3.904,824,1.315,825,2.184,826,1.315,827,1.315,828,1.315,829,1.315,830,1.315,831,1.315,832,2.184,833,3.262,834,4.954,835,1.315,836,3.904,837,4.137,838,2.184,839,1.315,840,1.315,841,1.315,842,1.315,843,2.801,844,2.184,845,1.315,846,5.238,847,2.184,848,2.184,849,5.343,850,1.315,851,1.315,852,1.315,853,1.315,854,1.315,855,2.184,856,2.184,857,2.801,858,1.315,859,2.184,860,1.315,861,1.315,862,1.315,863,3.262,864,4.33,865,2.438,866,2.184,867,2.571,868,2.184,869,3.619,870,2.184,871,1.315,872,1.315,873,1.315,874,1.315,875,2.184,876,1.315,877,1.315,878,1.315,879,1.315,880,2.801,881,1.315,882,2.184,883,1.315,884,3.262,885,4.634,886,1.315,887,1.315,888,2.184,889,4.33,890,2.184,891,2.184,892,2.184,893,2.184,894,2.801,895,2.184,896,2.184,897,2.184,898,2.801,899,1.315,900,2.184,901,1.315,902,4.137,903,2.184,904,2.184,905,1.315,906,2.312,907,2.801,908,2.801,909,1.315,910,2.801,911,2.801,912,1.315,913,1.086,914,1.315,915,2.184,916,2.184,917,1.315,918,1.315,919,1.315,920,1.315,921,1.315,922,1.315,923,2.801,924,1.315,925,1.315,926,1.315,927,1.315,928,2.693,929,1.315,930,1.315,931,1.315,932,1.315,933,2.801,934,2.184,935,3.262,936,1.315,937,1.315,938,1.315,939,1.315,940,1.315,941,2.184,942,2.184,943,1.315,944,1.315,945,1.315,946,1.315,947,1.315,948,1.315,949,1.086,950,1.315,951,1.315,952,3.262,953,1.315,954,1.315,955,1.315,956,1.315,957,1.315,958,1.315,959,1.315,960,1.315,961,1.315,962,1.086,963,1.315,964,1.315,965,1.315,966,4.137,967,2.801,968,2.801,969,3.262,970,2.184,971,2.184,972,2.184,973,2.184,974,1.315,975,1.315,976,2.184,977,1.315,978,1.315,979,1.315,980,3.619,981,1.315,982,1.315,983,2.184,984,1.315,985,1.315,986,1.315,987,3.619,988,1.315,989,1.315,990,1.315,991,1.315,992,1.315,993,1.315,994,2.184,995,1.315,996,1.315,997,1.315,998,1.315,999,1.315,1000,1.315,1001,1.315,1002,1.315,1003,1.315,1004,1.315,1005,1.315,1006,2.184,1007,1.315,1008,1.315,1009,1.315,1010,1.315,1011,1.315,1012,1.315,1013,1.315,1014,1.315,1015,1.315,1016,1.315,1017,2.184,1018,2.184,1019,1.315,1020,1.315,1021,1.315,1022,1.315,1023,1.086,1024,1.086,1025,1.315,1026,1.315,1027,1.315,1028,1.315,1029,1.315,1030,1.315,1031,1.315,1032,1.315,1033,1.315]],["title/modules.html",[0,2.084]],["body/modules.html",[0,2.405,1,3.011,22,0.034,45,0.034,46,0.034,625,3.979]],["title/overview.html",[592,2.967]],["body/overview.html",[0,2.349,22,0.033,45,0.033,46,0.033,47,0.667,262,0.582,326,2.119,510,2.618,592,3.345,658,3.864,673,3.886,695,3.886,1034,4.708]],["title/additional-documentation/themes.html",[727,1.446,865,1.624,1035,1.624]],["body/additional-documentation/themes.html",[22,0.032,45,0.029,46,0.029,47,0.675,49,2.125,58,2.541,75,1.15,79,3.386,83,3.386,84,2.688,94,2.103,98,2.103,99,2.363,100,3.386,104,3.046,106,2.363,110,1.703,121,1.717,126,1.887,134,1.15,199,2.688,224,1.541,250,1.887,332,2.363,368,2.363,458,2.688,532,2.363,563,2.103,587,3.122,591,3.122,603,3.386,636,2.688,637,2.363,638,2.363,653,2.977,728,2.688,732,3.707,758,3.707,867,2.688,906,3.122,913,3.122,1024,3.122,1035,3.421,1036,3.783,1037,3.783,1038,3.934,1039,3.783,1040,4.766,1041,3.783,1042,3.707,1043,3.122,1044,3.783,1045,3.783,1046,3.934,1047,4.307,1048,3.934,1049,3.122,1050,3.122,1051,3.783,1052,4.766,1053,3.386]],["title/additional-documentation/themes/pre-built.html",[637,1.402,638,1.402,727,1.249,865,1.402]],["body/additional-documentation/themes/pre-built.html",[3,0.501,19,2.051,22,0.03,45,0.027,46,0.03,47,0.786,49,1.771,134,1.642,145,2.71,155,1.638,197,2.71,212,2.051,224,1.337,332,2.051,349,2.71,436,2.717,455,2.051,472,3.59,532,2.051,538,2.333,556,2.333,563,1.826,593,4.458,594,2.71,595,3.09,596,4.285,598,2.71,611,3.59,613,2.71,623,3.09,628,2.71,634,2.051,637,3.046,638,2.717,641,3.59,643,4.285,644,2.71,647,3.59,649,2.71,652,2.71,653,3.046,656,2.71,659,3.59,660,3.59,683,3.837,698,2.333,714,2.71,735,2.71,745,2.333,752,4.025,753,3.59,756,2.71,806,2.71,949,2.71,962,2.71,1023,3.59,1035,3.467,1038,2.71,1042,3.465,1054,3.283,1055,3.283,1056,3.283,1057,3.283,1058,3.283,1059,3.283,1060,3.283,1061,3.283,1062,3.283,1063,3.283,1064,4.349,1065,3.283,1066,3.283,1067,3.283,1068,3.283,1069,3.59,1070,5.191,1071,3.283,1072,3.283,1073,3.283,1074,3.283,1075,3.283,1076,3.283,1077,3.283,1078,3.283,1079,3.283,1080,3.283,1081,3.283,1082,3.283,1083,3.283,1084,4.349,1085,3.283,1086,3.283,1087,3.283,1088,3.283,1089,3.283,1090,3.283,1091,3.283,1092,3.283,1093,3.283,1094,3.283,1095,3.283]],["title/additional-documentation/themes/customizing.html",[727,1.446,865,1.624,1053,1.848]],["body/additional-documentation/themes/customizing.html",[13,0.657,22,0.02,30,0.363,31,1.032,38,0.936,45,0.035,46,0.033,47,0.31,49,0.891,58,2.808,75,0.853,79,3.98,80,3.827,81,4.276,83,3.079,84,0.936,85,2.162,86,1.554,88,4.16,91,3.58,92,4.16,94,2.944,95,0.936,98,2.5,99,1.752,100,3.195,102,1.366,103,0.936,104,3.099,105,1.992,106,3.038,107,1.087,110,2.024,116,2.221,121,1.824,126,2.374,134,0.401,168,3.336,207,2.907,218,2.776,230,0.936,233,0.936,238,0.732,252,2.972,254,2.574,256,2.776,258,1.992,260,1.752,282,0.732,283,3.294,366,0.936,368,2.972,372,0.823,457,3.225,458,2.574,459,0.936,460,0.936,461,1.087,467,1.087,476,1.087,478,1.087,533,1.087,554,0.936,595,1.554,615,1.554,622,1.087,623,0.936,631,1.087,634,0.823,645,1.087,867,1.992,928,1.087,1035,1.366,1042,1.554,1043,1.805,1046,1.087,1047,3.712,1048,2.315,1049,1.805,1050,2.315,1053,0.936,1069,1.087,1096,1.317,1097,1.317,1098,1.317,1099,1.317,1100,1.317,1101,1.317,1102,1.317,1103,1.317,1104,1.317,1105,2.187,1106,1.317,1107,3.622,1108,1.317,1109,2.804,1110,1.317,1111,1.317,1112,3.622,1113,1.317,1114,2.804,1115,3.907,1116,2.187,1117,1.317,1118,1.317,1119,2.187,1120,3.265,1121,1.317,1122,1.317,1123,3.265,1124,4.636,1125,1.317,1126,1.317,1127,1.317,1128,1.317,1129,1.317,1130,4.757,1131,3.907,1132,2.804,1133,4.14,1134,2.187,1135,1.317,1136,1.317,1137,2.187,1138,1.317,1139,1.317,1140,1.317,1141,1.317,1142,1.317,1143,1.317,1144,2.187,1145,2.804,1146,2.187,1147,1.317,1148,1.317,1149,1.317,1150,1.317,1151,4.14]]],"invertedIndex":[["",{"_index":22,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["0",{"_index":104,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["0\">match",{"_index":452,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["0\">name",{"_index":454,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["0\">possibl",{"_index":453,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["0.0.1",{"_index":557,"title":{},"body":{"dependencies.html":{}}}],["0.11.1",{"_index":570,"title":{},"body":{"dependencies.html":{}}}],["0.25em",{"_index":1118,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0.4em",{"_index":1141,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0.5em",{"_index":1119,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0.8.26",{"_index":580,"title":{},"body":{"dependencies.html":{}}}],["000",{"_index":82,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["000000",{"_index":1113,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0c9bf4",{"_index":1114,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["0e2863",{"_index":1104,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1",{"_index":658,"title":{},"body":{"index.html":{},"license.html":{},"overview.html":{}}}],["1.0.0",{"_index":568,"title":{},"body":{"dependencies.html":{}}}],["1.0.2",{"_index":555,"title":{},"body":{"dependencies.html":{}}}],["1.5.3",{"_index":574,"title":{},"body":{"dependencies.html":{}}}],["1.5em",{"_index":478,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["1.8.1",{"_index":566,"title":{},"body":{"dependencies.html":{}}}],["1.8em",{"_index":1128,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1.9.0",{"_index":578,"title":{},"body":{"dependencies.html":{}}}],["10",{"_index":346,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["1000px",{"_index":259,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["100px",{"_index":1139,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["10px",{"_index":100,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["13px",{"_index":1117,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["14px",{"_index":367,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["150px",{"_index":475,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["15px",{"_index":1150,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["16px",{"_index":1143,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["175px",{"_index":1134,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1em",{"_index":1132,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["1px",{"_index":80,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["2",{"_index":664,"title":{},"body":{"index.html":{}}}],["2.0",{"_index":795,"title":{},"body":{"license.html":{}}}],["2.5.4",{"_index":560,"title":{},"body":{"dependencies.html":{}}}],["2004",{"_index":797,"title":{},"body":{"license.html":{}}}],["200px",{"_index":476,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["20px",{"_index":1124,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["22px",{"_index":1116,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["24px",{"_index":1149,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["28px",{"_index":1142,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["2b7169",{"_index":1105,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["2px",{"_index":105,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["3",{"_index":673,"title":{},"body":{"index.html":{},"overview.html":{}}}],["30px",{"_index":1048,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["34px",{"_index":1136,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["3px",{"_index":84,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["4",{"_index":685,"title":{},"body":{"index.html":{}}}],["400px",{"_index":261,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["40px",{"_index":471,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["48px",{"_index":1140,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["4px",{"_index":99,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["5",{"_index":690,"title":{},"body":{"index.html":{}}}],["5.9.1",{"_index":562,"title":{},"body":{"dependencies.html":{}}}],["50",{"_index":103,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["5e5e5",{"_index":1123,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["5em",{"_index":468,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["5px",{"_index":1120,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["6",{"_index":695,"title":{},"body":{"index.html":{},"overview.html":{}}}],["6.3.3",{"_index":576,"title":{},"body":{"dependencies.html":{}}}],["600",{"_index":467,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["60px",{"_index":1138,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["6px",{"_index":1146,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["7.1.0",{"_index":541,"title":{},"body":{"dependencies.html":{}}}],["7.x.x",{"_index":597,"title":{},"body":{"index.html":{}}}],["700",{"_index":477,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["7b00ad",{"_index":1111,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["7px",{"_index":373,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["8",{"_index":1034,"title":{},"body":{"overview.html":{}}}],["8080",{"_index":741,"title":{},"body":{"index.html":{}}}],["808285",{"_index":1115,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["82848647",{"_index":1135,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["8px",{"_index":1050,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["9",{"_index":807,"title":{},"body":{"license.html":{}}}],["95989a",{"_index":1107,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["_architect.build.options.styl",{"_index":1081,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["_disclosedrelationship",{"_index":171,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_discoveredrelationship",{"_index":172,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_escaping_",{"_index":1089,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["_match",{"_index":173,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_possiblematch",{"_index":174,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["_searchresult",{"_index":424,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["_searchvalu",{"_index":425,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["_showgraphsect",{"_index":175,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["a09020",{"_index":1106,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["about'},{'nam",{"_index":114,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["about.component.html",{"_index":62,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["about.component.scss",{"_index":60,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["about.component.t",{"_index":53,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["about/sz",{"_index":52,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["abov",{"_index":436,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["accept",{"_index":734,"title":{},"body":{"index.html":{},"license.html":{}}}],["access",{"_index":145,"title":{},"body":{"components/SzConfigurationComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["accessor",{"_index":133,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["accesstoken",{"_index":127,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["act",{"_index":815,"title":{},"body":{"license.html":{}}}],["action",{"_index":465,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["actual",{"_index":792,"title":{},"body":{"index.html":{}}}],["actual_compon",{"_index":123,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["ad",{"_index":646,"title":{},"body":{"index.html":{}}}],["add",{"_index":653,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["addendum",{"_index":946,"title":{},"body":{"license.html":{}}}],["addit",{"_index":865,"title":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}},"body":{"license.html":{}}}],["addr_citi",{"_index":286,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_ful",{"_index":287,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["addr_line1",{"_index":288,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_line2",{"_index":378,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["addr_postal_cod",{"_index":289,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_stat",{"_index":290,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["addr_typ",{"_index":291,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["address",{"_index":772,"title":{},"body":{"index.html":{}}}],["addressdata",{"_index":266,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["addressdatamatch",{"_index":402,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["advis",{"_index":1002,"title":{},"body":{"license.html":{}}}],["against",{"_index":916,"title":{},"body":{"license.html":{}}}],["againt",{"_index":504,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["agre",{"_index":969,"title":{},"body":{"license.html":{}}}],["agreement",{"_index":958,"title":{},"body":{"license.html":{}}}],["align",{"_index":361,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["alleg",{"_index":920,"title":{},"body":{"license.html":{}}}],["allow",{"_index":231,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["alon",{"_index":912,"title":{},"body":{"license.html":{}}}],["along",{"_index":939,"title":{},"body":{"license.html":{}}}],["alongsid",{"_index":945,"title":{},"body":{"license.html":{}}}],["ambigu",{"_index":1110,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["and(b",{"_index":927,"title":{},"body":{"license.html":{}}}],["and(c",{"_index":931,"title":{},"body":{"license.html":{}}}],["and(d",{"_index":936,"title":{},"body":{"license.html":{}}}],["and/or",{"_index":1007,"title":{},"body":{"license.html":{}}}],["angular",{"_index":596,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["angular.json",{"_index":1079,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["angular/anim",{"_index":540,"title":{},"body":{"dependencies.html":{}}}],["angular/common",{"_index":542,"title":{},"body":{"dependencies.html":{}}}],["angular/compil",{"_index":543,"title":{},"body":{"dependencies.html":{}}}],["angular/cor",{"_index":544,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["angular/el",{"_index":545,"title":{},"body":{"dependencies.html":{}}}],["angular/form",{"_index":546,"title":{},"body":{"dependencies.html":{}}}],["angular/http",{"_index":547,"title":{},"body":{"dependencies.html":{}}}],["angular/platform",{"_index":548,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["angular/rout",{"_index":551,"title":{},"body":{"dependencies.html":{}}}],["annot",{"_index":853,"title":{},"body":{"license.html":{}}}],["aot",{"_index":744,"title":{},"body":{"index.html":{}}}],["apach",{"_index":794,"title":{},"body":{"license.html":{}}}],["api",{"_index":136,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"dependencies.html":{},"index.html":{}}}],["apiconfigfactori",{"_index":33,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["apiconfigur",{"_index":66,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["apikey",{"_index":128,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["apiproperti",{"_index":67,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["app",{"_index":616,"title":{},"body":{"index.html":{}}}],["app'",{"_index":665,"title":{},"body":{"index.html":{}}}],["app.compon",{"_index":670,"title":{},"body":{"index.html":{}}}],["app.component.css",{"_index":706,"title":{},"body":{"index.html":{}}}],["app.component.html",{"_index":676,"title":{},"body":{"index.html":{}}}],["app.component.html(or",{"_index":689,"title":{},"body":{"index.html":{}}}],["app.component.t",{"_index":701,"title":{},"body":{"index.html":{}}}],["app.module.t",{"_index":666,"title":{},"body":{"index.html":{}}}],["appcompon",{"_index":669,"title":{},"body":{"index.html":{}}}],["appear",{"_index":944,"title":{},"body":{"license.html":{}}}],["appendix",{"_index":848,"title":{},"body":{"license.html":{}}}],["appli",{"_index":906,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{}}}],["applic",{"_index":967,"title":{},"body":{"license.html":{}}}],["application'",{"_index":1059,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["appmodul",{"_index":672,"title":{},"body":{"index.html":{}}}],["appropri",{"_index":779,"title":{},"body":{"index.html":{},"license.html":{}}}],["archiv",{"_index":1026,"title":{},"body":{"license.html":{}}}],["arial",{"_index":1103,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["aris",{"_index":992,"title":{},"body":{"license.html":{}}}],["assert",{"_index":1014,"title":{},"body":{"license.html":{}}}],["associ",{"_index":590,"title":{},"body":{"miscellaneous/functions.html":{},"license.html":{}}}],["assum",{"_index":978,"title":{},"body":{"license.html":{}}}],["attach",{"_index":847,"title":{},"body":{"license.html":{}}}],["attribut",{"_index":345,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"license.html":{}}}],["attribute?.attr",{"_index":450,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["attribute?.valu",{"_index":489,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["attribute?.value}} ",{"_index":451,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["attributedata",{"_index":267,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["attributedatamatch",{"_index":403,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["attributedisplay",{"_index":426,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["authent",{"_index":150,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["author",{"_index":811,"title":{},"body":{"license.html":{}}}],["authorship",{"_index":843,"title":{},"body":{"license.html":{}}}],["avail",{"_index":640,"title":{},"body":{"index.html":{},"license.html":{}}}],["background",{"_index":91,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["bad",{"_index":1075,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["base",{"_index":850,"title":{},"body":{"license.html":{}}}],["basepath",{"_index":39,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationComponent.html":{},"index.html":{}}}],["basi",{"_index":970,"title":{},"body":{"license.html":{}}}],["be",{"_index":212,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["begin",{"_index":214,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["behalf",{"_index":869,"title":{},"body":{"license.html":{}}}],["behavior",{"_index":749,"title":{},"body":{"index.html":{}}}],["below",{"_index":728,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["benefici",{"_index":831,"title":{},"body":{"license.html":{}}}],["bestnam",{"_index":268,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["between",{"_index":464,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["bind",{"_index":862,"title":{},"body":{"license.html":{}}}],["block",{"_index":256,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["blue",{"_index":488,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["bodi",{"_index":1046,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["boilerpl",{"_index":1015,"title":{},"body":{"license.html":{}}}],["bold",{"_index":96,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["boolean",{"_index":153,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzNetworkGraphInputs.html":{},"components/SzSearchResultsComponent.html":{},"classes/SzServerError.html":{}}}],["bootstrap",{"_index":671,"title":{},"body":{"index.html":{}}}],["border",{"_index":79,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["both",{"_index":1097,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["bottom",{"_index":107,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["bound",{"_index":716,"title":{},"body":{"index.html":{}}}],["box",{"_index":697,"title":{},"body":{"index.html":{}}}],["bracket",{"_index":1018,"title":{},"body":{"license.html":{}}}],["brown",{"_index":484,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["brows",{"_index":625,"title":{},"body":{"index.html":{},"modules.html":{}}}],["browser",{"_index":549,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["browsermodul",{"_index":667,"title":{},"body":{"index.html":{}}}],["build",{"_index":598,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["builder",{"_index":788,"title":{},"body":{"index.html":{}}}],["built",{"_index":638,"title":{"additional-documentation/themes/pre-built.html":{}},"body":{"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["button",{"_index":1047,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["buttons__wrapp",{"_index":466,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["by'},{'nam",{"_index":119,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["by.component.html",{"_index":358,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["by.component.scss",{"_index":357,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["by.component.t",{"_index":356,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["by/sz",{"_index":355,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["c0c0c0",{"_index":90,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["c9741f",{"_index":1108,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["calc(100",{"_index":470,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["canva",{"_index":350,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["card",{"_index":1130,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["card__label",{"_index":473,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["carri",{"_index":929,"title":{},"body":{"license.html":{}}}],["caus",{"_index":819,"title":{},"body":{"license.html":{}}}],["ccc",{"_index":1145,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["cell",{"_index":109,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["center",{"_index":363,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["certainli",{"_index":1057,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["challeng",{"_index":147,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["chang",{"_index":155,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["charact",{"_index":991,"title":{},"body":{"license.html":{}}}],["characterist",{"_index":497,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["charat",{"_index":1091,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["charg",{"_index":894,"title":{},"body":{"license.html":{}}}],["check",{"_index":635,"title":{},"body":{"index.html":{}}}],["choos",{"_index":1003,"title":{},"body":{"license.html":{}}}],["claim",{"_index":908,"title":{},"body":{"license.html":{}}}],["class",{"_index":510,"title":{"classes/SzServerError.html":{}},"body":{"classes/SzServerError.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["clear",{"_index":1049,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["cli",{"_index":600,"title":{},"body":{"index.html":{}}}],["click",{"_index":221,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["client",{"_index":553,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["code",{"_index":514,"title":{},"body":{"classes/SzServerError.html":{},"license.html":{}}}],["collapse/expand",{"_index":535,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["color",{"_index":92,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["column",{"_index":97,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["combin",{"_index":913,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{}}}],["come",{"_index":1036,"title":{},"body":{"additional-documentation/themes.html":{}}}],["command",{"_index":662,"title":{},"body":{"index.html":{}}}],["comment",{"_index":1021,"title":{},"body":{"license.html":{}}}],["commerci",{"_index":1000,"title":{},"body":{"license.html":{}}}],["common",{"_index":765,"title":{},"body":{"index.html":{},"license.html":{}}}],["commonli",{"_index":141,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["commun",{"_index":686,"title":{},"body":{"index.html":{},"license.html":{}}}],["company_name_org",{"_index":292,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["compil",{"_index":745,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["complet",{"_index":747,"title":{},"body":{"index.html":{}}}],["compli",{"_index":950,"title":{},"body":{"license.html":{}}}],["complianc",{"_index":1028,"title":{},"body":{"license.html":{}}}],["compon",{"_index":47,"title":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"index.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["component_templ",{"_index":111,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["components/public_api.d.t",{"_index":791,"title":{},"body":{"index.html":{}}}],["comput",{"_index":997,"title":{},"body":{"license.html":{}}}],["condit",{"_index":800,"title":{},"body":{"license.html":{}}}],["configservic",{"_index":339,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["configur",{"_index":51,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{}}}],["configuration'},{'nam",{"_index":115,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["configuration.component.t",{"_index":125,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["configuration/sz",{"_index":124,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["connect",{"_index":748,"title":{},"body":{"index.html":{}}}],["connnect",{"_index":135,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["consequenti",{"_index":990,"title":{},"body":{"license.html":{}}}],["consist",{"_index":1008,"title":{},"body":{"license.html":{}}}],["consol",{"_index":771,"title":{},"body":{"index.html":{}}}],["console.log('@senzing/sz",{"_index":712,"title":{},"body":{"index.html":{}}}],["conspicu",{"_index":881,"title":{},"body":{"license.html":{}}}],["constitut",{"_index":921,"title":{},"body":{"license.html":{}}}],["constru",{"_index":947,"title":{},"body":{"license.html":{}}}],["constructor",{"_index":70,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["constructor(apiconfigur",{"_index":71,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["constructor(entitydataservic",{"_index":336,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["constructor(searchservic",{"_index":194,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["constructor(titlecasepip",{"_index":435,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["consum",{"_index":707,"title":{},"body":{"index.html":{}}}],["contain",{"_index":750,"title":{},"body":{"index.html":{},"license.html":{}}}],["content",{"_index":365,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{}}}],["contract",{"_index":822,"title":{},"body":{"license.html":{}}}],["contribut",{"_index":864,"title":{},"body":{"license.html":{}}}],["contribution(",{"_index":911,"title":{},"body":{"license.html":{}}}],["contributor",{"_index":885,"title":{},"body":{"license.html":{}}}],["contributori",{"_index":922,"title":{},"body":{"license.html":{}}}],["control",{"_index":700,"title":{},"body":{"index.html":{},"license.html":{}}}],["conveni",{"_index":651,"title":{},"body":{"index.html":{}}}],["convers",{"_index":841,"title":{},"body":{"license.html":{}}}],["copi",{"_index":698,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["copyright",{"_index":809,"title":{},"body":{"license.html":{}}}],["cor",{"_index":152,"title":{},"body":{"components/SzConfigurationComponent.html":{},"index.html":{}}}],["core",{"_index":558,"title":{},"body":{"dependencies.html":{}}}],["correct",{"_index":681,"title":{},"body":{"index.html":{}}}],["correctli",{"_index":675,"title":{},"body":{"index.html":{}}}],["counterclaim",{"_index":918,"title":{},"body":{"license.html":{}}}],["creat",{"_index":332,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["createpdffromattributesearch",{"_index":334,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["createpdffromattributesearch(data",{"_index":340,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["createpdffromhtmlel",{"_index":335,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["createpdffromhtmlelement(nod",{"_index":347,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["critic",{"_index":515,"title":{},"body":{"classes/SzServerError.html":{}}}],["cross",{"_index":917,"title":{},"body":{"license.html":{}}}],["css",{"_index":1042,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["csv",{"_index":694,"title":{},"body":{"index.html":{}}}],["curl",{"_index":774,"title":{},"body":{"index.html":{}}}],["current",{"_index":238,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["currentlyselectedentityid",{"_index":709,"title":{},"body":{"index.html":{}}}],["currentsearchparamet",{"_index":710,"title":{},"body":{"index.html":{}}}],["currentsearchresult",{"_index":708,"title":{},"body":{"index.html":{}}}],["cursor",{"_index":1126,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["custom",{"_index":1053,"title":{"additional-documentation/themes/customizing.html":{}},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["customari",{"_index":963,"title":{},"body":{"license.html":{}}}],["d3",{"_index":561,"title":{},"body":{"dependencies.html":{}}}],["damag",{"_index":987,"title":{},"body":{"license.html":{}}}],["dark",{"_index":487,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["dark2",{"_index":485,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["data",{"_index":179,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"interfaces/SzRawDataMatches.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["data.t",{"_index":265,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzRawData.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["data_sourc",{"_index":379,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["datachang",{"_index":183,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["datasourc",{"_index":269,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"components/SzSearchResultsComponent.html":{}}}],["date",{"_index":522,"title":{},"body":{"classes/SzServerError.html":{},"license.html":{}}}],["date_of_birth",{"_index":293,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["dbdbdb",{"_index":1148,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["deal",{"_index":1088,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["declar",{"_index":5,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["decor",{"_index":73,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{}}}],["default",{"_index":224,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["defend",{"_index":1010,"title":{},"body":{"license.html":{}}}],["defin",{"_index":806,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["definit",{"_index":803,"title":{},"body":{"license.html":{}}}],["deliber",{"_index":984,"title":{},"body":{"license.html":{}}}],["depend",{"_index":539,"title":{"dependencies.html":{}},"body":{"dependencies.html":{},"index.html":{}}}],["deriv",{"_index":849,"title":{},"body":{"license.html":{}}}],["describ",{"_index":964,"title":{},"body":{"license.html":{}}}],["descript",{"_index":329,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzUIEventService.html":{},"license.html":{}}}],["design",{"_index":883,"title":{},"body":{"license.html":{}}}],["detail",{"_index":168,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"classes/SzServerError.html":{},"additional-documentation/themes/customizing.html":{}}}],["detail'},{'nam",{"_index":117,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["detail.component.html",{"_index":170,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["detail.component.scss",{"_index":169,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["detail.component.t",{"_index":167,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["determin",{"_index":977,"title":{},"body":{"license.html":{}}}],["dev",{"_index":721,"title":{},"body":{"index.html":{}}}],["develop",{"_index":612,"title":{},"body":{"index.html":{}}}],["diagnost",{"_index":157,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["differ",{"_index":949,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["direct",{"_index":122,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{}}}],["directli",{"_index":197,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["directori",{"_index":756,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["directory(prob",{"_index":1074,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["disclaim",{"_index":965,"title":{},"body":{"license.html":{}}}],["disclos",{"_index":1109,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["disclosedrelationship",{"_index":193,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["discoveredrelationship",{"_index":192,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{}}}],["discuss",{"_index":878,"title":{},"body":{"license.html":{}}}],["display",{"_index":85,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["dist/@senzing/sdk",{"_index":790,"title":{},"body":{"index.html":{}}}],["distribut",{"_index":802,"title":{},"body":{"license.html":{}}}],["doc",{"_index":1052,"title":{},"body":{"additional-documentation/themes.html":{}}}],["docker",{"_index":663,"title":{},"body":{"index.html":{}}}],["document",{"_index":563,"title":{},"body":{"dependencies.html":{},"index.html":{},"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["dom",{"_index":233,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["don't",{"_index":1020,"title":{},"body":{"license.html":{}}}],["done",{"_index":211,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{}}}],["doubl",{"_index":679,"title":{},"body":{"index.html":{}}}],["download",{"_index":344,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"index.html":{}}}],["drab",{"_index":1094,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["drivers_license_numb",{"_index":294,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["drivers_license_st",{"_index":295,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["dsrc_action",{"_index":380,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["dynam",{"_index":550,"title":{},"body":{"dependencies.html":{}}}],["e1e1e1",{"_index":93,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["e5e5e5",{"_index":1129,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["each",{"_index":606,"title":{},"body":{"index.html":{},"license.html":{}}}],["eaeaea",{"_index":1144,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["easi",{"_index":622,"title":{},"body":{"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["easier",{"_index":1024,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{}}}],["easiest",{"_index":693,"title":{},"body":{"index.html":{}}}],["edit",{"_index":1099,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["editori",{"_index":851,"title":{},"body":{"license.html":{}}}],["elabor",{"_index":854,"title":{},"body":{"license.html":{}}}],["electron",{"_index":870,"title":{},"body":{"license.html":{}}}],["element",{"_index":565,"title":{},"body":{"dependencies.html":{}}}],["elementref",{"_index":226,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["email_address",{"_index":296,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{}}}],["emailaddress",{"_index":320,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["emit",{"_index":209,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["emitt",{"_index":441,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["emmit",{"_index":154,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{}}}],["enclos",{"_index":1017,"title":{},"body":{"license.html":{}}}],["encount",{"_index":210,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["end",{"_index":375,"title":{},"body":{"components/SzPoweredByComponent.html":{},"license.html":{}}}],["engin",{"_index":691,"title":{},"body":{"index.html":{}}}],["entir",{"_index":1098,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["entiti",{"_index":116,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["entity_key",{"_index":381,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["entity_nam",{"_index":382,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["entity_typ",{"_index":383,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["entitydata",{"_index":189,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{}}}],["entitydata.entityid",{"_index":718,"title":{},"body":{"index.html":{}}}],["entitydatamatch",{"_index":404,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["entitydataservic",{"_index":337,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["entityid",{"_index":180,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzSearchResultEntityData.html":{},"injectables/SzSearchService.html":{}}}],["entityidchang",{"_index":184,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["entrycompon",{"_index":12,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["error",{"_index":783,"title":{},"body":{"index.html":{}}}],["error.t",{"_index":513,"title":{},"body":{"classes/SzServerError.html":{}}}],["errule_cod",{"_index":384,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["escap",{"_index":1090,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["essenti",{"_index":1044,"title":{},"body":{"additional-documentation/themes.html":{}}}],["etc",{"_index":537,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["even",{"_index":1001,"title":{},"body":{"license.html":{}}}],["event",{"_index":158,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzUIEventService.html":{},"license.html":{}}}],["eventemitt",{"_index":208,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["evt",{"_index":442,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["exampl",{"_index":36,"title":{},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzPdfUtilService.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{}}}],["except",{"_index":185,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"license.html":{}}}],["exclud",{"_index":880,"title":{},"body":{"license.html":{}}}],["exclus",{"_index":893,"title":{},"body":{"license.html":{}}}],["execut",{"_index":959,"title":{},"body":{"license.html":{}}}],["exercis",{"_index":832,"title":{},"body":{"license.html":{}}}],["exist",{"_index":631,"title":{},"body":{"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["explan",{"_index":768,"title":{},"body":{"index.html":{}}}],["explicitli",{"_index":953,"title":{},"body":{"license.html":{}}}],["export",{"_index":17,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["express",{"_index":972,"title":{},"body":{"license.html":{}}}],["factori",{"_index":26,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["failur",{"_index":998,"title":{},"body":{"license.html":{}}}],["fals",{"_index":501,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["famili",{"_index":457,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["featur",{"_index":270,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["fee",{"_index":1004,"title":{},"body":{"license.html":{}}}],["fetch",{"_index":232,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["ffffff",{"_index":1112,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["field",{"_index":1016,"title":{},"body":{"license.html":{}}}],["fields.t",{"_index":319,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["fifti",{"_index":826,"title":{},"body":{"license.html":{}}}],["file",{"_index":3,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["file(src/styles.scss",{"_index":1066,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["filenam",{"_index":348,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["find",{"_index":1080,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["fit",{"_index":975,"title":{},"body":{"license.html":{}}}],["flex",{"_index":102,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["focu",{"_index":1122,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["follow",{"_index":634,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["font",{"_index":94,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["form",{"_index":834,"title":{},"body":{"license.html":{}}}],["format",{"_index":359,"title":{},"body":{"components/SzPoweredByComponent.html":{},"license.html":{}}}],["forroot",{"_index":20,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["forroot(apiconfigfactori",{"_index":21,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["found",{"_index":449,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["free",{"_index":896,"title":{},"body":{"license.html":{}}}],["fromserv",{"_index":518,"title":{},"body":{"classes/SzServerError.html":{}}}],["fromserver(sourc",{"_index":523,"title":{},"body":{"classes/SzServerError.html":{}}}],["fromserverarray",{"_index":519,"title":{},"body":{"classes/SzServerError.html":{}}}],["fromserverarray(sourcearray",{"_index":524,"title":{},"body":{"classes/SzServerError.html":{}}}],["fun",{"_index":724,"title":{},"body":{"index.html":{}}}],["function",{"_index":34,"title":{"miscellaneous/functions.html":{}},"body":{"modules/SenzingSdkModule.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["gateway",{"_index":687,"title":{},"body":{"index.html":{}}}],["gender",{"_index":297,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["gener",{"_index":751,"title":{},"body":{"index.html":{},"license.html":{}}}],["get",{"_index":243,"title":{"index.html":{},"license.html":{}},"body":{"components/SzEntityDetailComponent.html":{}}}],["getattributetyp",{"_index":491,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getdisclosedrelationship",{"_index":255,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getdiscoveredrelationship",{"_index":253,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["getentitybyid",{"_index":492,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getentitybyid(entityid",{"_index":499,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getentityid",{"_index":237,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getgraphdata",{"_index":242,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getmappingattribut",{"_index":493,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getmatch",{"_index":249,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["getnameonlymatch",{"_index":445,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getnativeel",{"_index":235,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["getpossiblematch",{"_index":251,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["getpropsasarray",{"_index":68,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["getsearchparam",{"_index":494,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["getsearchresult",{"_index":443,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getsearchresultstot",{"_index":448,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["getsearchvalu",{"_index":446,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["give",{"_index":621,"title":{},"body":{"index.html":{},"license.html":{}}}],["glanc",{"_index":206,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["global",{"_index":529,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["go",{"_index":762,"title":{},"body":{"index.html":{}}}],["goodwil",{"_index":995,"title":{},"body":{"license.html":{}}}],["govern",{"_index":1033,"title":{},"body":{"license.html":{}}}],["grant",{"_index":812,"title":{},"body":{"license.html":{}}}],["graph",{"_index":248,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzNetworkGraphInputs.html":{},"dependencies.html":{}}}],["graphdata",{"_index":190,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["green",{"_index":480,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["greet",{"_index":726,"title":{},"body":{"index.html":{}}}],["grossli",{"_index":985,"title":{},"body":{"license.html":{}}}],["handl",{"_index":1041,"title":{},"body":{"additional-documentation/themes.html":{}}}],["handler",{"_index":217,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["harmless",{"_index":1012,"title":{},"body":{"license.html":{}}}],["head",{"_index":1072,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["header",{"_index":88,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["health",{"_index":486,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["height",{"_index":260,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["help",{"_index":617,"title":{},"body":{"index.html":{}}}],["helvetica",{"_index":1125,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["here",{"_index":755,"title":{},"body":{"index.html":{}}}],["herebi",{"_index":890,"title":{},"body":{"license.html":{}}}],["herein",{"_index":956,"title":{},"body":{"license.html":{}}}],["hide",{"_index":205,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["hit",{"_index":777,"title":{},"body":{"index.html":{}}}],["hold",{"_index":1011,"title":{},"body":{"license.html":{}}}],["home_addr_ful",{"_index":385,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["host",{"_index":78,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["hostnam",{"_index":780,"title":{},"body":{"index.html":{}}}],["hover",{"_index":533,"title":{},"body":{"injectables/SzUIEventService.html":{},"additional-documentation/themes/customizing.html":{}}}],["html",{"_index":1071,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["html2canva",{"_index":567,"title":{},"body":{"dependencies.html":{}}}],["htmlelement",{"_index":234,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{}}}],["http",{"_index":142,"title":{},"body":{"components/SzConfigurationComponent.html":{},"dependencies.html":{}}}],["http://attribut",{"_index":769,"title":{},"body":{"index.html":{}}}],["http://localhost:8080",{"_index":743,"title":{},"body":{"index.html":{}}}],["http://localhost:8080/heartbeat",{"_index":775,"title":{},"body":{"index.html":{}}}],["http://www.apache.org/licens",{"_index":798,"title":{},"body":{"license.html":{}}}],["http://www.apache.org/licenses/licens",{"_index":1030,"title":{},"body":{"license.html":{}}}],["i.",{"_index":742,"title":{},"body":{"index.html":{}}}],["icon",{"_index":1133,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["id",{"_index":202,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"classes/SzServerError.html":{}}}],["idea",{"_index":1076,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["identif",{"_index":1025,"title":{},"body":{"license.html":{}}}],["identifi",{"_index":298,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"license.html":{}}}],["identifier_typ",{"_index":299,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["identifierdata",{"_index":271,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["identifierdatamatch",{"_index":405,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["ii",{"_index":824,"title":{},"body":{"license.html":{}}}],["iii",{"_index":830,"title":{},"body":{"license.html":{}}}],["illustr",{"_index":1093,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["implement",{"_index":54,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["impli",{"_index":973,"title":{},"body":{"license.html":{}}}],["import",{"_index":455,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["improv",{"_index":879,"title":{},"body":{"license.html":{}}}],["inabl",{"_index":993,"title":{},"body":{"license.html":{}}}],["incident",{"_index":989,"title":{},"body":{"license.html":{}}}],["includ",{"_index":683,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["inclus",{"_index":868,"title":{},"body":{"license.html":{}}}],["incorpor",{"_index":888,"title":{},"body":{"license.html":{}}}],["incur",{"_index":1013,"title":{},"body":{"license.html":{}}}],["indemn",{"_index":1005,"title":{},"body":{"license.html":{}}}],["indemnifi",{"_index":1009,"title":{},"body":{"license.html":{}}}],["index",{"_index":63,"title":{"index.html":{}},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"miscellaneous/functions.html":{}}}],["indic",{"_index":845,"title":{},"body":{"license.html":{}}}],["indirect",{"_index":818,"title":{},"body":{"license.html":{}}}],["individu",{"_index":508,"title":{},"body":{"injectables/SzSearchService.html":{},"license.html":{}}}],["info",{"_index":2,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{}}}],["inform",{"_index":758,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["infring",{"_index":910,"title":{},"body":{"license.html":{}}}],["initi",{"_index":24,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["inject",{"_index":326,"title":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{},"overview.html":{}}}],["inject(szrestconfigur",{"_index":74,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["inlin",{"_index":86,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["input",{"_index":126,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["inputs.t",{"_index":324,"title":{},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["inset",{"_index":108,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["insid",{"_index":219,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["insight",{"_index":481,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["inspector",{"_index":1100,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["instal",{"_index":604,"title":{},"body":{"index.html":{}}}],["instanc",{"_index":29,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["instead",{"_index":198,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["institut",{"_index":914,"title":{},"body":{"license.html":{}}}],["instruct",{"_index":605,"title":{},"body":{"index.html":{}}}],["integr",{"_index":629,"title":{},"body":{"index.html":{}}}],["intention",{"_index":866,"title":{},"body":{"license.html":{}}}],["interact",{"_index":733,"title":{},"body":{"index.html":{}}}],["interfac",{"_index":262,"title":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{}},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"index.html":{},"license.html":{},"overview.html":{}}}],["intermediari",{"_index":351,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["intern",{"_index":216,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"miscellaneous/functions.html":{}}}],["irrevoc",{"_index":897,"title":{},"body":{"license.html":{}}}],["issu",{"_index":876,"title":{},"body":{"license.html":{}}}],["it'",{"_index":1038,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["item",{"_index":362,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["januari",{"_index":796,"title":{},"body":{"license.html":{}}}],["java",{"_index":633,"title":{},"body":{"index.html":{}}}],["js",{"_index":559,"title":{},"body":{"dependencies.html":{}}}],["json",{"_index":571,"title":{},"body":{"dependencies.html":{},"miscellaneous/functions.html":{}}}],["jsonscrubb",{"_index":582,"title":{},"body":{"miscellaneous/functions.html":{}}}],["jsonscrubber(valu",{"_index":585,"title":{},"body":{"miscellaneous/functions.html":{}}}],["jspdf",{"_index":573,"title":{},"body":{"dependencies.html":{}}}],["justifi",{"_index":364,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["key",{"_index":591,"title":{},"body":{"miscellaneous/functions.html":{},"additional-documentation/themes.html":{}}}],["kind",{"_index":971,"title":{},"body":{"license.html":{}}}],["know",{"_index":764,"title":{},"body":{"index.html":{}}}],["label",{"_index":458,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["languag",{"_index":1032,"title":{},"body":{"license.html":{}}}],["law",{"_index":968,"title":{},"body":{"license.html":{}}}],["lawsuit",{"_index":919,"title":{},"body":{"license.html":{}}}],["layout",{"_index":1067,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["leav",{"_index":1077,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["left",{"_index":1131,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["legal",{"_index":813,"title":{},"body":{"license.html":{}}}],["len",{"_index":386,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["lensid",{"_index":272,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["level",{"_index":530,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["liabil",{"_index":980,"title":{},"body":{"license.html":{}}}],["liabl",{"_index":986,"title":{},"body":{"license.html":{}}}],["licens",{"_index":793,"title":{"license.html":{}},"body":{"license.html":{}}}],["license.y",{"_index":948,"title":{},"body":{"license.html":{}}}],["licensor",{"_index":808,"title":{},"body":{"license.html":{}}}],["limit",{"_index":837,"title":{},"body":{"license.html":{}}}],["line",{"_index":366,"title":{},"body":{"components/SzPoweredByComponent.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["link",{"_index":861,"title":{},"body":{"license.html":{}}}],["list",{"_index":250,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["liter",{"_index":138,"title":{},"body":{"components/SzConfigurationComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"components/SzSearchResultsComponent.html":{}}}],["litig",{"_index":915,"title":{},"body":{"license.html":{}}}],["load",{"_index":624,"title":{},"body":{"index.html":{}}}],["load_id",{"_index":387,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["localhost",{"_index":739,"title":{},"body":{"index.html":{}}}],["locat",{"_index":643,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["logo",{"_index":678,"title":{},"body":{"index.html":{}}}],["lookup",{"_index":200,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["loss",{"_index":994,"title":{},"body":{"license.html":{}}}],["maco",{"_index":614,"title":{},"body":{"index.html":{}}}],["made",{"_index":844,"title":{},"body":{"license.html":{}}}],["mail",{"_index":874,"title":{},"body":{"license.html":{}}}],["main",{"_index":472,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/pre-built.html":{}}}],["make",{"_index":615,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["malfunct",{"_index":999,"title":{},"body":{"license.html":{}}}],["manag",{"_index":820,"title":{},"body":{"license.html":{}}}],["manipul",{"_index":333,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["margin",{"_index":98,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["mark",{"_index":882,"title":{},"body":{"license.html":{}}}],["match",{"_index":46,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["match_key",{"_index":388,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["match_level",{"_index":389,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["match_scor",{"_index":390,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["matches.t",{"_index":399,"title":{},"body":{"interfaces/SzRawDataMatches.html":{}}}],["matchkey",{"_index":273,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["matchlevel",{"_index":274,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["matchscor",{"_index":406,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["mayb",{"_index":722,"title":{},"body":{"index.html":{}}}],["mean",{"_index":805,"title":{},"body":{"license.html":{}}}],["mechan",{"_index":839,"title":{},"body":{"license.html":{}}}],["media",{"_index":842,"title":{},"body":{"license.html":{}}}],["medium",{"_index":924,"title":{},"body":{"license.html":{}}}],["meet",{"_index":925,"title":{},"body":{"license.html":{}}}],["merchant",{"_index":974,"title":{},"body":{"license.html":{}}}],["mere",{"_index":860,"title":{},"body":{"license.html":{}}}],["messag",{"_index":516,"title":{},"body":{"classes/SzServerError.html":{},"index.html":{}}}],["metadata",{"_index":56,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["method",{"_index":18,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"index.html":{}}}],["min",{"_index":474,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["miscellan",{"_index":581,"title":{"miscellaneous/functions.html":{}},"body":{"miscellaneous/functions.html":{}}}],["miss",{"_index":789,"title":{},"body":{"index.html":{}}}],["model",{"_index":244,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["modif",{"_index":836,"title":{},"body":{"license.html":{}}}],["modifi",{"_index":928,"title":{},"body":{"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["modul",{"_index":0,"title":{"modules/SenzingSdkModule.html":{},"modules.html":{}},"body":{"modules/SenzingSdkModule.html":{},"index.html":{},"modules.html":{},"overview.html":{}}}],["modulewithprovid",{"_index":44,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["more",{"_index":732,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["mostli",{"_index":156,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["much",{"_index":1039,"title":{},"body":{"additional-documentation/themes.html":{}}}],["myapiserverhostname.com:8080",{"_index":40,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["name",{"_index":31,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["name_first",{"_index":300,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_ful",{"_index":301,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["name_last",{"_index":302,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_middl",{"_index":303,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_prefix",{"_index":304,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_suffix",{"_index":305,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["name_typ",{"_index":306,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["namedata",{"_index":275,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["namedatamatch",{"_index":407,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["nameonlymatch",{"_index":432,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["namespac",{"_index":1092,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["nativeel",{"_index":188,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["nativeelementref",{"_index":176,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["necessarili",{"_index":909,"title":{},"body":{"license.html":{}}}],["need",{"_index":1060,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["neglig",{"_index":983,"title":{},"body":{"license.html":{}}}],["net::err_name_not_resolv",{"_index":770,"title":{},"body":{"index.html":{}}}],["network",{"_index":247,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["new",{"_index":38,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["next",{"_index":1085,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ng",{"_index":554,"title":{},"body":{"dependencies.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["ng';quick",{"_index":657,"title":{},"body":{"index.html":{}}}],["ng/doc",{"_index":754,"title":{},"body":{"index.html":{}}}],["ng/styles/themes/drab.css",{"_index":1084,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ng/styles/themes/senzing.css",{"_index":1095,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ng/styles/themes/senzing.css';us",{"_index":1068,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ngmodul",{"_index":668,"title":{},"body":{"index.html":{}}}],["ngoninit",{"_index":69,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["nin_countri",{"_index":307,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["nin_numb",{"_index":308,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["node",{"_index":349,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"additional-documentation/themes/pre-built.html":{}}}],["node/npm",{"_index":599,"title":{},"body":{"index.html":{}}}],["node_modul",{"_index":647,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["node_modules/@senzing/sdk",{"_index":753,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["node_modules/\\\\@senzing/sdk",{"_index":1083,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["non",{"_index":736,"title":{},"body":{"index.html":{},"license.html":{}}}],["none",{"_index":1137,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["normal",{"_index":943,"title":{},"body":{"license.html":{}}}],["note",{"_index":649,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["noth",{"_index":955,"title":{},"body":{"license.html":{}}}],["notic",{"_index":846,"title":{},"body":{"license.html":{}}}],["notwithstand",{"_index":954,"title":{},"body":{"license.html":{}}}],["now",{"_index":699,"title":{},"body":{"index.html":{}}}],["npm",{"_index":644,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["null",{"_index":588,"title":{},"body":{"miscellaneous/functions.html":{}}}],["number",{"_index":203,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"injectables/SzPdfUtilService.html":{},"interfaces/SzRawData.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["object",{"_index":72,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"miscellaneous/functions.html":{},"license.html":{}}}],["oblig",{"_index":1006,"title":{},"body":{"license.html":{}}}],["observ",{"_index":498,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["obtain",{"_index":1029,"title":{},"body":{"license.html":{}}}],["occasion",{"_index":760,"title":{},"body":{"index.html":{}}}],["occur",{"_index":437,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["offer",{"_index":903,"title":{},"body":{"license.html":{}}}],["on",{"_index":608,"title":{},"body":{"index.html":{},"license.html":{}}}],["onentityidchang",{"_index":177,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["onentityrecordclick",{"_index":178,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["onentityrecordclick(entityid",{"_index":215,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["oninit",{"_index":55,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["onlin",{"_index":746,"title":{},"body":{"index.html":{}}}],["onresultclick",{"_index":428,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["onresultclick(evt",{"_index":438,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["onsearchresult",{"_index":702,"title":{},"body":{"index.html":{}}}],["onsearchresultclick",{"_index":703,"title":{},"body":{"index.html":{}}}],["onsearchresultclick(entitydata",{"_index":717,"title":{},"body":{"index.html":{}}}],["onsearchresults(evt",{"_index":711,"title":{},"body":{"index.html":{}}}],["open",{"_index":641,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["opt",{"_index":1040,"title":{},"body":{"additional-documentation/themes.html":{}}}],["option",{"_index":25,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntitySearchParams.html":{},"injectables/SzPdfUtilService.html":{},"interfaces/SzRawData.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{}}}],["orang",{"_index":482,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["origin",{"_index":857,"title":{},"body":{"license.html":{}}}],["otherdatamatch",{"_index":408,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["otherwis",{"_index":823,"title":{},"body":{"license.html":{}}}],["out",{"_index":636,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["output",{"_index":131,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["outset",{"_index":89,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["outsid",{"_index":626,"title":{},"body":{"index.html":{}}}],["outstand",{"_index":828,"title":{},"body":{"license.html":{}}}],["over",{"_index":1073,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["overridden",{"_index":1101,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["overview",{"_index":592,"title":{"overview.html":{}},"body":{"index.html":{},"overview.html":{}}}],["owner",{"_index":810,"title":{},"body":{"license.html":{}}}],["ownership",{"_index":825,"title":{},"body":{"license.html":{}}}],["packag",{"_index":538,"title":{"dependencies.html":{}},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["pad",{"_index":106,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["page",{"_index":727,"title":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}},"body":{"index.html":{},"license.html":{}}}],["param",{"_index":502,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["paramet",{"_index":30,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["parameterschang",{"_index":132,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["paramnam",{"_index":509,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["part",{"_index":935,"title":{},"body":{"license.html":{}}}],["parti",{"_index":942,"title":{},"body":{"license.html":{}}}],["particular",{"_index":655,"title":{},"body":{"index.html":{},"license.html":{}}}],["pass",{"_index":201,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{}}}],["passport_countri",{"_index":309,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["passport_numb",{"_index":310,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["password",{"_index":129,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["patent",{"_index":902,"title":{},"body":{"license.html":{}}}],["path",{"_index":1070,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["pdf",{"_index":229,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{}}}],["percent",{"_index":827,"title":{},"body":{"license.html":{}}}],["perform",{"_index":213,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"license.html":{}}}],["permiss",{"_index":833,"title":{},"body":{"license.html":{}}}],["perpetu",{"_index":891,"title":{},"body":{"license.html":{}}}],["person_name_ful",{"_index":311,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["pertain",{"_index":934,"title":{},"body":{"license.html":{}}}],["phone_numb",{"_index":312,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["phonedata",{"_index":276,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["phonedatamatch",{"_index":409,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["pill",{"_index":1151,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["place",{"_index":938,"title":{},"body":{"license.html":{}}}],["placehold",{"_index":1121,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["pleas",{"_index":602,"title":{},"body":{"index.html":{}}}],["point",{"_index":735,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["pointer",{"_index":1127,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["popul",{"_index":618,"title":{},"body":{"index.html":{}}}],["port",{"_index":740,"title":{},"body":{"index.html":{}}}],["possibl",{"_index":252,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["possiblematch",{"_index":191,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{}}}],["power",{"_index":118,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{}}}],["pre",{"_index":637,"title":{"additional-documentation/themes/pre-built.html":{}},"body":{"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["precompil",{"_index":1051,"title":{},"body":{"additional-documentation/themes.html":{}}}],["prefer",{"_index":835,"title":{},"body":{"license.html":{}}}],["prefix",{"_index":139,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["prepar",{"_index":899,"title":{},"body":{"license.html":{}}}],["primary_name_first",{"_index":391,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["primary_name_last",{"_index":392,"title":{},"body":{"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{}}}],["primary_name_middl",{"_index":393,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["primary_phone_numb",{"_index":394,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["primarynamelast",{"_index":321,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["print",{"_index":228,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"license.html":{}}}],["problem",{"_index":766,"title":{},"body":{"index.html":{}}}],["processor",{"_index":1065,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["product",{"_index":962,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["project",{"_index":593,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["promin",{"_index":930,"title":{},"body":{"license.html":{}}}],["promis",{"_index":353,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["properli",{"_index":609,"title":{},"body":{"index.html":{}}}],["properti",{"_index":64,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"classes/SzServerError.html":{},"index.html":{}}}],["propobj['key",{"_index":76,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["propobj['valu",{"_index":77,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["propobj[\\'key",{"_index":112,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["propobj[\\'valu",{"_index":113,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["protocol://hostname:port",{"_index":143,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["provid",{"_index":13,"title":{},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["public",{"_index":65,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["publicli",{"_index":900,"title":{},"body":{"license.html":{}}}],["purpos",{"_index":817,"title":{},"body":{"license.html":{}}}],["queri",{"_index":572,"title":{},"body":{"dependencies.html":{}}}],["quick",{"_index":1055,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["quickstart",{"_index":730,"title":{},"body":{"index.html":{}}}],["radiu",{"_index":83,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["rawdatamatch",{"_index":410,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["rc.3",{"_index":569,"title":{},"body":{"dependencies.html":{}}}],["readabl",{"_index":937,"title":{},"body":{"license.html":{}}}],["readm",{"_index":757,"title":{},"body":{"index.html":{}}}],["readme.md",{"_index":661,"title":{},"body":{"index.html":{}}}],["reason",{"_index":786,"title":{},"body":{"index.html":{},"license.html":{}}}],["receiv",{"_index":886,"title":{},"body":{"license.html":{}}}],["recipi",{"_index":926,"title":{},"body":{"license.html":{}}}],["recommend",{"_index":1023,"title":{},"body":{"license.html":{},"additional-documentation/themes/pre-built.html":{}}}],["recompil",{"_index":784,"title":{},"body":{"index.html":{}}}],["record",{"_index":218,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"additional-documentation/themes/customizing.html":{}}}],["record_id",{"_index":395,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["recordsummari",{"_index":277,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["redistribut",{"_index":923,"title":{},"body":{"license.html":{}}}],["ref_scor",{"_index":396,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["refer",{"_index":752,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["referenc",{"_index":704,"title":{},"body":{"index.html":{}}}],["refscor",{"_index":278,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["regard",{"_index":960,"title":{},"body":{"license.html":{}}}],["regist",{"_index":564,"title":{},"body":{"dependencies.html":{}}}],["relat",{"_index":254,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["relatedent",{"_index":411,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["relationship",{"_index":246,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["relationshipdatamatch",{"_index":412,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["remain",{"_index":858,"title":{},"body":{"license.html":{}}}],["rememb",{"_index":682,"title":{},"body":{"index.html":{}}}],["remov",{"_index":587,"title":{},"body":{"miscellaneous/functions.html":{},"additional-documentation/themes.html":{}}}],["render",{"_index":674,"title":{},"body":{"index.html":{}}}],["replac",{"_index":1019,"title":{},"body":{"license.html":{}}}],["repositori",{"_index":619,"title":{},"body":{"index.html":{}}}],["repres",{"_index":855,"title":{},"body":{"license.html":{}}}],["reproduc",{"_index":898,"title":{},"body":{"license.html":{}}}],["reproduct",{"_index":801,"title":{},"body":{"license.html":{}}}],["request",{"_index":140,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["requestdataonidchang",{"_index":181,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["requestend",{"_index":186,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["requeststart",{"_index":187,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["requir",{"_index":632,"title":{},"body":{"index.html":{},"license.html":{}}}],["resdata",{"_index":439,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["resolutionrulecod",{"_index":279,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["resolv",{"_index":692,"title":{},"body":{"index.html":{}}}],["resolvedent",{"_index":413,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["respons",{"_index":149,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{}}}],["respos",{"_index":148,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["rest",{"_index":627,"title":{},"body":{"index.html":{}}}],["restart",{"_index":723,"title":{},"body":{"index.html":{}}}],["result",{"_index":45,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"dependencies.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"modules.html":{},"overview.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["result.pdf",{"_index":352,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["result__sect",{"_index":469,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["resultclick",{"_index":430,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results.component.html",{"_index":423,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results.component.scss",{"_index":422,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results.component.t",{"_index":421,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["results/match",{"_index":318,"title":{},"body":{"interfaces/SzMatchFields.html":{}}}],["results/raw",{"_index":377,"title":{},"body":{"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{}}}],["results/sz",{"_index":401,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{}}}],["resultsperpag",{"_index":343,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["retain",{"_index":932,"title":{},"body":{"license.html":{}}}],["return",{"_index":27,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"index.html":{}}}],["reusabl",{"_index":586,"title":{},"body":{"miscellaneous/functions.html":{}}}],["revis",{"_index":852,"title":{},"body":{"license.html":{}}}],["right",{"_index":372,"title":{},"body":{"components/SzPoweredByComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["risk",{"_index":979,"title":{},"body":{"license.html":{}}}],["root",{"_index":705,"title":{},"body":{"index.html":{}}}],["row",{"_index":101,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["royalti",{"_index":895,"title":{},"body":{"license.html":{}}}],["run",{"_index":660,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["rxj",{"_index":575,"title":{},"body":{"dependencies.html":{}}}],["same",{"_index":650,"title":{},"body":{"index.html":{},"license.html":{}}}],["sass",{"_index":1062,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["sass(and",{"_index":1063,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["save",{"_index":645,"title":{},"body":{"index.html":{},"additional-documentation/themes/customizing.html":{}}}],["scope",{"_index":714,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["script",{"_index":630,"title":{},"body":{"index.html":{}}}],["scss",{"_index":1064,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["scss/variabl",{"_index":456,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["sdk",{"_index":595,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["search",{"_index":121,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["search'},{'nam",{"_index":120,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["search.service.t",{"_index":490,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["search.t",{"_index":285,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["searchbyattribut",{"_index":495,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["searchbyattributes(searchparm",{"_index":503,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["searchparam",{"_index":342,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["searchparm",{"_index":506,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["searchresult",{"_index":431,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["searchresultsjson",{"_index":427,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["searchresultstot",{"_index":434,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["searchservic",{"_index":195,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["searchvalu",{"_index":433,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["section",{"_index":207,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["see",{"_index":603,"title":{},"body":{"index.html":{},"license.html":{},"additional-documentation/themes.html":{}}}],["selector",{"_index":57,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["selector/properti",{"_index":1045,"title":{},"body":{"additional-documentation/themes.html":{}}}],["self",{"_index":370,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["sell",{"_index":904,"title":{},"body":{"license.html":{}}}],["sent",{"_index":873,"title":{},"body":{"license.html":{}}}],["senz",{"_index":594,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["senzing/rest",{"_index":552,"title":{},"body":{"dependencies.html":{},"index.html":{}}}],["senzing/sdk",{"_index":556,"title":{},"body":{"dependencies.html":{},"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["senzingsdkmodul",{"_index":1,"title":{"modules/SenzingSdkModule.html":{}},"body":{"modules/SenzingSdkModule.html":{},"index.html":{},"modules.html":{}}}],["senzingsdkmodule.forroot",{"_index":43,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["separ",{"_index":859,"title":{},"body":{"license.html":{}}}],["serv",{"_index":725,"title":{},"body":{"index.html":{}}}],["server",{"_index":137,"title":{},"body":{"components/SzConfigurationComponent.html":{},"dependencies.html":{},"index.html":{}}}],["servic",{"_index":331,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"index.html":{},"license.html":{}}}],["set",{"_index":196,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["setaccesstoken(valu",{"_index":163,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setapikeys(valu",{"_index":160,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setbasepath(valu",{"_index":164,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setentitydata(valu",{"_index":236,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setentityid(valu",{"_index":239,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setpassword(valu",{"_index":162,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setrequestdataonidchange(valu",{"_index":241,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setsearchparam",{"_index":496,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["setsearchparam(paramnam",{"_index":507,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["setsearchresults(valu",{"_index":444,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["setsearchvalue(valu",{"_index":447,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["setshowgraphsection(valu",{"_index":240,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["setup",{"_index":607,"title":{},"body":{"index.html":{}}}],["setusername(valu",{"_index":161,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["setwithcredentials(valu",{"_index":165,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["sever",{"_index":628,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["shall",{"_index":804,"title":{},"body":{"license.html":{}}}],["shape",{"_index":245,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["share",{"_index":829,"title":{},"body":{"license.html":{}}}],["shortcut",{"_index":610,"title":{},"body":{"index.html":{}}}],["show",{"_index":204,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["showdatasourc",{"_index":429,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["showgraphsect",{"_index":182,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["showlinklabel",{"_index":325,"title":{},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["simpl",{"_index":1102,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["size",{"_index":368,"title":{},"body":{"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["small",{"_index":360,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["social_handl",{"_index":313,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["social_network",{"_index":314,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{}}}],["softwar",{"_index":838,"title":{},"body":{"license.html":{}}}],["sole",{"_index":976,"title":{},"body":{"license.html":{}}}],["solid",{"_index":81,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["solut",{"_index":767,"title":{},"body":{"index.html":{}}}],["someth",{"_index":761,"title":{},"body":{"index.html":{}}}],["sometim",{"_index":787,"title":{},"body":{"index.html":{}}}],["sourc",{"_index":505,"title":{},"body":{"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"index.html":{},"license.html":{}}}],["source_id",{"_index":397,"title":{},"body":{"interfaces/SzRawData.html":{}}}],["sourcearray",{"_index":525,"title":{},"body":{"classes/SzServerError.html":{}}}],["space",{"_index":463,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["span",{"_index":369,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["special",{"_index":988,"title":{},"body":{"license.html":{}}}],["specif",{"_index":1031,"title":{},"body":{"license.html":{}}}],["src/.../utils.t",{"_index":583,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/common/serv",{"_index":512,"title":{},"body":{"classes/SzServerError.html":{}}}],["src/lib/common/utils.t",{"_index":584,"title":{},"body":{"miscellaneous/functions.html":{}}}],["src/lib/configuration/sz",{"_index":50,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{}}}],["src/lib/entity/detail/sz",{"_index":166,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["src/lib/models/ent",{"_index":264,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{}}}],["src/lib/models/network",{"_index":323,"title":{},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["src/lib/models/responces/search",{"_index":317,"title":{},"body":{"interfaces/SzMatchFields.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["src/lib/sdk.module.t",{"_index":4,"title":{},"body":{"modules/SenzingSdkModule.html":{}}}],["src/lib/search/sz",{"_index":420,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["src/lib/services/sz",{"_index":327,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"injectables/SzSearchService.html":{},"injectables/SzUIEventService.html":{}}}],["src/lib/sz",{"_index":354,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["src/styles.scss",{"_index":1082,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["ssn_number",{"_index":315,"title":{},"body":{"interfaces/SzEntitySearchParams.html":{},"interfaces/SzRawData.html":{}}}],["standard",{"_index":720,"title":{},"body":{"index.html":{}}}],["start",{"_index":371,"title":{"index.html":{},"license.html":{}},"body":{"components/SzPoweredByComponent.html":{},"index.html":{}}}],["state",{"_index":536,"title":{},"body":{"injectables/SzUIEventService.html":{},"license.html":{}}}],["statement",{"_index":654,"title":{},"body":{"index.html":{},"license.html":{}}}],["static",{"_index":19,"title":{},"body":{"modules/SenzingSdkModule.html":{},"classes/SzServerError.html":{},"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["step",{"_index":680,"title":{},"body":{"index.html":{}}}],["stoppag",{"_index":996,"title":{},"body":{"license.html":{}}}],["store",{"_index":713,"title":{},"body":{"index.html":{}}}],["string",{"_index":144,"title":{},"body":{"components/SzConfigurationComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"injectables/SzPdfUtilService.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"classes/SzServerError.html":{},"dependencies.html":{}}}],["style",{"_index":49,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["styles/them",{"_index":1061,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["stylesheet",{"_index":1069,"title":{},"body":{"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["styleurl",{"_index":59,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["subject",{"_index":159,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"license.html":{}}}],["sublicens",{"_index":901,"title":{},"body":{"license.html":{}}}],["submiss",{"_index":951,"title":{},"body":{"license.html":{}}}],["submit",{"_index":867,"title":{},"body":{"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["subsequ",{"_index":887,"title":{},"body":{"license.html":{}}}],["sucessfulli",{"_index":688,"title":{},"body":{"index.html":{}}}],["such",{"_index":821,"title":{},"body":{"license.html":{}}}],["suggest",{"_index":483,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["summari",{"_index":462,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["supersed",{"_index":957,"title":{},"body":{"license.html":{}}}],["support",{"_index":230,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["sure",{"_index":773,"title":{},"body":{"index.html":{}}}],["svg",{"_index":374,"title":{},"body":{"components/SzPoweredByComponent.html":{}}}],["syntax",{"_index":1022,"title":{},"body":{"license.html":{}}}],["system",{"_index":875,"title":{},"body":{"license.html":{}}}],["sz",{"_index":58,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["szattributesearchresult",{"_index":341,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["szconfigurationaboutcompon",{"_index":6,"title":{"components/SzConfigurationAboutComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szconfigurationcompon",{"_index":7,"title":{"components/SzConfigurationComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szdatasourcerecordsummari",{"_index":280,"title":{},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["szentitydata",{"_index":225,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{}}}],["szentitydetailcompon",{"_index":8,"title":{"components/SzEntityDetailComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szentitydetailsectiondata",{"_index":263,"title":{"interfaces/SzEntityDetailSectionData.html":{}},"body":{"interfaces/SzEntityDetailSectionData.html":{}}}],["szentitydetailsectionsummari",{"_index":281,"title":{"interfaces/SzEntityDetailSectionSummary.html":{}},"body":{"interfaces/SzEntityDetailSectionSummary.html":{}}}],["szentityrecord",{"_index":223,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{}}}],["szentitysearchparam",{"_index":284,"title":{"interfaces/SzEntitySearchParams.html":{}},"body":{"interfaces/SzEntitySearchParams.html":{},"injectables/SzPdfUtilService.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"index.html":{}}}],["szmatchfield",{"_index":316,"title":{"interfaces/SzMatchFields.html":{}},"body":{"interfaces/SzMatchFields.html":{}}}],["sznetworkgraphinput",{"_index":322,"title":{"interfaces/SzNetworkGraphInputs.html":{}},"body":{"interfaces/SzNetworkGraphInputs.html":{}}}],["szpdfutilservic",{"_index":14,"title":{"injectables/SzPdfUtilService.html":{}},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzPdfUtilService.html":{}}}],["szpoweredbycompon",{"_index":9,"title":{"components/SzPoweredByComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szrawdata",{"_index":376,"title":{"interfaces/SzRawData.html":{}},"body":{"interfaces/SzRawData.html":{}}}],["szrawdatamatch",{"_index":398,"title":{"interfaces/SzRawDataMatches.html":{}},"body":{"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["szrelatedent",{"_index":222,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"interfaces/SzSearchResultEntityData.html":{}}}],["szresolvedent",{"_index":419,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["szrestconfigur",{"_index":28,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"index.html":{}}}],["szrestconfigurationfactori",{"_index":37,"title":{},"body":{"modules/SenzingSdkModule.html":{},"index.html":{}}}],["szsearchcompon",{"_index":10,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szsearchresultentitydata",{"_index":400,"title":{"interfaces/SzSearchResultEntityData.html":{}},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["szsearchresultscompon",{"_index":11,"title":{"components/SzSearchResultsComponent.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["szsearchservic",{"_index":15,"title":{"injectables/SzSearchService.html":{}},"body":{"modules/SenzingSdkModule.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzSearchService.html":{}}}],["szservererror",{"_index":511,"title":{"classes/SzServerError.html":{}},"body":{"classes/SzServerError.html":{}}}],["szuieventservic",{"_index":16,"title":{"injectables/SzUIEventService.html":{}},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzUIEventService.html":{}}}],["tabl",{"_index":87,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{}}}],["take",{"_index":648,"title":{},"body":{"index.html":{}}}],["tell",{"_index":737,"title":{},"body":{"index.html":{}}}],["templat",{"_index":48,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["templateurl",{"_index":61,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["term",{"_index":799,"title":{},"body":{"license.html":{}}}],["termin",{"_index":642,"title":{},"body":{"index.html":{},"license.html":{}}}],["test",{"_index":620,"title":{},"body":{"index.html":{}}}],["text",{"_index":459,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["textarea",{"_index":257,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{}}}],["that'",{"_index":729,"title":{},"body":{"index.html":{}}}],["theme",{"_index":1035,"title":{"additional-documentation/themes.html":{}},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["theori",{"_index":981,"title":{},"body":{"license.html":{}}}],["thereof",{"_index":863,"title":{},"body":{"license.html":{}}}],["thing",{"_index":532,"title":{},"body":{"injectables/SzUIEventService.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{}}}],["third",{"_index":941,"title":{},"body":{"license.html":{}}}],["this.currentlyselectedentityid",{"_index":719,"title":{},"body":{"index.html":{}}}],["this.currentsearchresult",{"_index":715,"title":{},"body":{"index.html":{}}}],["those",{"_index":907,"title":{},"body":{"license.html":{}}}],["through",{"_index":146,"title":{},"body":{"components/SzConfigurationComponent.html":{},"index.html":{},"license.html":{}}}],["throw",{"_index":781,"title":{},"body":{"index.html":{}}}],["time",{"_index":1086,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["timestamp",{"_index":517,"title":{},"body":{"classes/SzServerError.html":{}}}],["titl",{"_index":282,"title":{},"body":{"interfaces/SzEntityDetailSectionSummary.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["titlecasepip",{"_index":338,"title":{},"body":{"injectables/SzPdfUtilService.html":{},"components/SzSearchResultsComponent.html":{}}}],["ton",{"_index":731,"title":{},"body":{"index.html":{}}}],["tooltip",{"_index":534,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["top",{"_index":1147,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["topaddress",{"_index":414,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topattribut",{"_index":415,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topidentifi",{"_index":416,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topnam",{"_index":417,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["topphonenumb",{"_index":418,"title":{},"body":{"interfaces/SzSearchResultEntityData.html":{}}}],["tort",{"_index":982,"title":{},"body":{"license.html":{}}}],["toserv",{"_index":520,"title":{},"body":{"classes/SzServerError.html":{}}}],["toserver(sourc",{"_index":526,"title":{},"body":{"classes/SzServerError.html":{}}}],["toserverarray",{"_index":521,"title":{},"body":{"classes/SzServerError.html":{}}}],["toserverarray(sourcearray",{"_index":527,"title":{},"body":{"classes/SzServerError.html":{}}}],["total",{"_index":283,"title":{},"body":{"interfaces/SzEntityDetailSectionSummary.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["track",{"_index":877,"title":{},"body":{"license.html":{}}}],["trade",{"_index":961,"title":{},"body":{"license.html":{}}}],["trademark",{"_index":933,"title":{},"body":{"license.html":{}}}],["transfer",{"_index":905,"title":{},"body":{"license.html":{}}}],["transform",{"_index":460,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"license.html":{},"additional-documentation/themes/customizing.html":{}}}],["translat",{"_index":840,"title":{},"body":{"license.html":{}}}],["tri",{"_index":776,"title":{},"body":{"index.html":{}}}],["trigger",{"_index":440,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["troubleshoot",{"_index":759,"title":{},"body":{"index.html":{}}}],["true",{"_index":42,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"index.html":{}}}],["tslib",{"_index":577,"title":{},"body":{"dependencies.html":{}}}],["turn",{"_index":738,"title":{},"body":{"index.html":{}}}],["tweak",{"_index":1058,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["type",{"_index":32,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"interfaces/SzEntityDetailSectionData.html":{},"interfaces/SzEntityDetailSectionSummary.html":{},"interfaces/SzEntitySearchParams.html":{},"interfaces/SzMatchFields.html":{},"interfaces/SzNetworkGraphInputs.html":{},"injectables/SzPdfUtilService.html":{},"interfaces/SzRawData.html":{},"interfaces/SzRawDataMatches.html":{},"interfaces/SzSearchResultEntityData.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"classes/SzServerError.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{}}}],["typescript",{"_index":601,"title":{},"body":{"index.html":{}}}],["ui",{"_index":531,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["ui.service.t",{"_index":528,"title":{},"body":{"injectables/SzUIEventService.html":{}}}],["undefin",{"_index":589,"title":{},"body":{"miscellaneous/functions.html":{}}}],["under",{"_index":816,"title":{},"body":{"license.html":{}}}],["union",{"_index":814,"title":{},"body":{"license.html":{}}}],["unless",{"_index":952,"title":{},"body":{"license.html":{}}}],["unstyl",{"_index":1037,"title":{},"body":{"additional-documentation/themes.html":{}}}],["up",{"_index":659,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["uppercas",{"_index":461,"title":{},"body":{"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["us",{"_index":134,"title":{},"body":{"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzUIEventService.html":{},"miscellaneous/functions.html":{},"index.html":{},"license.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["usag",{"_index":652,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["user",{"_index":1087,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["usernam",{"_index":130,"title":{},"body":{"components/SzConfigurationComponent.html":{}}}],["util",{"_index":330,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["util.service.t",{"_index":328,"title":{},"body":{"injectables/SzPdfUtilService.html":{}}}],["valu",{"_index":75,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{},"miscellaneous/functions.html":{},"index.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["var",{"_index":110,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["variabl",{"_index":1043,"title":{},"body":{"additional-documentation/themes.html":{},"additional-documentation/themes/customizing.html":{}}}],["verbal",{"_index":871,"title":{},"body":{"license.html":{}}}],["verifi",{"_index":677,"title":{},"body":{"index.html":{}}}],["version",{"_index":639,"title":{},"body":{"index.html":{},"license.html":{}}}],["via",{"_index":199,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"index.html":{},"additional-documentation/themes.html":{}}}],["viewchild('nativeelementref",{"_index":227,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["void",{"_index":23,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationAboutComponent.html":{},"components/SzConfigurationComponent.html":{},"components/SzEntityDetailComponent.html":{},"injectables/SzPdfUtilService.html":{},"components/SzPoweredByComponent.html":{},"components/SzSearchResultsComponent.html":{},"injectables/SzSearchService.html":{}}}],["want",{"_index":656,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["warranti",{"_index":966,"title":{},"body":{"license.html":{}}}],["way",{"_index":623,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{},"additional-documentation/themes/customizing.html":{}}}],["we'v",{"_index":1054,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["web",{"_index":1096,"title":{},"body":{"additional-documentation/themes/customizing.html":{}}}],["weight",{"_index":95,"title":{},"body":{"components/SzConfigurationAboutComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["weird",{"_index":782,"title":{},"body":{"index.html":{}}}],["well",{"_index":684,"title":{},"body":{"index.html":{}}}],["whatev",{"_index":785,"title":{},"body":{"index.html":{}}}],["wherev",{"_index":940,"title":{},"body":{"license.html":{}}}],["whether",{"_index":151,"title":{},"body":{"components/SzConfigurationComponent.html":{},"license.html":{}}}],["white",{"_index":479,"title":{},"body":{"components/SzSearchResultsComponent.html":{}}}],["whole",{"_index":856,"title":{},"body":{"license.html":{}}}],["widget",{"_index":220,"title":{},"body":{"components/SzEntityDetailComponent.html":{}}}],["width",{"_index":258,"title":{},"body":{"components/SzEntityDetailComponent.html":{},"components/SzSearchResultsComponent.html":{},"additional-documentation/themes/customizing.html":{}}}],["window",{"_index":613,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["withcredenti",{"_index":41,"title":{},"body":{"modules/SenzingSdkModule.html":{},"components/SzConfigurationComponent.html":{},"index.html":{}}}],["within",{"_index":889,"title":{},"body":{"license.html":{}}}],["without",{"_index":778,"title":{},"body":{"index.html":{},"license.html":{}}}],["withrel",{"_index":500,"title":{},"body":{"injectables/SzSearchService.html":{}}}],["work",{"_index":696,"title":{},"body":{"index.html":{},"license.html":{}}}],["world",{"_index":1078,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["worldwid",{"_index":892,"title":{},"body":{"license.html":{}}}],["write",{"_index":884,"title":{},"body":{"license.html":{}}}],["written",{"_index":872,"title":{},"body":{"license.html":{}}}],["wrong",{"_index":763,"title":{},"body":{"index.html":{}}}],["ye",{"_index":35,"title":{},"body":{"modules/SenzingSdkModule.html":{},"injectables/SzPdfUtilService.html":{}}}],["you'll",{"_index":1056,"title":{},"body":{"additional-documentation/themes/pre-built.html":{}}}],["you'r",{"_index":611,"title":{},"body":{"index.html":{},"additional-documentation/themes/pre-built.html":{}}}],["yyyi",{"_index":1027,"title":{},"body":{"license.html":{}}}],["zone.j",{"_index":579,"title":{},"body":{"dependencies.html":{}}}]],"pipeline":["stemmer"]}, + "store": {"modules/SenzingSdkModule.html":{"url":"modules/SenzingSdkModule.html","title":"module - SenzingSdkModule","body":"\n \n\n\n\n\n Modules\n SenzingSdkModule\n\n\n\n\n \n Info\n \n\n\n\n \n\n \n File\n \n \n src/lib/sdk.module.ts\n \n\n\n\n\n \n \n \n Declarations\n \n \n SzConfigurationAboutComponent\n \n \n SzConfigurationComponent\n \n \n SzEntityDetailComponent\n \n \n SzPoweredByComponent\n \n \n SzSearchComponent\n \n \n SzSearchResultsComponent\n \n \n \n \n EntryComponents\n \n \n SzConfigurationAboutComponent\n \n \n SzConfigurationComponent\n \n \n SzEntityDetailComponent\n \n \n SzPoweredByComponent\n \n \n SzSearchComponent\n \n \n SzSearchResultsComponent\n \n \n \n \n Providers\n \n \n SzPdfUtilService\n \n \n SzSearchService\n \n \n SzUIEventService\n \n \n \n \n Exports\n \n \n SzConfigurationAboutComponent\n \n \n SzConfigurationComponent\n \n \n SzEntityDetailComponent\n \n \n SzPoweredByComponent\n \n \n SzSearchComponent\n \n \n SzSearchResultsComponent\n \n \n \n \n \n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Static\n forRoot\n \n \n \n \n \n \n \n \n forRoot(apiConfigFactory?: () => void)\n \n \n\n\n\n\n \n \n initialize the SenzingSdkModule with an optional factory method that returns a SzRestConfiguration instance.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n apiConfigFactory\n \n function\n \n \n \n Yes\n \n \n\n \n \n \n \n \n Example :\n \n export function SzRestConfigurationFactory() {\nreturn new SzRestConfiguration({ basePath: \"myapiserverhostname.com:8080\", withCredentials: true });\n}\nSenzingSdkModule.forRoot( SzRestConfigurationFactory )\n \n \n \n Returns : ModuleWithProviders\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 \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzConfigurationAboutComponent.html":{"url":"components/SzConfigurationAboutComponent.html","title":"component - SzConfigurationAboutComponent","body":"\n \n\n\n\n\n\n Components\n SzConfigurationAboutComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/configuration/sz-configuration-about/sz-configuration-about.component.ts\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 selector\n sz-configuration-about\n \n\n \n styleUrls\n ./sz-configuration-about.component.scss\n \n\n\n\n \n templateUrl\n ./sz-configuration-about.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 apiConfiguration\n \n \n Public\n apiProperties\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getPropsAsArray\n \n \n ngOnInit\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(apiConfiguration: SzRestConfiguration)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n apiConfiguration\n \n \n SzRestConfiguration\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 Public\n getPropsAsArray\n \n \n \n \n \n \n \n \n getPropsAsArray()\n \n \n\n\n\n\n \n \n\n \n Returns : object[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \n\n\n\n\n \n \n\n \n Returns : void\n\n \n \n \n \n \n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n apiConfiguration\n \n \n \n \n \n \n \n apiConfiguration: SzRestConfiguration\n\n \n \n \n \n Type : SzRestConfiguration\n\n \n \n \n \n Decorators : \n \n \n @Inject(SzRestConfiguration)\n \n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n apiProperties\n \n \n \n \n \n \n \n apiProperties: object[]\n\n \n \n \n \n Type : object[]\n\n \n \n\n\n \n \n\n\n\n\n\n\n \n \n \n Property Name\n Property Value\n \n \n {{propObj['key']}}\n {{propObj['value']}}\n \n\n\n \n\n \n \n ./sz-configuration-about.component.scss\n \n \n:host {\n border: 1px solid #000;\n border-radius: 3px;\n display: inline-table;\n}\n\n.header {\n border: 1px outset #C0C0C0;\n background-color: #e1e1e1;\n font-weight: bold;\n\n .column {\n margin: 4px 10px;\n }\n}\n\n.row, .header {\n display: flex;\n}\n\n.column {\n flex: 50%;\n margin: 0 2px 0 2px;\n}\n.row {\n padding: 2px 0 2px 10px;\n border-bottom: 1px inset #c0c0c0;\n}\n.cell {\n /*border: 1px inset #C0C0C0;*/\n padding: 2px;\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' Property Name Property Value {{propObj[\\'key\\']}} {{propObj[\\'value\\']}} '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzConfigurationAboutComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzConfigurationComponent.html":{"url":"components/SzConfigurationComponent.html","title":"component - SzConfigurationComponent","body":"\n \n\n\n\n\n\n Components\n SzConfigurationComponent\n\n\n\n \n Info\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/configuration/sz-configuration/sz-configuration.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n sz-configuration\n \n\n\n \n styles\n \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 Public\n apiConfiguration\n \n \n \n \n\n\n \n \n Inputs\n \n \n \n \n \n \n accessToken\n \n \n apiKeys\n \n \n basePath\n \n \n password\n \n \n username\n \n \n withCredentials\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n parametersChanged\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n apiKeys\n \n \n username\n \n \n password\n \n \n accessToken\n \n \n basePath\n \n \n withCredentials\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(apiConfiguration: SzRestConfiguration)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n apiConfiguration\n \n \n SzRestConfiguration\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 accessToken\n \n \n \n \n \n \n \n \n \n \n \n apiKeys\n \n \n apiKeys to use when connnecting to Api Server\n\n \n Type : literal type\n\n \n \n \n \n \n \n \n \n \n \n basePath\n \n \n prefix all api requests with this value. most commonly a http or https\nprotocol://hostname:port string that your api server can be accessed through\n\n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n password\n \n \n password used for challenge respose. \n\n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n username\n \n \n Username to use when using challenge response authentication.\n\n \n Type : string\n\n \n \n \n \n \n \n \n \n \n \n withCredentials\n \n \n whether or not to use CORs for api requests \n\n \n Type : boolean\n\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n parametersChanged\n \n \n emmitted when a property has been changed.\nused mostly for diagnostics.\n\n $event Type: Subject\n\n \n \n \n \n\n\n\n\n \n \n \n Properties\n \n \n \n \n \n \n \n \n Public\n apiConfiguration\n \n \n \n \n \n \n \n apiConfiguration: SzRestConfiguration\n\n \n \n \n \n Type : SzRestConfiguration\n\n \n \n \n \n Decorators : \n \n \n @Inject(SzRestConfiguration)\n \n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n apiKeys\n \n \n\n\n \n \n setapiKeys(value: literal type)\n \n \n \n \n apiKeys to use when connnecting to Api Server\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n literal type\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 username\n \n \n\n\n \n \n setusername(value: string)\n \n \n \n \n Username to use when using challenge response authentication.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n string\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 password\n \n \n\n\n \n \n setpassword(value: string)\n \n \n \n \n password used for challenge respose. \n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n string\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 accessToken\n \n \n\n\n \n \n setaccessToken(value)\n \n \n \n \n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n value\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 basePath\n \n \n\n\n \n \n setbasePath(value: string)\n \n \n \n \n prefix all api requests with this value. most commonly a http or https\nprotocol://hostname:port string that your api server can be accessed through\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n string\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 withCredentials\n \n \n\n\n \n \n setwithCredentials(value: boolean)\n \n \n \n \n whether or not to use CORs for api requests \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\n \n \n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ''\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzConfigurationComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzEntityDetailComponent.html":{"url":"components/SzEntityDetailComponent.html","title":"component - SzEntityDetailComponent","body":"\n \n\n\n\n\n\n Components\n SzEntityDetailComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/entity/detail/sz-entity-detail.component.ts\n\n\n\n\n\n\n\n Metadata\n \n \n\n\n\n\n\n\n\n\n\n\n\n \n selector\n sz-entity-detail\n \n\n \n styleUrls\n ./sz-entity-detail.component.scss\n \n\n\n\n \n templateUrl\n ./sz-entity-detail.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 _disclosedRelationships\n \n \n _discoveredRelationships\n \n \n _matches\n \n \n _possibleMatches\n \n \n Public\n _showGraphSection\n \n \n Public\n entity\n \n \n nativeElementRef\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n onEntityIdChange\n \n \n Public\n onEntityRecordClick\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n data\n \n \n entityId\n \n \n requestDataOnIdChange\n \n \n showGraphSection\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n dataChanged\n \n \n entityIdChanged\n \n \n exception\n \n \n requestEnd\n \n \n requestStart\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n nativeElement\n \n \n entityData\n \n \n entityId\n \n \n showGraphSection\n \n \n requestDataOnIdChange\n \n \n graphData\n \n \n matches\n \n \n possibleMatches\n \n \n discoveredRelationships\n \n \n disclosedRelationships\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(searchService: SzSearchService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n searchService\n \n \n SzSearchService\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 data\n \n \n set the entity data directly, instead of via entityId lookup.\n\n \n \n \n \n \n \n \n \n \n entityId\n \n \n set the entity data by passing in an entity id number.\n\n \n Type : number\n\n \n \n \n \n \n \n \n \n \n \n requestDataOnIdChange\n \n \n set the entity data by passing in an entity id number.\n\n \n Type : boolean\n\n \n \n \n \n \n \n \n \n \n \n showGraphSection\n \n \n show or hide the \"At a Glance\" section.\n\n \n Type : boolean\n\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n dataChanged\n \n \n emmitted when the entity data to display has been changed.\n\n $event Type: Subject\n\n \n \n \n \n \n \n \n \n \n entityIdChanged\n \n \n emmitted when the entity id has been changed.\n\n $event Type: EventEmitter\n\n \n \n \n \n \n \n \n \n \n exception\n \n \n emitted when a search encounters an exception\n\n $event Type: EventEmitter\n\n \n \n \n \n \n \n \n \n \n requestEnd\n \n \n emitted when a search is done being performed.\n\n $event Type: EventEmitter\n\n \n \n \n \n \n \n \n \n \n requestStart\n \n \n emitted when the component begins a request for an entities data.\n\n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n Public\n onEntityIdChange\n \n \n \n \n \n \n \n \n onEntityIdChange()\n \n \n\n\n\n\n \n \n when entityId property is changed, request the data from the api\nand display the result.\n\n\n \n Returns : void\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n onEntityRecordClick\n \n \n \n \n \n \n \n \n onEntityRecordClick(entityId: number)\n \n \n\n\n\n\n \n \n internal handler for when a entity record displayed inside of widget is\nclicked on.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityId\n \n number\n \n \n \n No\n \n \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 Properties\n \n \n \n \n \n \n \n \n _disclosedRelationships\n \n \n \n \n \n \n \n _disclosedRelationships: SzRelatedEntity[]\n\n \n \n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n _discoveredRelationships\n \n \n \n \n \n \n \n _discoveredRelationships: SzRelatedEntity[]\n\n \n \n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n _matches\n \n \n \n \n \n \n \n _matches: SzEntityRecord[]\n\n \n \n \n \n Type : SzEntityRecord[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n _possibleMatches\n \n \n \n \n \n \n \n _possibleMatches: SzRelatedEntity[]\n\n \n \n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n _showGraphSection\n \n \n \n \n \n \n \n _showGraphSection: \n\n \n \n \n \n Default value : true\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n entity\n \n \n \n \n \n \n \n entity: SzEntityData\n\n \n \n \n \n Type : SzEntityData\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n nativeElementRef\n \n \n \n \n \n \n \n nativeElementRef: ElementRef\n\n \n \n \n \n Type : ElementRef\n\n \n \n \n \n Decorators : \n \n \n @ViewChild('nativeElementRef')\n \n \n \n\n \n \n used for print and pdf support, allows fetching DOM HTMLElement \n\n \n \n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n nativeElement\n \n \n\n \n \n getnativeElement()\n \n \n\n \n \n \n \n \n \n \n entityData\n \n \n\n\n \n \n setentityData(value)\n \n \n \n \n set the entity data directly, instead of via entityId lookup.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n value\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 entityId\n \n \n\n \n \n getentityId()\n \n \n \n \n Get the entity Id of the current entity being displayed.\n\n\n \n Returns : number\n\n \n \n \n\n \n \n setentityId(value: number)\n \n \n \n \n set the entity data by passing in an entity id number.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n number\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 showGraphSection\n \n \n\n\n \n \n setshowGraphSection(value: boolean)\n \n \n \n \n show or hide the \"At a Glance\" section.\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 requestDataOnIdChange\n \n \n\n\n \n \n setrequestDataOnIdChange(value: boolean)\n \n \n \n \n set the entity data by passing in an entity id number.\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 graphData\n \n \n\n \n \n getgraphData()\n \n \n \n \n Gets the data in the model shape used by the relationship network graph.\n\n\n \n \n\n \n \n \n \n \n \n \n matches\n \n \n\n \n \n getmatches()\n \n \n \n \n A list of the search results that are matches.\n\n\n \n \n \n Returns : SzEntityRecord[]\n\n \n \n \n\n \n \n \n \n \n \n \n possibleMatches\n \n \n\n \n \n getpossibleMatches()\n \n \n \n \n A list of the search results that are possible matches.\n\n\n \n \n \n Returns : SzRelatedEntity[]\n\n \n \n \n\n \n \n \n \n \n \n \n discoveredRelationships\n \n \n\n \n \n getdiscoveredRelationships()\n \n \n \n \n A list of the search results that are related.\n\n\n \n \n \n Returns : SzRelatedEntity[]\n\n \n \n \n\n \n \n \n \n \n \n \n disclosedRelationships\n \n \n\n \n \n getdisclosedRelationships()\n \n \n \n \n A list of the search results that are name only matches.\n\n\n \n \n \n Returns : SzRelatedEntity[]\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 \n\n\n \n\n \n \n ./sz-entity-detail.component.scss\n \n \n:host {\n display: block;\n\n textarea {\n width: 1000px;\n height: 400px;\n }\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzEntityDetailComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzEntityDetailSectionData.html":{"url":"interfaces/SzEntityDetailSectionData.html","title":"interface - SzEntityDetailSectionData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzEntityDetailSectionData\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/entity-detail-section-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n addressData\n \n \n attributeData\n \n \n bestName\n \n \n Optional\n dataSource\n \n \n entityId\n \n \n Optional\n features\n \n \n identifierData\n \n \n lensId\n \n \n matchKey\n \n \n matchLevel\n \n \n nameData\n \n \n phoneData\n \n \n records\n \n \n recordSummaries\n \n \n refScore\n \n \n resolutionRuleCode\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n addressData\n \n \n \n \n addressData: 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 attributeData\n \n \n \n \n attributeData: 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 bestName\n \n \n \n \n bestName: 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 dataSource\n \n \n \n \n dataSource: 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 entityId\n \n \n \n \n entityId: 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 features\n \n \n \n \n features: 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 identifierData\n \n \n \n \n identifierData: 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 lensId\n \n \n \n \n lensId: 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 matchKey\n \n \n \n \n matchKey: 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 matchLevel\n \n \n \n \n matchLevel: 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 nameData\n \n \n \n \n nameData: 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 phoneData\n \n \n \n \n phoneData: 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 records\n \n \n \n \n records: SzEntityRecord[]\n\n \n \n\n\n \n \n Type : SzEntityRecord[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n recordSummaries\n \n \n \n \n recordSummaries: SzDataSourceRecordSummary[]\n\n \n \n\n\n \n \n Type : SzDataSourceRecordSummary[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n refScore\n \n \n \n \n refScore: 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 resolutionRuleCode\n \n \n \n \n resolutionRuleCode: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzEntityDetailSectionSummary.html":{"url":"interfaces/SzEntityDetailSectionSummary.html","title":"interface - SzEntityDetailSectionSummary","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzEntityDetailSectionSummary\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/entity-detail-section-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n title\n \n \n total\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n title\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 \n \n \n \n \n total\n \n \n \n \n total: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzEntitySearchParams.html":{"url":"interfaces/SzEntitySearchParams.html","title":"interface - SzEntitySearchParams","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzEntitySearchParams\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/entity-search.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n ADDR_CITY\n \n \n Optional\n ADDR_FULL\n \n \n Optional\n ADDR_LINE1\n \n \n Optional\n ADDR_POSTAL_CODE\n \n \n Optional\n ADDR_STATE\n \n \n Optional\n ADDR_TYPE\n \n \n Optional\n COMPANY_NAME_ORG\n \n \n Optional\n DATE_OF_BIRTH\n \n \n Optional\n DRIVERS_LICENSE_NUMBER\n \n \n Optional\n DRIVERS_LICENSE_STATE\n \n \n Optional\n EMAIL_ADDRESS\n \n \n Optional\n GENDER\n \n \n Optional\n IDENTIFIER\n \n \n Optional\n IDENTIFIER_TYPE\n \n \n Optional\n NAME_FIRST\n \n \n Optional\n NAME_FULL\n \n \n Optional\n NAME_LAST\n \n \n Optional\n NAME_MIDDLE\n \n \n Optional\n NAME_PREFIX\n \n \n Optional\n NAME_SUFFIX\n \n \n Optional\n NAME_TYPE\n \n \n Optional\n NIN_COUNTRY\n \n \n Optional\n NIN_NUMBER\n \n \n Optional\n PASSPORT_COUNTRY\n \n \n Optional\n PASSPORT_NUMBER\n \n \n Optional\n PERSON_NAME_FULL\n \n \n Optional\n PHONE_NUMBER\n \n \n Optional\n SOCIAL_HANDLE\n \n \n Optional\n SOCIAL_NETWORK\n \n \n Optional\n SSN_NUMBER\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n ADDR_CITY\n \n \n \n \n ADDR_CITY: 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 ADDR_FULL\n \n \n \n \n ADDR_FULL: 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 ADDR_LINE1\n \n \n \n \n ADDR_LINE1: 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 ADDR_POSTAL_CODE\n \n \n \n \n ADDR_POSTAL_CODE: 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 ADDR_STATE\n \n \n \n \n ADDR_STATE: 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 ADDR_TYPE\n \n \n \n \n ADDR_TYPE: 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 COMPANY_NAME_ORG\n \n \n \n \n COMPANY_NAME_ORG: 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 DATE_OF_BIRTH\n \n \n \n \n DATE_OF_BIRTH: 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 DRIVERS_LICENSE_NUMBER\n \n \n \n \n DRIVERS_LICENSE_NUMBER: 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 DRIVERS_LICENSE_STATE\n \n \n \n \n DRIVERS_LICENSE_STATE: 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 EMAIL_ADDRESS\n \n \n \n \n EMAIL_ADDRESS: 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 GENDER\n \n \n \n \n GENDER: 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 IDENTIFIER\n \n \n \n \n IDENTIFIER: 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 IDENTIFIER_TYPE\n \n \n \n \n IDENTIFIER_TYPE: 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 NAME_FIRST\n \n \n \n \n NAME_FIRST: 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 NAME_FULL\n \n \n \n \n NAME_FULL: 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 NAME_LAST\n \n \n \n \n NAME_LAST: 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 NAME_MIDDLE\n \n \n \n \n NAME_MIDDLE: 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 NAME_PREFIX\n \n \n \n \n NAME_PREFIX: 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 NAME_SUFFIX\n \n \n \n \n NAME_SUFFIX: 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 NAME_TYPE\n \n \n \n \n NAME_TYPE: 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 NIN_COUNTRY\n \n \n \n \n NIN_COUNTRY: 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 NIN_NUMBER\n \n \n \n \n NIN_NUMBER: 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 PASSPORT_COUNTRY\n \n \n \n \n PASSPORT_COUNTRY: 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 PASSPORT_NUMBER\n \n \n \n \n PASSPORT_NUMBER: 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 PERSON_NAME_FULL\n \n \n \n \n PERSON_NAME_FULL: 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 PHONE_NUMBER\n \n \n \n \n PHONE_NUMBER: 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 SOCIAL_HANDLE\n \n \n \n \n SOCIAL_HANDLE: 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 SOCIAL_NETWORK\n \n \n \n \n SOCIAL_NETWORK: 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 SSN_NUMBER\n \n \n \n \n SSN_NUMBER: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzMatchFields.html":{"url":"interfaces/SzMatchFields.html","title":"interface - SzMatchFields","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzMatchFields\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/match-fields.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n emailAddress\n \n \n primaryNameLast\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n emailAddress\n \n \n \n \n emailAddress: 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 primaryNameLast\n \n \n \n \n primaryNameLast: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzNetworkGraphInputs.html":{"url":"interfaces/SzNetworkGraphInputs.html","title":"interface - SzNetworkGraphInputs","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzNetworkGraphInputs\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/network-graph-inputs.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n data\n \n \n showLinkLabels\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n data\n \n \n \n \n data: \n\n \n \n\n\n\n\n\n\n\n \n \n \n \n \n \n \n showLinkLabels\n \n \n \n \n showLinkLabels: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SzPdfUtilService.html":{"url":"injectables/SzPdfUtilService.html","title":"injectable - SzPdfUtilService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n SzPdfUtilService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/services/sz-pdf-util.service.ts\n \n\n \n Description\n \n \n Utility service for creating and manipulating PDF files from components and models.\n\n \n\n \n Example\n \n \n \n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n createPdfFromAttributeSearch\n \n \n Public\n createPdfFromHtmlElement\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(entityDataService: EntityDataService, titleCasePipe: TitleCasePipe, configService: ConfigService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityDataService\n \n \n EntityDataService\n \n \n \n No\n \n \n \n \n titleCasePipe\n \n \n TitleCasePipe\n \n \n \n No\n \n \n \n \n configService\n \n \n ConfigService\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 Public\n createPdfFromAttributeSearch\n \n \n \n \n \n \n \n \n createPdfFromAttributeSearch(data: SzAttributeSearchResult[], searchParams?: SzEntitySearchParams, resultsPerPage: number)\n \n \n\n\n\n\n \n \n Create a downloadable PDF from a attribute search result.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n data\n \n SzAttributeSearchResult[]\n \n \n \n No\n \n \n \n \n\n \n \n searchParams\n \n SzEntitySearchParams\n \n \n \n Yes\n \n \n \n \n\n \n \n resultsPerPage\n \n number\n \n \n \n No\n \n \n \n 10\n \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 Public\n createPdfFromHtmlElement\n \n \n \n \n \n \n \n \n createPdfFromHtmlElement(node: HTMLElement | any, filename: string)\n \n \n\n\n\n\n \n \n Create a downloadable PDF from an HTMLElement node. Uses canvas as an intermediary.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n node\n \n HTMLElement | any\n \n \n \n No\n \n \n \n \n\n \n \n filename\n \n string\n \n \n \n No\n \n \n \n 'result.pdf'\n \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\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzPoweredByComponent.html":{"url":"components/SzPoweredByComponent.html","title":"component - SzPoweredByComponent","body":"\n \n\n\n\n\n\n Components\n SzPoweredByComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/sz-powered-by/sz-powered-by.component.ts\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 selector\n sz-powered-by\n \n\n \n styleUrls\n ./sz-powered-by.component.scss\n \n\n\n\n \n templateUrl\n ./sz-powered-by.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 ngOnInit\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n format\n \n \n \n \n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor()\n \n \n\n \n \n\n\n \n Inputs\n \n \n \n \n \n format\n \n \n \n Default value : 'small'\n \n \n \n \n \n\n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \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 powered by\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 \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 ./sz-powered-by.component.scss\n \n \n:host {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n line-height: 14px;\n font-size: 14px;\n margin: 2px 4px;\n\n span {\n /* align-self: flex-start;*/\n margin-right: 7px;\n }\n\n svg {\n align-self: flex-end;\n }\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' powered by '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzPoweredByComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzRawData.html":{"url":"interfaces/SzRawData.html","title":"interface - SzRawData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzRawData\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/raw-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n ADDR_CITY\n \n \n Optional\n ADDR_LINE1\n \n \n Optional\n ADDR_LINE2\n \n \n Optional\n ADDR_POSTAL_CODE\n \n \n Optional\n ADDR_STATE\n \n \n DATA_SOURCE\n \n \n DATE_OF_BIRTH\n \n \n Optional\n DRIVERS_LICENSE_NUMBER\n \n \n Optional\n DRIVERS_LICENSE_STATE\n \n \n Optional\n DSRC_ACTION\n \n \n Optional\n EMAIL_ADDRESS\n \n \n ENTITY_KEY\n \n \n ENTITY_NAME\n \n \n ENTITY_TYPE\n \n \n ERRULE_CODE\n \n \n Optional\n GENDER\n \n \n Optional\n HOME_ADDR_FULL\n \n \n Optional\n LENS\n \n \n Optional\n LOAD_ID\n \n \n MATCH_KEY\n \n \n MATCH_LEVEL\n \n \n MATCH_SCORE\n \n \n Optional\n NAME_FULL\n \n \n Optional\n PRIMARY_NAME_FIRST\n \n \n Optional\n PRIMARY_NAME_LAST\n \n \n Optional\n PRIMARY_NAME_MIDDLE\n \n \n Optional\n PRIMARY_PHONE_NUMBER\n \n \n RECORD_ID\n \n \n REF_SCORE\n \n \n SOURCE_ID\n \n \n Optional\n SSN_NUMBER\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n ADDR_CITY\n \n \n \n \n ADDR_CITY: 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 ADDR_LINE1\n \n \n \n \n ADDR_LINE1: 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 ADDR_LINE2\n \n \n \n \n ADDR_LINE2: 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 ADDR_POSTAL_CODE\n \n \n \n \n ADDR_POSTAL_CODE: 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 ADDR_STATE\n \n \n \n \n ADDR_STATE: 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 DATA_SOURCE\n \n \n \n \n DATA_SOURCE: 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 DATE_OF_BIRTH\n \n \n \n \n DATE_OF_BIRTH: 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 DRIVERS_LICENSE_NUMBER\n \n \n \n \n DRIVERS_LICENSE_NUMBER: 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 DRIVERS_LICENSE_STATE\n \n \n \n \n DRIVERS_LICENSE_STATE: 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 DSRC_ACTION\n \n \n \n \n DSRC_ACTION: 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 EMAIL_ADDRESS\n \n \n \n \n EMAIL_ADDRESS: 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 ENTITY_KEY\n \n \n \n \n ENTITY_KEY: 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 ENTITY_NAME\n \n \n \n \n ENTITY_NAME: 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 ENTITY_TYPE\n \n \n \n \n ENTITY_TYPE: 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 ERRULE_CODE\n \n \n \n \n ERRULE_CODE: 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 GENDER\n \n \n \n \n GENDER: 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 HOME_ADDR_FULL\n \n \n \n \n HOME_ADDR_FULL: 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 LENS\n \n \n \n \n LENS: 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 LOAD_ID\n \n \n \n \n LOAD_ID: 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 MATCH_KEY\n \n \n \n \n MATCH_KEY: 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 MATCH_LEVEL\n \n \n \n \n MATCH_LEVEL: 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 MATCH_SCORE\n \n \n \n \n MATCH_SCORE: 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 NAME_FULL\n \n \n \n \n NAME_FULL: 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 PRIMARY_NAME_FIRST\n \n \n \n \n PRIMARY_NAME_FIRST: 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 PRIMARY_NAME_LAST\n \n \n \n \n PRIMARY_NAME_LAST: 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 PRIMARY_NAME_MIDDLE\n \n \n \n \n PRIMARY_NAME_MIDDLE: 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 PRIMARY_PHONE_NUMBER\n \n \n \n \n PRIMARY_PHONE_NUMBER: 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 RECORD_ID\n \n \n \n \n RECORD_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 REF_SCORE\n \n \n \n \n REF_SCORE: 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 SOURCE_ID\n \n \n \n \n SOURCE_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 SSN_NUMBER\n \n \n \n \n SSN_NUMBER: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzRawDataMatches.html":{"url":"interfaces/SzRawDataMatches.html","title":"interface - SzRawDataMatches","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzRawDataMatches\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/raw-data-matches.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n EMAIL_ADDRESS\n \n \n PRIMARY_NAME_LAST\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n EMAIL_ADDRESS\n \n \n \n \n EMAIL_ADDRESS: 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 PRIMARY_NAME_LAST\n \n \n \n \n PRIMARY_NAME_LAST: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"interfaces/SzSearchResultEntityData.html":{"url":"interfaces/SzSearchResultEntityData.html","title":"interface - SzSearchResultEntityData","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n Interfaces\n SzSearchResultEntityData\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/models/responces/search-results/sz-search-result-entity-data.ts\n \n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n Optional\n addressDataMatches\n \n \n Optional\n attributeDataMatches\n \n \n Optional\n bestName\n \n \n disclosedRelationships\n \n \n discoveredRelationships\n \n \n Optional\n entityDataMatches\n \n \n Optional\n entityId\n \n \n Optional\n identifierDataMatches\n \n \n Optional\n matchScore\n \n \n Optional\n nameDataMatches\n \n \n Optional\n otherDataMatches\n \n \n Optional\n phoneDataMatches\n \n \n possibleMatches\n \n \n Optional\n rawDataMatches\n \n \n relatedEntities\n \n \n Optional\n relationshipDataMatches\n \n \n resolvedEntity\n \n \n Optional\n topAddresses\n \n \n Optional\n topAttributes\n \n \n Optional\n topIdentifiers\n \n \n Optional\n topNames\n \n \n Optional\n topPhoneNumbers\n \n \n \n \n \n \n \n\n\n\n \n Properties\n \n \n \n \n \n addressDataMatches\n \n \n \n \n addressDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n attributeDataMatches\n \n \n \n \n attributeDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n bestName\n \n \n \n \n bestName: 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 disclosedRelationships\n \n \n \n \n disclosedRelationships: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n discoveredRelationships\n \n \n \n \n discoveredRelationships: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n entityDataMatches\n \n \n \n \n entityDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n entityId\n \n \n \n \n entityId: 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 identifierDataMatches\n \n \n \n \n identifierDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n matchScore\n \n \n \n \n matchScore: 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 nameDataMatches\n \n \n \n \n nameDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n otherDataMatches\n \n \n \n \n otherDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n phoneDataMatches\n \n \n \n \n phoneDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n possibleMatches\n \n \n \n \n possibleMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n rawDataMatches\n \n \n \n \n rawDataMatches: SzRawDataMatches\n\n \n \n\n\n \n \n Type : SzRawDataMatches\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n relatedEntities\n \n \n \n \n relatedEntities: SzRelatedEntity[]\n\n \n \n\n\n \n \n Type : SzRelatedEntity[]\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n relationshipDataMatches\n \n \n \n \n relationshipDataMatches: any[]\n\n \n \n\n\n \n \n Type : any[]\n\n \n \n\n \n \n Optional\n \n \n\n\n\n\n \n \n \n \n \n \n \n resolvedEntity\n \n \n \n \n resolvedEntity: SzResolvedEntity\n\n \n \n\n\n \n \n Type : SzResolvedEntity\n\n \n \n\n\n\n\n\n \n \n \n \n \n \n \n topAddresses\n \n \n \n \n topAddresses: 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 topAttributes\n \n \n \n \n topAttributes: 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 topIdentifiers\n \n \n \n \n topIdentifiers: 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 topNames\n \n \n \n \n topNames: 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 topPhoneNumbers\n \n \n \n \n topPhoneNumbers: 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\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"components/SzSearchResultsComponent.html":{"url":"components/SzSearchResultsComponent.html","title":"component - SzSearchResultsComponent","body":"\n \n\n\n\n\n\n Components\n SzSearchResultsComponent\n\n\n\n \n Info\n \n \n Template\n \n \n Styles\n \n\n\n\n \n File\n\n\n src/lib/search/sz-search-results/sz-search-results.component.ts\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 selector\n sz-search-results\n \n\n \n styleUrls\n ./sz-search-results.component.scss\n \n\n\n\n \n templateUrl\n ./sz-search-results.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 _searchResults\n \n \n Public\n _searchValue\n \n \n Public\n attributeDisplay\n \n \n Public\n searchResultsJSON\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n ngOnInit\n \n \n Public\n onResultClick\n \n \n \n \n\n \n \n Inputs\n \n \n \n \n \n \n parameters\n \n \n results\n \n \n showDataSources\n \n \n \n \n\n \n \n Outputs\n \n \n \n \n \n \n resultClick\n \n \n \n \n\n\n\n \n \n Accessors\n \n \n \n \n \n \n searchResults\n \n \n matches\n \n \n possibleMatches\n \n \n discoveredRelationships\n \n \n nameOnlyMatches\n \n \n searchValue\n \n \n searchResultsTotal\n \n \n \n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(titleCasePipe: TitleCasePipe)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n titleCasePipe\n \n \n TitleCasePipe\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 parameters\n \n \n The current search parameters being used.\nused for displaying the parameters being searched on above result list.\n\n \n \n \n \n \n \n \n \n \n results\n \n \n The results of a search response to display in the component.\n\n \n Type : []\n\n \n \n \n \n \n \n \n \n \n \n showDataSources\n \n \n Shows or hides the datasource lists in the result items header.\n\n \n Type : boolean\n\n \n \n Default value : true\n \n \n \n \n \n\n \n Outputs\n \n \n \n \n \n resultClick\n \n \n Occurs when a search result item is clicked.\n\n $event Type: EventEmitter\n\n \n \n \n \n\n\n\n \n \n \n Methods\n \n \n \n \n \n \n \n \n ngOnInit\n \n \n \n \n \n \n \nngOnInit()\n \n \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 Public\n onResultClick\n \n \n \n \n \n \n \n \n onResultClick(evt: any, resData: SzAttributeSearchResult)\n \n \n\n\n\n\n \n \n DOM click handler which then triggers the \"resultClick\" event emitter.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n evt\n \n any\n \n \n \n No\n \n \n\n \n \n resData\n \n SzAttributeSearchResult\n \n \n \n No\n \n \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 Properties\n \n \n \n \n \n \n \n \n Public\n _searchResults\n \n \n \n \n \n \n \n _searchResults: SzAttributeSearchResult[]\n\n \n \n \n \n Type : SzAttributeSearchResult[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n _searchValue\n \n \n \n \n \n \n \n _searchValue: SzEntitySearchParams\n\n \n \n \n \n Type : SzEntitySearchParams\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n attributeDisplay\n \n \n \n \n \n \n \n attributeDisplay: literal type[]\n\n \n \n \n \n Type : literal type[]\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n Public\n searchResultsJSON\n \n \n \n \n \n \n \n searchResultsJSON: \n\n \n \n\n\n \n \n\n\n \n \n Accessors\n \n \n \n \n \n \n searchResults\n \n \n\n \n \n getsearchResults()\n \n \n \n \n The search results being displayed in the component.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n setsearchResults(value: [])\n \n \n \n \n The results of a search response to display in the component.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n \n []\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 matches\n \n \n\n \n \n getmatches()\n \n \n \n \n A list of the search results that are matches.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n possibleMatches\n \n \n\n \n \n getpossibleMatches()\n \n \n \n \n A list of the search results that are possible matches.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n discoveredRelationships\n \n \n\n \n \n getdiscoveredRelationships()\n \n \n \n \n A list of the search results that are related.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n nameOnlyMatches\n \n \n\n \n \n getnameOnlyMatches()\n \n \n \n \n A list of the search results that are name only matches.\n\n\n \n \n \n Returns : SzAttributeSearchResult[]\n\n \n \n \n\n \n \n \n \n \n \n \n searchValue\n \n \n\n \n \n getsearchValue()\n \n \n \n \n The current search parameters being used.\n\n\n \n \n \n Returns : SzEntitySearchParams\n\n \n \n \n\n \n \n setsearchValue(value)\n \n \n \n \n The current search parameters being used.\nused for displaying the parameters being searched on above result list.\n\n\n \n Parameters :\n \n \n \n Name\n Optional\n \n \n \n \n value\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 searchResultsTotal\n \n \n\n \n \n getsearchResultsTotal()\n \n \n \n \n Total number of search results being displayed.\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 \n \n {{searchResultsTotal}} Results found for\n \n {{attribute?.attr}}\n :\n {{attribute?.value}} \n \n \n \n \n\n 0\">Matches\n \n \n\n 0\">Possible Match\n \n \n\n 0\">Possibly Related\n \n \n\n 0\">Name Only Matches\n \n\n\n \n\n \n \n ./sz-search-results.component.scss\n \n @import \"../../scss/variables\";\n\n:host {\n display: block;\n padding: var(--sz-search-results-padding);\n color: var(--sz-search-results-color);\n font-family: var(--sz-search-results-font-family);\n\n textarea {\n width: 1000px;\n height: 400px;\n }\n .label-title {\n text-transform: uppercase;\n }\n\n .sz-search-results-total-summary {\n\n color: var(--sz-search-results-header-color);\n display: var(--sz-search-results-header-display);\n justify-content: space-between;\n align-items: center;\n padding: var(--sz-search-results-header-padding);\n margin: var(--sz-search-results-header-margin);\n\n .sz-search-results-total {\n font-size: var(--sz-search-results-header-font-size);\n }\n .action-buttons__wrapper {\n display: flex;\n }\n }\n\n .sz-search-results-parameter-value {\n color: var( --sz-search-results-header-parameter-value-color);\n font-weight: 600;\n margin: 0 .5em 0 .5em;\n }\n\n .search-result__section-header {\n display: flex;\n width: calc(100% - 40px);\n font-size: var(--sz-search-results-header-font-size);\n font-weight: 600;\n height: 40px;\n align-items: center;\n color: var(--sz-search-results-section-header-color);\n padding: var(--sz-search-results-section-header-padding);\n\n &.matches {\n background-color: var(--sz-search-results-matches-header-background-color);\n }\n &.possible-match {\n background-color: var(--sz-search-results-possible-match-header-background-color);\n }\n &.possibly-related {\n background-color: var(--sz-search-results-possibly-related-header-background-color);\n }\n &.name-only-matches {\n background-color: var(--sz-search-results-name-only-matches-header-background-color);\n }\n }\n\n .main-card__label {\n min-height: 150px;\n width: 200px;\n min-width: 200px;\n text-transform: uppercase;\n font-weight: 700;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 1.5em;\n color: $sz-white;\n &.search {\n background-color: $sz-green;\n }\n &.insights {\n background-color: $sz-orange;\n }\n &.suggestions {\n background-color: $sz-brown;\n }\n &.data {\n background-color: $sz-dark2;\n }\n &.health {\n background-color: $sz-dark-blue;\n }\n }\n\n}\n\n \n\n\n \n\n\n\n\n\n\n var COMPONENT_TEMPLATE = ' {{searchResultsTotal}} Results found for {{attribute?.attr}} : {{attribute?.value}}  0\">Matches 0\">Possible Match 0\">Possibly Related 0\">Name Only Matches '\n var COMPONENTS = [{'name': 'SzConfigurationAboutComponent', 'selector': 'sz-configuration-about'},{'name': 'SzConfigurationComponent', 'selector': 'sz-configuration'},{'name': 'SzEntityDetailComponent', 'selector': 'sz-entity-detail'},{'name': 'SzPoweredByComponent', 'selector': 'sz-powered-by'},{'name': 'SzSearchComponent', 'selector': 'sz-search'},{'name': 'SzSearchResultsComponent', 'selector': 'sz-search-results'}];\n var DIRECTIVES = [];\n var ACTUAL_COMPONENT = {'name': 'SzSearchResultsComponent'};\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SzSearchService.html":{"url":"injectables/SzSearchService.html","title":"injectable - SzSearchService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n SzSearchService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/services/sz-search.service.ts\n \n\n\n\n \n Index\n \n \n\n \n \n Methods\n \n \n \n \n \n \n Public\n getAttributeTypes\n \n \n Public\n getEntityById\n \n \n Public\n getMappingAttributes\n \n \n Public\n getSearchParams\n \n \n Public\n searchByAttributes\n \n \n Public\n setSearchParam\n \n \n \n \n\n\n\n\n\n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(entityDataService: EntityDataService, configService: ConfigService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityDataService\n \n \n EntityDataService\n \n \n \n No\n \n \n \n \n configService\n \n \n ConfigService\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 Public\n getAttributeTypes\n \n \n \n \n \n \n \n \n getAttributeTypes()\n \n \n\n\n\n\n \n \n get list of characteristics as attribute types\n\n\n \n Returns : Observable\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n getEntityById\n \n \n \n \n \n \n \n \n getEntityById(entityId: number, withRelated)\n \n \n\n\n\n\n \n \n get an SzEntityData model by providing an entityId.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n Default value\n \n \n \n \n entityId\n \n number\n \n \n \n No\n \n \n \n \n\n \n \n withRelated\n \n \n \n \n No\n \n \n \n false\n \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 Public\n getMappingAttributes\n \n \n \n \n \n \n \n \n getMappingAttributes()\n \n \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 Public\n getSearchParams\n \n \n \n \n \n \n \n \n getSearchParams()\n \n \n\n\n\n\n \n \n get the current search params.\n\n\n \n Returns : SzEntitySearchParams\n\n \n \n \n \n \n \n \n \n \n \n \n \n Public\n searchByAttributes\n \n \n \n \n \n \n \n \n searchByAttributes(searchParms: SzEntitySearchParams)\n \n \n\n\n\n\n \n \n perform a search request againt the data source.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n searchParms\n \n SzEntitySearchParams\n \n \n \n No\n \n \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 Public\n setSearchParam\n \n \n \n \n \n \n \n \n setSearchParam(paramName: any, value: any)\n \n \n\n\n\n\n \n \n set the an individual search parameter.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n paramName\n \n any\n \n \n \n No\n \n \n\n \n \n value\n \n any\n \n \n \n No\n \n \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\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"classes/SzServerError.html":{"url":"classes/SzServerError.html","title":"class - SzServerError","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n Classes\n SzServerError\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/common/server-error.ts\n \n\n\n\n\n\n \n Index\n \n \n \n \n Properties\n \n \n \n \n \n \n code\n \n \n critical\n \n \n detail\n \n \n id\n \n \n message\n \n \n timestamp\n \n \n \n \n\n \n \n Methods\n \n \n \n \n \n \n Static\n fromServer\n \n \n Static\n fromServerArray\n \n \n Static\n toServer\n \n \n Static\n toServerArray\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 \n code\n \n \n \n \n \n \n \n code: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n critical\n \n \n \n \n \n \n \n critical: boolean\n\n \n \n \n \n Type : boolean\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n detail\n \n \n \n \n \n \n \n detail: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n id\n \n \n \n \n \n \n \n id: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n message\n \n \n \n \n \n \n \n message: string\n\n \n \n \n \n Type : string\n\n \n \n\n\n \n \n \n \n \n \n \n \n \n timestamp\n \n \n \n \n \n \n \n timestamp: Date\n\n \n \n \n \n Type : Date\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 fromServer\n \n \n \n \n \n \n \n \n fromServer(source: any)\n \n \n\n\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 any\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n fromServerArray\n \n \n \n \n \n \n \n \n fromServerArray(sourceArray: any[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sourceArray\n \n any[]\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError[]\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n toServer\n \n \n \n \n \n \n \n \n toServer(source: SzServerError)\n \n \n\n\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 SzServerError\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Static\n toServerArray\n \n \n \n \n \n \n \n \n toServerArray(sourceArray: SzServerError[])\n \n \n\n\n\n\n \n \n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n sourceArray\n \n SzServerError[]\n \n \n \n No\n \n \n\n \n \n \n \n \n \n \n Returns : SzServerError[]\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 result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"injectables/SzUIEventService.html":{"url":"injectables/SzUIEventService.html","title":"injectable - SzUIEventService","body":"\n \n\n\n\n\n\n\n\n\n Injectables\n SzUIEventService\n\n\n\n \n Info\n \n\n\n\n \n \n File\n \n \n src/lib/services/sz-ui.service.ts\n \n\n \n Description\n \n \n Provides global level UI eventing.\nUsed for things like hover tooltips, collapse/expand,\nComponent state changes etc.\n\n \n\n \n Example\n \n \n \n\n\n \n Constructor\n \n \n \n \nconstructor(entityDataService: EntityDataService, configService: ConfigService)\n \n \n\n \n \n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n entityDataService\n \n \n EntityDataService\n \n \n \n No\n \n \n \n \n configService\n \n \n ConfigService\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\n\n\n\n\n\n\n\n\n\n\n \n \n result-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 Dependencies\n \n \n \n @angular/animations : ~7.1.0\n \n @angular/common : ~7.1.0\n \n @angular/compiler : ~7.1.0\n \n @angular/core : ~7.1.0\n \n @angular/elements : ~7.1.0\n \n @angular/forms : ~7.1.0\n \n @angular/http : ~7.1.0\n \n @angular/platform-browser : ~7.1.0\n \n @angular/platform-browser-dynamic : ~7.1.0\n \n @angular/router : ~7.1.0\n \n @senzing/rest-api-client-ng : ^1.0.2\n \n @senzing/sdk-graph-components : ^0.0.1\n \n core-js : ^2.5.4\n \n d3 : ^5.9.1\n \n document-register-element : 1.8.1\n \n html2canvas : ^1.0.0-rc.3\n \n http-server : ^0.11.1\n \n json-query-string : ^1.0.0\n \n jspdf : ^1.5.3\n \n rxjs : ~6.3.3\n \n tslib : ^1.9.0\n \n zone.js : ~0.8.26\n \n\n\n\n\n\n \n \n result-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 Miscellaneous\n Functions\n\n\n\n Index\n \n \n \n \n \n \n JSONScrubber   (src/.../utils.ts)\n \n \n \n \n \n \n\n\n src/lib/common/utils.ts\n \n \n \n \n \n \n \n \n JSONScrubber\n \n \n \n \n \n \n \nJSONScrubber(value: any)\n \n \n\n\n\n\n \n \n A reusable function to remove any null or undefined values, and their\nassociated keys from a json object.\nused internally.\n\n\n \n Parameters :\n \n \n \n Name\n Type\n Optional\n \n \n \n \n value\n \n any\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 result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"index.html":{"url":"index.html","title":"getting-started - index","body":"\n \n\n@senzing/sdk-components-ng\n\nOverview\nThis project is for the Senzing® SDK components that can be used in other projects using Angular 7.X.X.\nDependencies\nFor building from Source:\n\nNode/NPM.\nAngular CLI\nTypeScript\n\nPlease see the installation instructions for each of these for how to install and setup each one properly.\nInstallation\nShortcuts\nIf you're developing on Windows or macOS, you can make use of the Senzing app\nto help populate an entity repository to test with. It also gives you an easy way to load and browse data\noutside of the Senzing REST API Sever. See the instructions\nfor using the Senzing App Integration Scripts\nto start the Senzing REST API Server using your existing projects in the Senzing app.\nREST API Server\nThese components require an implementation of the Senzing REST API\nto function. You can use the Senzing REST API Server as a default\nimplementation in Java. Follow the instructions to check out and\nbuild the Senzing REST API Sever from source or download a pre-built\nversion when available.\nSDK Components\nOpen a terminal window to the location of your project and type:\nnpm install @senzing/sdk-components-ng --save\nThe components will be added to your node_modules.\nPlease take note that all the same interfaces, and services from the @senzing/rest-api-client-ng package will also be available for convenience.\nUsage\nJust add the import statement for the particular component, service, or model that you want to use.\nimport {\n SzEntitySearchParams,\n SzAttributeSearchResult\n} from '@senzing/sdk-components-ng';Quick Start\n1) Start up an instance of the Senzing REST API Server\nif not currently running.\nSee the README.md for instructions on how\nto start the Senzing REST API Server on the command line or with Docker.\n2) Add the SenzingSDKModule to your angular app's app.module.ts\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\nimport { SenzingSdkModule } from '@senzing/sdk-components-ng';\n\nimport { AppComponent } from './app.component';\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n SenzingSdkModule.forRoot()\n ],\n providers: [],\n bootstrap: [AppComponent]\n})\nexport class AppModule { }3) Check that components can be rendered correctly. Add the following to your app.component.html (or any template) and verify the result:\nThe result should be a powered by logo like the following:\n\nIf not then double check that step 2 is correct, and that you remembered to include the\nimport statement as well.\n4) Check that components can communicate with rest api gateway sucessfully. Add the following to your app.component.html(or any template):\nThe result should be a list of service configuration parameters and values.\n5) Load the engine with data to resolve. The easiest way to do this currently is to load a CSV using the\nSenzing app. This can also be done through the\nSenzing REST API using the Senzing REST API Server.\n6) Verify that the components are working properly. The easiest way to do this is to is to just implement a search box, and a result list. Copy the following to your app.component.html file\n\nnow in your controller class (app.component.ts) add the onSearchResults and onSearchResultClick methods we just referenced above:\nimport { Component } from '@angular/core';\nimport {\n SzEntitySearchParams,\n SzAttributeSearchResult\n} from '@senzing/sdk-components-ng';\n\n@Component({\n selector: 'app-root',\n templateUrl: './app.component.html',\n styleUrls: ['./app.component.css']\n})\nexport class AppComponent {\n title = 'senzing-sdk-consumer';\n public currentSearchResults: SzAttributeSearchResult[];\n public currentlySelectedEntityId: number;\n public currentSearchParameters: SzEntitySearchParams;\n\n onSearchResults(evt: SzAttributeSearchResult[]) {\n console.log('@senzing/sz-search-results: ', evt);\n // store on current scope\n this.currentSearchResults = evt;\n // results module is bound to this property\n }\n\n public onSearchResultClick(entityData: SzAttributeSearchResult) {\n console.log('@senzing/sz-search-results-click: ', entityData);\n\n if (entityData && entityData.entityId > 0) {\n this.currentlySelectedEntityId = entityData.entityId;\n }\n }\n}Now, start up your standard Angular dev server (or maybe just restart for fun) via ng serve\nand you should be greeted by a page like with a search box. And search results list right below it.\n\nAnd that's it! At least for the quickstart. There are a ton more options for running the rest server, interacting with the components and services.\nConfiguration & Parameters\nThe SenzingSDKModule accepts a factory method that returns an instance of the\nSzRestConfiguration class. By adding a factory like the following to the forRoot method, you can change services configuration to point to non-default values.\nThe following tells any components to turn on CORS functionality and make all api requests to localhost port 8080 (i.e.: http://localhost:8080/).\nimport { BrowserModule } from '@angular/platform-browser';\nimport { NgModule } from '@angular/core';\nimport { SenzingSdkModule, SzRestConfiguration } from '@senzing/sdk-components-ng';\nimport { AppComponent } from './app.component';\n\n// create exportable factory \n// for AOT compilation\nexport function SzRestConfigurationFactory() {\n return new SzRestConfiguration({\n basePath: 'http://localhost:8080',\n withCredentials: true\n });\n}\n\n@NgModule({\n declarations: [\n AppComponent\n ],\n imports: [\n BrowserModule,\n SenzingSdkModule.forRoot( SzRestConfigurationFactory )\n ],\n providers: [],\n bootstrap: [AppComponent]\n})\nexport class AppModule { }Parameters\nSee online documentation for a complete list of configuration parameters that can control the connection behavior of the sdk components.\nDocumentation\nInstallation contains a statically generated API and component references. They can be found in\nnode_modules/@senzing/sdk-components-ng/docs or Online here.\nExamples\nWhen you check out the source for this repository there is a directory of Angular project examples. Please see the Examples Readme for more information on how these work.\nTroubleshooting\nOccasionally something does go wrong (I know, I know right?). Here are some common things we run in to:\n\n \n \n Problem\n Solution\n Explanation\n \n \n \n \n messages like GET http://attribute-types/ net::ERR_NAME_NOT_RESOLVED are\n showing up in the developer console\n \n Set the api configuration to the address and port your rest server is running at by\n passing in an instance of SzRestConfiguration to the SenzingSdkModule.forRoot method.\n \n Double check and make sure you can connect to your rest server via\n curl -i http://localhost:8080/heartbeat\n \n \n The api is trying to hit the rest server without an appropriate basepath or the hostname.\n \n \n \n npm run start throws weird \"No App Module\" error\n recompile the npm package. \n npm run build\n For whatever reason sometimes the builder misses compiling packages. open up dist/@senzing/sdk-components/public_api.d.ts and check to make sure all the packages being referenced actually got compiled.\n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"license.html":{"url":"license.html","title":"getting-started - license","body":"\n \n\n Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\nDefinitions.\n\"License\" shall mean the terms and conditions for use, reproduction,\nand distribution as defined by Sections 1 through 9 of this document.\n\"Licensor\" shall mean the copyright owner or entity authorized by\nthe copyright owner that is granting the License.\n\"Legal Entity\" shall mean the union of the acting entity and all\nother entities that control, are controlled by, or are under common\ncontrol with that entity. For the purposes of this definition,\n\"control\" means (i) the power, direct or indirect, to cause the\ndirection or management of such entity, whether by contract or\notherwise, or (ii) ownership of fifty percent (50%) or more of the\noutstanding shares, or (iii) beneficial ownership of such entity.\n\"You\" (or \"Your\") shall mean an individual or Legal Entity\nexercising permissions granted by this License.\n\"Source\" form shall mean the preferred form for making modifications,\nincluding but not limited to software source code, documentation\nsource, and configuration files.\n\"Object\" form shall mean any form resulting from mechanical\ntransformation or translation of a Source form, including but\nnot limited to compiled object code, generated documentation,\nand conversions to other media types.\n\"Work\" shall mean the work of authorship, whether in Source or\nObject form, made available under the License, as indicated by a\ncopyright notice that is included in or attached to the work\n(an example is provided in the Appendix below).\n\"Derivative Works\" shall mean any work, whether in Source or Object\nform, that is based on (or derived from) the Work and for which the\neditorial revisions, annotations, elaborations, or other modifications\nrepresent, as a whole, an original work of authorship. For the purposes\nof this License, Derivative Works shall not include works that remain\nseparable from, or merely link (or bind by name) to the interfaces of,\nthe Work and Derivative Works thereof.\n\"Contribution\" shall mean any work of authorship, including\nthe original version of the Work and any modifications or additions\nto that Work or Derivative Works thereof, that is intentionally\nsubmitted to Licensor for inclusion in the Work by the copyright owner\nor by an individual or Legal Entity authorized to submit on behalf of\nthe copyright owner. For the purposes of this definition, \"submitted\"\nmeans any form of electronic, verbal, or written communication sent\nto the Licensor or its representatives, including but not limited to\ncommunication on electronic mailing lists, source code control systems,\nand issue tracking systems that are managed by, or on behalf of, the\nLicensor for the purpose of discussing and improving the Work, but\nexcluding communication that is conspicuously marked or otherwise\ndesignated in writing by the copyright owner as \"Not a Contribution.\"\n\"Contributor\" shall mean Licensor and any individual or Legal Entity\non behalf of whom a Contribution has been received by Licensor and\nsubsequently incorporated within the Work.\n\nGrant of Copyright License. Subject to the terms and conditions of\nthis License, each Contributor hereby grants to You a perpetual,\nworldwide, non-exclusive, no-charge, royalty-free, irrevocable\ncopyright license to reproduce, prepare Derivative Works of,\npublicly display, publicly perform, sublicense, and distribute the\nWork and such Derivative Works in Source or Object form.\n\nGrant of Patent License. Subject to the terms and conditions of\nthis License, each Contributor hereby grants to You a perpetual,\nworldwide, non-exclusive, no-charge, royalty-free, irrevocable\n(except as stated in this section) patent license to make, have made,\nuse, offer to sell, sell, import, and otherwise transfer the Work,\nwhere such license applies only to those patent claims licensable\nby such Contributor that are necessarily infringed by their\nContribution(s) alone or by combination of their Contribution(s)\nwith the Work to which such Contribution(s) was submitted. If You\ninstitute patent litigation against any entity (including a\ncross-claim or counterclaim in a lawsuit) alleging that the Work\nor a Contribution incorporated within the Work constitutes direct\nor contributory patent infringement, then any patent licenses\ngranted to You under this License for that Work shall terminate\nas of the date such litigation is filed.\n\nRedistribution. You may reproduce and distribute copies of the\nWork or Derivative Works thereof in any medium, with or without\nmodifications, and in Source or Object form, provided that You\nmeet the following conditions:\n(a) You must give any other recipients of the Work or\nDerivative Works a copy of this License; and(b) You must cause any modified files to carry prominent notices\nstating that You changed the files; and(c) You must retain, in the Source form of any Derivative Works\nthat You distribute, all copyright, patent, trademark, and\nattribution notices from the Source form of the Work,\nexcluding those notices that do not pertain to any part of\nthe Derivative Works; and(d) If the Work includes a \"NOTICE\" text file as part of its\ndistribution, then any Derivative Works that You distribute must\ninclude a readable copy of the attribution notices contained\nwithin such NOTICE file, excluding those notices that do not\npertain to any part of the Derivative Works, in at least one\nof the following places: within a NOTICE text file distributed\nas part of the Derivative Works; within the Source form or\ndocumentation, if provided along with the Derivative Works; or,\nwithin a display generated by the Derivative Works, if and\nwherever such third-party notices normally appear. The contents\nof the NOTICE file are for informational purposes only and\ndo not modify the License. You may add Your own attribution\nnotices within Derivative Works that You distribute, alongside\nor as an addendum to the NOTICE text from the Work, provided\nthat such additional attribution notices cannot be construed\nas modifying the License.You may add Your own copyright statement to Your modifications and\nmay provide additional or different license terms and conditions\nfor use, reproduction, or distribution of Your modifications, or\nfor any such Derivative Works as a whole, provided Your use,\nreproduction, and distribution of the Work otherwise complies with\nthe conditions stated in this License.\n\nSubmission of Contributions. Unless You explicitly state otherwise,\nany Contribution intentionally submitted for inclusion in the Work\nby You to the Licensor shall be under the terms and conditions of\nthis License, without any additional terms or conditions.\nNotwithstanding the above, nothing herein shall supersede or modify\nthe terms of any separate license agreement you may have executed\nwith Licensor regarding such Contributions.\n\nTrademarks. This License does not grant permission to use the trade\nnames, trademarks, service marks, or product names of the Licensor,\nexcept as required for reasonable and customary use in describing the\norigin of the Work and reproducing the content of the NOTICE file.\n\nDisclaimer of Warranty. Unless required by applicable law or\nagreed to in writing, Licensor provides the Work (and each\nContributor provides its Contributions) on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied, including, without limitation, any warranties or conditions\nof TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\nPARTICULAR PURPOSE. You are solely responsible for determining the\nappropriateness of using or redistributing the Work and assume any\nrisks associated with Your exercise of permissions under this License.\n\nLimitation of Liability. In no event and under no legal theory,\nwhether in tort (including negligence), contract, or otherwise,\nunless required by applicable law (such as deliberate and grossly\nnegligent acts) or agreed to in writing, shall any Contributor be\nliable to You for damages, including any direct, indirect, special,\nincidental, or consequential damages of any character arising as a\nresult of this License or out of the use or inability to use the\nWork (including but not limited to damages for loss of goodwill,\nwork stoppage, computer failure or malfunction, or any and all\nother commercial damages or losses), even if such Contributor\nhas been advised of the possibility of such damages.\n\nAccepting Warranty or Additional Liability. While redistributing\nthe Work or Derivative Works thereof, You may choose to offer,\nand charge a fee for, acceptance of support, warranty, indemnity,\nor other liability obligations and/or rights consistent with this\nLicense. However, in accepting such obligations, You may act only\non Your own behalf and on Your sole responsibility, not on behalf\nof any other Contributor, and only if You agree to indemnify,\ndefend, and hold each Contributor harmless for any liability\nincurred by, or claims asserted against, such Contributor by reason\nof your accepting any such warranty or additional liability.\nEND OF TERMS AND CONDITIONS\nAPPENDIX: How to apply the Apache License to your work.\nTo apply the Apache License to your work, attach the following\nboilerplate notice, with the fields enclosed by brackets \"[]\"\nreplaced with your own identifying information. (Don't include\nthe brackets!) The text should be enclosed in the appropriate\ncomment syntax for the file format. We also recommend that a\nfile or class name and description of purpose be included on the\nsame \"printed page\" as the copyright notice for easier\nidentification within third-party archives.\nCopyright [yyyy] [name of copyright owner]\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n \n result-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 SenzingSdkModule\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 result-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 1 Module\n \n \n \n \n \n \n \n \n 6 Components\n \n \n \n \n \n \n \n 3 Injectables\n \n \n \n \n \n \n \n 1 Class\n \n \n \n \n \n \n \n 8 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 result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"additional-documentation/themes.html":{"url":"additional-documentation/themes.html","title":"additional-page - Themes","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nThemes\nBy default things will come unstyled. It's much easier to add styles than it is to remove them. Component styles are opt-in rather than opt-out.\nThe theming of components is handled via CSS Variables. Essentially you add the css-var key and it's css value to which the selector/property combination applies to your documents body styles like below:\nbody {\n --sz-search-button-submit-padding: 0 30px 0 30px;\n --sz-search-button-border-radius: 3px;\n --sz-search-button-clear-font-size: 10px;\n --sz-search-label-margin: 0 0 10px 4px;\n --sz-search-input-border-radius: 8px;\n}Pre-Built\nFor a list of precompiled themes and how to use them \nsee the docs for more information.\nCustom\nFor more information about creating a custom theme \nsee the docs for more information.\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"additional-documentation/themes/pre-built.html":{"url":"additional-documentation/themes/pre-built.html","title":"additional-page - Pre Built","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nPre Defined\nWe've included some pre-built themes for quick usage to get you up and running. You'll almost certainly want to create your own, or tweak things to match your application's styling as needed. The compiled css files are located in the styles/themes directory in the package being used.\nusing SASS\nif you're using sass(and scss processor can reference node_modules), open up your main scss file(src/styles.scss in default angular layout) and include the following.\n@import '@senzing/sdk-components-ng/styles/themes/senzing.css';using CSS\nthere are several different ways to include a pre-built theme in your project.\nYou could just add the stylesheet path to your main html file and include the css reference in the HEAD of your document.\nfor production it is recommended you copy the theme stylesheet you will be using over to a static directory(probably a bad idea to leave node_modules open to the world) and change the above reference to point to it's location. \nAngular projects\nif you're using the sdk components in the scope of an angular project the recommended way is to add the theme file path to your angular.json file for your project.\n\n\nfind the _architect.build.options.styles node in the file, and add the path there. \n\"styles\": [\n \"src/styles.scss\",\n \"node_modules/\\\\@senzing/sdk-components-ng/styles/themes/drab.css\"\n],and next time you run or build your angular project it will include the theme file for the sdk components.\n\n Note*\n Windows users have to deal with _escaping_ escape charaters when directly accessing npm namespaced paths.\n (illustrated above) \n\n\n\nThemes\n\n\n\n \n Drab\n location: \n node_modules/@senzing/sdk-components-ng/styles/themes/drab.css\n \n \n \n Senzing\n location: \n node_modules/@senzing/sdk-components-ng/styles/themes/senzing.css\n \n \n\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"},"additional-documentation/themes/customizing.html":{"url":"additional-documentation/themes/customizing.html","title":"additional-page - Customizing","body":"\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nCustomizing Themes\nsdk-components-ng and sdk-components-web both make use of CSS Variables for styling. This provides a easy way to modify the existing styles, or make entirely new themes just by editing the values in the dom inspector, and saving the overridden values in a simple stylesheet.\nthe following are the currently supported css variables:\nbody {\n --sz-font-family: Arial;\n --sz-color-matches: #0E2863;\n --sz-color-possible-match: #2B7169;\n --sz-color-possibly-related: #A09020;\n --sz-color-name-only-matches: #95989A;\n --sz-color-possible-matches: #C9741F;\n --sz-color-disclosed: #2B7169;\n --sz-color-ambiguous: #7b00ad;\n --sz-search-button-submit-color: #FFFFFF;\n --sz-search-button-clear-color: #000000;\n --sz-search-button-submit-background-color: #0C9BF4;\n --sz-search-button-clear-background-color: #95989A;\n --sz-search-button-border: 1px solid #808285;\n --sz-search-button-submit-border: 1px solid #808285;\n --sz-search-button-padding: 0 10px 0 10px;\n --sz-search-button-margin: 0;\n --sz-search-button-border-radius: 22px;\n --sz-search-input-color: #95989A;\n --sz-search-input-background-color: #FFFFFF;\n --sz-search-input-display: inline-block;\n --sz-search-input-font-size: 13px;\n --sz-search-input-padding: 0.25em 0.5em;\n --sz-search-input-margin: 5px;\n --sz-search-input-placeholder-color: #95989A;\n --sz-search-input-border: 1px solid #95989A;\n --sz-search-input-border-radius: 22px;\n --sz-search-input-hover-border: 1px solid #808285;\n --sz-search-input-focus-border: 1px solid #808285;\n --sz-search-label-color: #5e5e5e;\n --sz-search-label-padding: 4px;\n --sz-search-label-margin: 0 0 10px 20px;\n --sz-search-label-font-size: 8px;\n --sz-search-label-display: block;\n --sz-search-results-padding: 20px;\n --sz-search-results-color: #5e5e5e;\n --sz-search-results-font-family: Helvetica;\n --sz-search-results-a-color: #0C9BF4;\n --sz-search-results-a-cursor: pointer;\n --sz-search-results-a-font-size: 1.8em;\n --sz-search-results-header-display: block;\n --sz-search-results-header-padding: 0;\n --sz-search-results-header-margin: 20px 0 30px 0;\n --sz-search-results-header-font-size: 1.5em;\n --sz-search-results-header-color: #5e5e5e;\n --sz-search-results-header-parameter-value-color: #0C9BF4;\n --sz-search-results-section-header-color: #e5e5e5;\n --sz-search-results-section-header-padding: 2px 20px;\n --sz-search-results-section-header-padding: 2px 20px;\n --sz-search-results-matches-header-background-color: var(--sz-color-matches);\n --sz-search-results-possible-match-header-background-color: var(--sz-color-possible-match);\n --sz-search-results-possibly-related-header-background-color: var(--sz-color-possibly-related);\n --sz-search-results-name-only-matches-header-background-color: var(--sz-color-name-only-matches);\n --sz-search-results-matches-card-border-left: var(--sz-search-results-matches-header-background-color) 10px solid;\n --sz-search-results-possible-match-card-border-left: var(--sz-search-results-possible-match-header-background-color) 10px solid;\n --sz-search-results-possibly-related-card-border-left: var(--sz-search-results-possibly-related-header-background-color) 10px solid;\n --sz-search-results-disclosed-card-border-left: var(--sz-color-disclosed) 10px solid;\n --sz-search-results-name-only-matches-card-border-left: var(--sz-search-results-name-only-matches-header-background-color) 10px solid;\n --sz-entity-detail-header-font-size: 1em;\n --sz-entity-detail-header-font-family: $sz-font-family;\n --sz-entity-detail-header-color: #5e5e5e;\n --sz-entity-detail-header-display: flex;\n --sz-entity-detail-icon-display: block;\n --sz-entity-detail-icon-height: 175px;\n --sz-entity-detail-icon-width: 175px;\n --sz-entity-detail-icon-border: 3px solid #82848647;\n --sz-entity-detail-icon-border-radius: 50%;\n --sz-entity-detail-icon-margin: 0 30px 30px 20px;\n --sz-entity-detail-header-entity-name-font-size: 34px;\n --sz-entity-detail-header-entity-name-font-weight: 600;\n --sz-entity-detail-header-section-totals-margin: 0 20px 0 0;\n --sz-entity-detail-header-section-totals-padding: 0 0 0.5em 0;\n --sz-entity-detail-header-section-totals-display: flex;\n --sz-entity-detail-header-section-totals-border: none;\n --sz-entity-detail-header-section-totals-border-radius: 2px;\n --sz-entity-detail-header-section-totals-color: #FFFFFF;\n --sz-entity-detail-header-section-totals-font-size: 60px;\n --sz-entity-detail-header-section-totals-width: 200px;\n --sz-entity-detail-header-section-totals-height: 100px;\n --sz-entity-detail-header-section-totals-icon-width: 48px;\n --sz-entity-detail-section-header-margin: 1em 0 0;\n --sz-entity-detail-section-header-padding: 0.4em 1em;\n --sz-entity-detail-section-header-color: #FFFFFF;\n --sz-entity-detail-section-header-font-size: 28px;\n --sz-entity-detail-section-header-font-family: $sz-font-family;\n --sz-entity-detail-section-header-border-radius: 4px 4px 0 0;\n --sz-entity-detail-section-color: #808285;\n --sz-entity-detail-section-font-size: 16px;\n --sz-entity-detail-section-line-height: 20px;\n --sz-entity-detail-section-background: #eaeaea;\n --sz-entity-detail-section-border: 1px solid #ccc;\n --sz-entity-detail-section-border-radius: 0 0 6px 6px;\n --sz-entity-detail-section-border-left: 1px solid #ccc;\n --sz-entity-detail-section-border-right: 1px solid #ccc;\n --sz-entity-detail-section-border-top: none;\n --sz-entity-detail-section-border-bottom: 1px solid #dbdbdb;\n --sz-entity-detail-section-title-font-size: 20px;\n --sz-entity-detail-section-padding: 0 24px;\n --sz-entity-detail-section-record-card-display: block;\n --sz-entity-detail-section-record-card-background-color: #FFFFFF;\n --sz-entity-detail-section-record-card-margin: 8px;\n --sz-entity-detail-section-record-card-padding: 15px;\n --sz-entity-detail-section-record-card-border-radius: 5px;\n --sz-entity-detail-section-record-card-border: 1px solid #eaeaea;\n --sz-entity-detail-pill-display: inline-block;\n --sz-entity-detail-pill-font-size: 20px;\n --sz-entity-detail-pill-text-transform: uppercase;\n --sz-entity-detail-pill-padding: 5px 8px;\n --sz-entity-detail-pill-margin: 0 10px 0 0;\n --sz-entity-detail-pill-background-color: #808285;\n --sz-entity-detail-pill-border-radius: 5px;\n}\n\n \n \n result-matching \"\"\n \n \n \n No results matching \"\"\n \n\n"}} } diff --git a/docs/modules/SenzingSdkModule.html b/docs/modules/SenzingSdkModule.html index d7d2de44..b871f39c 100644 --- a/docs/modules/SenzingSdkModule.html +++ b/docs/modules/SenzingSdkModule.html @@ -75,21 +75,6 @@

        Declarations SzPoweredByComponent -
      • - SzRelationshipNetworkComponent -
      • -
      • - SzRelationshipNetworkInputComponent -
      • -
      • - SzRelationshipNetworkLookupComponent -
      • -
      • - SzRelationshipNetworkUploadComponent -
      • -
      • - SzRelationshipPathComponent -
      • SzSearchComponent
      • @@ -114,21 +99,6 @@

        EntryComponents SzPoweredByComponent -
      • - SzRelationshipNetworkComponent -
      • -
      • - SzRelationshipNetworkInputComponent -
      • -
      • - SzRelationshipNetworkLookupComponent -
      • -
      • - SzRelationshipNetworkUploadComponent -
      • -
      • - SzRelationshipPathComponent -
      • SzSearchComponent
      • @@ -141,6 +111,9 @@

        EntryComponents

          +
        • + SzPdfUtilService +
        • SzSearchService
        • @@ -165,21 +138,6 @@

          Exports SzPoweredByComponent -
        • - SzRelationshipNetworkComponent -
        • -
        • - SzRelationshipNetworkInputComponent -
        • -
        • - SzRelationshipNetworkLookupComponent -
        • -
        • - SzRelationshipNetworkUploadComponent -
        • -
        • - SzRelationshipPathComponent -
        • SzSearchComponent
        • @@ -255,7 +213,7 @@

          Example :
          export function SzRestConfigurationFactory() {
          -return new SzRestConfiguration({ basePath: "myapiserverhostname.com:2080", withCredentials: true });
          +return new SzRestConfiguration({ basePath: "myapiserverhostname.com:8080", withCredentials: true });
           }
           SenzingSdkModule.forRoot( SzRestConfigurationFactory )
          diff --git a/docs/overview.html b/docs/overview.html index 9a752bf3..0ee2dac0 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -51,7 +51,7 @@

          -

          11 Components

          +

          6 Components

          @@ -59,7 +59,7 @@

          -

          2 Injectables

          +

          3 Injectables

          @@ -75,7 +75,7 @@

          -

          11 Interfaces

          +

          8 Interfaces

          diff --git a/src/README.md b/src/README.md index 3e0c9458..08796875 100644 --- a/src/README.md +++ b/src/README.md @@ -168,7 +168,7 @@ And that's it! At least for the quickstart. There are a ton more options for run The SenzingSDKModule accepts a factory method that returns an instance of the [SzRestConfiguration](https://senzing.github.io/rest-api-client-ng/classes/Configuration.html) class. By adding a factory like the following to the forRoot method, you can change services configuration to point to non-default values. -The following tells any components to turn on CORS functionality and make all api requests to localhost port 2080 (i.e.: http://localhost:2080/). +The following tells any components to turn on CORS functionality and make all api requests to localhost port 8080 (i.e.: http://localhost:8080/). ```typescript import { BrowserModule } from '@angular/platform-browser'; @@ -180,7 +180,7 @@ import { AppComponent } from './app.component'; // for AOT compilation export function SzRestConfigurationFactory() { return new SzRestConfiguration({ - basePath: 'http://localhost:2080', + basePath: 'http://localhost:8080', withCredentials: true }); } @@ -233,7 +233,7 @@ Occasionally something does go wrong (I know, I know right?). Here are some comm passing in an instance of SzRestConfiguration to the SenzingSdkModule.forRoot method.

          Double check and make sure you can connect to your rest server via - curl -i http://localhost:2080/heartbeat + curl -i http://localhost:8080/heartbeat
        The api is trying to hit the rest server without an appropriate basepath or the hostname. From c9b17bb432bb8c23cec1ff9b0e5c9247445657ae Mon Sep 17 00:00:00 2001 From: Ara Winters Date: Wed, 10 Jul 2019 16:50:47 -0700 Subject: [PATCH 3/5] use pub graph package. change default port. #62 --- .../graph/sz-relationship-path/test.json | 2 +- e2e/data/mock/search.ts | 4 +- e2e/harness/src/environments/environment.ts | 2 +- package-lock.json | 55 +++++++++++++------ package.json | 4 +- src/lib/sdk.module.ts | 2 +- 6 files changed, 44 insertions(+), 25 deletions(-) diff --git a/deprecated/graph/sz-relationship-path/test.json b/deprecated/graph/sz-relationship-path/test.json index a6b352f7..6e806538 100644 --- a/deprecated/graph/sz-relationship-path/test.json +++ b/deprecated/graph/sz-relationship-path/test.json @@ -5,7 +5,7 @@ "timestamp": "2019-03-20T17:30:07.167Z" }, "links": { - "self": "http://localhost:2080/entity-paths?from=914082&to=179726&maxDegrees=3&forbidAvoided=true&withRaw=true" + "self": "http://localhost:8080/entity-paths?from=914082&to=179726&maxDegrees=3&forbidAvoided=true&withRaw=true" }, "rawData": { "ENTITY_PATHS": [ diff --git a/e2e/data/mock/search.ts b/e2e/data/mock/search.ts index 654713ae..6c74c03c 100644 --- a/e2e/data/mock/search.ts +++ b/e2e/data/mock/search.ts @@ -1,6 +1,6 @@ export const e2eSearchSpecData = { // tslint:disable-next-line:quotemark - 'attribute-types': { "meta": { "httpMethod": "GET", "httpStatusCode": 200, "timings": { "overall": 11, "enqueued": 0, "nativeAPI": 5, "nativeAPI/exportConfig": 5, "processRawData": 5 }, "timestamp": "2019-06-14T19:52:45.955Z", "version": "1.6.0" }, "links": { "self": "http://localhost:2080/attribute-types" }, "rawData": null, "data": { "attributeTypes": [{ "attributeCode": "ACCOUNT_DOMAIN", "defaultValue": "", "necessity": "PREFERRED", "attributeClass": "IDENTIFIER", "featureType": "ACCT_NUM", "advanced": false, "internal": false }, { "attributeCode": "ACCOUNT_NUMBER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "IDENTIFIER", "featureType": "ACCT_NUM", "advanced": false, "internal": false }, { "attributeCode": "ADDR_CITY", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_COUNTRY", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_FROM_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_FULL", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE1", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE2", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE3", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE4", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE5", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE6", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_POSTAL_CODE", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_STATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_THRU_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": true, "internal": false }, { "attributeCode": "ADDR_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": true, "internal": false }, { "attributeCode": "CITIZENSHIP", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "CITIZENSHIP", "advanced": false, "internal": false }, { "attributeCode": "DATA_SOURCE", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "DATE_OF_BIRTH", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "DOB", "advanced": false, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_EXPIRE_DT", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": true, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_ISSUE_DT", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": true, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_NUMBER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": false, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_STATE", "defaultValue": "", "necessity": "PREFERRED", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": false, "internal": false }, { "attributeCode": "DSRC_ACTION", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "EMAIL_ADDRESS", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": false, "internal": false }, { "attributeCode": "EMAIL_FROM_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": true, "internal": false }, { "attributeCode": "EMAIL_THRU_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": true, "internal": false }, { "attributeCode": "EMAIL_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": true, "internal": false }, { "attributeCode": "EMPLOYER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "EMPLOYER", "advanced": false, "internal": false }, { "attributeCode": "ENTITY_KEY", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "ENTITY_TYPE", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "GENDER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "GENDER", "advanced": false, "internal": false }, { "attributeCode": "GEO_LATITUDE", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GEO_LATLONG", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GEO_LONGITUDE", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GEO_PRECISION", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GROUP_ASSOCIATION_ORG_NAME", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "GROUP_ASSOCIATION", "advanced": false, "internal": false }, { "attributeCode": "GROUP_ASSOCIATION_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "CHARACTERISTIC", "featureType": "GROUP_ASSOCIATION", "advanced": false, "internal": false }, { "attributeCode": "LOAD_ID", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "NAME_FIRST", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_FULL", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_GEN", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": true, "internal": false }, { "attributeCode": "NAME_LAST", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_MIDDLE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_ORG", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_PREFIX", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_SUFFIX", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": true, "internal": false }, { "attributeCode": "NATIONALITY", "defaultValue": "", "necessity": 'REQUIRED', 'attributeClass': 'CHARACTERISTIC', 'featureType': 'NATIONALITY', 'advanced': false, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'OTHER_ID_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'OTHER_ID_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'OTHER_ID_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'OTHER_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'OTHER_ID_TYPE', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'PASSPORT_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': false, 'internal': false }, { 'attributeCode': 'PASSPORT_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': true, 'internal': false }, { 'attributeCode': 'PASSPORT_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': true, 'internal': false }, { 'attributeCode': 'PASSPORT_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_AREACODE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_EXT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_FROM_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_THRU_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': true, 'internal': false }, { 'attributeCode': 'PHONE_TYPE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': true, 'internal': false }, { 'attributeCode': 'PHYSICAL_TYPE', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'CHARACTERISTIC', 'featureType': 'PHYSICAL_ATTRIBUTE', 'advanced': true, 'internal': false }, { 'attributeCode': 'PHYSICAL_VALUE', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'CHARACTERISTIC', 'featureType': 'PHYSICAL_ATTRIBUTE', 'advanced': true, 'internal': false }, { 'attributeCode': 'RECORD_ID', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'OBSERVATION', 'featureType': '', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATED_FROM_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATED_THRU_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATIONSHIP_KEY', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATIONSHIP_ROLE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATIONSHIP_TYPE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'ROUTE_CODE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'OBSERVATION', 'featureType': '', 'advanced': true, 'internal': false }, { 'attributeCode': 'SOCIAL_FROM_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'SOCIAL_HANDLE', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'SOCIAL_NETWORK', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'SOCIAL_THRU_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'SSN_LAST4', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'SSN_LAST4', 'advanced': false, 'internal': false }, { 'attributeCode': 'SSN_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'SSN', 'advanced': false, 'internal': false }, { 'attributeCode': 'TAX_ID_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'TAX_ID_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'TAX_ID_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'TAX_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'TRUSTED_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'TRUSTED_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'TRUSTED_ID_TYPE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'TRUSTED_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'VEHICLE_LICENSE_PLATE_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'VEH_LIC_PLATE', 'advanced': false, 'internal': false }, { 'attributeCode': 'VEHICLE_LICENSE_PLATE_STATE', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'VEH_LIC_PLATE', 'advanced': false, 'internal': false }, { 'attributeCode': 'VEHICLE_VIN_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'VEH_VIN', 'advanced': false, 'internal': false }, { 'attributeCode': 'WEBSITE_ADDRESS', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'WEBSITE', 'advanced': false, 'internal': false }] } }, + 'attribute-types': { "meta": { "httpMethod": "GET", "httpStatusCode": 200, "timings": { "overall": 11, "enqueued": 0, "nativeAPI": 5, "nativeAPI/exportConfig": 5, "processRawData": 5 }, "timestamp": "2019-06-14T19:52:45.955Z", "version": "1.6.0" }, "links": { "self": "http://localhost:8080/attribute-types" }, "rawData": null, "data": { "attributeTypes": [{ "attributeCode": "ACCOUNT_DOMAIN", "defaultValue": "", "necessity": "PREFERRED", "attributeClass": "IDENTIFIER", "featureType": "ACCT_NUM", "advanced": false, "internal": false }, { "attributeCode": "ACCOUNT_NUMBER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "IDENTIFIER", "featureType": "ACCT_NUM", "advanced": false, "internal": false }, { "attributeCode": "ADDR_CITY", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_COUNTRY", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_FROM_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_FULL", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE1", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE2", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE3", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE4", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE5", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_LINE6", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_POSTAL_CODE", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_STATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": false, "internal": false }, { "attributeCode": "ADDR_THRU_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": true, "internal": false }, { "attributeCode": "ADDR_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "ADDRESS", "advanced": true, "internal": false }, { "attributeCode": "CITIZENSHIP", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "CITIZENSHIP", "advanced": false, "internal": false }, { "attributeCode": "DATA_SOURCE", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "DATE_OF_BIRTH", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "DOB", "advanced": false, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_EXPIRE_DT", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": true, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_ISSUE_DT", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": true, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_NUMBER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": false, "internal": false }, { "attributeCode": "DRIVERS_LICENSE_STATE", "defaultValue": "", "necessity": "PREFERRED", "attributeClass": "IDENTIFIER", "featureType": "DRLIC", "advanced": false, "internal": false }, { "attributeCode": "DSRC_ACTION", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "EMAIL_ADDRESS", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": false, "internal": false }, { "attributeCode": "EMAIL_FROM_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": true, "internal": false }, { "attributeCode": "EMAIL_THRU_DATE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": true, "internal": false }, { "attributeCode": "EMAIL_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "IDENTIFIER", "featureType": "EMAIL", "advanced": true, "internal": false }, { "attributeCode": "EMPLOYER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "EMPLOYER", "advanced": false, "internal": false }, { "attributeCode": "ENTITY_KEY", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "ENTITY_TYPE", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "GENDER", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "GENDER", "advanced": false, "internal": false }, { "attributeCode": "GEO_LATITUDE", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GEO_LATLONG", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GEO_LONGITUDE", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GEO_PRECISION", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "ADDRESS", "featureType": "GEO_LOC", "advanced": true, "internal": false }, { "attributeCode": "GROUP_ASSOCIATION_ORG_NAME", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "CHARACTERISTIC", "featureType": "GROUP_ASSOCIATION", "advanced": false, "internal": false }, { "attributeCode": "GROUP_ASSOCIATION_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "CHARACTERISTIC", "featureType": "GROUP_ASSOCIATION", "advanced": false, "internal": false }, { "attributeCode": "LOAD_ID", "defaultValue": "", "necessity": "REQUIRED", "attributeClass": "OBSERVATION", "featureType": "", "advanced": true, "internal": false }, { "attributeCode": "NAME_FIRST", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_FULL", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_GEN", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": true, "internal": false }, { "attributeCode": "NAME_LAST", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_MIDDLE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_ORG", "defaultValue": "", "necessity": "SUFFICIENT", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_PREFIX", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_SUFFIX", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": false, "internal": false }, { "attributeCode": "NAME_TYPE", "defaultValue": "", "necessity": "OPTIONAL", "attributeClass": "NAME", "featureType": "NAME", "advanced": true, "internal": false }, { "attributeCode": "NATIONALITY", "defaultValue": "", "necessity": 'REQUIRED', 'attributeClass': 'CHARACTERISTIC', 'featureType': 'NATIONALITY', 'advanced': false, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'NATIONAL_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'NATIONAL_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'OTHER_ID_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'OTHER_ID_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'OTHER_ID_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'OTHER_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'OTHER_ID_TYPE', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'OTHER_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'PASSPORT_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': false, 'internal': false }, { 'attributeCode': 'PASSPORT_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': true, 'internal': false }, { 'attributeCode': 'PASSPORT_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': true, 'internal': false }, { 'attributeCode': 'PASSPORT_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'PASSPORT', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_AREACODE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_EXT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_FROM_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': false, 'internal': false }, { 'attributeCode': 'PHONE_THRU_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': true, 'internal': false }, { 'attributeCode': 'PHONE_TYPE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'PHONE', 'featureType': 'PHONE', 'advanced': true, 'internal': false }, { 'attributeCode': 'PHYSICAL_TYPE', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'CHARACTERISTIC', 'featureType': 'PHYSICAL_ATTRIBUTE', 'advanced': true, 'internal': false }, { 'attributeCode': 'PHYSICAL_VALUE', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'CHARACTERISTIC', 'featureType': 'PHYSICAL_ATTRIBUTE', 'advanced': true, 'internal': false }, { 'attributeCode': 'RECORD_ID', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'OBSERVATION', 'featureType': '', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATED_FROM_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATED_THRU_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATIONSHIP_KEY', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATIONSHIP_ROLE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'RELATIONSHIP_TYPE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'RELATIONSHIP', 'featureType': 'REL_LINK', 'advanced': true, 'internal': false }, { 'attributeCode': 'ROUTE_CODE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'OBSERVATION', 'featureType': '', 'advanced': true, 'internal': false }, { 'attributeCode': 'SOCIAL_FROM_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'SOCIAL_HANDLE', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'SOCIAL_NETWORK', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'SOCIAL_THRU_DATE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'LOGIN_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'SSN_LAST4', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'SSN_LAST4', 'advanced': false, 'internal': false }, { 'attributeCode': 'SSN_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'SSN', 'advanced': false, 'internal': false }, { 'attributeCode': 'TAX_ID_COUNTRY', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'TAX_ID_EXPIRE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'TAX_ID_ISSUE_DT', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'TAX_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'TAX_ID', 'advanced': false, 'internal': false }, { 'attributeCode': 'TRUSTED_ID_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'TRUSTED_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'TRUSTED_ID_TYPE', 'defaultValue': '', 'necessity': 'OPTIONAL', 'attributeClass': 'IDENTIFIER', 'featureType': 'TRUSTED_ID', 'advanced': true, 'internal': false }, { 'attributeCode': 'VEHICLE_LICENSE_PLATE_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'VEH_LIC_PLATE', 'advanced': false, 'internal': false }, { 'attributeCode': 'VEHICLE_LICENSE_PLATE_STATE', 'defaultValue': '', 'necessity': 'PREFERRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'VEH_LIC_PLATE', 'advanced': false, 'internal': false }, { 'attributeCode': 'VEHICLE_VIN_NUMBER', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'VEH_VIN', 'advanced': false, 'internal': false }, { 'attributeCode': 'WEBSITE_ADDRESS', 'defaultValue': '', 'necessity': 'REQUIRED', 'attributeClass': 'IDENTIFIER', 'featureType': 'WEBSITE', 'advanced': false, 'internal': false }] } }, // tslint:disable-next-line:quotemark - 'entities': {"attrs": "%7B%22NAME_FULL%22:%22Jenny%20Smith%22,%22NAME_TYPE%22:%22PRIMARY%22,%22COMPANY_NAME_ORG%22:%22Jenny%20Smith%22%7D", "meta": {"httpMethod": "GET", "httpStatusCode": 200, "timings": {"overall": 2317, "enqueued": 0, "nativeAPI": 2300, "nativeAPI:engine.searchByAttribtuesV2": 2300, "processRawData": 14}, "timestamp": "2019-06-14T22:53:53.695Z", "version": "1.6.0"}, "links": {"self": "http://localhost:2080/entities?attrs=%7B%22NAME_FULL%22%3A%22Jenny%20Smith%22%2C%22NAME_TYPE%22%3A%22PRIMARY%22%2C%22COMPANY_NAME_ORG%22%3A%22Jenny%20Smith%22%7D"}, "rawData": null, "data": {"searchResults": [{"entityId": 1002, "entityName": "JENNY SMITH", "bestName": null, "recordSummaries": [{"dataSource": "OWNERS", "recordCount": 3, "topRecordIds": ["1001-2", "1002-2", "1003-2"]}], "addressData": ["PRIMARY: 808 STAR COURT LAS VEGAS NV 89222"], "attributeData": ["DOB: 1982-02-02"], "identifierData": [], "nameData": ["PRIMARY: JENNY SMITH"], "phoneData": [], "relationshipData": [], "otherData": [], "features": {"ADDRESS": [{"primaryValue": "808 STAR COURT LAS VEGAS NV 89222", "usageType": "PRIMARY", "duplicateValues": []}], "DOB": [{"primaryValue": "1982-02-02", "usageType": null, "duplicateValues": []}], "NAME": [{"primaryValue": "JENNY SMITH", "usageType": "PRIMARY", "duplicateValues": []}], "REL_LINK": [{"primaryValue": "OWNERSHIP 1001-2", "usageType": "OWNER OF", "duplicateValues": []}, {"primaryValue": "OWNERSHIP 1002-2", "usageType": "OWNER OF", "duplicateValues": []}, {"primaryValue": "OWNERSHIP 1003-2", "usageType": "OWNER OF", "duplicateValues": []}]}, "records": [{"dataSource": "OWNERS", "recordId": "1001-2", "addressData": ["PRIMARY: 808 Star Court Las Vegas NV 89222"], "attributeData": ["DOB: 2/2/82"], "identifierData": [], "nameData": ["PRIMARY: Smith Jenny"], "phoneData": [], "relationshipData": ["REL_LINK: OWNER OF: OWNERSHIP 1001-2"], "otherData": [], "originalSourceData": {"SOURCE_ID": "relTestOwners.csv", "PRIMARY_NAME_LAST": "Smith", "PRIMARY_NAME_FIRST": "Jenny", "DATE_OF_BIRTH": "2/2/82", "PRIMARY_ADDR_LINE1": "808 Star Court", "PRIMARY_ADDR_CITY": "Las Vegas", "PRIMARY_ADDR_STATE": "NV", "PRIMARY_ADDR_POSTAL_CODE": "89222", "OWNER OF_RELATIONSHIP_TYPE": "OWNERSHIP", "OWNER OF_RELATIONSHIP_KEY": "1001-2", "DATA_SOURCE": "OWNERS", "ENTITY_TYPE": "OWNERS", "DSRC_ACTION": "A", "LENS_CODE": "DEFAULT", "RECORD_ID": "1001-2"}, "matchLevel": 0, "matchScore": null, "matchKey": "", "resolutionRuleCode": "", "refScore": 0}, {"dataSource": "OWNERS", "recordId": "1002-2", "addressData": ["PRIMARY: 808 Star Court Las Vegas NV 89222"], "attributeData": ["DOB: 2/2/82"], "identifierData": [], "nameData": ["PRIMARY: Smith Jenny"], "phoneData": [], "relationshipData": ["REL_LINK: OWNER OF: OWNERSHIP 1002-2"], "otherData": [], "originalSourceData": {"SOURCE_ID": "relTestOwners.csv", "PRIMARY_NAME_LAST": "Smith", "PRIMARY_NAME_FIRST": "Jenny", "DATE_OF_BIRTH": "2/2/82", "PRIMARY_ADDR_LINE1": "808 Star Court", "PRIMARY_ADDR_CITY": "Las Vegas", "PRIMARY_ADDR_STATE": "NV", "PRIMARY_ADDR_POSTAL_CODE": "89222", "OWNER OF_RELATIONSHIP_TYPE": "OWNERSHIP", "OWNER OF_RELATIONSHIP_KEY": "1002-2", "DATA_SOURCE": "OWNERS", "ENTITY_TYPE": "OWNERS", "DSRC_ACTION": "A", "LENS_CODE": "DEFAULT", "RECORD_ID": "1002-2"}, "matchLevel": 1, "matchScore": 13, "matchKey": "+NAME+DOB+ADDRESS", "resolutionRuleCode": "CNAME_CFF_CEXCL", "refScore": 8}, {"dataSource": "OWNERS", "recordId": "1003-2", "addressData": ["PRIMARY: 808 Star Court Las Vegas NV 89222"], "attributeData": [], "identifierData": [], "nameData": ["PRIMARY: Smith Jenny"], "phoneData": [], "relationshipData": ["REL_LINK: OWNER OF: OWNERSHIP 1003-2"], "otherData": [], "originalSourceData": {"SOURCE_ID": "relTestOwners.csv", "PRIMARY_NAME_LAST": "Smith", "PRIMARY_NAME_FIRST": "Jenny", "PRIMARY_ADDR_LINE1": "808 Star Court", "PRIMARY_ADDR_CITY": "Las Vegas", "PRIMARY_ADDR_STATE": "NV", "PRIMARY_ADDR_POSTAL_CODE": "89222", "OWNER OF_RELATIONSHIP_TYPE": "OWNERSHIP", "OWNER OF_RELATIONSHIP_KEY": "1003-2", "DATA_SOURCE": "OWNERS", "ENTITY_TYPE": "OWNERS", "DSRC_ACTION": "A", "LENS_CODE": "DEFAULT", "RECORD_ID": "1003-2"}, "matchLevel": 1, "matchScore": 12, "matchKey": "+NAME+ADDRESS", "resolutionRuleCode": "CNAME_CFF", "refScore": 6}], "partial": false, "matchLevel": 4, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+NAME", "resolutionRuleCode": "CNAME", "refScore": 1, "resultType": "NAME_ONLY_MATCH", "relatedEntities": [{"entityId": 1, "entityName": "ABC COMPANY", "bestName": null, "recordSummaries": [{"dataSource": "COMPANIES", "recordCount": 1, "topRecordIds": []}], "addressData": [], "attributeData": [], "identifierData": [], "nameData": [], "phoneData": [], "relationshipData": [], "otherData": [], "features": {}, "records": [], "partial": true, "matchLevel": 11, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+OWNERSHIP", "resolutionRuleCode": "DISCLOSED", "refScore": 0, "disclosed": true, "relationType": "DISCLOSED_RELATION"}, {"entityId": 2, "entityName": "BBB BUSINESS BROKERS", "bestName": null, "recordSummaries": [{"dataSource": "COMPANIES", "recordCount": 1, "topRecordIds": []}], "addressData": [], "attributeData": [], "identifierData": [], "nameData": [], "phoneData": [], "relationshipData": [], "otherData": [], "features": {}, "records": [], "partial": true, "matchLevel": 11, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+OWNERSHIP", "resolutionRuleCode": "DISCLOSED", "refScore": 0, "disclosed": true, "relationType": "DISCLOSED_RELATION"}, {"entityId": 3, "entityName": "BNC CONNECTIONS", "bestName": null, "recordSummaries": [{"dataSource": "COMPANIES", "recordCount": 1, "topRecordIds": []}], "addressData": [], "attributeData": [], "identifierData": [], "nameData": [], "phoneData": [], "relationshipData": [], "otherData": [], "features": {}, "records": [], "partial": true, "matchLevel": 11, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+OWNERSHIP", "resolutionRuleCode": "DISCLOSED", "refScore": 0, "disclosed": true, "relationType": "DISCLOSED_RELATION"}]}]}} + 'entities': {"attrs": "%7B%22NAME_FULL%22:%22Jenny%20Smith%22,%22NAME_TYPE%22:%22PRIMARY%22,%22COMPANY_NAME_ORG%22:%22Jenny%20Smith%22%7D", "meta": {"httpMethod": "GET", "httpStatusCode": 200, "timings": {"overall": 2317, "enqueued": 0, "nativeAPI": 2300, "nativeAPI:engine.searchByAttribtuesV2": 2300, "processRawData": 14}, "timestamp": "2019-06-14T22:53:53.695Z", "version": "1.6.0"}, "links": {"self": "http://localhost:8080/entities?attrs=%7B%22NAME_FULL%22%3A%22Jenny%20Smith%22%2C%22NAME_TYPE%22%3A%22PRIMARY%22%2C%22COMPANY_NAME_ORG%22%3A%22Jenny%20Smith%22%7D"}, "rawData": null, "data": {"searchResults": [{"entityId": 1002, "entityName": "JENNY SMITH", "bestName": null, "recordSummaries": [{"dataSource": "OWNERS", "recordCount": 3, "topRecordIds": ["1001-2", "1002-2", "1003-2"]}], "addressData": ["PRIMARY: 808 STAR COURT LAS VEGAS NV 89222"], "attributeData": ["DOB: 1982-02-02"], "identifierData": [], "nameData": ["PRIMARY: JENNY SMITH"], "phoneData": [], "relationshipData": [], "otherData": [], "features": {"ADDRESS": [{"primaryValue": "808 STAR COURT LAS VEGAS NV 89222", "usageType": "PRIMARY", "duplicateValues": []}], "DOB": [{"primaryValue": "1982-02-02", "usageType": null, "duplicateValues": []}], "NAME": [{"primaryValue": "JENNY SMITH", "usageType": "PRIMARY", "duplicateValues": []}], "REL_LINK": [{"primaryValue": "OWNERSHIP 1001-2", "usageType": "OWNER OF", "duplicateValues": []}, {"primaryValue": "OWNERSHIP 1002-2", "usageType": "OWNER OF", "duplicateValues": []}, {"primaryValue": "OWNERSHIP 1003-2", "usageType": "OWNER OF", "duplicateValues": []}]}, "records": [{"dataSource": "OWNERS", "recordId": "1001-2", "addressData": ["PRIMARY: 808 Star Court Las Vegas NV 89222"], "attributeData": ["DOB: 2/2/82"], "identifierData": [], "nameData": ["PRIMARY: Smith Jenny"], "phoneData": [], "relationshipData": ["REL_LINK: OWNER OF: OWNERSHIP 1001-2"], "otherData": [], "originalSourceData": {"SOURCE_ID": "relTestOwners.csv", "PRIMARY_NAME_LAST": "Smith", "PRIMARY_NAME_FIRST": "Jenny", "DATE_OF_BIRTH": "2/2/82", "PRIMARY_ADDR_LINE1": "808 Star Court", "PRIMARY_ADDR_CITY": "Las Vegas", "PRIMARY_ADDR_STATE": "NV", "PRIMARY_ADDR_POSTAL_CODE": "89222", "OWNER OF_RELATIONSHIP_TYPE": "OWNERSHIP", "OWNER OF_RELATIONSHIP_KEY": "1001-2", "DATA_SOURCE": "OWNERS", "ENTITY_TYPE": "OWNERS", "DSRC_ACTION": "A", "LENS_CODE": "DEFAULT", "RECORD_ID": "1001-2"}, "matchLevel": 0, "matchScore": null, "matchKey": "", "resolutionRuleCode": "", "refScore": 0}, {"dataSource": "OWNERS", "recordId": "1002-2", "addressData": ["PRIMARY: 808 Star Court Las Vegas NV 89222"], "attributeData": ["DOB: 2/2/82"], "identifierData": [], "nameData": ["PRIMARY: Smith Jenny"], "phoneData": [], "relationshipData": ["REL_LINK: OWNER OF: OWNERSHIP 1002-2"], "otherData": [], "originalSourceData": {"SOURCE_ID": "relTestOwners.csv", "PRIMARY_NAME_LAST": "Smith", "PRIMARY_NAME_FIRST": "Jenny", "DATE_OF_BIRTH": "2/2/82", "PRIMARY_ADDR_LINE1": "808 Star Court", "PRIMARY_ADDR_CITY": "Las Vegas", "PRIMARY_ADDR_STATE": "NV", "PRIMARY_ADDR_POSTAL_CODE": "89222", "OWNER OF_RELATIONSHIP_TYPE": "OWNERSHIP", "OWNER OF_RELATIONSHIP_KEY": "1002-2", "DATA_SOURCE": "OWNERS", "ENTITY_TYPE": "OWNERS", "DSRC_ACTION": "A", "LENS_CODE": "DEFAULT", "RECORD_ID": "1002-2"}, "matchLevel": 1, "matchScore": 13, "matchKey": "+NAME+DOB+ADDRESS", "resolutionRuleCode": "CNAME_CFF_CEXCL", "refScore": 8}, {"dataSource": "OWNERS", "recordId": "1003-2", "addressData": ["PRIMARY: 808 Star Court Las Vegas NV 89222"], "attributeData": [], "identifierData": [], "nameData": ["PRIMARY: Smith Jenny"], "phoneData": [], "relationshipData": ["REL_LINK: OWNER OF: OWNERSHIP 1003-2"], "otherData": [], "originalSourceData": {"SOURCE_ID": "relTestOwners.csv", "PRIMARY_NAME_LAST": "Smith", "PRIMARY_NAME_FIRST": "Jenny", "PRIMARY_ADDR_LINE1": "808 Star Court", "PRIMARY_ADDR_CITY": "Las Vegas", "PRIMARY_ADDR_STATE": "NV", "PRIMARY_ADDR_POSTAL_CODE": "89222", "OWNER OF_RELATIONSHIP_TYPE": "OWNERSHIP", "OWNER OF_RELATIONSHIP_KEY": "1003-2", "DATA_SOURCE": "OWNERS", "ENTITY_TYPE": "OWNERS", "DSRC_ACTION": "A", "LENS_CODE": "DEFAULT", "RECORD_ID": "1003-2"}, "matchLevel": 1, "matchScore": 12, "matchKey": "+NAME+ADDRESS", "resolutionRuleCode": "CNAME_CFF", "refScore": 6}], "partial": false, "matchLevel": 4, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+NAME", "resolutionRuleCode": "CNAME", "refScore": 1, "resultType": "NAME_ONLY_MATCH", "relatedEntities": [{"entityId": 1, "entityName": "ABC COMPANY", "bestName": null, "recordSummaries": [{"dataSource": "COMPANIES", "recordCount": 1, "topRecordIds": []}], "addressData": [], "attributeData": [], "identifierData": [], "nameData": [], "phoneData": [], "relationshipData": [], "otherData": [], "features": {}, "records": [], "partial": true, "matchLevel": 11, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+OWNERSHIP", "resolutionRuleCode": "DISCLOSED", "refScore": 0, "disclosed": true, "relationType": "DISCLOSED_RELATION"}, {"entityId": 2, "entityName": "BBB BUSINESS BROKERS", "bestName": null, "recordSummaries": [{"dataSource": "COMPANIES", "recordCount": 1, "topRecordIds": []}], "addressData": [], "attributeData": [], "identifierData": [], "nameData": [], "phoneData": [], "relationshipData": [], "otherData": [], "features": {}, "records": [], "partial": true, "matchLevel": 11, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+OWNERSHIP", "resolutionRuleCode": "DISCLOSED", "refScore": 0, "disclosed": true, "relationType": "DISCLOSED_RELATION"}, {"entityId": 3, "entityName": "BNC CONNECTIONS", "bestName": null, "recordSummaries": [{"dataSource": "COMPANIES", "recordCount": 1, "topRecordIds": []}], "addressData": [], "attributeData": [], "identifierData": [], "nameData": [], "phoneData": [], "relationshipData": [], "otherData": [], "features": {}, "records": [], "partial": true, "matchLevel": 11, "fullNameScore": null, "matchScore": 10, "ambiguous": false, "matchKey": "+OWNERSHIP", "resolutionRuleCode": "DISCLOSED", "refScore": 0, "disclosed": true, "relationType": "DISCLOSED_RELATION"}]}]}} }; diff --git a/e2e/harness/src/environments/environment.ts b/e2e/harness/src/environments/environment.ts index 8b64889a..3c14e99d 100644 --- a/e2e/harness/src/environments/environment.ts +++ b/e2e/harness/src/environments/environment.ts @@ -11,7 +11,7 @@ export const environment = { // api configuration parameters export const apiConfig: SzRestConfigurationParameters = { - 'basePath': 'http://localhost:2080', + 'basePath': 'http://localhost:8080', 'withCredentials': true }; diff --git a/package-lock.json b/package-lock.json index 22c38b60..218ae4f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1150,8 +1150,9 @@ } }, "@senzing/sdk-graph-components": { - "version": "file:../sdk-graph-components/dist/@senzing/sdk-graph-components/senzing-sdk-graph-components-0.0.1.tgz", - "integrity": "sha512-0i6C+7iOGMZzg1skDEo+rhcyi/K3kpB1aJU8uTmmAoZdXcQ5prPOaGQ+xDgKxnSJgqmAzRN1+iFvT9pPHUCN3A==", + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@senzing/sdk-graph-components/-/sdk-graph-components-0.0.1.tgz", + "integrity": "sha512-echscYRMOvOlOxolN0pcNbOdk3onYWOGIKpHA18HoUb5offuj9vsF1ClA45O5WuSDhUZb9SDVegOkgeoyWfO+A==", "requires": { "@senzing/rest-api-client-ng": "^1.0.2", "tslib": "^1.9.0" @@ -5413,10 +5414,6 @@ "schema-utils": "^1.0.0" } }, - "file-saver": { - "version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", - "from": "github:eligrey/FileSaver.js#1.3.8" - }, "filename-regex": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", @@ -5666,7 +5663,8 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -5687,12 +5685,14 @@ "balanced-match": { "version": "1.0.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "brace-expansion": { "version": "1.1.11", "bundled": true, "dev": true, + "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5707,17 +5707,20 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "concat-map": { "version": "0.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "core-util-is": { "version": "1.0.2", @@ -5834,7 +5837,8 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "ini": { "version": "1.3.5", @@ -5846,6 +5850,7 @@ "version": "1.0.0", "bundled": true, "dev": true, + "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5860,6 +5865,7 @@ "version": "3.0.4", "bundled": true, "dev": true, + "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -5867,12 +5873,14 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, + "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -5891,6 +5899,7 @@ "version": "0.5.1", "bundled": true, "dev": true, + "optional": true, "requires": { "minimist": "0.0.8" } @@ -5971,7 +5980,8 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "object-assign": { "version": "4.1.1", @@ -5983,6 +5993,7 @@ "version": "1.4.0", "bundled": true, "dev": true, + "optional": true, "requires": { "wrappy": "1" } @@ -6068,7 +6079,8 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -6104,6 +6116,7 @@ "version": "1.0.2", "bundled": true, "dev": true, + "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -6123,6 +6136,7 @@ "version": "3.0.1", "bundled": true, "dev": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -6166,12 +6180,14 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true + "dev": true, + "optional": true } } }, @@ -7895,7 +7911,6 @@ "integrity": "sha512-J9X76xnncMw+wIqb15HeWfPMqPwYxSpPY8yWPJ7rAZN/ZDzFkjCSZObryCyUe8zbrVRNiuCnIeQteCzMn7GnWw==", "requires": { "canvg": "1.5.3", - "file-saver": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", "html2canvas": "1.0.0-alpha.12", "omggif": "1.0.7", "promise-polyfill": "8.1.0", @@ -7910,6 +7925,10 @@ "base64-arraybuffer": "^0.1.5" } }, + "file-saver": { + "version": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e", + "from": "github:eligrey/FileSaver.js#e865e37af9f9947ddcced76b549e27dc45c1cb2e" + }, "html2canvas": { "version": "1.0.0-alpha.12", "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.0.0-alpha.12.tgz", diff --git a/package.json b/package.json index b26eb31f..dc3348b6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "watch": "rm -fR dist/@senzing/sdk-components-ng && concurrently --kill-others \"wait-on file:dist/@senzing/sdk-components-ng/public_api.d.ts && ng serve\" \"ng build @senzing/sdk-components-ng --watch\"", "test": "ng test", "test:headless": "ng test --no-watch --watch=false --progress=false --no-progress --browsers=ChromeHeadlessCI", - "start:server": "java -jar \"../senzing-api-server/target/senzing-api-server-1.6.0.jar\" -iniFile \"%LOCALAPPDATA%\\Senzing\\Workbench\\project_1\\g2.ini\" -allowedOrigins \"*\"", + "start:server": "java -jar \"../senzing-api-server/target/senzing-api-server-1.6.1.jar\" -httpPort 8080 -bindAddr all -iniFile \"%LOCALAPPDATA%\\Senzing\\Workbench\\project_1\\g2.ini\" -allowedOrigins \"*\"", "start:rest": "npm run start:server", "server": "npm run start:server", "lint": "ng lint", @@ -38,7 +38,7 @@ "@angular/platform-browser-dynamic": "~7.1.0", "@angular/router": "~7.1.0", "@senzing/rest-api-client-ng": "^1.0.2", - "@senzing/sdk-graph-components": "file:../sdk-graph-components/dist/@senzing/sdk-graph-components/senzing-sdk-graph-components-0.0.1.tgz", + "@senzing/sdk-graph-components": "^0.0.1", "core-js": "^2.5.4", "d3": "^5.9.1", "document-register-element": "1.8.1", diff --git a/src/lib/sdk.module.ts b/src/lib/sdk.module.ts index 921d1b88..57fc93bb 100644 --- a/src/lib/sdk.module.ts +++ b/src/lib/sdk.module.ts @@ -143,7 +143,7 @@ export class SenzingSdkModule { * @see {@link https://senzing.github.io/rest-api-client-ng/classes/Configuration.html|SzRestConfiguration} * @example export function SzRestConfigurationFactory() { - return new SzRestConfiguration({ basePath: \"myapiserverhostname.com:2080\", withCredentials: true }); + return new SzRestConfiguration({ basePath: \"myapiserverhostname.com:8080\", withCredentials: true }); } SenzingSdkModule.forRoot( SzRestConfigurationFactory ) From b44f3b1f6b0c855ed522e937031ad1a361c395a0 Mon Sep 17 00:00:00 2001 From: Ara Winters Date: Wed, 10 Jul 2019 18:23:44 -0700 Subject: [PATCH 4/5] update to use pub graph components dep. #62 --- src/ng-package.json | 1 + src/package.json | 1 + src/subrepo.ng-package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/src/ng-package.json b/src/ng-package.json index 3f3f5979..4dcb305b 100644 --- a/src/ng-package.json +++ b/src/ng-package.json @@ -6,6 +6,7 @@ }, "whitelistedNonPeerDependencies": [ "@senzing/rest-api-client-ng", + "@senzing/sdk-graph-components", "d3", "jspdf", "html2canvas", diff --git a/src/package.json b/src/package.json index 73f52de3..36f7ef17 100644 --- a/src/package.json +++ b/src/package.json @@ -11,6 +11,7 @@ "homepage" :"https://senzing.github.io/sdk-components-ng/", "dependencies": { "@senzing/rest-api-client-ng": "^1.0.2", + "@senzing/sdk-graph-components":"^0.0.1", "d3": "^5.9.1", "jspdf": "^1.5.3", "html2canvas": "^1.0.0-rc.3", diff --git a/src/subrepo.ng-package.json b/src/subrepo.ng-package.json index 8f0dd212..c4f7b9c0 100644 --- a/src/subrepo.ng-package.json +++ b/src/subrepo.ng-package.json @@ -6,6 +6,7 @@ }, "whitelistedNonPeerDependencies": [ "@senzing/rest-api-client-ng", + "@senzing/sdk-graph-components", "d3", "jspdf", "html2canvas", From d03dd73153209fc73644053d34280530db247a7f Mon Sep 17 00:00:00 2001 From: Ara Winters Date: Wed, 10 Jul 2019 19:03:31 -0700 Subject: [PATCH 5/5] fix for e2e harness --- e2e/harness/src/app/app.module.ts | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/e2e/harness/src/app/app.module.ts b/e2e/harness/src/app/app.module.ts index eaf341c5..8f7c6666 100644 --- a/e2e/harness/src/app/app.module.ts +++ b/e2e/harness/src/app/app.module.ts @@ -7,15 +7,12 @@ import { HttpClientInMemoryWebApiModule } from 'angular-in-memory-web-api'; import { InMemoryDataService } from '../../../../e2e/data/services/in-memory-data.service'; import { SenzingSdkModule, SzRestConfiguration, SzPoweredByComponent } from '@senzing/sdk-components-ng'; - import { AppComponent } from './app.component'; import { SzSearchComponentTest } from './search/sz-search/sz-search.component'; import { SzSearchResultsTestComponent } from './search/sz-search-results-test/sz-search-results-test.component'; import { SzSearchResultsCardTestComponent } from './search/sz-search-results-card-test/sz-search-results-card-test.component'; -import { SzRelationshipNetworkInputComponent } from '../../../../src/lib/graph/sz-relationship-network-input/sz-relationship-network-input.component'; -import { SzRelationshipNetworkLookupComponent } from '../../../../src/lib/graph/sz-relationship-network-lookup/sz-relationship-network-lookup.component'; -import { SzRelationshipNetworkUploadComponent } from '../../../../src/lib/graph/sz-relationship-network-upload/sz-relationship-network-upload.component'; + import { environment } from '../environments/environment'; /** @@ -43,10 +40,7 @@ export function SzRestConfigurationFactory() { AppComponent, SzSearchComponentTest, SzSearchResultsTestComponent, - SzSearchResultsCardTestComponent, - SzRelationshipNetworkInputComponent, - SzRelationshipNetworkLookupComponent, - SzRelationshipNetworkUploadComponent + SzSearchResultsCardTestComponent ], imports: [ BrowserModule,