mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 12:09:04 +08:00
Moved NavbarOptions next to the other components.
Added methods for table.
This commit is contained in:
11
jquerymobile/jquerymobile.d.ts
vendored
11
jquerymobile/jquerymobile.d.ts
vendored
@@ -186,6 +186,10 @@ interface ListViewEvents {
|
||||
create?: JQueryMobileEvent;
|
||||
}
|
||||
|
||||
interface NavbarOptions {
|
||||
iconpos: string;
|
||||
}
|
||||
|
||||
interface JQueryMobileOptions {
|
||||
activeBtnClass?: string;
|
||||
activePageClass?: string;
|
||||
@@ -282,10 +286,6 @@ interface LoaderOptions {
|
||||
textonly?: boolean;
|
||||
}
|
||||
|
||||
interface NavbarOptions {
|
||||
iconpos: string;
|
||||
}
|
||||
|
||||
interface JQueryMobile extends JQueryMobileOptions {
|
||||
|
||||
version: string;
|
||||
@@ -389,6 +389,9 @@ interface JQuery {
|
||||
listview(events: ListViewEvents): JQuery;
|
||||
|
||||
navbar(options?: NavbarOptions): JQuery;
|
||||
|
||||
table(): JQuery;
|
||||
table(command: string): JQuery;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user