Skip to content

Commit 23a8041

Browse files
author
pipeline
committed
v22.1.34 is released
1 parent f2e26ac commit 23a8041

File tree

2,117 files changed

+31857
-16375
lines changed

Some content is hidden

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

2,117 files changed

+31857
-16375
lines changed

build/samples.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function getReleaseVersion(version) {
1717
return version.join('.');
1818
}
1919

20-
gulp.task('publish-samples', function(done) {
20+
gulp.task('publish-samples', ['ship-search-file'], function(done) {
2121
var isMaster = process.env.BRANCH_NAME === 'master';
2222
var hotfixVersion;
2323
var isHotFix = /^((release\/|hotfix\/))/g.test(process.env.BRANCH_NAME);

config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"cssComponent": [
6060
"card"
6161
],
62+
"platform": "vue",
6263
"customNames": [
6364
"heatmap",
6465
"datasource",

newWindowSamples/accordion/ajax/main.bundle.js

Lines changed: 0 additions & 264 deletions
This file was deleted.

newWindowSamples/accordion/default/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta http-equiv=X-UA-Compatible content="IE=edge">
2727
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
2828
<meta name=viewport content="width=device-width,initial-scale=1">
29-
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
29+
<link href="../../styles/material.css" rel="stylesheet" />
3030
<link href="../../opennew.css" rel="stylesheet">
3131
<link href=./main.bundle.js rel=preload as=script>
3232
<link href=../vendors.bundle.js rel=preload as=script>

newWindowSamples/accordion/default/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newWindowSamples/accordion/icons/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta http-equiv=X-UA-Compatible content="IE=edge">
2727
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
2828
<meta name=viewport content="width=device-width,initial-scale=1">
29-
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
29+
<link href="../../styles/material.css" rel="stylesheet" />
3030
<link href="../../opennew.css" rel="stylesheet">
3131
<link href=./main.bundle.js rel=preload as=script>
3232
<link href=../vendors.bundle.js rel=preload as=script>

newWindowSamples/accordion/icons/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newWindowSamples/accordion/keyboard-interaction/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta http-equiv=X-UA-Compatible content="IE=edge">
2727
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
2828
<meta name=viewport content="width=device-width,initial-scale=1">
29-
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
29+
<link href="../../styles/material.css" rel="stylesheet" />
3030
<link href="../../opennew.css" rel="stylesheet">
3131
<link href=./main.bundle.js rel=preload as=script>
3232
<link href=../vendors.bundle.js rel=preload as=script>

newWindowSamples/accordion/keyboard-interaction/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

newWindowSamples/accordion/right-to-left/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<meta http-equiv=X-UA-Compatible content="IE=edge">
2727
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
2828
<meta name=viewport content="width=device-width,initial-scale=1">
29-
<link href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet" />
29+
<link href="../../styles/material.css" rel="stylesheet" />
3030
<link href="../../opennew.css" rel="stylesheet">
3131
<link href=./main.bundle.js rel=preload as=script>
3232
<link href=../vendors.bundle.js rel=preload as=script>

newWindowSamples/accordion/right-to-left/main.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,114 @@
1+
<!DOCTYPE html>
2+
<html lang=en>
3+
4+
<head>
5+
<meta charset=utf-8>
6+
<!-- Google Tag Manager -->
7+
<script>
8+
(function (w, d, s, l, i) {
9+
w[l] = w[l] || [];
10+
w[l].push({
11+
'gtm.start': new Date().getTime(),
12+
event: 'gtm.js'
13+
});
14+
var f = d.getElementsByTagName(s)[0],
15+
j = d.createElement(s),
16+
dl = l != 'dataLayer' ? '&l=' + l : '';
17+
j.async = true;
18+
j.src =
19+
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
20+
f.parentNode.insertBefore(j, f);
21+
})(window, document, 'script', 'dataLayer', 'GTM-WLQL39J');
22+
</script>
23+
<!-- End Google Tag Manager -->
24+
<title>Vue accordion template Example - Syncfusion Demos</title>
25+
<meta name="description" content="This example demonstrates the template in Vue accordion Component. Explore here for more details." />
26+
<meta http-equiv=X-UA-Compatible content="IE=edge">
27+
<link rel="shortcut icon" href="https://ej2.syncfusion.com/home/favicon.ico" />
28+
<meta name=viewport content="width=device-width,initial-scale=1">
29+
<link href="../../styles/material.css" rel="stylesheet" />
30+
<link href="../../opennew.css" rel="stylesheet">
31+
<link href=./main.bundle.js rel=preload as=script>
32+
<link href=../vendors.bundle.js rel=preload as=script>
33+
</head>
34+
35+
<body><noscript><strong>We're sorry but my-project doesn't work properly without JavaScript enabled. Please enable it to
36+
continue.</strong></noscript>
37+
38+
<div class="sample-browser">
39+
<div id="sample-header" class="sb-header" role="banner">
40+
<div class="sb-header-left sb-left sb-table">
41+
<div class="sb-header-item sb-table-cell">
42+
<div class="header-logo">
43+
<a href="#" target="" rel="noopener noreferrer">
44+
</a><a href="https://ej2.syncfusion.com/home/vue.html" target="" rel="noopener noreferrer">
45+
<div class="footer-logo"> </div>
46+
</a>
47+
</div>
48+
49+
</div>
50+
<div class="sb-header-splitter sb-download-splitter"></div>
51+
<div class="sb-header-item sb-table-cell">
52+
<div id="sb-header-text" class="e-sb-header-text">
53+
54+
<span class="sb-header-text-left">Essential Studio for Vue</span>
55+
</div>
56+
</div>
57+
</div>
58+
<div class="sb-header-right sb-right sb-table">
59+
<div class="sb-header-item sb-table-cell">
60+
<div class="product-style">
61+
<div>
62+
<a href="https://www.syncfusion.com/products/vue/">PRODUCT DETAILS</a>
63+
</div>
64+
</div>
65+
</div>
66+
<div class="sb-header-item sb-table-cell">
67+
<div class="sb-header-item sb-table-cell sb-download-wrapper">
68+
<a href="https://www.syncfusion.com/downloads/essential-js2" target="_blank">
69+
<button id="download-now" class="sb-download-btn">
70+
<span class="sb-download-text">Download</span>
71+
</button>
72+
</a>
73+
</div>
74+
</div>
75+
</div>
76+
77+
</div>
78+
</div>
79+
80+
<h1 class="sb-bread-crumb-text">Example of template in Vue accordion Component</h1>
81+
<div id=app></div>
82+
83+
<div class="sb-footer">
84+
<div class="sb-footer-left">
85+
<div class="sb-footer-links">
86+
<a href="https://ej2.syncfusion.com/documentation/" target="_blank">
87+
<div class="sb-footer-link">Documentation</div>
88+
</a>
89+
<a href="https://www.syncfusion.com/forums/essential-js2" target="_blank">
90+
<div class="sb-footer-link">Forum</div>
91+
</a>
92+
<a href="https://syncfusion.com/blogs" target="_blank">
93+
<div class="sb-footer-link">Blog</div>
94+
</a>
95+
<a href="https://www.syncfusion.com/kb" target="_blank">
96+
<div class="sb-footer-link">Knowledge Base</div>
97+
</a>
98+
</div>
99+
<div class="sb-footer-copyright">Copyright © 2001-2023 Syncfusion Inc.</div>
100+
</div>
101+
<div class="sb-footer-logo">
102+
<a href="https://www.syncfusion.com/" target="_blank">
103+
<div class="sb-footer-logo-icon"></div>
104+
</a>
105+
</div>
106+
</div>
107+
</div>
108+
</div>
109+
110+
<script src="../vendors.bundle.js"> </script>
111+
<script src="./main.bundle.js"> </script>
112+
</body>
113+
114+
</html>

0 commit comments

Comments
 (0)