UNPKG

aurelia-bootstrap-select

Version:
30 lines (28 loc) 631 B
/** * Extra options that can be passed to the Custom Element */ export let globalExtraOptions = { mappingDataStructure: { class: 'class', content: 'content', disabled: 'disabled', divider: 'divider', groupLabel: 'group', groupDisabled: 'disabled', icon: 'icon', maxOptions: 'maxOptions', option: 'option', subtext: 'subtext', style: 'style', title: 'title', tokens: 'tokens' } }; /** * Options that can be passed to the Bootstrap-Select directly */ export let globalPickerOptions = { dropupAuto: true, showTick: true, width: 'auto' };