Skip to content

Commit 811fd02

Browse files
author
pipeline
committed
v24.1.41 is released
1 parent 6f600fc commit 811fd02

File tree

906 files changed

+87489
-34987
lines changed

Some content is hidden

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

906 files changed

+87489
-34987
lines changed

README.md

Lines changed: 484 additions & 10 deletions
Large diffs are not rendered by default.

build/samples.js

Lines changed: 2 additions & 2 deletions
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', gulp.series('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);
@@ -59,7 +59,7 @@ gulp.task('publish-samples', function(done) {
5959
done(e);
6060
});
6161
done();
62-
});
62+
}));
6363

6464
gulp.task('build-output', function(done) {
6565
var publishSample = config.publishSamples;

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ if (fs.existsSync('./controlWiseSamples.json')) {
8787
sampleList = JSON.parse(fs.readFileSync('./controlWiseSample.json'));
8888
}
8989

90+
gulp.task('ship-search-file', function (done) {
91+
console.log('ship-search-file');
92+
});
9093
gulp.task('sample-json', function(done) {
9194
if (sampleList && sampleList.length) {
9295
var controls = getControls();
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 ThreeDimensionChart back-to-back-column Example - Syncfusion Demos</title>
25+
<meta name="description" content="This example demonstrates the back-to-back-column in Vue ThreeDimensionChart 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 back-to-back-column in Vue ThreeDimensionChart 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>

newWindowSamples/ThreeDimensionChart/back-to-back-column/main.bundle.js

Lines changed: 237 additions & 0 deletions
Large diffs are not rendered by default.
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 ThreeDimensionChart bar Example - Syncfusion Demos</title>
25+
<meta name="description" content="This example demonstrates the bar in Vue ThreeDimensionChart 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 bar in Vue ThreeDimensionChart 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)