File tree Expand file tree Collapse file tree 5 files changed +20
-11
lines changed
Expand file tree Collapse file tree 5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1- // --- Form Date ---
1+ // --- Form Datepicker ---
22import Vue from 'vue'
33import { BvPlugin , BvComponent } from '../../'
44
55// Plugin
66export declare const FormDatepickerPlugin : BvPlugin
77
8- // Component: b-form-date
8+ // Component: b-form-datepicker
99export declare class BFormDatepicker extends BvComponent {
1010 focus : ( ) => void
1111 blur : ( ) => void
Original file line number Diff line number Diff line change 1- //
2- // Form Spinbutton
3- //
1+ // --- Form Spinbutton ---
42import Vue from 'vue'
53import { BvPlugin , BvComponent } from '../../'
64
75// Plugin
86export declare const FormSpinbuttonPlugin : BvPlugin
97
10- // Component: b-form-input
8+ // Component: b-form-spinbutton
119export declare class BFormSpinbutton extends BvComponent {
1210 focus : ( ) => void
1311 blur : ( ) => void
Original file line number Diff line number Diff line change 1+ // --- Form Timepicker ---
2+ import Vue from 'vue'
3+ import { BvPlugin , BvComponent } from '../../'
4+
5+ // Plugin
6+ export declare const FormTimepickerPlugin : BvPlugin
7+
8+ // Component: b-form-timepicker
9+ export declare class BFormTimepicker extends BvComponent {
10+ focus : ( ) => void
11+ blur : ( ) => void
12+ }
Original file line number Diff line number Diff line change @@ -25,10 +25,11 @@ export * from './form-file'
2525export * from './form-group'
2626export * from './form-input'
2727export * from './form-radio'
28- export * from './form-tags'
2928export * from './form-select'
3029export * from './form-spinbutton'
30+ export * from './form-tags'
3131export * from './form-textarea'
32+ export * from './form-timepicker'
3233export * from './image'
3334export * from './input-group'
3435export * from './jumbotron'
Original file line number Diff line number Diff line change 1- //
2- // Time
3- //
1+ // --- Time ---
42import Vue from 'vue'
53import { BvPlugin , BvComponent } from '../../'
64
75// Plugin
86export declare const TimePlugin : BvPlugin
97
10- // Component: b-alert
8+ // Component: b-time
119export declare class BTime extends BvComponent {
1210 focus : ( ) => void
1311 blur : ( ) => void
You can’t perform that action at this time.
0 commit comments