mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
dc91310860
* - add autoprefixer - add cssnano - add postcss-loader - remove unused packages * create RTL scss module * add vs__ prefix to open-indicator, extract to module * module for dropdown-toggle * vs__clear module * vs__dropdown-menu module * rename `selected-tag` to `vs__selected` * remove rtl class * remove dropdown class * search-input scss module * move animations to global module * refactor dropdown list items * - spinner slot is now scoped with `loading` variable - move spinner to scss module * apply vs__search class directly to search input: if you're using the slot, you might not want default styles * finish global modules * make RTL a component state * - update component states to use vs-- prefix - rename dropdownClasses to stateClasses * remove unused property * Closes #760 * fix states * more state fixes * rename .close to vs__deselect * - simplify dev.html - start on 'sandbox' development * update build * - update webpack config - move Sandbox to VuePress folder * update external framework version links * assign grid areas, ensure 100% height outside of docs * limit specificity * first pass at assigning variables * assign 'darkest' * remove max-height prop * rename 'component' variables to 'state' * update badges * add deprecation notice to docs * bump travis config * add coveralls coverage reporter * bump netlify config * additional pass pulling up to variables * start converting to SVG icons * middle align action icons * update netlify config * netlify bump * fix travis * fix travis * try lcov * netlify attempt * prune old packages * bump travis config
165 lines
2.4 KiB
JavaScript
165 lines
2.4 KiB
JavaScript
/* eslint-disable */
|
|
export default [
|
|
{
|
|
title: "Old Man's War",
|
|
author: {
|
|
firstName: "John",
|
|
lastName: "Scalzi"
|
|
}
|
|
},
|
|
{
|
|
title: "The Lock Artist",
|
|
author: {
|
|
firstName: "Steve",
|
|
lastName: "Hamilton"
|
|
}
|
|
},
|
|
{
|
|
title: "HTML5",
|
|
author: {
|
|
firstName: "Remy",
|
|
lastName: "Sharp"
|
|
}
|
|
},
|
|
{
|
|
title: "Right Ho Jeeves",
|
|
author: {
|
|
firstName: "P.D",
|
|
lastName: "Woodhouse"
|
|
}
|
|
},
|
|
{
|
|
title: "The Code of the Wooster",
|
|
author: {
|
|
firstName: "P.D",
|
|
lastName: "Woodhouse"
|
|
}
|
|
},
|
|
{
|
|
title: "Thank You Jeeves",
|
|
author: {
|
|
firstName: "P.D",
|
|
lastName: "Woodhouse"
|
|
}
|
|
},
|
|
{
|
|
title: "The DaVinci Code",
|
|
author: {
|
|
firstName: "Dan",
|
|
lastName: "Brown"
|
|
}
|
|
},
|
|
{
|
|
title: "Angels & Demons",
|
|
author: {
|
|
firstName: "Dan",
|
|
lastName: "Brown"
|
|
}
|
|
},
|
|
{
|
|
title: "The Silmarillion",
|
|
author: {
|
|
firstName: "J.R.R",
|
|
lastName: "Tolkien"
|
|
}
|
|
},
|
|
{
|
|
title: "Syrup",
|
|
author: {
|
|
firstName: "Max",
|
|
lastName: "Barry"
|
|
}
|
|
},
|
|
{
|
|
title: "The Lost Symbol",
|
|
author: {
|
|
firstName: "Dan",
|
|
lastName: "Brown"
|
|
}
|
|
},
|
|
{
|
|
title: "The Book of Lies",
|
|
author: {
|
|
firstName: "Brad",
|
|
lastName: "Meltzer"
|
|
}
|
|
},
|
|
{
|
|
title: "Lamb",
|
|
author: {
|
|
firstName: "Christopher",
|
|
lastName: "Moore"
|
|
}
|
|
},
|
|
{
|
|
title: "Fool",
|
|
author: {
|
|
firstName: "Christopher",
|
|
lastName: "Moore"
|
|
}
|
|
},
|
|
{
|
|
title: "Incompetence",
|
|
author: {
|
|
firstName: "Rob",
|
|
lastName: "Grant"
|
|
}
|
|
},
|
|
{
|
|
title: "Fat",
|
|
author: {
|
|
firstName: "Rob",
|
|
lastName: "Grant"
|
|
}
|
|
},
|
|
{
|
|
title: "Colony",
|
|
author: {
|
|
firstName: "Rob",
|
|
lastName: "Grant"
|
|
}
|
|
},
|
|
{
|
|
title: "Backwards, Red Dwarf",
|
|
author: {
|
|
firstName: "Rob",
|
|
lastName: "Grant"
|
|
}
|
|
},
|
|
{
|
|
title: "The Grand Design",
|
|
author: {
|
|
firstName: "Stephen",
|
|
lastName: "Hawking"
|
|
}
|
|
},
|
|
{
|
|
title: "The Book of Samson",
|
|
author: {
|
|
firstName: "David",
|
|
lastName: "Maine"
|
|
}
|
|
},
|
|
{
|
|
title: "The Preservationist",
|
|
author: {
|
|
firstName: "David",
|
|
lastName: "Maine"
|
|
}
|
|
},
|
|
{
|
|
title: "Fallen",
|
|
author: {
|
|
firstName: "David",
|
|
lastName: "Maine"
|
|
}
|
|
},
|
|
{
|
|
title: "Monster 1959",
|
|
author: {
|
|
firstName: "David",
|
|
lastName: "Maine"
|
|
}
|
|
}
|
|
]
|