Skip to content

Commit

Permalink
v20.3.47 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Sep 29, 2022
1 parent bcab3ed commit 3a6ab4e
Show file tree
Hide file tree
Showing 730 changed files with 63,317 additions and 21,504 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ https://cli.vuejs.org/guide/deployment.html
<a href="src/tree-grid">Tree Grid</a>
</td>
<td>
<a href="src/pivot-view">Pivot Table (Updated)</a>
<a href="src/pivot-table">Pivot Table (Updated)</a>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -429,7 +429,7 @@ https://cli.vuejs.org/guide/deployment.html
<a href="src/uploader">File Upload</a>
</td>
<td>
<a href="src/slider">Range Slider</a>
<a href="src/range-slider">Range Slider</a>
</td>
</tr>
<tr>
Expand Down
22 changes: 11 additions & 11 deletions newWindowSamples/accordion/ajax/main.bundle.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions newWindowSamples/accordion/default/main.bundle.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions newWindowSamples/accordion/icons/main.bundle.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions newWindowSamples/accordion/keyboard-interaction/main.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion newWindowSamples/accordion/right-to-left/main.bundle.js

Large diffs are not rendered by default.

220 changes: 152 additions & 68 deletions newWindowSamples/accordion/vendors.bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
})(window, document, 'script', 'dataLayer', 'GTM-WLQL39J');
</script>
<!-- End Google Tag Manager -->
<title>Vue grid frozen Example - Syncfusion Demos</title>
<meta name="description" content="This example demonstrates the frozen in Vue grid Component. Explore here for more details." />
<title>Vue appbar color Example - Syncfusion Demos</title>
<meta name="description" content="This example demonstrates the color in Vue appbar Component. Explore here for more details." />
<meta http-equiv=X-UA-Compatible content="IE=edge">
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
<meta name=viewport content="width=device-width,initial-scale=1">
Expand Down Expand Up @@ -77,7 +77,7 @@
</div>
</div>

<h1 class="sb-bread-crumb-text">Example of frozen in Vue grid Component</h1>
<h1 class="sb-bread-crumb-text">Example of color in Vue appbar Component</h1>
<div id=app></div>

<div class="sb-footer">
Expand Down
253 changes: 253 additions & 0 deletions newWindowSamples/appbar/color/main.bundle.js

Large diffs are not rendered by default.

114 changes: 114 additions & 0 deletions newWindowSamples/appbar/default/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html lang=en>

<head>
<meta charset=utf-8>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-WLQL39J');
</script>
<!-- End Google Tag Manager -->
<title>Vue appbar default Example - Syncfusion Demos</title>
<meta name="description" content="This example demonstrates the default in Vue appbar Component. Explore here for more details." />
<meta http-equiv=X-UA-Compatible content="IE=edge">
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
<meta name=viewport content="width=device-width,initial-scale=1">
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
<link href="../../opennew.css" rel="stylesheet">
<link href=./main.bundle.js rel=preload as=script>
<link href=../vendors.bundle.js rel=preload as=script>
</head>

<body><noscript><strong>We're sorry but my-project doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>

<div class="sample-browser">
<div id="sample-header" class="sb-header" role="banner">
<div class="sb-header-left sb-left sb-table">
<div class="sb-header-item sb-table-cell">
<div class="header-logo">
<a href="#" target="" rel="noopener noreferrer">
</a><a href="https://ej2.syncfusion.com/home/vue.html" target="" rel="noopener noreferrer">
<div class="footer-logo"> </div>
</a>
</div>

</div>
<div class="sb-header-splitter sb-download-splitter"></div>
<div class="sb-header-item sb-table-cell">
<div id="sb-header-text" class="e-sb-header-text">

<span class="sb-header-text-left">Essential Studio for Vue</span>
</div>
</div>
</div>
<div class="sb-header-right sb-right sb-table">
<div class="sb-header-item sb-table-cell">
<div class="product-style">
<div>
<a href="https://www.syncfusion.com/products/vue/">PRODUCT DETAILS</a>
</div>
</div>
</div>
<div class="sb-header-item sb-table-cell">
<div class="sb-header-item sb-table-cell sb-download-wrapper">
<a href="https://www.syncfusion.com/downloads/essential-js2" target="_blank">
<button id="download-now" class="sb-download-btn">
<span class="sb-download-text">Download</span>
</button>
</a>
</div>
</div>
</div>

</div>
</div>

<h1 class="sb-bread-crumb-text">Example of default in Vue appbar Component</h1>
<div id=app></div>

<div class="sb-footer">
<div class="sb-footer-left">
<div class="sb-footer-links">
<a href="https://ej2.syncfusion.com/documentation/" target="_blank">
<div class="sb-footer-link">Documentation</div>
</a>
<a href="https://www.syncfusion.com/forums/essential-js2" target="_blank">
<div class="sb-footer-link">Forum</div>
</a>
<a href="https://syncfusion.com/blogs" target="_blank">
<div class="sb-footer-link">Blog</div>
</a>
<a href="https://www.syncfusion.com/kb" target="_blank">
<div class="sb-footer-link">Knowledge Base</div>
</a>
</div>
<div class="sb-footer-copyright">Copyright © 2001-2020 Syncfusion Inc.</div>
</div>
<div class="sb-footer-logo">
<a href="https://www.syncfusion.com/" target="_blank">
<div class="sb-footer-logo-icon"></div>
</a>
</div>
</div>
</div>
</div>

<script src="../vendors.bundle.js"> </script>
<script src="./main.bundle.js"> </script>
</body>

</html>
Loading

0 comments on commit 3a6ab4e

Please sign in to comment.