Skip to content

Commit 566d0ef

Browse files
author
pipeline
committed
v24.2.3 is released
1 parent afa426b commit 566d0ef

File tree

127 files changed

+4954
-1051
lines changed

Some content is hidden

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

127 files changed

+4954
-1051
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": "24.1.41",
8+
"releaseVersion": "24.2.3",
99
"platform": "angular",
1010
"customNames": [
1111
"listview",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "24.1.41",
3+
"version": "24.2.3",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "^15.1.0",
@@ -57,13 +57,14 @@
5757
"@angular/cli": "~15.1.4",
5858
"@angular/compiler-cli": "^15.1.0",
5959
"@types/jasmine": "~4.3.0",
60+
"@types/codemirror": "^0.0.56",
6061
"child_process": "^1.0.2",
6162
"codemirror": "^5.37.0",
6263
"elasticlunr": "0.9.5",
6364
"fuse.js": "^3.2.0",
6465
"gulp": "^4.0.2",
65-
"gulp-s3-upload": "1.6.6",
6666
"gulp-gzip": "1.4.2",
67+
"gulp-s3-upload": "1.6.6",
6768
"jasmine-core": "~4.5.0",
6869
"karma": "~6.4.0",
6970
"karma-chrome-launcher": "~3.1.0",

src/app/diagram/annotations-stackb.json

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

src/app/diagram/annotations.html

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<style>
2+
/* Annotation alignment pattern style */
23
.diagram-annotations .image-pattern-style {
34
background-color: white;
45
background-size: contain;
@@ -89,34 +90,6 @@
8990
content: "\e716";
9091
}
9192

92-
.diagram-annotations .material .e-bold::before {
93-
content: "\e707";
94-
}
95-
96-
.diagram-annotations .material .e-italic::before {
97-
content: "\e70b";
98-
}
99-
100-
.diagram-annotations .material .e-underline::before {
101-
content: "\e702";
102-
}
103-
104-
.diagram-annotations .bootstrap .e-bold::before {
105-
content: "\e71f";
106-
}
107-
108-
.diagram-annotations .bootstrap .e-italic::before {
109-
content: "\e723";
110-
}
111-
112-
.diagram-annotations .bootstrap .e-underline::before {
113-
content: "\e71a";
114-
}
115-
116-
.diagram-annotations .e-btn {
117-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0), 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0);
118-
}
119-
12093
.diagram-annotations .e-bigger .e-btn.e-small.e-icon-btn {
12194
padding: 0px;
12295
}

src/app/diagram/bpmn-editor-stackb.json

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

src/app/diagram/commands-stackb.json

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

src/app/diagram/commands.component.css

Lines changed: 1 addition & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,4 @@
1-
.sb-mobile-palette {
2-
width:240px;
3-
height:100%;
4-
float:left;
5-
}
6-
7-
.sb-mobile-palette-bar {
8-
display: none;
9-
}
10-
11-
.sb-mobile-diagram {
12-
width:calc(100% - 242px);
13-
height: 100%;
14-
float: left;
15-
}
16-
17-
@media (max-width: 550px) {
18-
19-
.sb-mobile-palette {
20-
z-index: 19;
21-
position: absolute;
22-
display: none;
23-
transition: transform 300ms linear, visibility 0s linear 300ms;
24-
width:39%;
25-
height:100%;
26-
}
27-
28-
.sb-mobile-palette-bar {
29-
display: block;
30-
width: 100%;
31-
background:#fafafa;
32-
padding: 10px 10px;
33-
border:0.5px solid #e0e0e0;
34-
min-height: 40px;
35-
}
36-
37-
.sb-mobile-diagram {
38-
width: 100%;
39-
height: 100%;
40-
float: left;
41-
left: 0px;
42-
}
43-
44-
#palette-icon {
45-
font-size: 20px;
46-
}
47-
}
48-
49-
.sb-mobile-palette-open {
50-
position: absolute;
51-
display: block;
52-
right: 15px;
53-
}
1+
542

