1.0.0-beta.9 Introducing data signature view, new components and improvements
·
1377 commits
to master
since this release
- Client
- Added
signatureview to inspect a signature of dataset with details on value axises - Added
selectview - Added button views:
button,button-primary,button-dangerandbutton-warning - Added
limitandemptyTextoptions formenuview - Improved
structview to show an object or an array signature when expanded and[𝕊]action button is hovered - Improved
treeview:- Added
limitLinesoption to limit lines count on root children render, limits to 25 lines by default; uselimitLines: falseto disable it - Changed
limitoption to limit children count (this option served aslimitLinesbefore) - Added
expandedoption to specify initial leaf expanded level - Added
collapsableoption to hide a toggle element when a leaf is expaned - Prevented large tree growing by keeping already visited data leafs collapsed
- Added
- Improved
Popupview:- Added hover trigger mode which enables with options to constructor:
new discovery.view.Popup({ hoverTriggers: string, hoverElementToOptions: fn(triggerEl): object, hoverPin: false | "popup-hover" | "trigger-click" })
- Added
classNameconstructor option to set class name on popup's root element - Added setting a
max-widthfor its content - Added
data-v-to,data-h-toanddata-pin-modeattributes to indicate a state of popup - Removed
xAnchoroption forshow()method - Fixed various show/hide issues when several popups involved
- Fixed popup closing when a click performs on/inside a trigger element while the popup is visible, now it stays visible
- Fixed z-index when several popups are shown
- Added signature preset on report page
- Added view editor input prettify button on report page
- Added