This is a migrated thread and some comments may be shown as answers.

TypeScript definition file not up to date

1 Answer 60 Views
Application
This is a migrated thread and some comments may be shown as answers.
Marco
Top achievements
Rank 1
Iron
Marco asked on 17 Oct 2017, 09:12 AM

HI,

I'm missing the changeLoadingMessage method in the definition file:

 

 class Application extends Observable {
        options: ApplicationOptions;
        router: kendo.Router;
        pane: kendo.mobile.ui.Pane;
        constructor(element?: any, options?: ApplicationOptions);
        init(element?: any, options?: ApplicationOptions): void;
        hideLoading(): void;
        navigate(url: string, transition?: string): void;
        replace(url: string, transition?: string): void;
        scroller(): kendo.mobile.ui.Scroller;
        showLoading(): void;
        view(): kendo.mobile.ui.View;
    }

 

Kind regards,

 

Marco

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Veselin Tsvetanov
Telerik team
answered on 19 Oct 2017, 06:20 AM
Hello Marco,

Thank you for bringing this issue to our attention. You are correct, that the changeLoadingMessage  is not present in the TypeScript definitions file. Therefore, we have added this fix to our internal backlog. Moreover, I have logged the following GitHub item, where you could track this bug status.

As a small token of gratitude for reporting the above, I have updated your Telerik points.

In case you have any other questions, please do not hesitate to contact us.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Application
Asked by
Marco
Top achievements
Rank 1
Iron
Answers by
Veselin Tsvetanov
Telerik team
Share this question
or