Skip to content

Commit 6e2c18f

Browse files
author
pipeline
committed
v28.1.33 is released
1 parent 72f524e commit 6e2c18f

File tree

489 files changed

+10699
-4733
lines changed

Some content is hidden

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

489 files changed

+10699
-4733
lines changed

gulpfile.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ function generateSearchIndex(sampleArray) {
4040
fs.writeFileSync('./src/common/search-index.json', JSON.stringify(instance.toJSON()));
4141
}
4242

43-
function getSamples(data, component, category) {
43+
function getSamples(data, component) {
4444
var dataList = Object.keys(data);
4545
for (var i = 0; i < dataList.length; i++) {
4646
var currentData = data[dataList[i]];
47-
if (component === currentData.name && category === currentData.category) {
47+
if (component === currentData.name) {
4848
return currentData;
4949
}
5050
}
@@ -138,9 +138,8 @@ gulp.task('combine-samplelist', function() {
138138
var orderKeys = Object.keys(sampleOrder);
139139
for (var i = 0; i < orderKeys.length; i++) {
140140
var components = sampleOrder[orderKeys[i]];
141-
let category = orderKeys[i];
142141
for (var j = 0; j < components.length; j++) {
143-
var currentData = getSamples(data, components[j], category);
142+
var currentData = getSamples(data, components[j]);
144143
currentData['order'] = i;
145144
result.push(currentData);
146145
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-vue-samples",
3-
"version": "27.1.48",
3+
"version": "28.1.33",
44
"description": "Examples of Vue UI Components",
55
"keywords": [],
66
"dependencies": {
@@ -45,7 +45,7 @@
4545
"@xenova/transformers": "^2.17.2",
4646
"form-data": "^4.0.0",
4747
"openai": "^4.57.3",
48-
"vue": "3.4.21",
48+
"vue": "3.5.10",
4949
"vue-router": "4.2.4"
5050
},
5151
"devDependencies": {

public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@
1818
<title>Demos, Examples of Syncfusion Vue UI Components</title>
1919
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2020
<meta name="description" content="Explore and learn Syncfusion Vue UI components library using large collection of feature-wise examples for each components.">
21+
<meta http-equiv="X-Frame-Options" content="SAMEORIGIN">
2122
<meta name="author" content="Syncfusion" />
2223
<link rel="shortcut icon" href="favicon.ico" />
2324
<link rel="manifest" href="./manifest.webmanifest">
2425
<link href="styles/bootstrap.min.css" rel="stylesheet" />
2526
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"></link>
2627
<script>
2728
var themeName = location.hash.split('/')[1];
28-
themeName = themeName ? themeName : 'fluent2';
29+
themeName = themeName ? themeName : 'tailwind3';
2930
document.write('<link href="styles/' + (themeName.includes('bootstrap5') ? themeName.replace('bootstrap5', 'bootstrap5.3') : themeName) + '.css" rel="stylesheet" />');
3031
</script>
3132
<link href="styles/index.css" rel="stylesheet" />

public/styles/common.css

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,7 @@ span.e-input-group.e-control-wrapper.e-ddl {
567567
padding-left: 6px;
568568
outline: none;
569569
width: 100%;
570-
height: 100%;
571570
font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif";
572-
min-height: 23px;
573571
background: #fff;
574572
}
575573

@@ -1585,7 +1583,7 @@ propertye pane
15851583
}
15861584

15871585
.sb-icon-Palette:before {
1588-
font-size: 25px;
1586+
font-size: 18px;
15891587
}
15901588

15911589
.sb-setting-text {
@@ -1917,7 +1915,10 @@ propertye pane
19171915

19181916
/*sb-hide */
19191917

1920-
.sb-hide {
1918+
.sb-hide,
1919+
#sb-setting-theme_options li[data-value="highcontrast"],
1920+
#sb-setting-theme_options li[data-value="fluent"],
1921+
#sb-setting-theme_options li[data-value="tailwind"] {
19211922
display: none !important;
19221923
}
19231924

@@ -2222,7 +2223,7 @@ aside#left-sidebar {
22222223
margin: 17px auto 0px;
22232224
float: none;
22242225
width: 242px;
2225-
padding: 11px 61px;
2226+
padding: 11px 55px;
22262227
}
22272228

22282229
.content-area {
@@ -2253,10 +2254,10 @@ aside#left-sidebar {
22532254

22542255
.free-trial {
22552256
display: block;
2256-
margin: 17px auto 0px;
2257+
margin: 4px auto 0px;
22572258
float: none;
22582259
width: 242px;
2259-
padding: 11px 61px;
2260+
padding: 11px 55px;
22602261
}
22612262

22622263
.content-area {
@@ -2351,7 +2352,7 @@ aside#left-sidebar {
23512352
display: block;
23522353
margin: 17px auto 0px;
23532354
float: none;
2354-
width: 242px;
2355+
width: 251px;
23552356
padding: 11px 61px;
23562357
}
23572358

@@ -2515,6 +2516,13 @@ aside#left-sidebar {
25152516
}
25162517
}
25172518

2519+
@media only screen and (min-width: 2500px) and (max-width: 2600px) {
2520+
.free-trial {
2521+
width: 210px;
2522+
padding: 12px 40px;
2523+
}
2524+
}
2525+
25182526
.sb-npm-btn:hover {
25192527
background-color: #f4feff;
25202528
}

public/styles/index.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
@import './common.css';
22
@import './themes/highcontrast.css';
3-
@import './themes/bootstrap4.css';
43
@import './themes/bootstrap5-dark.css';
54
@import './themes/bootstrap5.css';
65
@import './themes/bootstrap5.3.css';
76
@import './themes/bootstrap5.3-dark.css';
8-
@import './themes/fluent-dark.css';
9-
@import './themes/fluent.css';
107
@import './themes/tailwind.css';
8+
@import './themes/tailwind3.css';
9+
@import './themes/fluent.css';
10+
@import './themes/fluent-dark.css';
1111
@import './themes/tailwind-dark.css';
12+
@import './themes/tailwind3-dark.css';
1213
@import './themes/material3.css';
1314
@import './themes/material3-dark.css';
14-
@import './themes/fabric.css';
15-
@import './themes/material.css';
16-
@import './themes/bootstrap.css';
17-
@import './themes/material-dark.css';
18-
@import './themes/fabric-dark.css';
19-
@import './themes/bootstrap-dark.css';
2015
@import './themes/fluent2.css';
2116
@import './themes/fluent2-dark.css';
2217
@import './themes/fluent2-highcontrast.css';

0 commit comments

Comments
 (0)