module Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty (
        module Exports, FieldInputConfigProperty(..),
        mkFieldInputConfigProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data FieldInputConfigProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html>
    FieldInputConfigProperty {FieldInputConfigProperty -> ()
haddock_workaround_ :: (),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-defaultchecked>
                              FieldInputConfigProperty -> Maybe (Value Bool)
defaultChecked :: (Prelude.Maybe (Value Prelude.Bool)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-defaultcountrycode>
                              FieldInputConfigProperty -> Maybe (Value Text)
defaultCountryCode :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-defaultvalue>
                              FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-descriptivetext>
                              FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-fileuploaderconfig>
                              FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
fileUploaderConfig :: (Prelude.Maybe FileUploaderFieldConfigProperty),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-isarray>
                              FieldInputConfigProperty -> Maybe (Value Bool)
isArray :: (Prelude.Maybe (Value Prelude.Bool)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-maxvalue>
                              FieldInputConfigProperty -> Maybe (Value Double)
maxValue :: (Prelude.Maybe (Value Prelude.Double)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-minvalue>
                              FieldInputConfigProperty -> Maybe (Value Double)
minValue :: (Prelude.Maybe (Value Prelude.Double)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-name>
                              FieldInputConfigProperty -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-placeholder>
                              FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-readonly>
                              FieldInputConfigProperty -> Maybe (Value Bool)
readOnly :: (Prelude.Maybe (Value Prelude.Bool)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-required>
                              FieldInputConfigProperty -> Maybe (Value Bool)
required :: (Prelude.Maybe (Value Prelude.Bool)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-step>
                              FieldInputConfigProperty -> Maybe (Value Double)
step :: (Prelude.Maybe (Value Prelude.Double)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-type>
                              FieldInputConfigProperty -> Value Text
type' :: (Value Prelude.Text),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-value>
                              FieldInputConfigProperty -> Maybe (Value Text)
value :: (Prelude.Maybe (Value Prelude.Text)),
                              -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-valuemappings>
                              FieldInputConfigProperty -> Maybe ValueMappingsProperty
valueMappings :: (Prelude.Maybe ValueMappingsProperty)}
  deriving stock (FieldInputConfigProperty -> FieldInputConfigProperty -> Bool
(FieldInputConfigProperty -> FieldInputConfigProperty -> Bool)
-> (FieldInputConfigProperty -> FieldInputConfigProperty -> Bool)
-> Eq FieldInputConfigProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: FieldInputConfigProperty -> FieldInputConfigProperty -> Bool
== :: FieldInputConfigProperty -> FieldInputConfigProperty -> Bool
$c/= :: FieldInputConfigProperty -> FieldInputConfigProperty -> Bool
/= :: FieldInputConfigProperty -> FieldInputConfigProperty -> Bool
Prelude.Eq, Int -> FieldInputConfigProperty -> ShowS
[FieldInputConfigProperty] -> ShowS
FieldInputConfigProperty -> String
(Int -> FieldInputConfigProperty -> ShowS)
-> (FieldInputConfigProperty -> String)
-> ([FieldInputConfigProperty] -> ShowS)
-> Show FieldInputConfigProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> FieldInputConfigProperty -> ShowS
showsPrec :: Int -> FieldInputConfigProperty -> ShowS
$cshow :: FieldInputConfigProperty -> String
show :: FieldInputConfigProperty -> String
$cshowList :: [FieldInputConfigProperty] -> ShowS
showList :: [FieldInputConfigProperty] -> ShowS
Prelude.Show)
mkFieldInputConfigProperty ::
  Value Prelude.Text -> FieldInputConfigProperty
mkFieldInputConfigProperty :: Value Text -> FieldInputConfigProperty
mkFieldInputConfigProperty Value Text
type'
  = FieldInputConfigProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), type' :: Value Text
type' = Value Text
type',
       defaultChecked :: Maybe (Value Bool)
defaultChecked = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       defaultCountryCode :: Maybe (Value Text)
defaultCountryCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       defaultValue :: Maybe (Value Text)
defaultValue = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, descriptiveText :: Maybe (Value Text)
descriptiveText = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
fileUploaderConfig = Maybe FileUploaderFieldConfigProperty
forall a. Maybe a
Prelude.Nothing, isArray :: Maybe (Value Bool)
isArray = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       maxValue :: Maybe (Value Double)
maxValue = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing, minValue :: Maybe (Value Double)
minValue = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing,
       name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, placeholder :: Maybe (Value Text)
placeholder = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       readOnly :: Maybe (Value Bool)
readOnly = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, required :: Maybe (Value Bool)
required = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       step :: Maybe (Value Double)
step = Maybe (Value Double)
forall a. Maybe a
Prelude.Nothing, value :: Maybe (Value Text)
value = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       valueMappings :: Maybe ValueMappingsProperty
valueMappings = Maybe ValueMappingsProperty
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties FieldInputConfigProperty where
  toResourceProperties :: FieldInputConfigProperty -> ResourceProperties
toResourceProperties FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::AmplifyUIBuilder::Form.FieldInputConfig",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"Type" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
type']
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultChecked" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
defaultChecked,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultCountryCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
defaultCountryCode,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultValue" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
defaultValue,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DescriptiveText" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
descriptiveText,
                               Key -> FileUploaderFieldConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FileUploaderConfig" (FileUploaderFieldConfigProperty -> (Key, Value))
-> Maybe FileUploaderFieldConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FileUploaderFieldConfigProperty
fileUploaderConfig,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsArray" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isArray,
                               Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxValue" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
maxValue,
                               Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MinValue" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
minValue,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Placeholder" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
placeholder,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReadOnly" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
readOnly,
                               Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Required" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
required,
                               Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Step" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
step,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Value" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
value,
                               Key -> ValueMappingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ValueMappings" (ValueMappingsProperty -> (Key, Value))
-> Maybe ValueMappingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ValueMappingsProperty
valueMappings]))}
instance JSON.ToJSON FieldInputConfigProperty where
  toJSON :: FieldInputConfigProperty -> Value
toJSON FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"Type" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
type']
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultChecked" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
defaultChecked,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultCountryCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
defaultCountryCode,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultValue" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
defaultValue,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DescriptiveText" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
descriptiveText,
                  Key -> FileUploaderFieldConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FileUploaderConfig" (FileUploaderFieldConfigProperty -> (Key, Value))
-> Maybe FileUploaderFieldConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe FileUploaderFieldConfigProperty
fileUploaderConfig,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"IsArray" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
isArray,
                  Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MaxValue" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
maxValue,
                  Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MinValue" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
minValue,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Placeholder" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
placeholder,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ReadOnly" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
readOnly,
                  Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Required" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
required,
                  Key -> Value Double -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Step" (Value Double -> (Key, Value))
-> Maybe (Value Double) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Double)
step,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Value" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
value,
                  Key -> ValueMappingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ValueMappings" (ValueMappingsProperty -> (Key, Value))
-> Maybe ValueMappingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ValueMappingsProperty
valueMappings])))
instance Property "DefaultChecked" FieldInputConfigProperty where
  type PropertyType "DefaultChecked" FieldInputConfigProperty = Value Prelude.Bool
  set :: PropertyType "DefaultChecked" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "DefaultChecked" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {defaultChecked :: Maybe (Value Bool)
defaultChecked = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultChecked" FieldInputConfigProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "DefaultCountryCode" FieldInputConfigProperty where
  type PropertyType "DefaultCountryCode" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "DefaultCountryCode" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "DefaultCountryCode" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {defaultCountryCode :: Maybe (Value Text)
defaultCountryCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultCountryCode" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "DefaultValue" FieldInputConfigProperty where
  type PropertyType "DefaultValue" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "DefaultValue" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "DefaultValue" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {defaultValue :: Maybe (Value Text)
defaultValue = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultValue" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "DescriptiveText" FieldInputConfigProperty where
  type PropertyType "DescriptiveText" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "DescriptiveText" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "DescriptiveText" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {descriptiveText :: Maybe (Value Text)
descriptiveText = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DescriptiveText" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "FileUploaderConfig" FieldInputConfigProperty where
  type PropertyType "FileUploaderConfig" FieldInputConfigProperty = FileUploaderFieldConfigProperty
  set :: PropertyType "FileUploaderConfig" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "FileUploaderConfig" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
fileUploaderConfig = FileUploaderFieldConfigProperty
-> Maybe FileUploaderFieldConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FileUploaderConfig" FieldInputConfigProperty
FileUploaderFieldConfigProperty
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "IsArray" FieldInputConfigProperty where
  type PropertyType "IsArray" FieldInputConfigProperty = Value Prelude.Bool
  set :: PropertyType "IsArray" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "IsArray" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {isArray :: Maybe (Value Bool)
isArray = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "IsArray" FieldInputConfigProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "MaxValue" FieldInputConfigProperty where
  type PropertyType "MaxValue" FieldInputConfigProperty = Value Prelude.Double
  set :: PropertyType "MaxValue" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "MaxValue" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {maxValue :: Maybe (Value Double)
maxValue = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MaxValue" FieldInputConfigProperty
Value Double
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "MinValue" FieldInputConfigProperty where
  type PropertyType "MinValue" FieldInputConfigProperty = Value Prelude.Double
  set :: PropertyType "MinValue" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "MinValue" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {minValue :: Maybe (Value Double)
minValue = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MinValue" FieldInputConfigProperty
Value Double
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "Name" FieldInputConfigProperty where
  type PropertyType "Name" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "Name" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "Name" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "Placeholder" FieldInputConfigProperty where
  type PropertyType "Placeholder" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "Placeholder" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "Placeholder" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {placeholder :: Maybe (Value Text)
placeholder = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Placeholder" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "ReadOnly" FieldInputConfigProperty where
  type PropertyType "ReadOnly" FieldInputConfigProperty = Value Prelude.Bool
  set :: PropertyType "ReadOnly" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "ReadOnly" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {readOnly :: Maybe (Value Bool)
readOnly = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ReadOnly" FieldInputConfigProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "Required" FieldInputConfigProperty where
  type PropertyType "Required" FieldInputConfigProperty = Value Prelude.Bool
  set :: PropertyType "Required" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "Required" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {required :: Maybe (Value Bool)
required = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Required" FieldInputConfigProperty
Value Bool
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "Step" FieldInputConfigProperty where
  type PropertyType "Step" FieldInputConfigProperty = Value Prelude.Double
  set :: PropertyType "Step" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "Step" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {step :: Maybe (Value Double)
step = Value Double -> Maybe (Value Double)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Step" FieldInputConfigProperty
Value Double
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "Type" FieldInputConfigProperty where
  type PropertyType "Type" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "Type" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "Type" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {type' :: Value Text
type' = PropertyType "Type" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "Value" FieldInputConfigProperty where
  type PropertyType "Value" FieldInputConfigProperty = Value Prelude.Text
  set :: PropertyType "Value" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "Value" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty {value :: Maybe (Value Text)
value = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Value" FieldInputConfigProperty
Value Text
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
valueMappings :: Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
valueMappings :: Maybe ValueMappingsProperty
..}
instance Property "ValueMappings" FieldInputConfigProperty where
  type PropertyType "ValueMappings" FieldInputConfigProperty = ValueMappingsProperty
  set :: PropertyType "ValueMappings" FieldInputConfigProperty
-> FieldInputConfigProperty -> FieldInputConfigProperty
set PropertyType "ValueMappings" FieldInputConfigProperty
newValue FieldInputConfigProperty {Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
Maybe ValueMappingsProperty
()
Value Text
haddock_workaround_ :: FieldInputConfigProperty -> ()
defaultChecked :: FieldInputConfigProperty -> Maybe (Value Bool)
defaultCountryCode :: FieldInputConfigProperty -> Maybe (Value Text)
defaultValue :: FieldInputConfigProperty -> Maybe (Value Text)
descriptiveText :: FieldInputConfigProperty -> Maybe (Value Text)
fileUploaderConfig :: FieldInputConfigProperty -> Maybe FileUploaderFieldConfigProperty
isArray :: FieldInputConfigProperty -> Maybe (Value Bool)
maxValue :: FieldInputConfigProperty -> Maybe (Value Double)
minValue :: FieldInputConfigProperty -> Maybe (Value Double)
name :: FieldInputConfigProperty -> Maybe (Value Text)
placeholder :: FieldInputConfigProperty -> Maybe (Value Text)
readOnly :: FieldInputConfigProperty -> Maybe (Value Bool)
required :: FieldInputConfigProperty -> Maybe (Value Bool)
step :: FieldInputConfigProperty -> Maybe (Value Double)
type' :: FieldInputConfigProperty -> Value Text
value :: FieldInputConfigProperty -> Maybe (Value Text)
valueMappings :: FieldInputConfigProperty -> Maybe ValueMappingsProperty
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
valueMappings :: Maybe ValueMappingsProperty
..}
    = FieldInputConfigProperty
        {valueMappings :: Maybe ValueMappingsProperty
valueMappings = ValueMappingsProperty -> Maybe ValueMappingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ValueMappings" FieldInputConfigProperty
ValueMappingsProperty
newValue, Maybe (Value Bool)
Maybe (Value Double)
Maybe (Value Text)
Maybe FileUploaderFieldConfigProperty
()
Value Text
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
haddock_workaround_ :: ()
defaultChecked :: Maybe (Value Bool)
defaultCountryCode :: Maybe (Value Text)
defaultValue :: Maybe (Value Text)
descriptiveText :: Maybe (Value Text)
fileUploaderConfig :: Maybe FileUploaderFieldConfigProperty
isArray :: Maybe (Value Bool)
maxValue :: Maybe (Value Double)
minValue :: Maybe (Value Double)
name :: Maybe (Value Text)
placeholder :: Maybe (Value Text)
readOnly :: Maybe (Value Bool)
required :: Maybe (Value Bool)
step :: Maybe (Value Double)
type' :: Value Text
value :: Maybe (Value Text)
..}