Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gooddata/sdk-ui-ext

Package Overview
Dependencies
Maintainers
0
Versions
2469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/sdk-ui-ext

GoodData.UI SDK - Extensions

  • 10.17.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8.8K
increased by19.72%
Maintainers
0
Weekly downloads
 
Created
Source

GoodData.UI SDK - Extensions

npm version  npm monthly downloads  typescript

This package is a part of the GoodData.UI SDK. To learn more, check the source monorepo.

This project implements extensions on top of stable components included in the SDK. The extensions land here instead of their own project as part of their staged development. They typically meet one or more of the following criteria:

  • The code is production quality, however:

    • The public API is not yet stabilized and there MAY be breaking changes

    or

    • There MAY be breaking changes in functionality

    or

    • It depends on another extension
  • The code itself beta quality

Read on about different extensions to learn more about its stability and quality guarantees.

Pluggable Visualizations

This extension implements visualizations that can be plugged and then used seamlessly in Analytical Designer (AD) and KPI Dashboard (KD). The extension defined Service Provider Interface that the pluggable visualizations must implement and then implements 'pluggables' for all visualizations in the SDK proper.

Quality

The code here is production grade, it is used in AD and KD.

API Stability

The SPI that the pluggable visualizations must implement is of early alpha quality. It is expected to change radically in the future.

Notes

While it is possible to implement new pluggable visualizations, it is currently not possible to plug them dynamically into AD and KD. Today this is done at AD and KD build time.

Embedding

This extension provides InsightView component that allows developers to embed an Insight created using Analytical Designer (AD). This is the spiritual successor of the Visualization component from SDK v7.x.

The main difference between the old Visualization and InsightView is that the InsightView renders the embedded insights using the exact same components that are used in AD = the pluggable visualizations.

Quality

The code here is production grade.

API Stability

The API is stable. No breaking changes expected.

Notes

While we expect breaking changes on the pluggable visualizations API and larger changes in their internals, we do not anticipate breaking changes in the InsightView.

The InsightView component is located in the extensions module purely due to dependency on the pluggable visualizations. It is safe to use in your production code.

License

(C) 2017-2022 GoodData Corporation

This project is under commercial license. See LICENSE.

FAQs

Package last updated on 09 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc