Sha256: 168f132637178abdf79142dea2abdaf97fa06e80b1dc719b4b43df846d86596d

Contents?: true

Size: 1.03 KB

Versions: 54

Compression:

Stored size: 1.03 KB

Contents

import '@oddbird/popover-polyfill';
import type { IncludeFragmentElement } from '@github/include-fragment-element';
type SelectVariant = 'none' | 'single' | 'multiple' | null;
type SelectedItem = {
    label: string | null | undefined;
    value: string | null | undefined;
    element: Element;
};
export declare class ActionMenuElement extends HTMLElement {
    #private;
    includeFragment: IncludeFragmentElement;
    get selectVariant(): SelectVariant;
    set selectVariant(variant: SelectVariant);
    get dynamicLabelPrefix(): string;
    set dynamicLabelPrefix(value: string);
    get dynamicLabel(): boolean;
    set dynamicLabel(value: boolean);
    get popoverElement(): HTMLElement | null;
    get invokerElement(): HTMLButtonElement | null;
    get invokerLabel(): HTMLElement | null;
    get selectedItems(): SelectedItem[];
    connectedCallback(): void;
    disconnectedCallback(): void;
    handleEvent(event: Event): void;
}
declare global {
    interface Window {
        ActionMenuElement: typeof ActionMenuElement;
    }
}
export {};

Version data entries

54 entries across 27 versions & 2 rubygems

Version Path
openproject-primer_view_components-0.13.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.13.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.13.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.13.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.12.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.12.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.11.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.11.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.12.1 app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.12.1 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.10.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.10.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.11.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.11.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.10.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.10.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.9.0 app/components/primer/alpha/action_menu/action_menu_element.d.ts
primer_view_components-0.9.0 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.9.1 app/components/primer/alpha/action_menu/action_menu_element.d.ts
openproject-primer_view_components-0.9.1 app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts