Skip to content

Commit ecbb656

Browse files
author
pipeline
committed
v31.2.2 is released
1 parent 1a27097 commit ecbb656

File tree

123 files changed

+129
-129
lines changed

Some content is hidden

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

123 files changed

+129
-129
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-javascript-samples",
3-
"version": "31.1.17",
3+
"version": "31.2.2",
44
"description": "Examples of JavaScript (ES5) UI Controls",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

src/common/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -274,21 +274,21 @@ searchPopup = new ej.dropdowns.AutoComplete({
274274
} else {
275275
ej.base.select('.sb-mobile-preference').appendChild(ej.base.select('#settings-popup'));
276276
}
277-
searchPopup.hidePopup();
277+
searchPopup.hidePopup();
278278
switcherPopup.hide();
279279
themeSwitherPopup.hide();
280280
themeDropDown = new ej.dropdowns.DropDownList({
281+
index: themeCollection.indexOf(selectedTheme.split('-')[0]),
282+
change: function (e) { switchTheme(e.value); }
283+
});
284+
themeDropDown.appendTo('#sb-setting-theme');
285+
themeModeDropDown = new ej.dropdowns.DropDownList({
281286
index: selectedTheme.includes('-dark') ? 1 : 0,
282287
change: function (e) {
283288
if (isUpdatingFromUrl) {
284289
return;}
285290
darkSwitch() }
286291
});
287-
themeDropDown.appendTo('#sb-setting-theme');
288-
themeModeDropDown = new ej.dropdowns.DropDownList({
289-
index: (location.hash.split('/')[1] && location.hash.split('/')[1].includes('-dark')) ? 1 : 0,
290-
change: function (e) { darkSwitch() }
291-
});
292292
themeModeDropDown.appendTo('#sb-theme-mode');
293293
cultureDropDown = new ej.dropdowns.DropDownList({
294294
index: 0,

src/gantt/advance-exporting-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/gantt/advance-exporting.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@ this.default = function () {
150150
splitterSettings: {
151151
columnIndex: 3,
152152
},
153-
projectStartDate: new Date('03/25/2025'),
154-
projectEndDate: new Date('06/01/2025'),
153+
projectStartDate: new Date('03/25/2025')
155154
});
156155

157156
ganttChart.appendTo('#advanceExport');

src/gantt/advanced-filter-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/gantt/baseline-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/gantt/column-menu-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/gantt/column-template-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/gantt/constraints-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/gantt/contextMenu-stack.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)