UNPKG

@furo/ui5

Version:
19 lines (16 loc) 618 B
import { DisplayFuroIntegerproperty } from './display-furo-integerproperty.js'; /** * `display-furo-numberproperty` * The display-furo-numberrproperty component displays a FieldNode of type `furo.Numberproperty` in read only mode. * * Every display-xxx component should implement the following API: * - function: bindData(fieldNode){...} * * @summary display renderer for `furo.Numberproperty` * @element display-furo-numberproperty */ export class DisplayFuroNumberproperty extends DisplayFuroIntegerproperty {} window.customElements.define( 'display-furo-numberproperty', DisplayFuroNumberproperty );