@zealicsolutions/web-ui 1.0.85 → 1.0.86-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/Avatar/Avatar.d.ts +7 -1
- package/dist/cjs/molecules/BasicTextField/BasicTextField.d.ts +7 -1
- package/dist/cjs/molecules/BinaryRadioButtons/BinaryRadioButtons.d.ts +4 -0
- package/dist/cjs/molecules/Button/Button.d.ts +15 -4
- package/dist/cjs/molecules/Button/Button.stories.d.ts +11 -2
- package/dist/cjs/molecules/Checkbox/Checkbox.d.ts +4 -0
- package/dist/cjs/molecules/Consent/Consent.stories.d.ts +15 -0
- package/dist/cjs/molecules/Consent/ConsentMolecule.d.ts +6 -1
- package/dist/cjs/molecules/CurrencyInputtField/CurrencyInputField.d.ts +7 -1
- package/dist/cjs/molecules/DatePicker/DatePicker.d.ts +5 -0
- package/dist/cjs/molecules/Drawer/types.d.ts +15 -2
- package/dist/cjs/molecules/EmailInputField/EmailInputField.d.ts +7 -1
- package/dist/cjs/molecules/Image/Image.d.ts +6 -1
- package/dist/cjs/molecules/Menu/Menu.d.ts +17 -4
- package/dist/cjs/molecules/NumericInputField/NumericInputField.d.ts +8 -1
- package/dist/cjs/molecules/PasswordSetup/PasswordSetup.d.ts +11 -1
- package/dist/cjs/molecules/PasswordSetup/PasswordSetup.stories.d.ts +1 -1
- package/dist/cjs/molecules/PhoneNumberInputField/PhoneNumberInputField.d.ts +10 -2
- package/dist/cjs/molecules/Rating/Rating.d.ts +6 -0
- package/dist/cjs/molecules/Select/Select.d.ts +5 -0
- package/dist/cjs/molecules/Slider/Slider.d.ts +5 -0
- package/dist/cjs/molecules/Switch/Switch.d.ts +6 -1
- package/dist/esm/components/RichTextViewer/components/Leaf.js.map +1 -1
- package/dist/esm/molecules/Accordion/Accordion.js +1 -1
- package/dist/esm/molecules/Avatar/Avatar.d.ts +7 -1
- package/dist/esm/molecules/Avatar/Avatar.js +1 -1
- package/dist/esm/molecules/Avatar/Avatar.js.map +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.d.ts +7 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js +1 -1
- package/dist/esm/molecules/BasicTextField/BasicTextField.js.map +1 -1
- package/dist/esm/molecules/BinaryRadioButtons/BinaryRadioButtons.d.ts +4 -0
- package/dist/esm/molecules/BinaryRadioButtons/BinaryRadioButtons.js +1 -1
- package/dist/esm/molecules/BinaryRadioButtons/BinaryRadioButtons.js.map +1 -1
- package/dist/esm/molecules/Button/Button.d.ts +15 -4
- package/dist/esm/molecules/Button/Button.js +1 -1
- package/dist/esm/molecules/Button/Button.js.map +1 -1
- package/dist/esm/molecules/Button/Button.stories.d.ts +11 -2
- package/dist/esm/molecules/Checkbox/Checkbox.d.ts +4 -0
- package/dist/esm/molecules/Checkbox/Checkbox.js +1 -1
- package/dist/esm/molecules/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/molecules/Consent/Consent.stories.d.ts +15 -0
- package/dist/esm/molecules/Consent/ConsentMolecule.d.ts +6 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js +1 -1
- package/dist/esm/molecules/Consent/ConsentMolecule.js.map +1 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.d.ts +7 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js +1 -1
- package/dist/esm/molecules/CurrencyInputtField/CurrencyInputField.js.map +1 -1
- package/dist/esm/molecules/DatePicker/DatePicker.d.ts +5 -0
- package/dist/esm/molecules/DatePicker/DatePicker.js +1 -1
- package/dist/esm/molecules/DatePicker/DatePicker.js.map +1 -1
- package/dist/esm/molecules/Drawer/Drawer.js +1 -1
- package/dist/esm/molecules/Drawer/Drawer.js.map +1 -1
- package/dist/esm/molecules/Drawer/types.d.ts +15 -2
- package/dist/esm/molecules/EmailInputField/EmailInputField.d.ts +7 -1
- package/dist/esm/molecules/EmailInputField/EmailInputField.js +1 -1
- package/dist/esm/molecules/EmailInputField/EmailInputField.js.map +1 -1
- package/dist/esm/molecules/Image/Image.d.ts +6 -1
- package/dist/esm/molecules/Image/Image.js +1 -1
- package/dist/esm/molecules/Image/Image.js.map +1 -1
- package/dist/esm/molecules/Menu/Menu.d.ts +17 -4
- package/dist/esm/molecules/Menu/Menu.js +1 -1
- package/dist/esm/molecules/Menu/Menu.js.map +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.d.ts +8 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js +1 -1
- package/dist/esm/molecules/NumericInputField/NumericInputField.js.map +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.d.ts +11 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.js.map +1 -1
- package/dist/esm/molecules/PasswordSetup/PasswordSetup.stories.d.ts +1 -1
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.d.ts +10 -2
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js +1 -1
- package/dist/esm/molecules/PhoneNumberInputField/PhoneNumberInputField.js.map +1 -1
- package/dist/esm/molecules/Rating/Rating.d.ts +6 -0
- package/dist/esm/molecules/Rating/Rating.js +1 -1
- package/dist/esm/molecules/Rating/Rating.js.map +1 -1
- package/dist/esm/molecules/Select/Select.d.ts +5 -0
- package/dist/esm/molecules/Select/Select.js +1 -1
- package/dist/esm/molecules/Select/Select.js.map +1 -1
- package/dist/esm/molecules/Slider/Slider.d.ts +5 -0
- package/dist/esm/molecules/Slider/Slider.js +1 -1
- package/dist/esm/molecules/Slider/Slider.js.map +1 -1
- package/dist/esm/molecules/Stepper/Stepper.js +1 -1
- package/dist/esm/molecules/Switch/Switch.d.ts +6 -1
- package/dist/esm/molecules/Switch/Switch.js +1 -1
- package/dist/esm/molecules/Switch/Switch.js.map +1 -1
- package/dist/index.d.ts +132 -12
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Switch.js","sources":["../../../../../src/molecules/Switch/Switch.tsx"],"sourcesContent":[null],"names":["StyledSwitch","styled","Switch","_a","_b","thumbColor","_c","thumbCheckedColor","_d","trackColor","_e","disabledThumbColor","backgroundColor","width","height","opacity","backgroundImage","SwitchMolecule","isDisplayOnly","required","requiredErrorText","_f","validationErrorText","_g","text","_h","labelPlacement","_j","marginLeft","_k","marginTop","_l","marginRight","_m","marginBottom","_o","paddingLeft","_p","paddingTop","_q","paddingRight","_r","paddingBottom","name","sourceDataModelField","_s","disabled","configurationItemInfo","muiSwitchProps","__rest","formContext","useFormContext","control","isInFormContext","rules","validate","value","localStateObject","useOrganismContext","stateConfig","useStateContext","stateObject","dataModelFieldValue","undefined","useEffect","setValue","_t","useState","internalChecked","setInternalChecked","currentValue","watch","_jsxs","FormControl","
|
1
|
+
{"version":3,"file":"Switch.js","sources":["../../../../../src/molecules/Switch/Switch.tsx"],"sourcesContent":[null],"names":["StyledSwitch","styled","Switch","_a","_b","thumbColor","_c","thumbCheckedColor","_d","trackColor","_e","disabledThumbColor","backgroundColor","width","height","opacity","backgroundImage","SwitchMolecule","isDisplayOnly","required","requiredErrorText","_f","validationErrorText","_g","text","_h","labelPlacement","_j","marginLeft","_k","marginTop","_l","marginRight","_m","marginBottom","_o","paddingLeft","_p","paddingTop","_q","paddingRight","_r","paddingBottom","minHeight","maxHeight","minWidth","maxWidth","name","sourceDataModelField","_s","disabled","configurationItemInfo","muiSwitchProps","__rest","formContext","useFormContext","control","isInFormContext","rules","validate","value","localStateObject","useOrganismContext","stateConfig","useStateContext","stateObject","dataModelFieldValue","undefined","useEffect","setValue","_t","useState","internalChecked","setInternalChecked","currentValue","watch","_jsxs","FormControl","sx","__assign","display","_jsx","FormLabel","component","children","Box","alignItems","mt","checked","Typography","ml","Controller","defaultValue","render","field","fieldState","_Fragment","onChange","_","error","FormHelperText","type"],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
@@ -775,6 +775,12 @@ interface BasicTextFieldProps extends TextFieldProps {
|
|
775
775
|
paddingTop?: string;
|
776
776
|
paddingRight?: string;
|
777
777
|
paddingBottom?: string;
|
778
|
+
width?: string;
|
779
|
+
height?: string;
|
780
|
+
minHeight?: string;
|
781
|
+
maxHeight?: string;
|
782
|
+
minWidth?: string;
|
783
|
+
maxWidth?: string;
|
778
784
|
text?: string;
|
779
785
|
placeholderText?: string;
|
780
786
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
@@ -803,13 +809,24 @@ interface ButtonProps extends ButtonProps$1 {
|
|
803
809
|
paddingRight: string;
|
804
810
|
paddingBottom: string;
|
805
811
|
paddingLeft: string;
|
806
|
-
|
812
|
+
iconOnly?: boolean;
|
813
|
+
elevation?: number;
|
814
|
+
fillColor?: string;
|
815
|
+
fillColorDisabled?: string;
|
816
|
+
fillColorHover?: string;
|
817
|
+
fillColorPressed?: string;
|
818
|
+
borderColor?: string;
|
819
|
+
borderColorDisabled?: string;
|
820
|
+
borderColorHover?: string;
|
821
|
+
borderColorPressed?: string;
|
822
|
+
textColor?: string;
|
823
|
+
textColorDisabled?: string;
|
824
|
+
textColorHover?: string;
|
825
|
+
textColorPressed?: string;
|
807
826
|
fontSize?: number | string;
|
808
827
|
fontWeight?: 'normal' | 'bold';
|
809
828
|
fontFamily?: TypographyProps['fontFamily'];
|
810
829
|
textAlign?: TypographyProps['textAlign'];
|
811
|
-
textColor?: string;
|
812
|
-
disabledColor?: string;
|
813
830
|
height?: string;
|
814
831
|
width?: string;
|
815
832
|
}
|
@@ -817,7 +834,7 @@ interface ButtonProps extends ButtonProps$1 {
|
|
817
834
|
* We use `forwardRef` so that the ref passed from parent Component (Menu)
|
818
835
|
* will correctly point to the underlying <MuiButton> element.
|
819
836
|
*/
|
820
|
-
declare const Button: react.ForwardRefExoticComponent<Pick<ButtonProps, "color" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "textAlign" | "translate" | "width" | "borderRadius" | "gap" | "action" | "className" | "style" | "classes" | "children" | "sx" | "variant" | "form" | "link" | "slot" | "title" | "text" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "component" | "value" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "textColor" | "configurationItemInfo" | "moleculeId" | "wrapText" | "
|
837
|
+
declare const Button: react.ForwardRefExoticComponent<Pick<ButtonProps, "color" | "fontFamily" | "fontSize" | "fontWeight" | "height" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "textAlign" | "translate" | "width" | "borderColor" | "borderRadius" | "gap" | "action" | "className" | "style" | "classes" | "children" | "elevation" | "sx" | "variant" | "form" | "link" | "slot" | "title" | "text" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "component" | "value" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "type" | "disableElevation" | "disableFocusRipple" | "endIcon" | "fullWidth" | "href" | "size" | "startIcon" | "textColor" | "iconOnly" | "configurationItemInfo" | "moleculeId" | "wrapText" | "fillColor" | "fillColorDisabled" | "fillColorHover" | "fillColorPressed" | "borderColorDisabled" | "borderColorHover" | "borderColorPressed" | "textColorDisabled" | "textColorHover" | "textColorPressed"> & react.RefAttributes<HTMLButtonElement>>;
|
821
838
|
|
822
839
|
declare type ChecklistItemType = {
|
823
840
|
id: string;
|
@@ -926,8 +943,13 @@ declare type ConsentMoleculeProps = {
|
|
926
943
|
marginBottom?: string;
|
927
944
|
marginLeft?: string;
|
928
945
|
width?: string | number;
|
946
|
+
height?: string | number;
|
947
|
+
minHeight?: string;
|
948
|
+
maxHeight?: string;
|
949
|
+
minWidth?: string;
|
950
|
+
maxWidth?: string;
|
929
951
|
};
|
930
|
-
declare const ConsentMolecule: ({ properties, htmlElementId, configurationItemInfo, paddingTop, paddingRight, paddingBottom, paddingLeft, marginTop, marginRight, marginBottom, marginLeft, width, }: ConsentMoleculeProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
952
|
+
declare const ConsentMolecule: ({ properties, htmlElementId, configurationItemInfo, paddingTop, paddingRight, paddingBottom, paddingLeft, marginTop, marginRight, marginBottom, marginLeft, width, height, minHeight, maxHeight, minWidth, maxWidth, }: ConsentMoleculeProps) => _emotion_react_jsx_runtime.JSX.Element | null;
|
931
953
|
|
932
954
|
declare type CustomValidationRule<T = string> = {
|
933
955
|
text: string;
|
@@ -968,6 +990,11 @@ interface DatePickerMoleculeProps extends Omit<DatePickerProps<Date>, 'minDate'
|
|
968
990
|
paddingTop?: string;
|
969
991
|
paddingRight?: string;
|
970
992
|
paddingBottom?: string;
|
993
|
+
width?: string;
|
994
|
+
minHeight?: string;
|
995
|
+
maxHeight?: string;
|
996
|
+
minWidth?: string;
|
997
|
+
maxWidth?: string;
|
971
998
|
name: string;
|
972
999
|
sourceDataModelField?: string;
|
973
1000
|
isDisplayOnly?: boolean;
|
@@ -1111,13 +1138,11 @@ interface DrawerProps {
|
|
1111
1138
|
withButton?: boolean;
|
1112
1139
|
buttonText?: string;
|
1113
1140
|
buttonVariant?: 'contained' | 'outlined' | 'text';
|
1114
|
-
buttonColor?: string;
|
1115
1141
|
buttonTextColor?: string;
|
1116
1142
|
buttonFontSize?: number | string;
|
1117
1143
|
buttonFontWeight?: 'normal' | 'bold';
|
1118
1144
|
buttonFontFamily?: string;
|
1119
1145
|
buttonDisabled?: boolean;
|
1120
|
-
buttonDisabledColor?: string;
|
1121
1146
|
buttonGap?: number | string;
|
1122
1147
|
buttonStartIcon?: string;
|
1123
1148
|
buttonEndIcon?: string;
|
@@ -1130,6 +1155,21 @@ interface DrawerProps {
|
|
1130
1155
|
buttonPaddingRight?: string;
|
1131
1156
|
buttonPaddingBottom?: string;
|
1132
1157
|
buttonPaddingLeft?: string;
|
1158
|
+
buttonIconOnly?: boolean;
|
1159
|
+
buttonElevation?: number;
|
1160
|
+
buttonFillColor?: string;
|
1161
|
+
buttonFillColorDisabled?: string;
|
1162
|
+
buttonFillColorHover?: string;
|
1163
|
+
buttonFillColorPressed?: string;
|
1164
|
+
buttonBorderColor?: string;
|
1165
|
+
buttonBorderColorDisabled?: string;
|
1166
|
+
buttonBorderColorHover?: string;
|
1167
|
+
buttonBorderColorPressed?: string;
|
1168
|
+
buttonTextColorDisabled?: string;
|
1169
|
+
buttonTextColorHover?: string;
|
1170
|
+
buttonTextColorPressed?: string;
|
1171
|
+
buttonColor?: string;
|
1172
|
+
buttonDisabledColor?: string;
|
1133
1173
|
withCloseIcon?: boolean;
|
1134
1174
|
closeIconColor?: ThemeColors$2 | string;
|
1135
1175
|
closeIconName?: string;
|
@@ -1160,6 +1200,11 @@ interface ImageProps {
|
|
1160
1200
|
alt?: string;
|
1161
1201
|
height?: number | string;
|
1162
1202
|
width?: number | string;
|
1203
|
+
minHeight?: string;
|
1204
|
+
maxHeight?: string;
|
1205
|
+
minWidth?: string;
|
1206
|
+
maxWidth?: string;
|
1207
|
+
autoSize?: boolean;
|
1163
1208
|
rounded?: boolean;
|
1164
1209
|
raised?: boolean;
|
1165
1210
|
margin?: string;
|
@@ -1244,8 +1289,18 @@ declare type PasswordSetupProps = {
|
|
1244
1289
|
validationState: FormStateType$1;
|
1245
1290
|
overridesProperties: PasswordSetupMoleculeType$1['properties'];
|
1246
1291
|
configurationItemInfo: ConfigurationItemInfo$1;
|
1292
|
+
width?: string;
|
1293
|
+
height?: string;
|
1294
|
+
minWidth?: string;
|
1295
|
+
maxWidth?: string;
|
1296
|
+
minHeight?: string;
|
1297
|
+
maxHeight?: string;
|
1298
|
+
marginLeft?: string;
|
1299
|
+
marginTop?: string;
|
1300
|
+
marginRight?: string;
|
1301
|
+
marginBottom?: string;
|
1247
1302
|
};
|
1248
|
-
declare const PasswordSetup: ({ gap, inputProps, validations, htmlElementId, validationState, overridesProperties, configurationItemInfo, }: PasswordSetupProps) => _emotion_react_jsx_runtime.JSX.Element;
|
1303
|
+
declare const PasswordSetup: ({ gap, inputProps, validations, htmlElementId, validationState, overridesProperties, configurationItemInfo, width, height, minWidth, maxWidth, minHeight, maxHeight, marginLeft, marginTop, marginRight, marginBottom, }: PasswordSetupProps) => _emotion_react_jsx_runtime.JSX.Element;
|
1249
1304
|
|
1250
1305
|
declare const passwordValidationMapper: (validation: SetPasswordRuleValidation) => CustomValidationRule$1;
|
1251
1306
|
|
@@ -1288,6 +1343,12 @@ interface RatingMoleculeProps extends Omit<RatingProps, 'onChange'> {
|
|
1288
1343
|
paddingTop?: string;
|
1289
1344
|
paddingRight?: string;
|
1290
1345
|
paddingBottom?: string;
|
1346
|
+
width?: string;
|
1347
|
+
height?: string;
|
1348
|
+
minHeight?: string;
|
1349
|
+
maxHeight?: string;
|
1350
|
+
minWidth?: string;
|
1351
|
+
maxWidth?: string;
|
1291
1352
|
placement?: 'right' | 'left';
|
1292
1353
|
configurationItemInfo?: Record<string, unknown>;
|
1293
1354
|
disabled?: boolean;
|
@@ -1341,6 +1402,11 @@ interface SelectMoleculeProps {
|
|
1341
1402
|
paddingTop?: string;
|
1342
1403
|
paddingRight?: string;
|
1343
1404
|
paddingBottom?: string;
|
1405
|
+
width?: string;
|
1406
|
+
minHeight?: string;
|
1407
|
+
maxHeight?: string;
|
1408
|
+
minWidth?: string;
|
1409
|
+
maxWidth?: string;
|
1344
1410
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1345
1411
|
name: string;
|
1346
1412
|
sourceDataModelField?: string;
|
@@ -1382,6 +1448,11 @@ interface SliderMoleculeProps extends Omit<SliderProps$1, 'onChange'> {
|
|
1382
1448
|
paddingTop?: string;
|
1383
1449
|
paddingRight?: string;
|
1384
1450
|
paddingBottom?: string;
|
1451
|
+
width?: string;
|
1452
|
+
minHeight?: string;
|
1453
|
+
maxHeight?: string;
|
1454
|
+
minWidth?: string;
|
1455
|
+
maxWidth?: string;
|
1385
1456
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1386
1457
|
sourceDataModelField?: string;
|
1387
1458
|
}
|
@@ -1455,6 +1526,11 @@ interface SwitchMoleculeProps extends Omit<SwitchProps, 'onChange'> {
|
|
1455
1526
|
paddingTop?: string;
|
1456
1527
|
paddingRight?: string;
|
1457
1528
|
paddingBottom?: string;
|
1529
|
+
width?: string;
|
1530
|
+
minHeight?: string;
|
1531
|
+
maxHeight?: string;
|
1532
|
+
minWidth?: string;
|
1533
|
+
maxWidth?: string;
|
1458
1534
|
/** For hooking up with react-hook-form */
|
1459
1535
|
name: string;
|
1460
1536
|
sourceDataModelField?: string;
|
@@ -1554,6 +1630,10 @@ declare type BinaryRadioButtonsProps = {
|
|
1554
1630
|
marginRight?: string;
|
1555
1631
|
marginBottom?: string;
|
1556
1632
|
marginLeft?: string;
|
1633
|
+
minHeight?: string;
|
1634
|
+
maxHeight?: string;
|
1635
|
+
minWidth?: string;
|
1636
|
+
maxWidth?: string;
|
1557
1637
|
borderStyle?: string;
|
1558
1638
|
borderWidth?: string;
|
1559
1639
|
borderColor?: string;
|
@@ -1715,6 +1795,12 @@ interface AvatarMoleculeProps {
|
|
1715
1795
|
paddingTop?: string;
|
1716
1796
|
paddingRight?: string;
|
1717
1797
|
paddingBottom?: string;
|
1798
|
+
width?: string;
|
1799
|
+
height?: string;
|
1800
|
+
minHeight?: string;
|
1801
|
+
maxHeight?: string;
|
1802
|
+
minWidth?: string;
|
1803
|
+
maxWidth?: string;
|
1718
1804
|
/** Pass‑through for editor canvas etc. */
|
1719
1805
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1720
1806
|
}
|
@@ -1869,13 +1955,19 @@ interface EmailInputFieldProps {
|
|
1869
1955
|
paddingTop?: string;
|
1870
1956
|
paddingRight?: string;
|
1871
1957
|
paddingBottom?: string;
|
1958
|
+
width?: string;
|
1959
|
+
height?: string;
|
1960
|
+
minHeight?: string;
|
1961
|
+
maxHeight?: string;
|
1962
|
+
minWidth?: string;
|
1963
|
+
maxWidth?: string;
|
1872
1964
|
name: string;
|
1873
1965
|
sourceDataModelField?: string;
|
1874
1966
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1875
1967
|
}
|
1876
1968
|
|
1877
1969
|
/**
|
1878
|
-
* Each item
|
1970
|
+
* Each item now has minimal properties, with styling controlled at molecule level
|
1879
1971
|
*/
|
1880
1972
|
declare type MenuItemType = {
|
1881
1973
|
id: string;
|
@@ -1888,8 +1980,8 @@ declare type MenuItemType = {
|
|
1888
1980
|
fontSize?: string;
|
1889
1981
|
fontWeight?: 'normal' | 'bold';
|
1890
1982
|
fontFamily?: string;
|
1891
|
-
wrap?: boolean;
|
1892
1983
|
textAlign?: 'left' | 'center' | 'right' | 'justify';
|
1984
|
+
wrap?: boolean;
|
1893
1985
|
backgroundColor?: string;
|
1894
1986
|
paddingTop?: string;
|
1895
1987
|
paddingRight?: string;
|
@@ -1917,7 +2009,6 @@ interface MenuProps {
|
|
1917
2009
|
borderWeight?: string;
|
1918
2010
|
buttonText?: string;
|
1919
2011
|
buttonVariant?: 'contained' | 'outlined' | 'text';
|
1920
|
-
buttonColor?: string;
|
1921
2012
|
buttonTextColor?: string;
|
1922
2013
|
buttonFontSize?: number | string;
|
1923
2014
|
buttonFontWeight?: 'normal' | 'bold';
|
@@ -1935,6 +2026,20 @@ interface MenuProps {
|
|
1935
2026
|
buttonPaddingRight?: string;
|
1936
2027
|
buttonPaddingBottom?: string;
|
1937
2028
|
buttonPaddingLeft?: string;
|
2029
|
+
buttonIconOnly?: boolean;
|
2030
|
+
buttonElevation?: number;
|
2031
|
+
buttonFillColor?: string;
|
2032
|
+
buttonFillColorDisabled?: string;
|
2033
|
+
buttonFillColorHover?: string;
|
2034
|
+
buttonFillColorPressed?: string;
|
2035
|
+
buttonBorderColor?: string;
|
2036
|
+
buttonBorderColorDisabled?: string;
|
2037
|
+
buttonBorderColorHover?: string;
|
2038
|
+
buttonBorderColorPressed?: string;
|
2039
|
+
buttonTextColorDisabled?: string;
|
2040
|
+
buttonTextColorHover?: string;
|
2041
|
+
buttonTextColorPressed?: string;
|
2042
|
+
buttonColor?: string;
|
1938
2043
|
anchorOriginVertical?: 'top' | 'center' | 'bottom';
|
1939
2044
|
anchorOriginHorizontal?: 'left' | 'center' | 'right';
|
1940
2045
|
transformOriginVertical?: 'top' | 'center' | 'bottom';
|
@@ -1975,7 +2080,14 @@ interface NumericInputFieldProps {
|
|
1975
2080
|
paddingTop?: string;
|
1976
2081
|
paddingRight?: string;
|
1977
2082
|
paddingBottom?: string;
|
2083
|
+
width?: string;
|
2084
|
+
height?: string;
|
1978
2085
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
2086
|
+
textAlign?: 'inherit' | 'left' | 'center' | 'right' | 'justify';
|
2087
|
+
minHeight?: string;
|
2088
|
+
maxHeight?: string;
|
2089
|
+
minWidth?: string;
|
2090
|
+
maxWidth?: string;
|
1979
2091
|
}
|
1980
2092
|
|
1981
2093
|
interface PhoneNumberInputFieldProps {
|
@@ -1988,13 +2100,15 @@ interface PhoneNumberInputFieldProps {
|
|
1988
2100
|
text?: string;
|
1989
2101
|
placeholderText?: string;
|
1990
2102
|
masked?: boolean;
|
2103
|
+
multiLine?: boolean;
|
1991
2104
|
/** Basic style props */
|
1992
2105
|
backgroundColor?: string;
|
1993
2106
|
borderColor?: string;
|
1994
2107
|
textColor?: string;
|
1995
2108
|
fontSize?: number | string;
|
1996
2109
|
fontFamily?: string;
|
1997
|
-
fontWeight?: 'normal' | 'bold'
|
2110
|
+
fontWeight?: 'normal' | 'bold';
|
2111
|
+
textAlign?: 'inherit' | 'left' | 'center' | 'right' | 'justify';
|
1998
2112
|
/** Spacing */
|
1999
2113
|
marginLeft?: string;
|
2000
2114
|
marginTop?: string;
|
@@ -2004,6 +2118,12 @@ interface PhoneNumberInputFieldProps {
|
|
2004
2118
|
paddingTop?: string;
|
2005
2119
|
paddingRight?: string;
|
2006
2120
|
paddingBottom?: string;
|
2121
|
+
width?: string;
|
2122
|
+
height?: string;
|
2123
|
+
minHeight?: string;
|
2124
|
+
maxHeight?: string;
|
2125
|
+
minWidth?: string;
|
2126
|
+
maxWidth?: string;
|
2007
2127
|
name: string;
|
2008
2128
|
sourceDataModelField?: string;
|
2009
2129
|
configurationItemInfo?: ConfigurationItemInfo$1;
|