Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+27 -27
View File
@@ -5,7 +5,7 @@
/// <reference path="../jquery/jquery.d.ts" />
declare module kendo {
declare namespace kendo {
function culture(): {
name: string;
calendar: {
@@ -363,7 +363,7 @@ declare module kendo {
}
declare module kendo.effects {
declare namespace kendo.effects {
function enable(): void;
function disable(): void;
@@ -464,7 +464,7 @@ declare module kendo.effects {
}
}
declare module kendo.data {
declare namespace kendo.data {
interface ObservableObjectEvent {
sender?: ObservableObject;
field?: string;
@@ -506,7 +506,7 @@ declare module kendo.data {
render(value: Object): string;
}
module binders { }
namespace binders { }
interface Bindings {
[key: string]: Binding;
@@ -1262,11 +1262,11 @@ declare module kendo.data {
}
}
declare module kendo.data.transports {
declare namespace kendo.data.transports {
var odata: DataSourceTransport;
}
declare module kendo.ui {
declare namespace kendo.ui {
function progress(container: JQuery, toggle: boolean): void;
class Widget extends Observable {
@@ -1408,7 +1408,7 @@ declare module kendo.ui {
}
}
declare module kendo.mobile {
declare namespace kendo.mobile {
function init(selector: string): void;
function init(element: JQuery): void;
function init(element: Element): void;
@@ -1444,7 +1444,7 @@ declare module kendo.mobile {
}
}
declare module kendo.mobile.ui {
declare namespace kendo.mobile.ui {
class Widget extends kendo.ui.Widget {
}
@@ -1468,24 +1468,24 @@ declare module kendo.mobile.ui {
y?: number;
}
}
declare module kendo.dataviz.ui {
declare namespace kendo.dataviz.ui {
function registerTheme(name: string, options: any): void;
function plugin(widget: typeof kendo.ui.Widget): void;
function plugin(widget: any): void;
}
declare module kendo.dataviz.map.layer {
declare namespace kendo.dataviz.map.layer {
class Shape {
}
}
declare module kendo.drawing.pdf {
declare namespace kendo.drawing.pdf {
function saveAs(group: kendo.drawing.Group, fileName: string,
proxyUrl?: string, callback?: Function): void;
}
declare module kendo.geometry {
declare namespace kendo.geometry {
class Arc extends Observable {
@@ -1751,7 +1751,7 @@ declare module kendo.geometry {
}
declare module kendo.drawing {
declare namespace kendo.drawing {
class Arc extends kendo.drawing.Element {
@@ -2466,7 +2466,7 @@ declare module kendo.drawing {
}
declare module kendo.ui {
declare namespace kendo.ui {
class AutoComplete extends kendo.ui.Widget {
static fn: AutoComplete;
@@ -7986,7 +7986,7 @@ declare module kendo.ui {
}
declare module kendo.dataviz.ui {
declare namespace kendo.dataviz.ui {
class Barcode extends kendo.ui.Widget {
static fn: Barcode;
@@ -14524,7 +14524,7 @@ declare module kendo.dataviz.ui {
}
declare module kendo.dataviz.map {
declare namespace kendo.dataviz.map {
class BingLayer extends kendo.dataviz.map.TileLayer {
@@ -14798,7 +14798,7 @@ declare module kendo.dataviz.map {
}
declare module kendo.dataviz {
declare namespace kendo.dataviz {
class ChartAxis extends Observable {
@@ -14831,7 +14831,7 @@ declare module kendo.dataviz {
}
declare module kendo.dataviz.diagram {
declare namespace kendo.dataviz.diagram {
class Circle extends Observable {
@@ -15611,7 +15611,7 @@ declare module kendo.dataviz.diagram {
}
declare module kendo {
declare namespace kendo {
class Color extends Observable {
@@ -15642,7 +15642,7 @@ declare module kendo {
}
module drawing {
namespace drawing {
function align(elements: any, rect: kendo.geometry.Rect, alignment: string): void;
function drawDOM(element: JQuery, options: any): JQueryPromise<any>;
function exportImage(group: kendo.drawing.Group, options: any): JQueryPromise<any>;
@@ -15656,7 +15656,7 @@ declare module kendo {
function wrap(elements: any, rect: kendo.geometry.Rect): any;
}
module effects {
namespace effects {
function box(element: HTMLElement): any;
function fillScale(firstElement: HTMLElement, secondElement: HTMLElement): number;
function fitScale(firstElement: HTMLElement, secondElement: HTMLElement): number;
@@ -15698,12 +15698,12 @@ declare module kendo {
function unbind(element: JQuery): void;
function unbind(element: Element): void;
module pdf {
namespace pdf {
function defineFont(map: any): void;
}
}
declare module kendo.spreadsheet {
declare namespace kendo.spreadsheet {
class CustomFilter extends Observable {
@@ -15922,7 +15922,7 @@ declare module kendo.spreadsheet {
}
declare module kendo.mobile.ui {
declare namespace kendo.mobile.ui {
class ActionSheet extends kendo.mobile.ui.Widget {
static fn: ActionSheet;
@@ -16901,7 +16901,7 @@ declare module kendo.mobile.ui {
}
declare module kendo.ooxml {
declare namespace kendo.ooxml {
class Workbook extends Observable {
@@ -17011,7 +17011,7 @@ declare module kendo.ooxml {
}
declare module kendo.dataviz.geometry {
declare namespace kendo.dataviz.geometry {
class Arc extends Observable {
@@ -17277,7 +17277,7 @@ declare module kendo.dataviz.geometry {
}
declare module kendo.dataviz.drawing {
declare namespace kendo.dataviz.drawing {
class Arc extends kendo.drawing.Element {