Skip to content

Commit fc9020b

Browse files
author
pipeline
committed
v21.1.35 is released
1 parent 582fc5f commit fc9020b

File tree

331 files changed

+11175
-48084
lines changed

Some content is hidden

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

331 files changed

+11175
-48084
lines changed

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
"workflow",
177177
"form-validator",
178178
"signature",
179-
"multiline-textbox"
179+
"multiline-textbox",
180+
null
180181
]
181182
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h1 class='sb-sample-text'>Chart</h1>
432432
<div class="content-area">
433433
<div class="ad-cnt-pt">
434434
<div class="ad-cnt-icon click-icon sb-icons sb-icon-icon-selection"></div>
435-
<div class="cnt-text">65+ high-performance and responsive UI components</div>
435+
<div class="cnt-text">80+ high-performance and responsive UI components</div>
436436
</div>
437437
<div class="ad-cnt-pt">
438438
<div class="ad-cnt-icon click-icon sb-icons sb-icon-icon-selection"></div>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-samples",
3-
"version": "20.4.38",
3+
"version": "21.1.35",
44
"description": "Samples for Syncfusion Essential JS 2",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -50,6 +50,7 @@
5050
"@types/marked": "^0.3.0",
5151
"@types/codemirror": "0.0.56",
5252
"@types/es6-promise": "0.0.28",
53+
"@types/node": "12.12.25",
5354
"hasher": "^1.2.0",
5455
"moment-timezone": "0.5.13",
5556
"tributejs": "^3.7.3"

sampleOrder.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@
509509
}
510510
},
511511
"gantt": {
512-
"ControlName": "Gantt",
512+
"ControlName": "Gantt Chart",
513513
"Samples": {
514514
"default": "Default Functionalities",
515515
"local-data": "Local Data",
@@ -903,6 +903,14 @@
903903
"navigation": "Keyboard Navigations"
904904
}
905905
},
906+
"ribbon": {
907+
"ControlName": "Ribbon",
908+
"Samples": {
909+
"default":"Default Functionalities",
910+
"simplified": "Simplified Mode",
911+
"resize": "Ribbon Resizing"
912+
}
913+
},
906914
"rich-text-editor": {
907915
"ControlName": "Rich Text Editor",
908916
"Samples": {
@@ -1265,4 +1273,4 @@
12651273
"custom-drop-area": "Custom Drop Area"
12661274
}
12671275
}
1268-
}
1276+
}

src/accordion/keyboard-interaction.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,14 @@ import { loadCultureFiles } from '../common/culture-loader';
1616
});
1717
// tslint:enable:max-line-length
1818
acrdnObj.appendTo('#Accordion_keyboard_interaction'); //Render initialized Accordion component
19+
20+
//Focus the Accordion header (alt+j) key combination
21+
document.body.addEventListener('keydown', (e: KeyboardEvent) => {
22+
let accordionElement: HTMLElement = document.querySelector(
23+
'#Accordion_keyboard_interaction .e-acrdn-header'
24+
);
25+
if (e.altKey && e.keyCode === 74 && accordionElement) {
26+
accordionElement.focus();
27+
}
28+
});
1929
};

