This commit is contained in:
Niels Lyngsø
2023-03-09 10:27:33 +01:00
parent 90a2fe6422
commit 1a2857d1c9
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ import { customElement, property, query } from 'lit/decorators.js';
import { PopoverPlacement, UUIPopoverElement, UUISymbolExpandElement } from '@umbraco-ui/uui';
import { InterfaceColor, InterfaceLook } from '@umbraco-ui/uui-base/lib/types';
//TODO: maybe this should go to UI library? It's a common pattern
// TODO: maybe this should go to UI library? It's a common pattern
// TODO: consider not using this, but instead use dropdown, which is more generic shared component of backoffice. (this is at the movement only used in Log Viewer)
@customElement('umb-button-with-dropdown')
export class UmbButtonWithDropdownElement extends LitElement {
static styles = [

View File

@@ -3,6 +3,7 @@ import { css, html, nothing } from 'lit';
import { customElement, property } from 'lit/decorators.js';
import { UmbLitElement } from '@umbraco-cms/element';
// TODO: maybe move this to UI Library.
@customElement('umb-dropdown')
export class UmbDropdownElement extends UmbLitElement {
static styles = [