Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SzStandaloneGraph, SzPrefDictComponent, preference changes, datasource colors #106

Merged
merged 27 commits into from
Nov 11, 2019

Conversation

arawinters
Copy link
Contributor

These are the associated changed to the sdk-components to support the new pop-out(standalone graph) component. #105

  • pop out graph icon
  • new "example/search-in-graph" project to show search integrating directly with graph
  • new SzPrefDictComponent for displaying pref(s) that are object/key/value based(ie json object)
  • added dataSourceColors configuration to SzPreferencesComponent
  • added SzEntityDetailGraphFilterComponent
  • added SzStandaloneGraphComponent, a embeddable graph components designed to run in it's own context or near-to.
  • added new SzDataSourcesService class for retrieving the datasources from the api server instance.
  • modified existing graph code:

properties added

	- showMatchKeyControl
	- showFiltersControl
	- showPopOutIcon
	- dataSourcesFiltered
	- dataSourceColors
	- popOutIconPosition
	- queriedEntitiesColor

methods added

	- popoutClick
	- entityNodecolorsByDataSource
	- entityNodeFilterByDataSource
	- entityNodeColors
	- isEntityNodeInDataSource
	- isEntityNodeInDataSources
	- isEntityNodeNotInDataSources
	- isEntityNodeInQuery
	- setEntityNodeFillColor

event emitters added

	- onPopOutClick
	- onNetworkLoaded
  • added new layout-rail layout for ... well, exactly what it sounds like, a rail version of the entity detail component. (see screenshot)

2019-10-22_213507

2019-11-07_130230

2019-10-18_203116

@arawinters arawinters merged commit ccf2c83 into master Nov 11, 2019
@arawinters arawinters deleted the issue105.awinters.1 branch November 11, 2019 21:21
@docktermj
Copy link
Contributor

Issue number: #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature request refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants