foundation-forms
Home > @genesislcap/foundation-forms
foundation-forms package
Classes
Class |
Description |
---|---|
Foundation filters component for automatically generated filters based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable filters elements using UI schema and set of custom renderers | |
Foundation form component for automatically generated forms based on json schema obtained from the api, supplied initial data or supplied JSON schema. Allowing customisable form elements using UI schema and set of custom renderers |
Functions
Function |
Description |
---|---|
Ensures the value of the current field (the one the validator is on) matches the one of the target field. |
Variables
Variable |
Description |
---|---|
Set of default renderers used by the foundation-filters. | |
Set of default renderers used by the foundation-forms. |
Type Aliases
Type Alias |
Description |
---|---|
Configuration options available for array renderer. | |
Configuration options available for categorization renderer. | |
Available configuration options for connected combobox/multiselect. | |
Configuration options available for group renderer. | |
Orientation options available for stepper renderer. | |
Available aligment for labels. | |
Defines a renderer configuration in JSON forms. Allows to specify the renderer component, a tester function to determine renderer applicability, and a mapper function to connect JSON forms state to renderer's props. | |
Standard configuration options available for all renderers. | |
Orientation options available for stepper renderer. | |
Available orientation for stepper renderer. | |
Configuration options available for stepper renderer. | |
Configuration options available for string renderer. | |
The UI schema, which is passed to JSON Forms, describes the general layout of a form and is just a regular JSON object. It describes the form by means of different UI schema elements, which can often be categorized into either Controls or Layouts. | |
A UiSchemaElement that displays property values in a user interface element. | |
All configuration options that are available. | |
The layouts and control types, which allow you to customize the arrangement of forms. | |
All configuration options that are available. |