File tree 5 files changed +20
-11
lines changed
5 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 1
- // --- Form Date ---
1
+ // --- Form Datepicker ---
2
2
import Vue from 'vue'
3
3
import { BvPlugin , BvComponent } from '../../'
4
4
5
5
// Plugin
6
6
export declare const FormDatepickerPlugin : BvPlugin
7
7
8
- // Component: b-form-date
8
+ // Component: b-form-datepicker
9
9
export declare class BFormDatepicker extends BvComponent {
10
10
focus : ( ) => void
11
11
blur : ( ) => void
Original file line number Diff line number Diff line change 1
- //
2
- // Form Spinbutton
3
- //
1
+ // --- Form Spinbutton ---
4
2
import Vue from 'vue'
5
3
import { BvPlugin , BvComponent } from '../../'
6
4
7
5
// Plugin
8
6
export declare const FormSpinbuttonPlugin : BvPlugin
9
7
10
- // Component: b-form-input
8
+ // Component: b-form-spinbutton
11
9
export declare class BFormSpinbutton extends BvComponent {
12
10
focus : ( ) => void
13
11
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'
25
25
export * from './form-group'
26
26
export * from './form-input'
27
27
export * from './form-radio'
28
- export * from './form-tags'
29
28
export * from './form-select'
30
29
export * from './form-spinbutton'
30
+ export * from './form-tags'
31
31
export * from './form-textarea'
32
+ export * from './form-timepicker'
32
33
export * from './image'
33
34
export * from './input-group'
34
35
export * from './jumbotron'
Original file line number Diff line number Diff line change 1
- //
2
- // Time
3
- //
1
+ // --- Time ---
4
2
import Vue from 'vue'
5
3
import { BvPlugin , BvComponent } from '../../'
6
4
7
5
// Plugin
8
6
export declare const TimePlugin : BvPlugin
9
7
10
- // Component: b-alert
8
+ // Component: b-time
11
9
export declare class BTime extends BvComponent {
12
10
focus : ( ) => void
13
11
blur : ( ) => void
You can’t perform that action at this time.
0 commit comments