File tree Expand file tree Collapse file tree 17 files changed +67
-55
lines changed
java/com/flowingcode/vaadin/addons/orgchart
java/com/flowingcode/vaadin/addons
resources/META-INF/resources/frontend/styles/orgchart Expand file tree Collapse file tree 17 files changed +67
-55
lines changed Original file line number Diff line number Diff line change 1- package com .flowingcode .vaadin .addons .orgchart ;
2-
31/*-
42 * #%L
53 * OrgChart Add-on
64 * %%
7- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
86 * %%
97 * Licensed under the Apache License, Version 2.0 (the "License");
108 * you may not use this file except in compliance with the License.
119 * You may obtain a copy of the License at
12- *
10+ *
1311 * http://www.apache.org/licenses/LICENSE-2.0
14- *
12+ *
1513 * Unless required by applicable law or agreed to in writing, software
1614 * distributed under the License is distributed on an "AS IS" BASIS,
1715 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816 * See the License for the specific language governing permissions and
1917 * limitations under the License.
2018 * #L%
2119 */
20+ package com .flowingcode .vaadin .addons .orgchart ;
21+
2222
2323import com .fasterxml .jackson .core .JsonProcessingException ;
2424import com .fasterxml .jackson .databind .ObjectMapper ;
Original file line number Diff line number Diff line change 1- package com .flowingcode .vaadin .addons .orgchart ;
2-
31/*-
42 * #%L
53 * OrgChart Add-on
64 * %%
7- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
86 * %%
97 * Licensed under the Apache License, Version 2.0 (the "License");
108 * you may not use this file except in compliance with the License.
119 * You may obtain a copy of the License at
12- *
10+ *
1311 * http://www.apache.org/licenses/LICENSE-2.0
14- *
12+ *
1513 * Unless required by applicable law or agreed to in writing, software
1614 * distributed under the License is distributed on an "AS IS" BASIS,
1715 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816 * See the License for the specific language governing permissions and
1917 * limitations under the License.
2018 * #L%
2119 */
20+ package com .flowingcode .vaadin .addons .orgchart ;
21+
2222
2323import java .io .Serializable ;
2424import java .util .ArrayList ;
Original file line number Diff line number Diff line change 1- package com .flowingcode .vaadin .addons .orgchart .client ;
2-
31/*-
42 * #%L
53 * OrgChart Add-on
64 * %%
7- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
86 * %%
97 * Licensed under the Apache License, Version 2.0 (the "License");
108 * you may not use this file except in compliance with the License.
119 * You may obtain a copy of the License at
12- *
10+ *
1311 * http://www.apache.org/licenses/LICENSE-2.0
14- *
12+ *
1513 * Unless required by applicable law or agreed to in writing, software
1614 * distributed under the License is distributed on an "AS IS" BASIS,
1715 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816 * See the License for the specific language governing permissions and
1917 * limitations under the License.
2018 * #L%
2119 */
20+ package com .flowingcode .vaadin .addons .orgchart .client ;
21+
2222
2323import com .flowingcode .vaadin .addons .orgchart .client .constants .ChartConstants ;
2424import com .flowingcode .vaadin .addons .orgchart .client .enums .ChartDirectionEnum ;
Original file line number Diff line number Diff line change 1- package com .flowingcode .vaadin .addons .orgchart .client .constants ;
2-
31/*-
42 * #%L
53 * OrgChart Add-on
64 * %%
7- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
86 * %%
97 * Licensed under the Apache License, Version 2.0 (the "License");
108 * you may not use this file except in compliance with the License.
119 * You may obtain a copy of the License at
12- *
10+ *
1311 * http://www.apache.org/licenses/LICENSE-2.0
14- *
12+ *
1513 * Unless required by applicable law or agreed to in writing, software
1614 * distributed under the License is distributed on an "AS IS" BASIS,
1715 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816 * See the License for the specific language governing permissions and
1917 * limitations under the License.
2018 * #L%
2119 */
20+ package com .flowingcode .vaadin .addons .orgchart .client .constants ;
21+
2222
2323public interface ChartConstants {
2424
Original file line number Diff line number Diff line change 1- package com .flowingcode .vaadin .addons .orgchart .client .enums ;
2-
31/*-
42 * #%L
53 * OrgChart Add-on
64 * %%
7- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
86 * %%
97 * Licensed under the Apache License, Version 2.0 (the "License");
108 * you may not use this file except in compliance with the License.
119 * You may obtain a copy of the License at
12- *
10+ *
1311 * http://www.apache.org/licenses/LICENSE-2.0
14- *
12+ *
1513 * Unless required by applicable law or agreed to in writing, software
1614 * distributed under the License is distributed on an "AS IS" BASIS,
1715 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1816 * See the License for the specific language governing permissions and
1917 * limitations under the License.
2018 * #L%
2119 */
20+ package com .flowingcode .vaadin .addons .orgchart .client .enums ;
21+
2222
2323/**
2424 * Enumeration of the directions that the organization chart can have. <br>
Original file line number Diff line number Diff line change 22 * #%L
33 * OrgChart Add-on
44 * %%
5- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616 * See the License for the specific language governing permissions and
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .orgchart .extra ;
2122
2223/**
Original file line number Diff line number Diff line change 22 * #%L
33 * OrgChart Add-on
44 * %%
5- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021import { html , PolymerElement } from '@polymer/polymer/polymer-element.js' ;
2122import jQuery from "jquery" ;
2223import html2canvas from 'html2canvas' ;
Original file line number Diff line number Diff line change 22 * #%L
33 * OrgChart Add-on
44 * %%
5- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021
2122.orgchart .node {
2223 width : 140px ;
2324}
2425
2526.orgchart .node .content {
2627 overflow : hidden;
27- }
28+ }
Original file line number Diff line number Diff line change 22 * #%L
33 * OrgChart Add-on
44 * %%
5- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616 * See the License for the specific language governing permissions and
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons ;
2122
2223import com .vaadin .flow .component .html .Div ;
Original file line number Diff line number Diff line change 22 * #%L
33 * OrgChart Add-on
44 * %%
5- * Copyright (C) 2017 - 2023 Flowing Code S.A.
5+ * Copyright (C) 2017 - 2025 Flowing Code S.A.
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
99 * You may obtain a copy of the License at
10- *
10+ *
1111 * http://www.apache.org/licenses/LICENSE-2.0
12- *
12+ *
1313 * Unless required by applicable law or agreed to in writing, software
1414 * distributed under the License is distributed on an "AS IS" BASIS,
1515 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1616 * See the License for the specific language governing permissions and
1717 * limitations under the License.
1818 * #L%
1919 */
20+
2021package com .flowingcode .vaadin .addons .orgchart ;
2122
2223import java .util .Arrays ;
You can’t perform that action at this time.
0 commit comments