` by default. You can change this\n * behavior by providing a `component` prop.\n * If you use React v16+ and would like to avoid a wrapping `
` element\n * you can pass in `component={null}`. This is useful if the wrapping div\n * borks your css styles.\n */\n component: PropTypes.any,\n /**\n * A set of `` components, that are toggled `in` and out as they\n * leave. the `` will inject specific transition props, so\n * remember to spread them through if you are wrapping the `` as\n * with our `` example.\n *\n * While this component is meant for multiple `Transition` or `CSSTransition`\n * children, sometimes you may want to have a single transition child with\n * content that you want to be transitioned out and in when you change it\n * (e.g. routes, images etc.) In that case you can change the `key` prop of\n * the transition child as you change its content, this will cause\n * `TransitionGroup` to transition the child out and back in.\n */\n children: PropTypes.node,\n /**\n * A convenience prop that enables or disables appear animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n appear: PropTypes.bool,\n /**\n * A convenience prop that enables or disables enter animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n enter: PropTypes.bool,\n /**\n * A convenience prop that enables or disables exit animations\n * for all children. Note that specifying this will override any defaults set\n * on individual children Transitions.\n */\n exit: PropTypes.bool,\n /**\n * You may need to apply reactive updates to a child as it is exiting.\n * This is generally done by using `cloneElement` however in the case of an exiting\n * child the element has already been removed and not accessible to the consumer.\n *\n * If you do need to update a child as it leaves you can provide a `childFactory`\n * to wrap every child, even the ones that are leaving.\n *\n * @type Function(child: ReactElement) -> ReactElement\n */\n childFactory: PropTypes.func\n} : {};\nTransitionGroup.defaultProps = defaultProps;\nexport default TransitionGroup;","import React from 'react';\nexport default React.createContext(null);"],"names":["labelColor","theme","undefined","lightgray","blue","cyan","black","disabledColor","textColor","markedColor","borderHover","borderColor","borderDisabledColor","borderError","Wrapper","styled","FormControl","withConfig","componentId","MQ","FROM_M","Full","Right","Half","OneThird","TwoThirds","FROM_XL","Label","FormLabel","styleLabelM","RadioItems","RadioGroup","IconWrapper","div","RadioIcon","attrs","small","medium","props","$error","css","$checked","ErrorIcon","Icon","RadioLabel","FormControlLabel","styleBodyM","styleBodyL","checked","RadioControl","Radio","Description","FormHelperText","styleBodyS","HelperText","label","id","identifier","elementName","description","displayOption","disabled","items","dependencies","className","validators","control","size","setValue","onChange","onFocus","formContext","useFormContext","unregister","defaultValue","useMemo","_items$find","length","find","item","value","classes","classNames","map","validator","_validator$model","model","validationCssClass","rules","generateValidationRules","visibleFromDependencies","evaluteVisibilityFromDependencies","useEffect","radioIcon","error","_jsxs","children","_jsx","icon","MuiThemeProvider","createTheme","ThemeProvider","Controller","name","render","field","fieldState","_Fragment","event","index","caption","required","role","disableRipple","checkedIcon","React","EpiConditionCombination","EpiDependencyAction","EpiConditionOperator","evaluateConditionByOperator","operator","targetValue","conditionValue","Array","isArray","Equals","includes","NotEquals","Contains","some","NotContains","MatchRegularExpression","RegExp","test","NotApplicable","evaluteVisibleFromDependencies","dependency","conditionCombination","action","returnValue","clientsideAction","Show","conditions","elementValues","condition","useWatch","fieldName","Any","fieldValue","elementValue","Boolean","every","validationRules","validate","forEach","validationRule","_validationRule$model","_validationRule$model2","_validationRule$model3","_validationRule$model8","type","message","maxLength","FileList","_validationRule$model4","files","from","fallbackExtensions","allowedExtensions","accept","replaceAll","split","_validationRule$model5","file","pop","toLowerCase","extension","_validationRule$model6","fallbackSizeInBytes","allowedSizeInBytes","sizeInBytes","_validationRule$model7","Number","_validationRule$model9","_validationRule$model10","jsPattern","pattern","getChildMapping","mapFn","result","Object","create","Children","c","child","key","isValidElement","mapper","getProp","prop","getNextChildMapping","nextProps","prevChildMapping","onExited","nextChildMapping","prev","next","getValueForKey","i","nextKeysPending","pendingKeys","prevKey","push","childMapping","nextKey","pendingNextKey","mergeChildMappings","keys","hasPrev","hasNext","prevChild","isLeaving","in","cloneElement","bind","exit","enter","values","obj","k","TransitionGroup","_React$Component","context","_this","handleExited","call","this","state","contextValue","isMounting","firstRender","_proto","prototype","componentDidMount","mounted","setState","componentWillUnmount","getDerivedStateFromProps","_ref","appear","node","currentChildMapping","_this$props","Component","component","childFactory","TransitionGroupContext","Provider","propTypes","defaultProps"],"sourceRoot":""}