File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
java/com/flowingcode/vaadin/addons/orgchart
resources/META-INF/frontend Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 5454@ Tag ("fc-orgchart" )
5555@ JsModule ("./fc-orgchart.js" )
5656@ CssImport ("./fc-orgchart-styles.css" )
57+ @ NpmPackage (value = "json-digger" , version = "2.0.2" )
5758public class OrgChart extends Div {
5859
5960 private OrgChartItem orgChartItem ;
Original file line number Diff line number Diff line change 2020import { html , PolymerElement } from '@polymer/polymer/polymer-element.js' ;
2121import jQuery from "jquery" ;
2222import html2canvas from 'html2canvas' ;
23+ import JSONDigger from "json-digger/dist/json-digger.js" ;
2324
2425/**
2526 * `fc-orgchart`
@@ -93,6 +94,7 @@ class FCOrgChart extends PolymerElement {
9394 } ) ;
9495
9596 window . html2canvas = html2canvas ;
97+ window . JSONDigger = JSONDigger ;
9698
9799 // add title
98100 var title = state . chartTitle ;
You can’t perform that action at this time.
0 commit comments