From 34313b823ed00b868b2db3758f3c535234eb73c5 Mon Sep 17 00:00:00 2001 From: Per Bergqwist Date: Wed, 31 Aug 2016 08:41:16 +0200 Subject: [PATCH] Fixed errors for Typescript 2.0.2 --- components/app_bar/index.d.ts | 2 +- components/autocomplete/index.d.ts | 2 +- components/avatar/index.d.ts | 2 +- components/button/index.d.ts | 2 +- components/card/index.d.ts | 2 +- components/checkbox/index.d.ts | 2 +- components/chip/index.d.ts | 2 +- components/date_picker/index.d.ts | 2 +- components/dialog/index.d.ts | 2 +- components/drawer/index.d.ts | 2 +- components/dropdown/index.d.ts | 2 +- components/font_icon/index.d.ts | 2 +- components/input/index.d.ts | 2 +- components/layout/index.d.ts | 2 +- components/link/index.d.ts | 2 +- components/list/index.d.ts | 2 +- components/menu/index.d.ts | 2 +- components/navigation/index.d.ts | 2 +- components/progress_bar/index.d.ts | 2 +- components/radio/index.d.ts | 2 +- components/ripple/index.d.ts | 2 +- components/slider/index.d.ts | 2 +- components/snackbar/index.d.ts | 2 +- components/switch/index.d.ts | 2 +- components/table/index.d.ts | 2 +- components/tabs/index.d.ts | 2 +- components/time_picker/index.d.ts | 2 +- lib/app_bar/index.d.ts | 2 +- lib/autocomplete/index.d.ts | 2 +- lib/avatar/index.d.ts | 2 +- lib/button/index.d.ts | 2 +- lib/card/index.d.ts | 2 +- lib/checkbox/index.d.ts | 2 +- lib/chip/index.d.ts | 2 +- lib/date_picker/index.d.ts | 2 +- lib/dialog/index.d.ts | 2 +- lib/drawer/index.d.ts | 2 +- lib/dropdown/index.d.ts | 2 +- lib/font_icon/index.d.ts | 2 +- lib/input/index.d.ts | 2 +- lib/layout/index.d.ts | 2 +- lib/link/index.d.ts | 2 +- lib/list/index.d.ts | 2 +- lib/menu/index.d.ts | 2 +- lib/navigation/index.d.ts | 2 +- lib/progress_bar/index.d.ts | 2 +- lib/radio/index.d.ts | 2 +- lib/ripple/index.d.ts | 2 +- lib/slider/index.d.ts | 2 +- lib/snackbar/index.d.ts | 2 +- lib/switch/index.d.ts | 2 +- lib/table/index.d.ts | 2 +- lib/tabs/index.d.ts | 2 +- lib/time_picker/index.d.ts | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/components/app_bar/index.d.ts b/components/app_bar/index.d.ts index 35fda69e..00b13d29 100644 --- a/components/app_bar/index.d.ts +++ b/components/app_bar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface AppBarTheme { /** diff --git a/components/autocomplete/index.d.ts b/components/autocomplete/index.d.ts index b149d359..d05dc208 100644 --- a/components/autocomplete/index.d.ts +++ b/components/autocomplete/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface AutocompleteTheme { /** diff --git a/components/avatar/index.d.ts b/components/avatar/index.d.ts index 0d4fbd23..7b2d4228 100644 --- a/components/avatar/index.d.ts +++ b/components/avatar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface AvatarTheme { /** diff --git a/components/button/index.d.ts b/components/button/index.d.ts index c3b7b2c2..9ffd5957 100644 --- a/components/button/index.d.ts +++ b/components/button/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ButtonTheme { /** diff --git a/components/card/index.d.ts b/components/card/index.d.ts index a05b6a70..73dcae51 100644 --- a/components/card/index.d.ts +++ b/components/card/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface CardTheme { card?: string; diff --git a/components/checkbox/index.d.ts b/components/checkbox/index.d.ts index d0e504d0..23a69d0f 100644 --- a/components/checkbox/index.d.ts +++ b/components/checkbox/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface CheckboxTheme { /** diff --git a/components/chip/index.d.ts b/components/chip/index.d.ts index a75649c4..e705f395 100644 --- a/components/chip/index.d.ts +++ b/components/chip/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ChipTheme { /** diff --git a/components/date_picker/index.d.ts b/components/date_picker/index.d.ts index 8660dca2..fafb9a39 100644 --- a/components/date_picker/index.d.ts +++ b/components/date_picker/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DatePickerTheme { /** diff --git a/components/dialog/index.d.ts b/components/dialog/index.d.ts index 4980dba4..6e231844 100644 --- a/components/dialog/index.d.ts +++ b/components/dialog/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DialogTheme { /** diff --git a/components/drawer/index.d.ts b/components/drawer/index.d.ts index 992c521a..a81a64ec 100644 --- a/components/drawer/index.d.ts +++ b/components/drawer/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DrawerTheme { /** diff --git a/components/dropdown/index.d.ts b/components/dropdown/index.d.ts index 31f3e0ac..cceddfca 100644 --- a/components/dropdown/index.d.ts +++ b/components/dropdown/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DropdownTheme { /** diff --git a/components/font_icon/index.d.ts b/components/font_icon/index.d.ts index c3f05587..2d4a9276 100644 --- a/components/font_icon/index.d.ts +++ b/components/font_icon/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; interface FontIconProps extends __ReactToolbox.Props { /** diff --git a/components/input/index.d.ts b/components/input/index.d.ts index f9ac8a2d..f8265ada 100644 --- a/components/input/index.d.ts +++ b/components/input/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface InputTheme { /** diff --git a/components/layout/index.d.ts b/components/layout/index.d.ts index ee13d174..271cf921 100644 --- a/components/layout/index.d.ts +++ b/components/layout/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface LayoutTheme { /** diff --git a/components/link/index.d.ts b/components/link/index.d.ts index 00e18f3d..4017c7a8 100644 --- a/components/link/index.d.ts +++ b/components/link/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface LinkTheme { /** diff --git a/components/list/index.d.ts b/components/list/index.d.ts index a32f977c..5fe467e7 100644 --- a/components/list/index.d.ts +++ b/components/list/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ListTheme { /** diff --git a/components/menu/index.d.ts b/components/menu/index.d.ts index c2609035..505d5a8f 100644 --- a/components/menu/index.d.ts +++ b/components/menu/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface MenuTheme { /** diff --git a/components/navigation/index.d.ts b/components/navigation/index.d.ts index 47f46045..d3425234 100644 --- a/components/navigation/index.d.ts +++ b/components/navigation/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface NavigationTheme { /** diff --git a/components/progress_bar/index.d.ts b/components/progress_bar/index.d.ts index 8a2a8425..73fa7c33 100644 --- a/components/progress_bar/index.d.ts +++ b/components/progress_bar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ProgressBarTheme { /** diff --git a/components/radio/index.d.ts b/components/radio/index.d.ts index be2ab4ce..93b1fe04 100644 --- a/components/radio/index.d.ts +++ b/components/radio/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; interface RadioGroupProps extends __ReactToolbox.Props { /** diff --git a/components/ripple/index.d.ts b/components/ripple/index.d.ts index 059e6fb1..f12351cf 100644 --- a/components/ripple/index.d.ts +++ b/components/ripple/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface RippleTheme { /** diff --git a/components/slider/index.d.ts b/components/slider/index.d.ts index fc10f35c..e78e0bce 100644 --- a/components/slider/index.d.ts +++ b/components/slider/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface SliderTheme { /** diff --git a/components/snackbar/index.d.ts b/components/snackbar/index.d.ts index 91066ea0..d51bd71c 100644 --- a/components/snackbar/index.d.ts +++ b/components/snackbar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface SnackbarTheme { /** diff --git a/components/switch/index.d.ts b/components/switch/index.d.ts index ccb5fb1a..f42ff881 100644 --- a/components/switch/index.d.ts +++ b/components/switch/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface SwitchTheme { /** diff --git a/components/table/index.d.ts b/components/table/index.d.ts index 629fd64f..f7702994 100644 --- a/components/table/index.d.ts +++ b/components/table/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface TableTheme { /** diff --git a/components/tabs/index.d.ts b/components/tabs/index.d.ts index e5aeb2cd..fa30a382 100644 --- a/components/tabs/index.d.ts +++ b/components/tabs/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface TabsTheme { /** diff --git a/components/time_picker/index.d.ts b/components/time_picker/index.d.ts index 3d2d1092..0254cd54 100644 --- a/components/time_picker/index.d.ts +++ b/components/time_picker/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface TimePickerTheme { /** diff --git a/lib/app_bar/index.d.ts b/lib/app_bar/index.d.ts index 35fda69e..00b13d29 100644 --- a/lib/app_bar/index.d.ts +++ b/lib/app_bar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface AppBarTheme { /** diff --git a/lib/autocomplete/index.d.ts b/lib/autocomplete/index.d.ts index b149d359..d05dc208 100644 --- a/lib/autocomplete/index.d.ts +++ b/lib/autocomplete/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface AutocompleteTheme { /** diff --git a/lib/avatar/index.d.ts b/lib/avatar/index.d.ts index 0d4fbd23..7b2d4228 100644 --- a/lib/avatar/index.d.ts +++ b/lib/avatar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface AvatarTheme { /** diff --git a/lib/button/index.d.ts b/lib/button/index.d.ts index c3b7b2c2..9ffd5957 100644 --- a/lib/button/index.d.ts +++ b/lib/button/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ButtonTheme { /** diff --git a/lib/card/index.d.ts b/lib/card/index.d.ts index a05b6a70..73dcae51 100644 --- a/lib/card/index.d.ts +++ b/lib/card/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface CardTheme { card?: string; diff --git a/lib/checkbox/index.d.ts b/lib/checkbox/index.d.ts index d0e504d0..23a69d0f 100644 --- a/lib/checkbox/index.d.ts +++ b/lib/checkbox/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface CheckboxTheme { /** diff --git a/lib/chip/index.d.ts b/lib/chip/index.d.ts index a75649c4..e705f395 100644 --- a/lib/chip/index.d.ts +++ b/lib/chip/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ChipTheme { /** diff --git a/lib/date_picker/index.d.ts b/lib/date_picker/index.d.ts index 8660dca2..fafb9a39 100644 --- a/lib/date_picker/index.d.ts +++ b/lib/date_picker/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DatePickerTheme { /** diff --git a/lib/dialog/index.d.ts b/lib/dialog/index.d.ts index 4980dba4..6e231844 100644 --- a/lib/dialog/index.d.ts +++ b/lib/dialog/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DialogTheme { /** diff --git a/lib/drawer/index.d.ts b/lib/drawer/index.d.ts index 992c521a..a81a64ec 100644 --- a/lib/drawer/index.d.ts +++ b/lib/drawer/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DrawerTheme { /** diff --git a/lib/dropdown/index.d.ts b/lib/dropdown/index.d.ts index 31f3e0ac..cceddfca 100644 --- a/lib/dropdown/index.d.ts +++ b/lib/dropdown/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface DropdownTheme { /** diff --git a/lib/font_icon/index.d.ts b/lib/font_icon/index.d.ts index c3f05587..2d4a9276 100644 --- a/lib/font_icon/index.d.ts +++ b/lib/font_icon/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; interface FontIconProps extends __ReactToolbox.Props { /** diff --git a/lib/input/index.d.ts b/lib/input/index.d.ts index f9ac8a2d..f8265ada 100644 --- a/lib/input/index.d.ts +++ b/lib/input/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface InputTheme { /** diff --git a/lib/layout/index.d.ts b/lib/layout/index.d.ts index ee13d174..271cf921 100644 --- a/lib/layout/index.d.ts +++ b/lib/layout/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface LayoutTheme { /** diff --git a/lib/link/index.d.ts b/lib/link/index.d.ts index 00e18f3d..4017c7a8 100644 --- a/lib/link/index.d.ts +++ b/lib/link/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface LinkTheme { /** diff --git a/lib/list/index.d.ts b/lib/list/index.d.ts index a32f977c..5fe467e7 100644 --- a/lib/list/index.d.ts +++ b/lib/list/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ListTheme { /** diff --git a/lib/menu/index.d.ts b/lib/menu/index.d.ts index c2609035..505d5a8f 100644 --- a/lib/menu/index.d.ts +++ b/lib/menu/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface MenuTheme { /** diff --git a/lib/navigation/index.d.ts b/lib/navigation/index.d.ts index 47f46045..d3425234 100644 --- a/lib/navigation/index.d.ts +++ b/lib/navigation/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface NavigationTheme { /** diff --git a/lib/progress_bar/index.d.ts b/lib/progress_bar/index.d.ts index 8a2a8425..73fa7c33 100644 --- a/lib/progress_bar/index.d.ts +++ b/lib/progress_bar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface ProgressBarTheme { /** diff --git a/lib/radio/index.d.ts b/lib/radio/index.d.ts index be2ab4ce..93b1fe04 100644 --- a/lib/radio/index.d.ts +++ b/lib/radio/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; interface RadioGroupProps extends __ReactToolbox.Props { /** diff --git a/lib/ripple/index.d.ts b/lib/ripple/index.d.ts index 059e6fb1..f12351cf 100644 --- a/lib/ripple/index.d.ts +++ b/lib/ripple/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface RippleTheme { /** diff --git a/lib/slider/index.d.ts b/lib/slider/index.d.ts index fc10f35c..e78e0bce 100644 --- a/lib/slider/index.d.ts +++ b/lib/slider/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface SliderTheme { /** diff --git a/lib/snackbar/index.d.ts b/lib/snackbar/index.d.ts index 91066ea0..d51bd71c 100644 --- a/lib/snackbar/index.d.ts +++ b/lib/snackbar/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface SnackbarTheme { /** diff --git a/lib/switch/index.d.ts b/lib/switch/index.d.ts index ccb5fb1a..f42ff881 100644 --- a/lib/switch/index.d.ts +++ b/lib/switch/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface SwitchTheme { /** diff --git a/lib/table/index.d.ts b/lib/table/index.d.ts index 629fd64f..f7702994 100644 --- a/lib/table/index.d.ts +++ b/lib/table/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface TableTheme { /** diff --git a/lib/tabs/index.d.ts b/lib/tabs/index.d.ts index e5aeb2cd..fa30a382 100644 --- a/lib/tabs/index.d.ts +++ b/lib/tabs/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface TabsTheme { /** diff --git a/lib/time_picker/index.d.ts b/lib/time_picker/index.d.ts index 3d2d1092..0254cd54 100644 --- a/lib/time_picker/index.d.ts +++ b/lib/time_picker/index.d.ts @@ -1,4 +1,4 @@ -import __ReactToolbox from "../index.d.ts"; +import __ReactToolbox from "../index"; export interface TimePickerTheme { /**