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.
76 lines
2.1 KiB
76 lines
2.1 KiB
{
|
|
"name": "@bootstrap-vue/input-group",
|
|
"version": "1.0.0",
|
|
"meta": {
|
|
"title": "Input Group",
|
|
"description": "Easily extend form controls by adding text, buttons, or button groups on either side of textual inputs.",
|
|
"components": [
|
|
{
|
|
"component": "BInputGroup",
|
|
"props": [
|
|
{
|
|
"prop": "append",
|
|
"description": "Text to append to the input group"
|
|
},
|
|
{
|
|
"prop": "appendHtml",
|
|
"description": "HTML string to append to the input group. Has precedence over 'append' prop. Use with caution"
|
|
},
|
|
{
|
|
"prop": "prepend",
|
|
"description": "Text to prepend to the input group"
|
|
},
|
|
{
|
|
"prop": "prependHtml",
|
|
"description": "HTML string to prepend to the input group. Has precedence over 'prepend' prop. Use with caution"
|
|
}
|
|
],
|
|
"slots": [
|
|
{
|
|
"name": "prepend",
|
|
"description": "Prepend attachment"
|
|
},
|
|
{
|
|
"name": "append",
|
|
"description": "Append attachment"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"component": "BInputGroupPrepend",
|
|
"props": [
|
|
{
|
|
"prop": "isText",
|
|
"description": "When 'true', wraps the content in a b-input-group-text component"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"component": "BInputGroupAppend",
|
|
"props": [
|
|
{
|
|
"prop": "isText",
|
|
"description": "When 'true', wraps the content in a b-input-group-text component"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"component": "BInputGroupText",
|
|
"props": []
|
|
},
|
|
{
|
|
"component": "BInputGroupAddon",
|
|
"props": [
|
|
{
|
|
"prop": "append",
|
|
"description": "When set to 'true' sets the addon as being appended. defaults to 'false' which is prepended"
|
|
},
|
|
{
|
|
"prop": "isText",
|
|
"description": "When 'true', wraps the content in a b-input-group-text component"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|