Skip to content

Commit 8e47614

Browse files
committed
Sync with Kendo UI Professional
1 parent 2fe8fd7 commit 8e47614

File tree

295 files changed

+4641
-3002
lines changed

Some content is hidden

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

295 files changed

+4641
-3002
lines changed

docs-aspnet/docs-builder-core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ demos:
4646
defaultTheme: default-ocean-blue-a11y
4747
uris:
4848
www.telerik.com: https://demos.telerik.com/aspnet-core/docsbuilder/
49+
wwwsit.telerik.com: https://demos.telerik.com/aspnet-core/docsbuilder/
4950
wwwuat.telerik.com: https://aspnet-core-demos-staging.azurewebsites.net/aspnet-core/docsbuilder/
5051
default: https://localhost:44314/docsbuilder/
5152
themes:

docs-aspnet/docs-builder-mvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ demos:
4646
defaultTheme: default-ocean-blue-a11y
4747
uris:
4848
www.telerik.com: https://demos.telerik.com/aspnet-mvc/docsbuilder/
49+
wwwsit.telerik.com: https://demos.telerik.com/aspnet-mvc/docsbuilder/
4950
wwwuat.telerik.com: https://aspnet-mvc-demos-staging.azurewebsites.net/aspnet-mvc/docsbuilder/
5051
default: https://localhost:44300/docsbuilder/
5152
themes:

docs-aspnet/html-helpers/data-management/grid/appearance/adaptive-tools.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ The tools appear in the ActionSheet automatically on small or medium screen size
2121
To enable sorting in adaptive mode, configure the Grid with `Sortable()`.
2222

