furo-ui5-date-picker-labeled

furo-ui5-date-picker-labeled #

@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-date-picker-labeled.js';
exports FuroUi5DatePickerLabeled js
exports <furo-ui5-date-picker-labeled> custom-element-definition
superclass LitElement
mixes FBP

Summary: labeled input field

Description #

The furo-ui5-date-picker-labeled is a composition to easily use a complete input field with label according to the design specification of SAP Fiori Design System.

1
<furo-ui5-date-picker-labeled fn-bind-data="--dao(FIELDNODE)"></furo-ui5-date-picker-labeled>

Inside a furo-form-layouter set to four #

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<furo-form-layouter four>
  <furo-ui5-date-picker-labeled
    fn-bind-data="--dataObject(*.furo_data_date_input_google)"
  ></furo-ui5-date-picker-labeled>
  <furo-ui5-date-picker-labeled
      value-state="Success"
      text="Override"
      fn-bind-data="--dataObject(*.furo_data_date_input_google)"
   ></furo-ui5-date-picker-labeled>
</furo-form-layouter>

Inside a furo-form-layouter set to two #

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
<furo-form-layouter two>
  <furo-ui5-date-picker-labeled
    fn-bind-data="--dataObject(*.furo_data_date_input_google)"
  ></furo-ui5-date-picker-labeled>
  <furo-ui5-date-picker-labeled
      value-state="Success"
      text="Override"
      fn-bind-data="--dataObject(*.furo_data_date_input_google)"
   ></furo-ui5-date-picker-labeled>
</furo-form-layouter>

Attributes and Properties #

label #

label string default: ''

the label for the data-date-picker

full #

full boolean

This is only used to forward the state to the form-field-container

required #

required Boolean

A Boolean attribute which, if present, means this field is required and marked with *.

disabled #

disabled reflects Boolean

A Boolean attribute which, if present, means this field cannot be edited by the user.

readonly #

readonly Boolean

A Boolean attribute which, if present, means this field is readonly.

Events #

furo-value-changed #

at-furo-value-changedString

Fires the field value when it changes in ISO 8601 format.

Methods #

focus #

focus(options Object ) ⟹ void

Object fn-focus

Focuses the underlying ui5 input element

bindData #

bindData(fieldNode FieldNode ) ⟹ void

FieldNode fn-bind-data

Orchestrates the data field connection to the inside

  • fieldNode