Skip to content

Commit ddff9bb

Browse files
Integrated latest changes at 11-05-2024 4:30:36 PM
1 parent 2d85367 commit ddff9bb

File tree

64 files changed

+269
-721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+269
-721
lines changed

ej2-react/code-snippet/diagram/AutomaticLayout/flowchart-cs3/app/index.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -78,4 +79,6 @@ export default function App() {
7879

7980
// Render the App component into the 'diagram' element in the DOM
8081
const root = ReactDOM.createRoot(document.getElementById("diagram"));
81-
root.render(<App />);
82+
root.render(<App />);
83+
84+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/flowchart-cs3/app/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -78,4 +79,6 @@ export default function App() {
7879

7980
// Render the App component into the 'diagram' element in the DOM
8081
const root = ReactDOM.createRoot(document.getElementById("diagram") as HTMLElement);
81-
root.render(<App />);
82+
root.render(<App />);
83+
84+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/flowchart-cs4/app/index.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -71,4 +72,6 @@ export default function App() {
7172

7273
// Render the App component into the 'diagram' element in the DOM
7374
const root = ReactDOM.createRoot(document.getElementById("diagram"));
74-
root.render(<App />);
75+
root.render(<App />);
76+
77+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/flowchart-cs4/app/index.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -71,4 +72,6 @@ export default function App() {
7172

7273
// Render the App component into the 'diagram' element in the DOM
7374
const root = ReactDOM.createRoot(document.getElementById("diagram") as HTMLElement);
74-
root.render(<App />);
75+
root.render(<App />);
76+
77+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/layout-bounds-cs1/app/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from "react";
34
import * as ReactDOM from 'react-dom/client';
@@ -71,3 +72,5 @@ export default function App() {
7172
// Render the App component into the 'diagram' element in the DOM
7273
const root = ReactDOM.createRoot(document.getElementById("diagram"));
7374
root.render(<App />);
75+
76+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/layout-bounds-cs1/app/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from "react";
34
import * as ReactDOM from 'react-dom/client';
@@ -72,3 +73,5 @@ export default function App() {
7273
// Render the App component into the 'diagram' element in the DOM
7374
const root = ReactDOM.createRoot(document.getElementById("diagram") as HTMLElement);
7475
root.render(<App />);
76+
77+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/layout-expandandcollapse-cs1/app/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -116,3 +117,5 @@ export default function App() {
116117
// Render the App component into the 'diagram' element in the DOM
117118
const root = ReactDOM.createRoot(document.getElementById('diagram'));
118119
root.render(<App />);
120+
121+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/layout-expandandcollapse-cs1/app/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -116,3 +117,5 @@ export default function App() {
116117
// Render the App component into the 'diagram' element in the DOM
117118
const root = ReactDOM.createRoot(document.getElementById('diagram') as HTMLElement);
118119
root.render(<App />);
120+
121+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/layout-margin-cs1/app/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -64,3 +65,5 @@ export default function App() {
6465
// Render the App component into the 'diagram' element in the DOM
6566
const root = ReactDOM.createRoot(document.getElementById('diagram'));
6667
root.render(<App />);
68+
69+
{% endraw %}

ej2-react/code-snippet/diagram/AutomaticLayout/layout-margin-cs1/app/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12

23
import * as React from 'react';
34
import * as ReactDOM from 'react-dom/client';
@@ -65,3 +66,5 @@ export default function App() {
6566
// Render the App component into the 'diagram' element in the DOM
6667
const root = ReactDOM.createRoot(document.getElementById('diagram') as HTMLElement);
6768
root.render(<App />);
69+
70+
{% endraw %}

0 commit comments

Comments
 (0)