Skip to content

Commit afa426b

Browse files
author
pipeline
committed
v24.1.41 is released
1 parent b50fbac commit afa426b

File tree

1,488 files changed

+14703
-5976
lines changed

Some content is hidden

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

1,488 files changed

+14703
-5976
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"styleDependency": ["ej2"],
66
"github": ["/source/**/*.{css,ts,html,json}", "!/source/**/*.{d.ts,ngfactory.ts,ngstyle.ts,ngsummary.json}", "./styles/images{,/**}", "./styles/{index.css,highlight.css}", "./styles/*.scss", "./dist/zone.min.js", "/source/**/images{,/**}", "/source/common/cldr-data{,/**}", "./index.html", "./favicon.ico", "package.json", "tsconfig-aot.json", "webpack.config.js", "license"],
77
"publishSamples": ["./output/**/*.*"],
8-
"releaseVersion": "22.1.34",
8+
"releaseVersion": "24.1.41",
99
"platform": "angular",
1010
"customNames": [
1111
"listview",

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "23.1.36",
3+
"version": "24.1.41",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "^15.1.0",
@@ -13,7 +13,6 @@
1313
"@angular/platform-browser-dynamic": "^15.1.0",
1414
"@angular/router": "^15.1.0",
1515
"@microsoft/signalr": "5.0.9",
16-
"codemirror": "^5.37.0",
1716
"@syncfusion/ej2": "*",
1817
"@syncfusion/ej2-angular-barcode-generator": "*",
1918
"@syncfusion/ej2-angular-base": "*",
@@ -50,31 +49,32 @@
5049
"@syncfusion/ej2-angular-treegrid": "*",
5150
"@syncfusion/ej2-angular-treemap": "*",
5251
"@syncfusion/ej2-angular-image-editor": "*",
53-
"child_process": "^1.0.2",
54-
"fuse.js": "^3.2.0",
5552
"marked": "4.0.10",
56-
"gulp": "^4.0.2",
57-
"rxjs": "~7.8.0",
58-
"shelljs": "^0.8.5",
59-
"gulp-s3-upload": "1.6.6",
60-
"gulp-gzip": "1.4.2",
61-
"tslib": "^2.3.0",
62-
"zone.js": "~0.12.0",
63-
"node-fetch": "2.6.7",
64-
"elasticlunr": "0.9.5"
53+
"rxjs": "~7.8.0"
6554
},
6655
"devDependencies": {
6756
"@angular-devkit/build-angular": "^15.1.4",
6857
"@angular/cli": "~15.1.4",
6958
"@angular/compiler-cli": "^15.1.0",
7059
"@types/jasmine": "~4.3.0",
60+
"child_process": "^1.0.2",
61+
"codemirror": "^5.37.0",
62+
"elasticlunr": "0.9.5",
63+
"fuse.js": "^3.2.0",
64+
"gulp": "^4.0.2",
65+
"gulp-s3-upload": "1.6.6",
66+
"gulp-gzip": "1.4.2",
7167
"jasmine-core": "~4.5.0",
7268
"karma": "~6.4.0",
7369
"karma-chrome-launcher": "~3.1.0",
7470
"karma-coverage": "~2.2.0",
7571
"karma-jasmine": "~5.1.0",
7672
"karma-jasmine-html-reporter": "~2.0.0",
77-
"typescript": "~4.9.4"
73+
"node-fetch": "2.6.7",
74+
"shelljs": "^0.8.5",
75+
"tslib": "^2.3.0",
76+
"typescript": "~4.9.4",
77+
"zone.js": "~0.12.0"
7878
},
7979
"scripts": {
8080
"ng": "ng",

sampleOrder.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,20 @@
226226
"data-editing": "Data Editing"
227227
}
228228
},
229+
"three-dimension-chart": {
230+
"ControlName": "3D Chart",
231+
"Samples": {
232+
"column": "Column",
233+
"back-to-back-column": "Back to Back Column",
234+
"cylinder": "Cylindrical Column",
235+
"bar": "Bar",
236+
"stacked-column": "Stacking Column with grouping",
237+
"stacked-column-100": "100% Stacked Column",
238+
"stacked-bar": "Stacked Bar",
239+
"stacked-bar-100": "100% Stacked Bar",
240+
"empty-point": "Column with null and 0 values"
241+
}
242+
},
229243
"chips": {
230244
"ControlName": "Chips",
231245
"Samples": {
@@ -1026,6 +1040,16 @@
10261040
"modal": "Modal"
10271041
}
10281042
},
1043+
"stepper": {
1044+
"ControlName" : "Stepper",
1045+
"Samples": {
1046+
"default":"Default Functionalities",
1047+
"orientation": "Orientation",
1048+
"validation": "Validation",
1049+
"linear": "Linear Flow",
1050+
"template": "Template and Customization"
1051+
}
1052+
},
10291053
"splitter": {
10301054
"ControlName": "Splitter",
10311055
"Samples": {

src/app/accordion/default-stackb.json

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

src/app/accordion/icon-stackb.json

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

src/app/accordion/keyboard-interaction-stackb.json

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

src/app/accordion/templates-stackb.json

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

src/app/appbar/color-stackb.json

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

src/app/appbar/default-stackb.json

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

src/app/arc-gauge/customer-satisfaction-score-stackb.json

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

0 commit comments

Comments
 (0)