Skip to content

Commit 2d9faf4

Browse files
committed
anychart.d.ts fix
1 parent 81cf2d3 commit 2d9faf4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

def/anychart.d.ts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22435,11 +22435,33 @@ declare namespace anychart.standalones.grids {
2243522435
}
2243622436
}
2243722437

22438+
declare namespace anychart.themes {
22439+
const coffee: Object;
22440+
const darkBlue: Object;
22441+
const darkEarth: Object;
22442+
const darkGlamour: Object;
22443+
const darkProvence: Object;
22444+
const darkTurquoise: Object;
22445+
const defaultTheme: Object;
22446+
const lightBlue: Object;
22447+
const lightEarth: Object;
22448+
const lightGlamour: Object;
22449+
const lightProvence: Object;
22450+
const lightTurquoise: Object;
22451+
const morning: Object;
22452+
const pastel: Object;
22453+
const sea: Object;
22454+
const v6: Object;
22455+
const wines: Object;
22456+
}
22457+
2243822458
declare namespace anychart.ui {
2243922459
function chartEditorDialog(): anychart.ui.chartEditor.Dialog;
2244022460
function contextMenu(): anychart.ui.ContextMenu;
2244122461
function ganttToolbar(): anychart.ui.GanttToolbar;
2244222462
function preloader(): anychart.ui.Preloader;
22463+
function rangeSelector(): anychart.ui.RangeSelector;
22464+
function rangePicker(): anychart.ui.RangePicker;
2244322465
interface RangePicker {
2244422466
decorate(value: Element): void;
2244522467
dispose(): void;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anychart-angular2",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Angular2 directives for AnyChart",
55
"scripts": {
66
"watch": "tsc -p src -w",

0 commit comments

Comments
 (0)