Skip to content

Commit 9385545

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 6752025 commit 9385545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/kendo.listview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ var __meta__ = { // jshint ignore:line
150150
},
151151

152152
items: function() {
153-
return this.content.children();
153+
return this.content.children(":not(.k-loading-mask)");
154154
},
155155

156156
dataItem: function(element) {

typescript/kendo.all.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19567,7 +19567,7 @@ declare namespace kendo.dataviz.diagram {
1956719567
targetConnector: kendo.dataviz.diagram.Connector;
1956819568
to: kendo.dataviz.diagram.Shape;
1956919569

19570-
constructor(options?: ConnectionOptions);
19570+
constructor(from?: kendo.dataviz.diagram.Shape, to?: kendo.dataviz.diagram.Shape, options?: ConnectionOptions);
1957119571

1957219572

1957319573
source(): any;
@@ -20087,7 +20087,7 @@ declare namespace kendo.dataviz.diagram {
2008720087
options: RectOptions;
2008820088

2008920089

20090-
constructor(options?: RectOptions);
20090+
constructor(x?: number, y?: number, width?: number, height?: number);
2009120091

2009220092

2009320093
position(): void;

0 commit comments

Comments
 (0)