diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 717ac639d..1f47cec77 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -23743,6 +23743,30 @@ "default": "", "description": "Used to pass attributes to the item's DOM element." }, + { + "name": "itemLabel", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the item label's DOM element." + }, + { + "name": "tickIcon", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the tick icon's DOM element." + }, + { + "name": "blankIcon", + "optional": true, + "readonly": false, + "type": "DropdownPassThroughOptionType", + "default": "", + "description": "Used to pass attributes to the bank icon's DOM element." + }, { "name": "emptyMessage", "optional": true, @@ -24230,6 +24254,22 @@ "default": "true", "description": "When enabled, the focus is placed on the hovered option." }, + { + "name": "highlightOnSelect", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Highlights automatically the first item." + }, + { + "name": "showTick", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "true", + "description": "Whether the selected option will be shown with a tick." + }, { "name": "filterMessage", "optional": true, diff --git a/doc/overlaypanel/BasicDoc.vue b/doc/overlaypanel/BasicDoc.vue index 8578d4fec..113ebdf91 100644 --- a/doc/overlaypanel/BasicDoc.vue +++ b/doc/overlaypanel/BasicDoc.vue @@ -26,36 +26,14 @@
Team Members
    -
  • - +
  • +
    - Amy Elsner -
    amy@email.com
    + {{ member.name }} +
    {{ member.email }}
    - Owner - -
    -
  • -
  • - -
    - Bernardo Dominic -
    bernardo@email.com
    -
    -
    - Editor - -
    -
  • -
  • - -
    - Ioni Bowcher Elsner -
    ioni@email.com
    -
    -
    - Viewer + {{ member.role }}
  • @@ -71,6 +49,11 @@ export default { data() { return { + members: [ + { name: 'Amy Elsner', image: 'amyelsner.png', email: 'amy@email.com', role: 'Owner' }, + { name: 'Bernardo Dominic', image: 'bernardodominic.png', email: 'bernardo@email.com', role: 'Editor' }, + { name: 'Ioni Bowcher', image: 'ionibowcher.png', email: 'ioni@email.com', role: 'Viewer' } + ], code: { basic: `