File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -22435,11 +22435,33 @@ declare namespace anychart.standalones.grids {
22435
22435
}
22436
22436
}
22437
22437
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
+
22438
22458
declare namespace anychart.ui {
22439
22459
function chartEditorDialog(): anychart.ui.chartEditor.Dialog;
22440
22460
function contextMenu(): anychart.ui.ContextMenu;
22441
22461
function ganttToolbar(): anychart.ui.GanttToolbar;
22442
22462
function preloader(): anychart.ui.Preloader;
22463
+ function rangeSelector(): anychart.ui.RangeSelector;
22464
+ function rangePicker(): anychart.ui.RangePicker;
22443
22465
interface RangePicker {
22444
22466
decorate(value: Element): void;
22445
22467
dispose(): void;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " anychart-angular2" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Angular2 directives for AnyChart" ,
5
5
"scripts" : {
6
6
"watch" : " tsc -p src -w" ,
You can’t perform that action at this time.
0 commit comments