553
@font-face {
564
font-family: 'e-ddb-icons1';
@@ -169,30 +117,3 @@
169117
content: "\e725";
170118
}
171119

172-
.e-file-select-wrap {
173-
display: none;
174-
}
175-
176-
.e-btn,
177-
.e-css.e-btn {
178-
background-color: transparent;
179-
border-color: transparent;
180-
}
181-
182-
.bootstrap5 .e-btn,
183-
.e-css.e-btn {
184-
color: #333;
185-
}
186-
187-
.bootstrap4 .e-btn,
188-
.e-css.e-btn {
189-
color: #333;
190-
}
191-
192-
.bootstrap5 .e-btn:hover {
193-
color: #fff;
194-
}
195-
196-
.bootstrap4 .e-btn:hover {
197-
color: #fff;
198-
}

src/app/diagram/complex-hierarchical-tree-stackb.json

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

src/app/diagram/complex-hierarchical-tree.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
} from '@syncfusion/ej2-diagrams';
77
import { DataManager } from '@syncfusion/ej2-data';
88
import { ChangeEventArgs as NumericChangeEventArgs } from '@syncfusion/ej2-inputs';
9-
import * as Data from './diagram-data.json';
9+
import {multiParentData} from './overview-data';
1010
import { ChangeEventArgs as CheckBoxChangeEventArgs } from '@syncfusion/ej2-buttons';
1111
Diagram.Inject(DataBinding, ComplexHierarchicalTree,LineDistribution);
1212

@@ -36,7 +36,7 @@ export class ComplexHierarchicalTreeDiagramComponent {
3636
};
3737
public data: Object = {
3838
id: 'Name', parentId: 'ReportingPerson',
39-
dataSource: new DataManager((Data as any).multiParentData),
39+
dataSource: new DataManager(multiParentData),
4040
//binds the external data with node
4141
doBinding: (nodeModel: NodeModel, data: DataInfo, diagram: Diagram) => {
4242
/* tslint:disable:no-string-literal */
@@ -98,12 +98,12 @@ export class ComplexHierarchicalTreeDiagramComponent {
9898
}
9999
};
100100

101-
public onmarginLeftChange(args: NumericChangeEventArgs): void {
101+
public onMarginLeftChange(args: NumericChangeEventArgs): void {
102102
this.diagram.layout.margin.left = args.value;
103103
this.diagram.dataBind();
104104
}
105105

106-
public onmarginTopChange(args: NumericChangeEventArgs): void {
106+
public onMarginTopChange(args: NumericChangeEventArgs): void {
107107
this.diagram.layout.margin.top = args.value;
108108
this.diagram.dataBind();
109109
}

src/app/diagram/complex-hierarchical-tree.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
8282
<div style="display: table-cell; vertical-align: middle ">Margin X</div>
8383
</div>
8484
<div class="col-xs-7 ">
85-
<ejs-numerictextbox id='mleft' [value]="10" format='n0' step="1" (change)='onmarginLeftChange($event)'></ejs-numerictextbox>
85+
<ejs-numerictextbox id='mleft' [value]="10" format='n0' step="1" (change)='onMarginLeftChange($event)'></ejs-numerictextbox>
8686
</div>
8787
</div>
8888
<div class="row sb-child-row">
8989
<div style="display: table;height: 35px; padding-left: 0px " class="col-xs-5 ">
9090
<div style="display: table-cell; vertical-align: middle ">Margin Y</div>
9191
</div>
9292
<div class="col-xs-7 ">
93-
<ejs-numerictextbox id='mtop' [value]="50" format='n0' step="1" (change)='onmarginTopChange($event)'></ejs-numerictextbox>
93+
<ejs-numerictextbox id='mtop' [value]="50" format='n0' step="1" (change)='onMarginTopChange($event)'></ejs-numerictextbox>
9494
</div>
9595
</div>
9696
<div class="row sb-child-row">

0 commit comments

Comments
 (0)