@elliemae/ds-form 2.0.1 → 2.1.0-rc.0
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/cjs/Checkbox/DSCheckbox.js +4 -4
- package/cjs/CheckboxGroup/DSCheckboxGroup.js +2 -2
- package/cjs/ComboBox/v1/DSComboBox.js +2 -2
- package/cjs/ComboBox/v1/components/AllOption.js +2 -2
- package/cjs/ComboBox/v1/components/Control.js +2 -2
- package/cjs/ComboBox/v1/components/CustomOption.js +2 -2
- package/cjs/ComboBox/v1/components/CustomOptionMulti.js +2 -2
- package/cjs/ComboBox/v1/components/DropdownIndicator.js +2 -2
- package/cjs/ComboBox/v1/components/MenuList.js +2 -2
- package/cjs/ComboBox/v1/components/MultiValueRemove.js +2 -2
- package/cjs/ComboBox/v1/components/SelectMenu.js +2 -2
- package/cjs/ComboBox/v1/components/ValueContainer.js +2 -2
- package/cjs/ComboBox/v1/withSelectStringValueConverter.js +2 -2
- package/cjs/ComboBox/v2/Combobox.js +2 -2
- package/cjs/ComboBox/v2/components/AllOption.js +2 -2
- package/cjs/ComboBox/v2/components/ClearIndicator.js +2 -2
- package/cjs/ComboBox/v2/components/Content.js +2 -2
- package/cjs/ComboBox/v2/components/Control.js +2 -2
- package/cjs/ComboBox/v2/components/CustomOption.js +2 -2
- package/cjs/ComboBox/v2/components/CustomOptionMulti.js +2 -2
- package/cjs/ComboBox/v2/components/DropdownIndicator.js +2 -2
- package/cjs/ComboBox/v2/components/GroupHeading.js +2 -2
- package/cjs/ComboBox/v2/components/IndicatorSeparator.js +2 -2
- package/cjs/ComboBox/v2/components/MenuList.js +2 -2
- package/cjs/ComboBox/v2/components/MultiValueRemove.js +2 -2
- package/cjs/ComboBox/v2/components/SelectMenu.js +2 -2
- package/cjs/ComboBox/v2/components/ValueContainer.js +2 -2
- package/cjs/ComboBox/v3/config/useComboBox.js +2 -2
- package/cjs/ComboBox/v3/parts/menu-list/useItemRenderer.js +2 -2
- package/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js +2 -2
- package/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js +2 -2
- package/cjs/ComboBoxFreeSolo/components/SingleValue.js +2 -2
- package/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js +2 -2
- package/cjs/DateInput/DSDateInput.js +2 -2
- package/cjs/DateInput/components/DateInputImpl.js +2 -2
- package/cjs/DateInput/components/DateInputs.js +2 -2
- package/cjs/DateInputV2/components/DateInputs.js +2 -2
- package/cjs/ExpandableInput/ExpandableInputImpl.js +2 -2
- package/cjs/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
- package/cjs/FormItem/DSFormItemLayout.js +2 -2
- package/cjs/FormItem/ValidationFieldWrapper.js +2 -2
- package/cjs/Input/DSInput.js +2 -2
- package/cjs/Input/InputAddonWrapper.js +2 -2
- package/cjs/Input/InputImpl.js +2 -2
- package/cjs/InputGroup/AddonWrapper.js +2 -2
- package/cjs/InputMask/DSInputMask.js +2 -2
- package/cjs/InputMask/DSInputMaskDeprecated.js +2 -2
- package/cjs/InputMask/MaskTypes.js +2 -2
- package/cjs/InputMask/mask_types/DateInputMask.js +2 -2
- package/cjs/InputMask/mask_types/DateTimeInputMask.js +2 -2
- package/cjs/InputMask/mask_types/DictionaryInputMask.js +2 -2
- package/cjs/InputMask/mask_types/NumberInputMask.js +2 -2
- package/cjs/InputMask/mask_types/PhoneInputMask.js +2 -2
- package/cjs/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
- package/cjs/InputMask/mask_types/SsnInputMask.js +2 -2
- package/cjs/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
- package/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
- package/cjs/InputMask/mask_types/index.js +2 -2
- package/cjs/InputProtected/DSInputProtected.js +2 -2
- package/cjs/LargeInputText/DSLargeInputText.js +2 -2
- package/cjs/MenuItem/components/SubmenuItem/index.js +2 -2
- package/cjs/Radio/DSRadio.js +11 -6
- package/cjs/RadioGroup/DSRadioGroup.js +2 -2
- package/cjs/SearchBox/SearchBoxToggle.js +2 -2
- package/cjs/SearchBox/withSearchable.js +2 -2
- package/cjs/TextBox/DSTextBox.js +2 -2
- package/cjs/TimeInput/DSTimeInput.js +2 -2
- package/cjs/TimeInput/TimeInputImpl.js +2 -2
- package/cjs/TimeInput/TimeInputs.js +2 -2
- package/cjs/Toggle/DSToggle.js +2 -2
- package/cjs/Toggle/DSToggleImpl.js +2 -2
- package/cjs/Toggle/DSToggleRender.js +2 -2
- package/esm/Checkbox/DSCheckbox.js +4 -4
- package/esm/CheckboxGroup/DSCheckboxGroup.js +2 -2
- package/esm/ComboBox/v1/DSComboBox.js +2 -2
- package/esm/ComboBox/v1/components/AllOption.js +2 -2
- package/esm/ComboBox/v1/components/Control.js +2 -2
- package/esm/ComboBox/v1/components/CustomOption.js +2 -2
- package/esm/ComboBox/v1/components/CustomOptionMulti.js +2 -2
- package/esm/ComboBox/v1/components/DropdownIndicator.js +2 -2
- package/esm/ComboBox/v1/components/MenuList.js +2 -2
- package/esm/ComboBox/v1/components/MultiValueRemove.js +2 -2
- package/esm/ComboBox/v1/components/SelectMenu.js +2 -2
- package/esm/ComboBox/v1/components/ValueContainer.js +2 -2
- package/esm/ComboBox/v1/withSelectStringValueConverter.js +2 -2
- package/esm/ComboBox/v2/Combobox.js +2 -2
- package/esm/ComboBox/v2/components/AllOption.js +2 -2
- package/esm/ComboBox/v2/components/ClearIndicator.js +2 -2
- package/esm/ComboBox/v2/components/Content.js +2 -2
- package/esm/ComboBox/v2/components/Control.js +2 -2
- package/esm/ComboBox/v2/components/CustomOption.js +2 -2
- package/esm/ComboBox/v2/components/CustomOptionMulti.js +2 -2
- package/esm/ComboBox/v2/components/DropdownIndicator.js +2 -2
- package/esm/ComboBox/v2/components/GroupHeading.js +2 -2
- package/esm/ComboBox/v2/components/IndicatorSeparator.js +2 -2
- package/esm/ComboBox/v2/components/MenuList.js +2 -2
- package/esm/ComboBox/v2/components/MultiValueRemove.js +2 -2
- package/esm/ComboBox/v2/components/SelectMenu.js +2 -2
- package/esm/ComboBox/v2/components/ValueContainer.js +2 -2
- package/esm/ComboBox/v3/config/useComboBox.js +2 -2
- package/esm/ComboBox/v3/parts/menu-list/useItemRenderer.js +2 -2
- package/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js +2 -2
- package/esm/ComboBoxFreeSolo/components/MultiValueRemove.js +2 -2
- package/esm/ComboBoxFreeSolo/components/SingleValue.js +2 -2
- package/esm/ComboBoxFreeSolo/components/SingleValueRemove.js +2 -2
- package/esm/DateInput/DSDateInput.js +2 -2
- package/esm/DateInput/components/DateInputImpl.js +2 -2
- package/esm/DateInput/components/DateInputs.js +2 -2
- package/esm/DateInputV2/components/DateInputs.js +2 -2
- package/esm/ExpandableInput/ExpandableInputImpl.js +2 -2
- package/esm/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
- package/esm/FormItem/DSFormItemLayout.js +2 -2
- package/esm/FormItem/ValidationFieldWrapper.js +2 -2
- package/esm/Input/DSInput.js +2 -2
- package/esm/Input/InputAddonWrapper.js +2 -2
- package/esm/Input/InputImpl.js +2 -2
- package/esm/InputGroup/AddonWrapper.js +2 -2
- package/esm/InputMask/DSInputMask.js +2 -2
- package/esm/InputMask/DSInputMaskDeprecated.js +2 -2
- package/esm/InputMask/MaskTypes.js +2 -2
- package/esm/InputMask/mask_types/DateInputMask.js +2 -2
- package/esm/InputMask/mask_types/DateTimeInputMask.js +2 -2
- package/esm/InputMask/mask_types/DictionaryInputMask.js +2 -2
- package/esm/InputMask/mask_types/NumberInputMask.js +2 -2
- package/esm/InputMask/mask_types/PhoneInputMask.js +2 -2
- package/esm/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
- package/esm/InputMask/mask_types/SsnInputMask.js +2 -2
- package/esm/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
- package/esm/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
- package/esm/InputMask/mask_types/index.js +2 -2
- package/esm/InputProtected/DSInputProtected.js +2 -2
- package/esm/LargeInputText/DSLargeInputText.js +2 -2
- package/esm/MenuItem/components/SubmenuItem/index.js +2 -2
- package/esm/Radio/DSRadio.js +11 -6
- package/esm/RadioGroup/DSRadioGroup.js +2 -2
- package/esm/SearchBox/SearchBoxToggle.js +2 -2
- package/esm/SearchBox/withSearchable.js +2 -2
- package/esm/TextBox/DSTextBox.js +2 -2
- package/esm/TimeInput/DSTimeInput.js +2 -2
- package/esm/TimeInput/TimeInputImpl.js +2 -2
- package/esm/TimeInput/TimeInputs.js +2 -2
- package/esm/Toggle/DSToggle.js +2 -2
- package/esm/Toggle/DSToggleImpl.js +2 -2
- package/esm/Toggle/DSToggleRender.js +2 -2
- package/package.json +23 -23
- package/types/Checkbox/DSCheckbox.d.ts +36 -47
- package/types/Checkbox/props.d.ts +14 -14
- package/types/CheckboxGroup/DSCheckboxGroup.d.ts +12 -12
- package/types/CheckboxGroup/props.d.ts +12 -12
- package/types/ComboBox/v3/ComboBox.d.ts +2 -2
- package/types/ComboBox/v3/propTypes.d.ts +2 -2
- package/types/DateInput/DSDateInput.d.ts +32 -32
- package/types/DateInput/props.d.ts +64 -32
- package/types/DateInputV2/components/DSDateInput.d.ts +20 -20
- package/types/DateInputV2/components/props.d.ts +20 -20
- package/types/FloatingLabelInput/DSFloatingLabelInput.d.ts +38 -38
- package/types/FormItem/DSFormItemLayout.d.ts +112 -112
- package/types/FormItem/Error/DSError.d.ts +4 -4
- package/types/FormItem/defaultProps.d.ts +38 -38
- package/types/FormItem/props.d.ts +74 -74
- package/types/InputGroup/DSInputGroup.d.ts +14 -14
- package/types/InputGroup/props.d.ts +14 -14
- package/types/InputMask/DSInputMask.d.ts +54 -54
- package/types/InputMask/props.d.ts +54 -54
- package/types/InputProtected/DSInputProtected.d.ts +12 -12
- package/types/InputProtected/props.d.ts +12 -12
- package/types/LargeInputText/DSLargeInputText.d.ts +54 -54
- package/types/LargeInputText/props.d.ts +54 -54
- package/types/Radio/DSRadio.d.ts +56 -46
- package/types/RadioGroup/DSRadioGroup.d.ts +12 -12
- package/types/RadioGroup/props.d.ts +12 -12
- package/types/SearchBox/DSSearchBox.d.ts +40 -40
- package/types/SearchBox/NavSearchBox.d.ts +24 -7
- package/types/SearchBox/SButton.d.ts +4 -4
- package/types/SearchBox/props.d.ts +44 -44
- package/types/TextBox/DSTextBox.d.ts +38 -38
- package/types/TimeInput/DSTimeInput.d.ts +22 -22
- package/types/Toggle/DSToggle.d.ts +22 -22
|
@@ -8,17 +8,17 @@ declare const DSError: {
|
|
|
8
8
|
propTypes: {
|
|
9
9
|
/** error state */
|
|
10
10
|
hasError: {
|
|
11
|
-
defaultValue
|
|
11
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
12
12
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
13
13
|
};
|
|
14
|
-
isRequired: import("react-desc").
|
|
14
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
15
15
|
};
|
|
16
16
|
/** error label text */
|
|
17
17
|
errorText: {
|
|
18
|
-
defaultValue
|
|
18
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
19
19
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
20
20
|
};
|
|
21
|
-
isRequired: import("react-desc").
|
|
21
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -30,118 +30,118 @@ export declare const defaultProps: {
|
|
|
30
30
|
}): JSX.Element;
|
|
31
31
|
propTypes: {
|
|
32
32
|
containerProps: {
|
|
33
|
-
defaultValue
|
|
33
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
34
34
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
35
35
|
};
|
|
36
|
-
isRequired: import("react-desc").
|
|
36
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
37
37
|
};
|
|
38
38
|
autoFocus: {
|
|
39
|
-
defaultValue
|
|
39
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
40
40
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
41
41
|
};
|
|
42
|
-
isRequired: import("react-desc").
|
|
42
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
43
43
|
};
|
|
44
44
|
disabled: {
|
|
45
|
-
defaultValue
|
|
45
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
46
46
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
47
47
|
};
|
|
48
|
-
isRequired: import("react-desc").
|
|
48
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
49
49
|
};
|
|
50
50
|
maxLength: {
|
|
51
|
-
defaultValue
|
|
51
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
52
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
53
|
};
|
|
54
|
-
isRequired: import("react-desc").
|
|
54
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
55
|
};
|
|
56
56
|
minLength: {
|
|
57
|
-
defaultValue
|
|
57
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
58
58
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
59
59
|
};
|
|
60
|
-
isRequired: import("react-desc").
|
|
60
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
61
61
|
};
|
|
62
62
|
fluidWidth: {
|
|
63
|
-
defaultValue
|
|
63
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
64
64
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
65
65
|
};
|
|
66
|
-
isRequired: import("react-desc").
|
|
66
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
67
67
|
};
|
|
68
68
|
placeholder: {
|
|
69
|
-
defaultValue
|
|
69
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
70
70
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
71
71
|
};
|
|
72
|
-
isRequired: import("react-desc").
|
|
72
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
73
73
|
};
|
|
74
74
|
value: {
|
|
75
|
-
defaultValue
|
|
75
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
76
76
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
77
77
|
};
|
|
78
|
-
isRequired: import("react-desc").
|
|
78
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
79
79
|
};
|
|
80
80
|
hasError: {
|
|
81
|
-
defaultValue
|
|
81
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
82
82
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
83
83
|
};
|
|
84
|
-
isRequired: import("react-desc").
|
|
84
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
85
85
|
};
|
|
86
86
|
readOnly: {
|
|
87
|
-
defaultValue
|
|
87
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
88
88
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
89
89
|
};
|
|
90
|
-
isRequired: import("react-desc").
|
|
90
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
91
91
|
};
|
|
92
92
|
min: {
|
|
93
|
-
defaultValue
|
|
93
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
94
94
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
95
95
|
};
|
|
96
|
-
isRequired: import("react-desc").
|
|
96
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
97
97
|
};
|
|
98
98
|
max: {
|
|
99
|
-
defaultValue
|
|
99
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
100
100
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
101
101
|
};
|
|
102
|
-
isRequired: import("react-desc").
|
|
102
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
103
103
|
};
|
|
104
104
|
clearable: {
|
|
105
|
-
defaultValue
|
|
105
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
106
106
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
107
107
|
};
|
|
108
|
-
isRequired: import("react-desc").
|
|
108
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
109
109
|
};
|
|
110
110
|
leftComponent: {
|
|
111
|
-
defaultValue
|
|
111
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
112
112
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
113
113
|
};
|
|
114
|
-
isRequired: import("react-desc").
|
|
114
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
115
115
|
};
|
|
116
116
|
rightComponent: {
|
|
117
|
-
defaultValue
|
|
117
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
118
118
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
119
119
|
};
|
|
120
|
-
isRequired: import("react-desc").
|
|
120
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
121
121
|
};
|
|
122
122
|
required: {
|
|
123
|
-
defaultValue
|
|
123
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
124
124
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
125
125
|
};
|
|
126
|
-
isRequired: import("react-desc").
|
|
126
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
127
127
|
};
|
|
128
128
|
variant: {
|
|
129
|
-
defaultValue
|
|
129
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
130
130
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
131
131
|
};
|
|
132
|
-
isRequired: import("react-desc").
|
|
132
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
133
133
|
};
|
|
134
134
|
type: {
|
|
135
|
-
defaultValue
|
|
135
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
136
136
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
137
137
|
};
|
|
138
|
-
isRequired: import("react-desc").
|
|
138
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
139
139
|
};
|
|
140
140
|
innerRef: {
|
|
141
|
-
defaultValue
|
|
141
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
142
142
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
143
143
|
};
|
|
144
|
-
isRequired: import("react-desc").
|
|
144
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
145
145
|
};
|
|
146
146
|
disableTooltip: {
|
|
147
147
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
export declare const props: {
|
|
3
3
|
/** props to inject to form item layout wrapper */
|
|
4
4
|
containerProps: {
|
|
5
|
-
defaultValue
|
|
5
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
6
6
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
7
7
|
};
|
|
8
|
-
isRequired: import("react-desc").
|
|
8
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
9
9
|
};
|
|
10
10
|
/** disableTooltip */
|
|
11
11
|
disableTooltip: {
|
|
@@ -13,45 +13,45 @@ export declare const props: {
|
|
|
13
13
|
};
|
|
14
14
|
/** position label on the left */
|
|
15
15
|
leftLabel: {
|
|
16
|
-
defaultValue
|
|
16
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
17
17
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
18
18
|
};
|
|
19
|
-
isRequired: import("react-desc").
|
|
19
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
20
20
|
};
|
|
21
21
|
/** turn on floating label */
|
|
22
22
|
floatingLabel: {
|
|
23
|
-
defaultValue
|
|
23
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
24
24
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
25
25
|
};
|
|
26
|
-
isRequired: import("react-desc").
|
|
26
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
27
27
|
};
|
|
28
28
|
/** id for form item layout */
|
|
29
29
|
id: {
|
|
30
|
-
defaultValue
|
|
30
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
31
31
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
32
32
|
};
|
|
33
|
-
isRequired: import("react-desc").
|
|
33
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
34
34
|
};
|
|
35
35
|
/** html name prop for form tags */
|
|
36
36
|
name: {
|
|
37
|
-
defaultValue
|
|
37
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
38
38
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
39
39
|
};
|
|
40
|
-
isRequired: import("react-desc").
|
|
40
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
41
41
|
};
|
|
42
42
|
/** form item layout element value */
|
|
43
43
|
value: {
|
|
44
|
-
defaultValue
|
|
44
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
45
45
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
46
46
|
};
|
|
47
|
-
isRequired: import("react-desc").
|
|
47
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
48
48
|
};
|
|
49
49
|
/** Any input component */
|
|
50
50
|
inputComponent: {
|
|
51
|
-
defaultValue
|
|
51
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
52
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
53
|
};
|
|
54
|
-
isRequired: import("react-desc").
|
|
54
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
55
|
};
|
|
56
56
|
/** isShowElipsisActive */
|
|
57
57
|
/** isShowElipsisActive */
|
|
@@ -60,211 +60,211 @@ export declare const props: {
|
|
|
60
60
|
};
|
|
61
61
|
/** Label component */
|
|
62
62
|
labelComponent: {
|
|
63
|
-
defaultValue
|
|
63
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
64
64
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
65
65
|
};
|
|
66
|
-
isRequired: import("react-desc").
|
|
66
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
67
67
|
};
|
|
68
68
|
/** feedback component to embed on form item */
|
|
69
69
|
feedbackComponent: {
|
|
70
|
-
defaultValue
|
|
70
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
71
71
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
72
72
|
};
|
|
73
|
-
isRequired: import("react-desc").
|
|
73
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
74
74
|
};
|
|
75
75
|
/** label text */
|
|
76
76
|
labelText: {
|
|
77
|
-
defaultValue
|
|
77
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
78
78
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
79
79
|
};
|
|
80
|
-
isRequired: import("react-desc").
|
|
80
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
81
81
|
};
|
|
82
82
|
/** error state */
|
|
83
83
|
hasError: {
|
|
84
|
-
defaultValue
|
|
84
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
85
85
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
86
86
|
};
|
|
87
|
-
isRequired: import("react-desc").
|
|
87
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
88
88
|
};
|
|
89
89
|
/** add fit content to form container */
|
|
90
90
|
fitContent: {
|
|
91
|
-
defaultValue
|
|
91
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
92
92
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
93
93
|
};
|
|
94
|
-
isRequired: import("react-desc").
|
|
94
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
95
95
|
};
|
|
96
96
|
/** validation state */
|
|
97
97
|
validationState: {
|
|
98
|
-
defaultValue
|
|
98
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
99
99
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
100
100
|
};
|
|
101
|
-
isRequired: import("react-desc").
|
|
101
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
102
102
|
};
|
|
103
103
|
/** validation message */
|
|
104
104
|
validationMessage: {
|
|
105
|
-
defaultValue
|
|
105
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
106
106
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
107
107
|
};
|
|
108
|
-
isRequired: import("react-desc").
|
|
108
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
109
109
|
};
|
|
110
110
|
/** feedback message */
|
|
111
111
|
feedbackMessage: {
|
|
112
|
-
defaultValue
|
|
112
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
113
113
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
114
114
|
};
|
|
115
|
-
isRequired: import("react-desc").
|
|
115
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
116
116
|
};
|
|
117
117
|
/** read only form item */
|
|
118
118
|
readOnly: {
|
|
119
|
-
defaultValue
|
|
119
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
120
120
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
121
121
|
};
|
|
122
|
-
isRequired: import("react-desc").
|
|
122
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
123
123
|
};
|
|
124
124
|
/** focused state */
|
|
125
125
|
focused: {
|
|
126
|
-
defaultValue
|
|
126
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
127
127
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
128
128
|
};
|
|
129
|
-
isRequired: import("react-desc").
|
|
129
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
130
130
|
};
|
|
131
131
|
/** input type */
|
|
132
132
|
type: {
|
|
133
|
-
defaultValue
|
|
133
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
134
134
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
135
135
|
};
|
|
136
|
-
isRequired: import("react-desc").
|
|
136
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
137
137
|
};
|
|
138
138
|
/** auto focus input */
|
|
139
139
|
autoFocus: {
|
|
140
|
-
defaultValue
|
|
140
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
141
141
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
142
142
|
};
|
|
143
|
-
isRequired: import("react-desc").
|
|
143
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
144
144
|
};
|
|
145
145
|
/** disabled state */
|
|
146
146
|
disabled: {
|
|
147
|
-
defaultValue
|
|
147
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
148
148
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
149
149
|
};
|
|
150
|
-
isRequired: import("react-desc").
|
|
150
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
151
151
|
};
|
|
152
152
|
/** on change handler */
|
|
153
153
|
onChange: {
|
|
154
|
-
defaultValue
|
|
154
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
155
155
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
156
156
|
};
|
|
157
|
-
isRequired: import("react-desc").
|
|
157
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
158
158
|
};
|
|
159
159
|
/** on blur handler */
|
|
160
160
|
onBlur: {
|
|
161
|
-
defaultValue
|
|
161
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
162
162
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
163
163
|
};
|
|
164
|
-
isRequired: import("react-desc").
|
|
164
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
165
165
|
};
|
|
166
166
|
/** extra input props to inject */
|
|
167
167
|
extraInputProps: {
|
|
168
|
-
defaultValue
|
|
168
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
169
169
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
170
170
|
};
|
|
171
|
-
isRequired: import("react-desc").
|
|
171
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
172
172
|
};
|
|
173
173
|
/** extra content */
|
|
174
174
|
extraContent: {
|
|
175
|
-
defaultValue
|
|
175
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
176
176
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
177
177
|
};
|
|
178
|
-
isRequired: import("react-desc").
|
|
178
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
179
179
|
};
|
|
180
180
|
/** left addon for form item */
|
|
181
181
|
leftAddon: {
|
|
182
|
-
defaultValue
|
|
182
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
183
183
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
184
184
|
};
|
|
185
|
-
isRequired: import("react-desc").
|
|
185
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
186
186
|
};
|
|
187
187
|
/** right addon for form item */
|
|
188
188
|
rightAddon: {
|
|
189
|
-
defaultValue
|
|
189
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
190
190
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
191
191
|
};
|
|
192
|
-
isRequired: import("react-desc").
|
|
192
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
193
193
|
};
|
|
194
194
|
/** add required mark */
|
|
195
195
|
required: {
|
|
196
|
-
defaultValue
|
|
196
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
197
197
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
198
198
|
};
|
|
199
|
-
isRequired: import("react-desc").
|
|
199
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
200
200
|
};
|
|
201
201
|
/** add optional mark */
|
|
202
202
|
optional: {
|
|
203
|
-
defaultValue
|
|
203
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
204
204
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
205
205
|
};
|
|
206
|
-
isRequired: import("react-desc").
|
|
206
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
207
207
|
};
|
|
208
208
|
/** on focus handler */
|
|
209
209
|
onFocus: {
|
|
210
|
-
defaultValue
|
|
210
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
211
211
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
212
212
|
};
|
|
213
|
-
isRequired: import("react-desc").
|
|
213
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
214
214
|
};
|
|
215
215
|
/** on paste handler */
|
|
216
216
|
onPaste: {
|
|
217
|
-
defaultValue
|
|
217
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
218
218
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
219
219
|
};
|
|
220
|
-
isRequired: import("react-desc").
|
|
220
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
221
221
|
};
|
|
222
222
|
/** add truncation and ellipsis */
|
|
223
223
|
truncateText: {
|
|
224
|
-
defaultValue
|
|
224
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
225
225
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
226
226
|
};
|
|
227
|
-
isRequired: import("react-desc").
|
|
227
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
228
228
|
};
|
|
229
229
|
/** on key up event handler */
|
|
230
230
|
onKeyUp: {
|
|
231
|
-
defaultValue
|
|
231
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
232
232
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
233
233
|
};
|
|
234
|
-
isRequired: import("react-desc").
|
|
234
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
235
235
|
};
|
|
236
236
|
/** mask for input mask component */
|
|
237
237
|
mask: {
|
|
238
|
-
defaultValue
|
|
238
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
239
239
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
240
240
|
};
|
|
241
|
-
isRequired: import("react-desc").
|
|
241
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
242
242
|
};
|
|
243
243
|
/** add suffix to input */
|
|
244
244
|
useSubfix: {
|
|
245
|
-
defaultValue
|
|
245
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
246
246
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
247
247
|
};
|
|
248
|
-
isRequired: import("react-desc").
|
|
248
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
249
249
|
};
|
|
250
250
|
/** suffix for input */
|
|
251
251
|
suffix: {
|
|
252
|
-
defaultValue
|
|
252
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
253
253
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
254
254
|
};
|
|
255
|
-
isRequired: import("react-desc").
|
|
255
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
256
256
|
};
|
|
257
257
|
/** form item layout type */
|
|
258
258
|
variant: {
|
|
259
|
-
defaultValue
|
|
259
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
260
260
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
261
261
|
};
|
|
262
|
-
isRequired: import("react-desc").
|
|
262
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
263
263
|
};
|
|
264
264
|
withHighlight: {
|
|
265
|
-
defaultValue
|
|
265
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
266
266
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
267
267
|
};
|
|
268
|
-
isRequired: import("react-desc").
|
|
268
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
269
269
|
};
|
|
270
270
|
};
|
|
@@ -12,46 +12,46 @@ declare const DSInputGroup: {
|
|
|
12
12
|
}): JSX.Element;
|
|
13
13
|
propTypes: {
|
|
14
14
|
containerProps: {
|
|
15
|
-
defaultValue
|
|
15
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
16
16
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
17
17
|
};
|
|
18
|
-
isRequired: import("react-desc").
|
|
18
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
19
19
|
};
|
|
20
20
|
innerRef: {
|
|
21
|
-
defaultValue
|
|
21
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
22
22
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
23
23
|
};
|
|
24
|
-
isRequired: import("react-desc").
|
|
24
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
25
25
|
};
|
|
26
26
|
className: {
|
|
27
|
-
defaultValue
|
|
27
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
28
28
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
29
29
|
};
|
|
30
|
-
isRequired: import("react-desc").
|
|
30
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
31
31
|
};
|
|
32
32
|
style: {
|
|
33
|
-
defaultValue
|
|
33
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
34
34
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
35
35
|
};
|
|
36
|
-
isRequired: import("react-desc").
|
|
36
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
37
37
|
};
|
|
38
38
|
leftAddon: {
|
|
39
|
-
defaultValue
|
|
39
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
40
40
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
41
41
|
};
|
|
42
|
-
isRequired: import("react-desc").
|
|
42
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
43
43
|
};
|
|
44
44
|
rightAddon: {
|
|
45
|
-
defaultValue
|
|
45
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
46
46
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
47
47
|
};
|
|
48
|
-
isRequired: import("react-desc").
|
|
48
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
49
49
|
};
|
|
50
50
|
children: {
|
|
51
|
-
defaultValue
|
|
51
|
+
defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
|
|
52
52
|
deprecated: import("react-desc").PropTypesDescValidator;
|
|
53
53
|
};
|
|
54
|
-
isRequired: import("react-desc").
|
|
54
|
+
isRequired: import("react-desc").PropTypesDescValue;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
defaultProps: {
|