2323
* In [single-column sorting mode]({% slug htmlhelpers_grid_aspnetcore_sorting%}#single-column-sorting), the sorting popup will close immediately after a field is selected, and the Grid will be sorted accordingly.
24-
* In [multi-column]({% slug htmlhelpers_grid_aspnetcore_sorting%}#multi-column-sorting) or
25-
mixed-column]({% slug htmlhelpers_grid_aspnetcore_sorting%}#mixed-column-sorting) sorting modes, the popup will remain open until the user clicks the **Done** button. Sorting is applied in the background as fields are selected.
24+
* In [multi-column]({% slug htmlhelpers_grid_aspnetcore_sorting%}#multi-column-sorting) or [mixed-column]({% slug htmlhelpers_grid_aspnetcore_sorting%}#mixed-column-sorting) sorting modes, the popup will remain open until the user clicks the **Done** button. Sorting is applied in the background as fields are selected.
2625

2726
```HtmlHelper
2827
@(Html.Kendo().Grid<ProductViewModel>()

docs/accessibility/compliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article lists the accessibility compliance of the Kendo UI for jQuery compo
1717

1818
The [Accessibility Conformance Report (ACR)](https://www.section508.gov/sell/acr/) is a document that explains how information and communication technology products such as software, hardware, electronic content, and support documentation conform to leading global accessibility standards. Kendo UI for jQuery provides an ACR through the <a href="https://www.itic.org/policy/accessibility/vpat" target="_blank">Voluntary Product Accessibility Template (VPAT®)</a>.
1919

20-
>tip Download the latest version of the <a href="assets/KendoUI-VPAT2.4RevINT.doc" download>Kendo UI for jQuery Accessibility Conformance Report</a>.
20+
>tip Download the latest version of the [Kendo UI for jQuery Accessibility Conformance Report](assets/KendoUI-VPAT2.4RevINT.doc).
2121
2222
## Compliance Table
2323

docs/api/javascript/data/datasource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ makes an HTTP request for every CRUD operation.
198198

199199
### data `Array|String`
200200

201-
The array of data items which the data source contains. The data source will wrap those items as [`kendo.data.ObservableObject`](/api/javascript/data/observableobject) or [`kendo.data.Model`](/api/javascript/data/model) (if [`schema.model`](/api/javascript/data/datasource/configuration/schema.model) is set).
201+
The array of data items which the data source contains. The data source will wrap those items as [`kendo.data.ObservableObject`](/api/javascript/data/observableobject) or [`kendo.data.Model`](/api/javascript/data/model) (if [`schema.model`](/api/javascript/data/datasource/configuration/schema#schemamodel) is set).
202202

203203
Can be set to a string value if the [`schema.type`](/api/javascript/data/datasource#configuration-schema.type) option is set to `"xml"`.
204204

@@ -3560,10 +3560,10 @@ The optional data item (model). If specified, only the changes of this data item
35603560
Gets or sets the data items of the data source.
35613561

35623562
If the data source is bound to a remote service (via the [`transport`](/api/javascript/data/datasource#configuration-transport) option), the `data` method will return the service response.
3563-
Every item from the response is wrapped in a [`kendo.data.ObservableObject`](/api/javascript/data/observableobject) or [`kendo.data.Model`](/api/javascript/data/model) (if the [`schema.model`](/api/javascript/data/datasource/configuration/schema.model) option is set).
3563+
Every item from the response is wrapped in a [`kendo.data.ObservableObject`](/api/javascript/data/observableobject) or [`kendo.data.Model`](/api/javascript/data/model) (if the [`schema.model`](/api/javascript/data/datasource/configuration/schema#schemamodel) option is set).
35643564

35653565
If the data source is bound to a JavaScript array (via the [`data`](/api/javascript/data/datasource#configuration-data) option), the `data` method will return the items of that array.
3566-
Every item from the array is wrapped in a [`kendo.data.ObservableObject`](/api/javascript/data/observableobject) or [`kendo.data.Model`](/api/javascript/data/model) (if the [`schema.model`](/api/javascript/data/datasource/configuration/schema.model) option is set).
3566+
Every item from the array is wrapped in a [`kendo.data.ObservableObject`](/api/javascript/data/observableobject) or [`kendo.data.Model`](/api/javascript/data/model) (if the [`schema.model`](/api/javascript/data/datasource/configuration/schema#schemamodel) option is set).
35673567

35683568
If the data source is grouped (via the [`group`](/api/javascript/data/datasource#configuration-group) option or the [group](/api/javascript/data/datasource/methods/group) method) and the [`serverGrouping`](/api/javascript/data/datasource#configuration-serverGrouping) is set to `true`, the `data` method will return the group items.
35693569

docs/api/javascript/data/model.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ res_type: api
88
# kendo.data.Model
99

1010
`Model` inherits from the [`ObservableObject`](/api/javascript/data/observableobject) and extends it with fields and methods which enable it to define a schema. The
11-
[DataSource](/api/javascript/data/datasource) contains instances of the `Model` when the [`schema.model`](/api/javascript/data/datasource/configuration/schema.model) setting is specified.
11+
[DataSource](/api/javascript/data/datasource) contains instances of the `Model` when the [`schema.model`](/api/javascript/data/datasource/configuration/schema#schemamodel) setting is specified.
1212

1313
## Fields
1414

@@ -344,14 +344,14 @@ Creates a plain JavaScript object which contains all fields of the `Model`. Inhe
344344

345345
## Events
346346

347-
### change event
347+
### change
348348

349349
Fires when a field value is updated through the `set` method. Inherited from `kendo.data.ObservableObject`. For more information and examples, refer to the [`change`](/api/javascript/data/observableobject/events/change) API reference.
350350

351-
### get event
351+
### get
352352

353-
Fires when the `get` method is invoked. Inherited from `kendo.data.ObservableObject`. For more information and examples, refer to the [`get`](/api/javascript/data/observableobject/events/get event) API reference.
353+
Fires when the `get` method is invoked. Inherited from `kendo.data.ObservableObject`. For more information and examples, refer to the [`get`](/api/javascript/data/observableobject/events/get) API reference.
354354

355-
### set event
355+
### set
356356

357-
Fires when the `set` method is invoked. Inherited from `kendo.data.ObservableObject`. For more information and examples, refer to the [`set`](/api/javascript/data/observableobject/events/set event) API reference.
357+
Fires when the `set` method is invoked. Inherited from `kendo.data.ObservableObject`. For more information and examples, refer to the [`set`](/api/javascript/data/observableobject/events/set) API reference.

docs/api/javascript/data/observableobject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The name of the field which changed.
209209
observable.set("name", "Jane Doe"); // raises the "change" event and the handler outputs "name"
210210
</script>
211211

212-
### get event
212+
### get
213213

214214
Fired when the `get` method is invoked.
215215

@@ -230,7 +230,7 @@ The name of the field which is retrieved.
230230
observable.get("name"); // raises the "get" event and the handler outputs "name"
231231
</script>
232232

233-
### set event
233+
### set
234234

235235
Fires when the `set` method is invoked.
236236

docs/api/javascript/dataviz/chart/chart_point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The sum of point values since the last "runningTotal" [summary point](/api/javas
3030

3131
The sum of all previous series values. Available for waterfall series points.
3232

33-
###value `Number`
33+
### value `Number`
3434

3535
The point value.
3636

docs/api/javascript/dataviz/ui/chart-breadcrumb.md

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@ The `kendo.dataviz.ui.Chart` instance to control or a CSS selector to its elemen
1616

1717
#### Example - attach to a Chart instance
1818

19-
<nav id="breadcrumb"></nav>
20-
<div id="chart"></div>
21-
<script>
22-
$('#chart').kendoChart({
23-
series: [{
24-
type: 'column',
25-
name: 'Total Sales By Company',
26-
field: 'sales',
27-
categoryField: 'company',
28-
drilldownField: 'details',
29-
data: [{
30-
company: 'Company A',
31-
sales: 100,
32-
details: {
33-
name: 'Company A Sales By Product',
34-
type: 'column',
35-
field: 'sales',
36-
categoryField: 'product',
37-
data: [{
38-
product: 'Product 1',
39-
sales: 80
40-
}, {
41-
product: 'Product 2',
42-
sales: 20
43-
}]
44-
}
19+
<nav id="breadcrumb"></nav>
20+
<div id="chart"></div>
21+
<script>
22+
$('#chart').kendoChart({
23+
series: [{
24+
type: 'column',
25+
name: 'Total Sales By Company',
26+
field: 'sales',
27+
categoryField: 'company',
28+
drilldownField: 'details',
29+
data: [{
30+
company: 'Company A',
31+
sales: 100,
32+
details: {
33+
name: 'Company A Sales By Product',
34+
type: 'column',
35+
field: 'sales',
36+
categoryField: 'product',
37+
data: [{
38+
product: 'Product 1',
39+
sales: 80
40+
}, {
41+
product: 'Product 2',
42+
sales: 20
43+
}]
44+
}
45+
}]
4546
}]
46-
}]
47-
});
48-
49-
$('#breadcrumb').kendoChartBreadcrumb({
50-
chart: '#chart'
51-
});
52-
</script>
47+
});
48+
49+
$('#breadcrumb').kendoChartBreadcrumb({
50+
chart: '#chart'
51+
});
52+
</script>
5353

5454
### rootItem `Object`
5555

@@ -59,41 +59,41 @@ The default root item is `{ type: 'rootitem', icon: 'home', text: 'Home', showIc
5959

6060
#### Example - set custom rootItem
6161

62-
<nav id="breadcrumb"></nav>
63-
<div id="chart"></div>
64-
<script>
65-
$('#chart').kendoChart({
66-
series: [{
67-
type: 'column',
68-
name: 'Total Sales By Company',
69-
field: 'sales',
70-
categoryField: 'company',
71-
drilldownField: 'details',
72-
data: [{
73-
company: 'Company A',
74-
sales: 100,
75-
details: {
76-
name: 'Company A Sales By Product',
77-
type: 'column',
78-
field: 'sales',
79-
categoryField: 'product',
80-
data: [{
81-
product: 'Product 1',
82-
sales: 80
83-
}, {
84-
product: 'Product 2',
85-
sales: 20
86-
}]
87-
}
62+
<nav id="breadcrumb"></nav>
63+
<div id="chart"></div>
64+
<script>
65+
$('#chart').kendoChart({
66+
series: [{
67+
type: 'column',
68+
name: 'Total Sales By Company',
69+
field: 'sales',
70+
categoryField: 'company',
71+
drilldownField: 'details',
72+
data: [{
73+
company: 'Company A',
74+
sales: 100,
75+
details: {
76+
name: 'Company A Sales By Product',
77+
type: 'column',
78+
field: 'sales',
79+
categoryField: 'product',
80+
data: [{
81+
product: 'Product 1',
82+
sales: 80
83+
}, {
84+
product: 'Product 2',
85+
sales: 20
86+
}]
87+
}
88+
}]
8889
}]
89-
}]
90-
});
91-
92-
$('#breadcrumb').kendoChartBreadcrumb({
93-
chart: '#chart',
94-
rootItem: { type: 'rootitem', text: 'Home', showIcon: false, showText: true }
95-
});
96-
</script>
90+
});
91+
92+
$('#breadcrumb').kendoChartBreadcrumb({
93+
chart: '#chart',
94+
rootItem: { type: 'rootitem', text: 'Home', showIcon: false, showText: true }
95+
});
96+
</script>
9797

9898
### rootItem.encoded `Boolean` _(default: true)_
9999

docs/api/javascript/dataviz/ui/chart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19119,7 +19119,7 @@ The color of the whiskers.
1911919119
});
1912019120
</script>
1912119121

19122-
### series.whiskers.dashType `String` (default: "solid")
19122+
### series.whiskers.dashType `String` *(default: "solid")*
1912319123

1912419124
The dash type of the whiskers.
1912519125

@@ -19165,7 +19165,7 @@ The following dash types are supported:
1916519165
});
1916619166
</script>
1916719167

19168-
### series.whiskers.opacity `Number` (default: 1)
19168+
### series.whiskers.opacity `Number` *(default: 1)*
1916919169

1917019170
The opacity of the whiskers.
1917119171

0 commit comments

Comments
 (0)