Overview

UIX

type Elements.form_itemT

Definition:unknown = {value: Datex.CompatValue,label?: Datex.CompatValue,options?: Iterable,params?: Record,input?: ValueInput,}

class Elements.BaseO

<extends Elements.Base.Options = Elements.Base.Option>

Constructors

constructor(options?: O)

Properties

protected options: O
protected wasLoadedStatic: any

Constructors

constructor(items: form_item[])

Constructors

constructor(options?: Image.Options)

Constructors

constructor(options?: Image.Options)

Properties

pdfjsLoaded: boolean

Constructors

constructor(element_data: Header.ElementData[], options?: Header.Options)

Properties

protected container: HTMLElement
protected elements: HTMLElement[]
protected element_data: Header.ElementData[]
protected drag_el: HTMLElement

simple header element with arbitrary sub elements, supports windowControlsOverlay

class Elements.ValueT

<O extends Elements.Base.Options = Elements.Base.Option>

Constructors

constructor(value?: Datex.CompatValue, options?: O)

class Elements.ButtonO

<extends Elements.Button.Options = Elements.Button.Option>

Constructors

constructor(options?: O)

Constructors

constructor(options: Elements.ToggleButton.Options)

Constructors

constructor(options?: Elements.Checkbox.Options)

Constructors

constructor(options?: Elements.Checkbox.Options)

class Elements.ValueDisplayT

<O extends Elements.ValueDisplay.Options = Elements.ValueDisplay.Option>

Constructors

constructor(value: Datex.CompatValue, options?: O)

Constructors

constructor(value: Datex.CompatValue, options?: Number.Options)

class Elements.ValueInputT

<O extends ValueInput.Options = ValueInput.Option>

Constructors

constructor(value?: Datex.CompatValue, type: any, options?: O)

Constructors

constructor(value?: Datex.CompatValue, options?: ValueInput.Options)

Constructors

constructor(value?: Datex.CompatValue, options?: ValueInput.Options)

Constructors

constructor(value?: Datex.CompatValue, options?: ValueInput.Options)

class Elements.ContainerValueInputT

<O extends ContainerValueInput.Options = ContainerValueInput.Option>

Constructors

constructor(value?: Datex.CompatValue, options?: ContainerValueInput.Options)

Properties

class Elements.NumberInputT

<extends number | bigint | Quantity, O extends NumberInput.Options = NumberInput.Option>

Constructors

constructor(value: Datex.CompatValue, options?: O)

Properties

protected input_validation_regex: RegExp
protected input_validation_regex_complete: RegExp

class Elements.QuantityInputU

<extends Uni>

Constructors

constructor(value: Datex.CompatValue, options: QuantityInput.Options)

Properties

unit: unit

Constructors

constructor(value?: Datex.CompatValue, options?: ValueInput.Options)

Constructors

constructor(value?: Datex.CompatValue, options?: ValueInput.Options)

Constructors

constructor(value: Datex.CompatValue, min: number, max: number, color?: Datex.CompatValue)

Constructors

constructor(value: Datex.CompatValue)

Constructors

constructor(color: Datex.CompatValue)

Properties

class Elements.IterableValueT

<MT = T, O extends Base.Options = Base.Option>

Constructors

constructor(list?: Datex.CompatValue, options?: O)

class Elements.ValueSelectO

<extends ValueSelect.Options = ValueSelect.Options, V = an>

Constructors

constructor(options?: O)

Properties

displayed_option_name: Datex.Value
selected_option_index: Datex.Value
selected_option_name: Datex.Value
selected_option_value: Datex.Value
abstract options_container: HTMLElement

Constructors

constructor(list: Datex.CompatValue, options?: DropdownMenu.Options)

Properties

options_container: HTMLElement

Constructors

constructor(list: Datex.CompatValue, options?: ValueSelect.Options)

Properties

options_container: HTMLElement

Constructors

constructor(list: Datex.CompatValue, options?: ValueList.Options, transform?: unknown - todo)

function 

();

Did this doc help you?

Privacy Policy

Help us improving our docs

Our documentations are fully open source. Something is wrong or unclear? Edit documentation.

Make a contribution