@umbraco-ui/uui 1.6.0-rc.3 → 1.6.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,13 +160,36 @@
160
160
  },
161
161
  {
162
162
  "name": "uui-button-inline-create",
163
- "description": "Events:\n\n * `click` {} - on user click\n\nAttributes:\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `vertical` {Boolean} - Place the button vertically\n\nProperties:\n\n * `_position` {`number`} - \n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `styles` {`CSSResult[]`} - \n\n * `vertical` {Boolean} - Place the button vertically",
163
+ "description": "Events:\n\n * `click` {} - on user click\n\nAttributes:\n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `href` {string} - Set an href, this will turns the button into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `vertical` {Boolean} - Place the button vertically\n\nProperties:\n\n * `_position` {`number`} - \n\n * `label` {string} - Label to be used for aria-label and eventually as visual label\n\n * `href` {string} - Set an href, this will turns the button into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `styles` {`CSSResult[]`} - \n\n * `vertical` {Boolean} - Place the button vertically",
164
164
  "attributes": [
165
165
  {
166
166
  "name": "label",
167
167
  "description": "`label` {string} - Label to be used for aria-label and eventually as visual label\n\nProperty: label",
168
168
  "values": []
169
169
  },
170
+ {
171
+ "name": "href",
172
+ "description": "`href` {string} - Set an href, this will turns the button into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
173
+ "values": []
174
+ },
175
+ {
176
+ "name": "target",
177
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
178
+ "values": [
179
+ {
180
+ "name": "_blank"
181
+ },
182
+ {
183
+ "name": "_parent"
184
+ },
185
+ {
186
+ "name": "_self"
187
+ },
188
+ {
189
+ "name": "_top"
190
+ }
191
+ ]
192
+ },
170
193
  {
171
194
  "name": "vertical",
172
195
  "description": "`vertical` {Boolean} - Place the button vertically\n\nProperty: vertical\n\nDefault: false",
@@ -2032,7 +2055,7 @@
2032
2055
  },
2033
2056
  {
2034
2057
  "name": "uui-modal-dialog",
2035
- "description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `close` {`CustomEvent<unknown>`} - \n\n * `close-end` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `is-open` {`boolean`} - \n\n * `is-closing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `unique-index` {`number`} - \n\n * `transition-duration` {`number`} - \n\nProperties:\n\n * `_dialogElement` {`HTMLDialogElement | undefined`} - \n\n * `isOpen` {`boolean`} - \n\n * `isClosing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `uniqueIndex` {`number`} - \n\n * `_transitionDuration` {`number`} - \n\n * `transitionDuration` {`number`} - \n\n * `open` - \n\n * `close` - \n\n * `styles` {`CSSResult[]`} - ",
2058
+ "description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `uui:modal-close` {`CustomEvent<unknown>`} - \n\n * `close-end` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `is-open` {`boolean`} - \n\n * `is-closing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `unique-index` {`number`} - \n\n * `transition-duration` {`number`} - \n\nProperties:\n\n * `_dialogElement` {`HTMLDialogElement | undefined`} - \n\n * `isOpen` {`boolean`} - \n\n * `isClosing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `uniqueIndex` {`number`} - \n\n * `_transitionDuration` {`number`} - \n\n * `transitionDuration` {`number`} - \n\n * `open` - \n\n * `close` - \n\n * `styles` {`CSSResult[]`} - ",
2036
2059
  "attributes": [
2037
2060
  {
2038
2061
  "name": "is-open",
@@ -2061,8 +2084,8 @@
2061
2084
  "description": "`open` {`CustomEvent<unknown>`} - "
2062
2085
  },
2063
2086
  {
2064
- "name": "onclose",
2065
- "description": "`close` {`CustomEvent<unknown>`} - "
2087
+ "name": "onuui:modal-close",
2088
+ "description": "`uui:modal-close` {`CustomEvent<unknown>`} - "
2066
2089
  },
2067
2090
  {
2068
2091
  "name": "onclose-end",
@@ -2072,7 +2095,7 @@
2072
2095
  },
2073
2096
  {
2074
2097
  "name": "uui-modal-sidebar",
2075
- "description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `close` {`CustomEvent<unknown>`} - \n\n * `close-end` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `size` {`UUIModalSidebarSize`} - \n\n * `is-open` {`boolean`} - \n\n * `is-closing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `unique-index` {`number`} - \n\n * `transition-duration` {`number`} - \n\nProperties:\n\n * `size` {`UUIModalSidebarSize`} - \n\n * `_dialogElement` {`HTMLDialogElement | undefined`} - \n\n * `isOpen` {`boolean`} - \n\n * `isClosing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `uniqueIndex` {`number`} - \n\n * `_transitionDuration` {`number`} - \n\n * `transitionDuration` {`number`} - \n\n * `open` - \n\n * `close` - \n\n * `styles` {`CSSResult[]`} - ",
2098
+ "description": "Events:\n\n * `open` {`CustomEvent<unknown>`} - \n\n * `uui:modal-close` {`CustomEvent<unknown>`} - \n\n * `close-end` {`CustomEvent<unknown>`} - \n\nAttributes:\n\n * `size` {`UUIModalSidebarSize`} - \n\n * `is-open` {`boolean`} - \n\n * `is-closing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `unique-index` {`number`} - \n\n * `transition-duration` {`number`} - \n\nProperties:\n\n * `size` {`UUIModalSidebarSize`} - \n\n * `_dialogElement` {`HTMLDialogElement | undefined`} - \n\n * `isOpen` {`boolean`} - \n\n * `isClosing` {`boolean`} - \n\n * `index` {`number`} - \n\n * `uniqueIndex` {`number`} - \n\n * `_transitionDuration` {`number`} - \n\n * `transitionDuration` {`number`} - \n\n * `open` - \n\n * `close` - \n\n * `styles` {`CSSResult[]`} - ",
2076
2099
  "attributes": [
2077
2100
  {
2078
2101
  "name": "size",
@@ -2119,8 +2142,8 @@
2119
2142
  "description": "`open` {`CustomEvent<unknown>`} - "
2120
2143
  },
2121
2144
  {
2122
- "name": "onclose",
2123
- "description": "`close` {`CustomEvent<unknown>`} - "
2145
+ "name": "onuui:modal-close",
2146
+ "description": "`uui:modal-close` {`CustomEvent<unknown>`} - "
2124
2147
  },
2125
2148
  {
2126
2149
  "name": "onclose-end",
@@ -2453,7 +2476,7 @@
2453
2476
  },
2454
2477
  {
2455
2478
  "name": "uui-ref-node-data-type",
2456
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2479
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2457
2480
  "attributes": [
2458
2481
  {
2459
2482
  "name": "alias",
@@ -2467,6 +2490,29 @@
2467
2490
  "name": "detail",
2468
2491
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2469
2492
  },
2493
+ {
2494
+ "name": "href",
2495
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2496
+ "values": []
2497
+ },
2498
+ {
2499
+ "name": "target",
2500
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2501
+ "values": [
2502
+ {
2503
+ "name": "_blank"
2504
+ },
2505
+ {
2506
+ "name": "_parent"
2507
+ },
2508
+ {
2509
+ "name": "_self"
2510
+ },
2511
+ {
2512
+ "name": "_top"
2513
+ }
2514
+ ]
2515
+ },
2470
2516
  {
2471
2517
  "name": "disabled",
2472
2518
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2492,6 +2538,11 @@
2492
2538
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2493
2539
  "valueSet": "v"
2494
2540
  },
2541
+ {
2542
+ "name": "standalone",
2543
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
2544
+ "valueSet": "v"
2545
+ },
2495
2546
  {
2496
2547
  "name": "onopen",
2497
2548
  "description": "`open` - fires when the ref title is clicked"
@@ -2508,7 +2559,7 @@
2508
2559
  },
2509
2560
  {
2510
2561
  "name": "uui-ref-node-document-type",
2511
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2562
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `alias` {string} - Alias\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2512
2563
  "attributes": [
2513
2564
  {
2514
2565
  "name": "alias",
@@ -2522,6 +2573,29 @@
2522
2573
  "name": "detail",
2523
2574
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2524
2575
  },
2576
+ {
2577
+ "name": "href",
2578
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2579
+ "values": []
2580
+ },
2581
+ {
2582
+ "name": "target",
2583
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2584
+ "values": [
2585
+ {
2586
+ "name": "_blank"
2587
+ },
2588
+ {
2589
+ "name": "_parent"
2590
+ },
2591
+ {
2592
+ "name": "_self"
2593
+ },
2594
+ {
2595
+ "name": "_top"
2596
+ }
2597
+ ]
2598
+ },
2525
2599
  {
2526
2600
  "name": "disabled",
2527
2601
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2547,6 +2621,11 @@
2547
2621
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2548
2622
  "valueSet": "v"
2549
2623
  },
2624
+ {
2625
+ "name": "standalone",
2626
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
2627
+ "valueSet": "v"
2628
+ },
2550
2629
  {
2551
2630
  "name": "onopen",
2552
2631
  "description": "`open` - fires when the ref title is clicked"
@@ -2563,7 +2642,7 @@
2563
2642
  },
2564
2643
  {
2565
2644
  "name": "uui-ref-node-form",
2566
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2645
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2567
2646
  "attributes": [
2568
2647
  {
2569
2648
  "name": "name",
@@ -2573,6 +2652,29 @@
2573
2652
  "name": "detail",
2574
2653
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2575
2654
  },
2655
+ {
2656
+ "name": "href",
2657
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2658
+ "values": []
2659
+ },
2660
+ {
2661
+ "name": "target",
2662
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2663
+ "values": [
2664
+ {
2665
+ "name": "_blank"
2666
+ },
2667
+ {
2668
+ "name": "_parent"
2669
+ },
2670
+ {
2671
+ "name": "_self"
2672
+ },
2673
+ {
2674
+ "name": "_top"
2675
+ }
2676
+ ]
2677
+ },
2576
2678
  {
2577
2679
  "name": "disabled",
2578
2680
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2598,6 +2700,11 @@
2598
2700
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2599
2701
  "valueSet": "v"
2600
2702
  },
2703
+ {
2704
+ "name": "standalone",
2705
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
2706
+ "valueSet": "v"
2707
+ },
2601
2708
  {
2602
2709
  "name": "onopen",
2603
2710
  "description": "`open` - fires when the ref title is clicked"
@@ -2614,7 +2721,7 @@
2614
2721
  },
2615
2722
  {
2616
2723
  "name": "uui-ref-node-member",
2617
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `group-name` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `groupName` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2724
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `group-name` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `groupName` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2618
2725
  "attributes": [
2619
2726
  {
2620
2727
  "name": "group-name",
@@ -2628,6 +2735,29 @@
2628
2735
  "name": "detail",
2629
2736
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2630
2737
  },
2738
+ {
2739
+ "name": "href",
2740
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2741
+ "values": []
2742
+ },
2743
+ {
2744
+ "name": "target",
2745
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2746
+ "values": [
2747
+ {
2748
+ "name": "_blank"
2749
+ },
2750
+ {
2751
+ "name": "_parent"
2752
+ },
2753
+ {
2754
+ "name": "_self"
2755
+ },
2756
+ {
2757
+ "name": "_top"
2758
+ }
2759
+ ]
2760
+ },
2631
2761
  {
2632
2762
  "name": "disabled",
2633
2763
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2653,6 +2783,11 @@
2653
2783
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2654
2784
  "valueSet": "v"
2655
2785
  },
2786
+ {
2787
+ "name": "standalone",
2788
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
2789
+ "valueSet": "v"
2790
+ },
2656
2791
  {
2657
2792
  "name": "onopen",
2658
2793
  "description": "`open` - fires when the ref title is clicked"
@@ -2669,7 +2804,7 @@
2669
2804
  },
2670
2805
  {
2671
2806
  "name": "uui-ref-node-package",
2672
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `version` {string} - Package version\n\n * `author` {string} - Package author\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `version` {string} - Package version\n\n * `author` {string} - Package author\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2807
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `version` {string} - Package version\n\n * `author` {string} - Package author\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `version` {string} - Package version\n\n * `author` {string} - Package author\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2673
2808
  "attributes": [
2674
2809
  {
2675
2810
  "name": "version",
@@ -2687,6 +2822,29 @@
2687
2822
  "name": "detail",
2688
2823
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2689
2824
  },
2825
+ {
2826
+ "name": "href",
2827
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2828
+ "values": []
2829
+ },
2830
+ {
2831
+ "name": "target",
2832
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2833
+ "values": [
2834
+ {
2835
+ "name": "_blank"
2836
+ },
2837
+ {
2838
+ "name": "_parent"
2839
+ },
2840
+ {
2841
+ "name": "_self"
2842
+ },
2843
+ {
2844
+ "name": "_top"
2845
+ }
2846
+ ]
2847
+ },
2690
2848
  {
2691
2849
  "name": "disabled",
2692
2850
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2712,6 +2870,11 @@
2712
2870
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2713
2871
  "valueSet": "v"
2714
2872
  },
2873
+ {
2874
+ "name": "standalone",
2875
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
2876
+ "valueSet": "v"
2877
+ },
2715
2878
  {
2716
2879
  "name": "onopen",
2717
2880
  "description": "`open` - fires when the ref title is clicked"
@@ -2728,7 +2891,7 @@
2728
2891
  },
2729
2892
  {
2730
2893
  "name": "uui-ref-node-user",
2731
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `group-name` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `groupName` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2894
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `group-name` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `groupName` {string} - Group name\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2732
2895
  "attributes": [
2733
2896
  {
2734
2897
  "name": "group-name",
@@ -2742,6 +2905,29 @@
2742
2905
  "name": "detail",
2743
2906
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2744
2907
  },
2908
+ {
2909
+ "name": "href",
2910
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2911
+ "values": []
2912
+ },
2913
+ {
2914
+ "name": "target",
2915
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2916
+ "values": [
2917
+ {
2918
+ "name": "_blank"
2919
+ },
2920
+ {
2921
+ "name": "_parent"
2922
+ },
2923
+ {
2924
+ "name": "_self"
2925
+ },
2926
+ {
2927
+ "name": "_top"
2928
+ }
2929
+ ]
2930
+ },
2745
2931
  {
2746
2932
  "name": "disabled",
2747
2933
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2767,6 +2953,11 @@
2767
2953
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2768
2954
  "valueSet": "v"
2769
2955
  },
2956
+ {
2957
+ "name": "standalone",
2958
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
2959
+ "valueSet": "v"
2960
+ },
2770
2961
  {
2771
2962
  "name": "onopen",
2772
2963
  "description": "`open` - fires when the ref title is clicked"
@@ -2783,7 +2974,7 @@
2783
2974
  },
2784
2975
  {
2785
2976
  "name": "uui-ref-node",
2786
- "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2977
+ "description": "Events:\n\n * `open` - fires when the ref title is clicked\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nSlots:\n\n * ` ` {} - for content\n\n * `icon` {} - for an icon\n\n * `tag` {} - for a tag\n\n * `actions` {} - for actions\n\nAttributes:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `name` {string} - Node name\n\n * `detail` {string} - Node details\n\n * `href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\n * `target` {string} - Set an anchor tag target, only used when using href.\n\n * `_iconSlotHasContent` {`boolean`} - \n\n * `fallbackIcon` {`string`} - \n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2787
2978
  "attributes": [
2788
2979
  {
2789
2980
  "name": "name",
@@ -2793,6 +2984,29 @@
2793
2984
  "name": "detail",
2794
2985
  "description": "`detail` {string} - Node details\n\nProperty: detail\n\nDefault: ''"
2795
2986
  },
2987
+ {
2988
+ "name": "href",
2989
+ "description": "`href` {string} - Set an href, this will turns the name of the card into an anchor tag.\n\nProperty: href\n\nDefault: undefined",
2990
+ "values": []
2991
+ },
2992
+ {
2993
+ "name": "target",
2994
+ "description": "`target` {string} - Set an anchor tag target, only used when using href.\n\nProperty: target\n\nDefault: undefined",
2995
+ "values": [
2996
+ {
2997
+ "name": "_blank"
2998
+ },
2999
+ {
3000
+ "name": "_parent"
3001
+ },
3002
+ {
3003
+ "name": "_self"
3004
+ },
3005
+ {
3006
+ "name": "_top"
3007
+ }
3008
+ ]
3009
+ },
2796
3010
  {
2797
3011
  "name": "disabled",
2798
3012
  "description": "`disabled` {boolean} - Set tot true to disable\n\nProperty: disabled\n\nDefault: false",
@@ -2818,6 +3032,11 @@
2818
3032
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2819
3033
  "valueSet": "v"
2820
3034
  },
3035
+ {
3036
+ "name": "standalone",
3037
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
3038
+ "valueSet": "v"
3039
+ },
2821
3040
  {
2822
3041
  "name": "onopen",
2823
3042
  "description": "`open` - fires when the ref title is clicked"
@@ -2834,7 +3053,7 @@
2834
3053
  },
2835
3054
  {
2836
3055
  "name": "uui-ref",
2837
- "description": "Events:\n\n * `open` - fires when the ref is opened\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nAttributes:\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperties:\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `styles` {`CSSResult[]`} - \n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
3056
+ "description": "Events:\n\n * `open` - fires when the ref is opened\n\n * `selected` - fires when the ref is selected\n\n * `deselected` - fires when the ref is deselected\n\nAttributes:\n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `select-only` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `standalone` {boolean} - Set to true to make element stand out\n\nProperties:\n\n * `styles` {`CSSResult[]`} - \n\n * `disabled` {boolean} - Set tot true to disable\n\n * `error` {boolean} - Set to true to display error state\n\n * `_selectOnly` {`boolean`} - \n\n * `selectOnly` {`boolean`} - Enforce selection interaction and prevent all other interactions, set this when the UI is turned into Selection-Mode.\n\n * `_selectable` {`boolean`} - \n\n * `selectable` {`boolean`} - Enable the ability to select this element.\n\n * `deselectable` {`boolean`} - \n\n * `selected` {`boolean`} - Attribute applied when the element is selected.\n\n * `selectableTarget` {`EventTarget`} - \n\n * `handleSelectKeydown` - ",
2838
3057
  "attributes": [
2839
3058
  {
2840
3059
  "name": "disabled",
@@ -2861,6 +3080,11 @@
2861
3080
  "description": "`selected` {`boolean`} - Attribute applied when the element is selected.\n\nProperty: selected\n\nDefault: false",
2862
3081
  "valueSet": "v"
2863
3082
  },
3083
+ {
3084
+ "name": "standalone",
3085
+ "description": "`standalone` {boolean} - Set to true to make element stand out\n\nDefault: false",
3086
+ "valueSet": "v"
3087
+ },
2864
3088
  {
2865
3089
  "name": "onopen",
2866
3090
  "description": "`open` - fires when the ref is opened"