src/arc-gauge/default.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ let circulargauge: CircularGauge = new CircularGauge({
137137
color: '#7a7f82',
138138
startWidth: 1,
139139
endWidth: 1,
140-
radius: '90%',
140+
radius: '89%',
141141
},
142142
{
143143
start: 0,
@@ -153,7 +153,7 @@ let circulargauge: CircularGauge = new CircularGauge({
153153
color: '#7a7f82',
154154
startWidth: 1,
155155
endWidth: 1,
156-
radius: '76%',
156+
radius: '75%',
157157
},
158158
{
159159
start: 0,
@@ -169,7 +169,7 @@ let circulargauge: CircularGauge = new CircularGauge({
169169
color: '#7a7f82',
170170
startWidth: 1,
171171
endWidth: 1,
172-
radius: '63%',
172+
radius: '61%',
173173
},
174174
{
175175
start: 0,
@@ -185,7 +185,7 @@ let circulargauge: CircularGauge = new CircularGauge({
185185
color: '#7a7f82',
186186
startWidth: 1,
187187
endWidth: 1,
188-
radius: '49%',
188+
radius: '47%',
189189
},
190190
{
191191
start: 0,
@@ -201,7 +201,7 @@ let circulargauge: CircularGauge = new CircularGauge({
201201
color: '#7a7f82',
202202
startWidth: 1,
203203
endWidth: 1,
204-
radius: '35%',
204+
radius: '34%',
205205
},
206206
],
207207
pointers: [],

src/arc-gauge/sample.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,29 @@
22
"name": "Arc Gauge",
33
"directory": "arc-gauge",
44
"category": "Data Visualization",
5-
"type":"new",
65
"ftName": "arcgauge",
76
"samples": [
87
{
98
"url": "default",
109
"name": "Default Functionalities",
11-
"type":"new",
1210
"description": "This Essential JS2 Arc Gauge demo shows the gauge's basic rendering.",
1311
"category": "Arc Gauge"
1412
},
1513
{
1614
"url": "customer-satisfaction-score",
1715
"name": "Customer Satisfaction Score",
18-
"type":"new",
1916
"description": "This Essential JS2 Arc Gauge demo shows how the gauge can be customized to represent a customer satisfaction score scenario.",
2017
"category": "Arc Gauge"
2118
},
2219
{
2320
"url": "key-performance-indicator",
2421
"name": "Key Performance Indicator",
25-
"type":"new",
2622
"description": "This Essential JS2 Arc Gauge demo shows how the gauge can be customized to represent a key performance indicator scenario.",
2723
"category": "Arc Gauge"
2824
},
2925
{
3026
"url": "patterns",
3127
"name": "Patterns",
32-
"type":"new",
3328
"description": "This Essential JS2 Arc Gauge demo shows how the gauge can be rendered in many ways to demonstrate different user interfaces by customizing its axis, range, pointer, etc.",
3429
"category": "Arc Gauge"
3530
}

src/auto-complete/data-binding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import * as data from './dataSource.json';
1414
let atcObj1: AutoComplete = new AutoComplete({
1515
// bind the DataManager instance to dataSource property
1616
dataSource: new DataManager({
17-
url: 'https://ej2services.syncfusion.com/production/web-services/api/Employees',
17+
url: 'https://ej2services.syncfusion.com/js/development/api/Employees',
1818
adaptor: new WebApiAdaptor,
1919
crossDomain: true
2020
}),

src/auto-complete/highlight.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,9 @@
4040
width: 50%;
4141
padding-left: 10px;
4242
}
43+
44+
.e-dropdownbase .e-list-item .e-highlight {
45+
color: red;
46+
}
4347
</style>
4448
<!-- custom code end-->

src/chart/accumulation-distribution-indicator.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
</div>
44
<div id="action-description">
55
<p>
6-
This sample illustrates a stock chart with candle series and an accumulation distribution indicator. Trackball shows the information about the stock and signal value of a day.
6+
This sample illustrates a chart with candle series and an accumulation distribution indicator. The trackball shows information about the stock rates and signal values each day.
77
</p>
88
</div>
99
<div id="description">
1010
<p>
11-
In this example, you can see how to render and configure the Accumulation Distribution Indicator. You can use <code>border</code>,
12-
<code>fill</code> properties to customize the area.
11+
In this example, you can see how to render and configure an accumulation distribution indicator. This uses volume and price to identify whether stock is accumulated or distributed. It also identifies divergences between the stock price and volume flow.
1312
</p>
1413
<p>
15-
Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
14+
<code>Tooltip</code> is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.
1615
</p>
1716
<br>
1817
<p style="font-weight: 500"><b>Injecting Module</b></p>
@@ -22,7 +21,7 @@
2221
</p>
2322
<p>
2423
More information on the Accumulation Distribution Indicator can be found in this
25-
<a target="_blank" href="http://ej2.syncfusion.com/documentation/chart/api-series.html#type">documentation section</a>.
24+
<a target="_blank" href="https://ej2.syncfusion.com/documentation/chart/technical-indicators/#accumulation-distribution">documentation section</a>.
2625
</p>
2726
</div>
2827
<style>

0 commit comments

Comments
 (0)