A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/bootstrap-vue/bootstrap-vue/commit/8f3ca30e4d51b5e97f9c4f301c31254a8b060980 below:

create declarations for `<b-calendar>` and `<b-time>` co… · bootstrap-vue/bootstrap-vue@8f3ca30 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+31

-0

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+31

-0

lines changed Original file line number Diff line number Diff line change

@@ -10,3 +10,19 @@ export declare class BCalendar extends BvComponent {

10 10

focus: () => void

11 11

blur: () => void

12 12

}

13 + 14 +

// --- Interfaces ---

15 + 16 +

// Calendar context event object

17 +

export interface BcCalendarCtxObject {

18 +

readonly selectedFormatted: string

19 +

readonly selectedYMD: string

20 +

readonly selectedDate: Date | null

21 +

readonly activeFormatted: string

22 +

readonly activeYMD: string

23 +

readonly activeDate: Date | null

24 +

readonly disabled: boolean

25 +

readonly locale: string

26 +

readonly calendarLocale: string

27 +

readonly rtl: boolean

28 +

}

Original file line number Diff line number Diff line change

@@ -10,3 +10,18 @@ export declare class BTime extends BvComponent {

10 10

focus: () => void

11 11

blur: () => void

12 12

}

13 + 14 +

// --- Interfaces ---

15 + 16 +

// Time context event object

17 +

export interface BvTimeCtxEvent {

18 +

readonly formatted: string

19 +

readonly value: string

20 +

readonly hours: number | null

21 +

readonly minutes: number | null

22 +

readonly seconds: number | null

23 +

readonly hourCycle: string

24 +

readonly hour12: boolean

25 +

readonly locale: string

26 +

readonly isRtl: boolean

27 +

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4