StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics
https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
948 B
36 lines
948 B
//
|
|
// Dropdown
|
|
//
|
|
import Vue from 'vue'
|
|
import { BvPlugin, BvComponent } from '../../'
|
|
|
|
// Plugin
|
|
export declare const DropdownPlugin: BvPlugin
|
|
|
|
// Component: b-dropdown
|
|
export declare class BDropdown extends BvComponent {
|
|
// Public methods
|
|
show: () => void
|
|
hide: (refocus?: boolean) => void
|
|
}
|
|
|
|
// Component: b-dropdown-item
|
|
export declare class BDropdownItem extends BvComponent {}
|
|
|
|
// Component: b-dropdown-item-button
|
|
export declare class BDropdownItemButton extends BvComponent {}
|
|
|
|
// Component: b-dropdown-divider
|
|
export declare class BDropdownDivider extends BvComponent {}
|
|
|
|
// Component: b-dropdown-form
|
|
export declare class BDropdownForm extends BvComponent {}
|
|
|
|
// Component: b-dropdown-text
|
|
export declare class BDropdownText extends BvComponent {}
|
|
|
|
// Component: b-dropdown-group
|
|
export declare class BDropdownGroup extends BvComponent {}
|
|
|
|
// Component: b-dropdown-header
|
|
export declare class BDropdownHeader extends BvComponent {}
|
|
|