@elliemae/ds-form 2.0.0 → 2.1.0-rc.1

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.
Files changed (187) hide show
  1. package/cjs/Checkbox/DSCheckbox.js +4 -4
  2. package/cjs/CheckboxGroup/DSCheckboxGroup.js +2 -2
  3. package/cjs/ComboBox/v1/DSComboBox.js +2 -2
  4. package/cjs/ComboBox/v1/components/AllOption.js +2 -2
  5. package/cjs/ComboBox/v1/components/Control.js +2 -2
  6. package/cjs/ComboBox/v1/components/CustomOption.js +2 -2
  7. package/cjs/ComboBox/v1/components/CustomOptionMulti.js +2 -2
  8. package/cjs/ComboBox/v1/components/DropdownIndicator.js +2 -2
  9. package/cjs/ComboBox/v1/components/MenuList.js +2 -2
  10. package/cjs/ComboBox/v1/components/MultiValueRemove.js +2 -2
  11. package/cjs/ComboBox/v1/components/SelectMenu.js +2 -2
  12. package/cjs/ComboBox/v1/components/ValueContainer.js +2 -2
  13. package/cjs/ComboBox/v1/withSelectStringValueConverter.js +2 -2
  14. package/cjs/ComboBox/v2/Combobox.js +2 -2
  15. package/cjs/ComboBox/v2/components/AllOption.js +2 -2
  16. package/cjs/ComboBox/v2/components/ClearIndicator.js +2 -2
  17. package/cjs/ComboBox/v2/components/Content.js +2 -2
  18. package/cjs/ComboBox/v2/components/Control.js +2 -2
  19. package/cjs/ComboBox/v2/components/CustomOption.js +2 -2
  20. package/cjs/ComboBox/v2/components/CustomOptionMulti.js +2 -2
  21. package/cjs/ComboBox/v2/components/DropdownIndicator.js +2 -2
  22. package/cjs/ComboBox/v2/components/GroupHeading.js +2 -2
  23. package/cjs/ComboBox/v2/components/IndicatorSeparator.js +2 -2
  24. package/cjs/ComboBox/v2/components/MenuList.js +2 -2
  25. package/cjs/ComboBox/v2/components/MultiValueRemove.js +2 -2
  26. package/cjs/ComboBox/v2/components/SelectMenu.js +2 -2
  27. package/cjs/ComboBox/v2/components/ValueContainer.js +2 -2
  28. package/cjs/ComboBox/v3/config/useComboBox.js +2 -2
  29. package/cjs/ComboBox/v3/parts/menu-list/useItemRenderer.js +2 -2
  30. package/cjs/ComboBoxFreeSolo/ComboBoxFreeSolo.js +2 -2
  31. package/cjs/ComboBoxFreeSolo/components/MultiValueRemove.js +2 -2
  32. package/cjs/ComboBoxFreeSolo/components/SingleValue.js +2 -2
  33. package/cjs/ComboBoxFreeSolo/components/SingleValueRemove.js +2 -2
  34. package/cjs/DateInput/DSDateInput.js +2 -2
  35. package/cjs/DateInput/components/DateInputImpl.js +2 -2
  36. package/cjs/DateInput/components/DateInputs.js +2 -2
  37. package/cjs/DateInputV2/components/DateInputs.js +2 -2
  38. package/cjs/ExpandableInput/ExpandableInputImpl.js +2 -2
  39. package/cjs/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
  40. package/cjs/FormItem/DSFormItemLayout.js +2 -2
  41. package/cjs/FormItem/ValidationFieldWrapper.js +2 -2
  42. package/cjs/Input/DSInput.js +2 -2
  43. package/cjs/Input/InputAddonWrapper.js +2 -2
  44. package/cjs/Input/InputImpl.js +2 -2
  45. package/cjs/InputGroup/AddonWrapper.js +2 -2
  46. package/cjs/InputMask/DSInputMask.js +2 -2
  47. package/cjs/InputMask/DSInputMaskDeprecated.js +2 -2
  48. package/cjs/InputMask/MaskTypes.js +2 -2
  49. package/cjs/InputMask/mask_types/DateInputMask.js +2 -2
  50. package/cjs/InputMask/mask_types/DateTimeInputMask.js +2 -2
  51. package/cjs/InputMask/mask_types/DictionaryInputMask.js +2 -2
  52. package/cjs/InputMask/mask_types/NumberInputMask.js +2 -2
  53. package/cjs/InputMask/mask_types/PhoneInputMask.js +2 -2
  54. package/cjs/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
  55. package/cjs/InputMask/mask_types/SsnInputMask.js +2 -2
  56. package/cjs/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
  57. package/cjs/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
  58. package/cjs/InputMask/mask_types/index.js +2 -2
  59. package/cjs/InputProtected/DSInputProtected.js +2 -2
  60. package/cjs/LargeInputText/DSLargeInputText.js +2 -2
  61. package/cjs/MenuItem/components/Section/styled.js +2 -2
  62. package/cjs/MenuItem/components/Separator/styled.js +2 -2
  63. package/cjs/MenuItem/components/SubmenuItem/index.js +3 -3
  64. package/cjs/MenuItem/components/styled.js +4 -9
  65. package/cjs/Radio/DSRadio.js +11 -6
  66. package/cjs/RadioGroup/DSRadioGroup.js +2 -2
  67. package/cjs/SearchBox/SearchBoxToggle.js +2 -2
  68. package/cjs/SearchBox/withSearchable.js +2 -2
  69. package/cjs/TextBox/DSTextBox.js +2 -2
  70. package/cjs/TimeInput/DSTimeInput.js +2 -2
  71. package/cjs/TimeInput/TimeInputImpl.js +2 -2
  72. package/cjs/TimeInput/TimeInputs.js +2 -2
  73. package/cjs/Toggle/DSToggle.js +2 -2
  74. package/cjs/Toggle/DSToggleImpl.js +2 -2
  75. package/cjs/Toggle/DSToggleRender.js +2 -2
  76. package/esm/Checkbox/DSCheckbox.js +4 -4
  77. package/esm/CheckboxGroup/DSCheckboxGroup.js +2 -2
  78. package/esm/ComboBox/v1/DSComboBox.js +2 -2
  79. package/esm/ComboBox/v1/components/AllOption.js +2 -2
  80. package/esm/ComboBox/v1/components/Control.js +2 -2
  81. package/esm/ComboBox/v1/components/CustomOption.js +2 -2
  82. package/esm/ComboBox/v1/components/CustomOptionMulti.js +2 -2
  83. package/esm/ComboBox/v1/components/DropdownIndicator.js +2 -2
  84. package/esm/ComboBox/v1/components/MenuList.js +2 -2
  85. package/esm/ComboBox/v1/components/MultiValueRemove.js +2 -2
  86. package/esm/ComboBox/v1/components/SelectMenu.js +2 -2
  87. package/esm/ComboBox/v1/components/ValueContainer.js +2 -2
  88. package/esm/ComboBox/v1/withSelectStringValueConverter.js +2 -2
  89. package/esm/ComboBox/v2/Combobox.js +2 -2
  90. package/esm/ComboBox/v2/components/AllOption.js +2 -2
  91. package/esm/ComboBox/v2/components/ClearIndicator.js +2 -2
  92. package/esm/ComboBox/v2/components/Content.js +2 -2
  93. package/esm/ComboBox/v2/components/Control.js +2 -2
  94. package/esm/ComboBox/v2/components/CustomOption.js +2 -2
  95. package/esm/ComboBox/v2/components/CustomOptionMulti.js +2 -2
  96. package/esm/ComboBox/v2/components/DropdownIndicator.js +2 -2
  97. package/esm/ComboBox/v2/components/GroupHeading.js +2 -2
  98. package/esm/ComboBox/v2/components/IndicatorSeparator.js +2 -2
  99. package/esm/ComboBox/v2/components/MenuList.js +2 -2
  100. package/esm/ComboBox/v2/components/MultiValueRemove.js +2 -2
  101. package/esm/ComboBox/v2/components/SelectMenu.js +2 -2
  102. package/esm/ComboBox/v2/components/ValueContainer.js +2 -2
  103. package/esm/ComboBox/v3/config/useComboBox.js +2 -2
  104. package/esm/ComboBox/v3/parts/menu-list/useItemRenderer.js +2 -2
  105. package/esm/ComboBoxFreeSolo/ComboBoxFreeSolo.js +2 -2
  106. package/esm/ComboBoxFreeSolo/components/MultiValueRemove.js +2 -2
  107. package/esm/ComboBoxFreeSolo/components/SingleValue.js +2 -2
  108. package/esm/ComboBoxFreeSolo/components/SingleValueRemove.js +2 -2
  109. package/esm/DateInput/DSDateInput.js +2 -2
  110. package/esm/DateInput/components/DateInputImpl.js +2 -2
  111. package/esm/DateInput/components/DateInputs.js +2 -2
  112. package/esm/DateInputV2/components/DateInputs.js +2 -2
  113. package/esm/ExpandableInput/ExpandableInputImpl.js +2 -2
  114. package/esm/FloatingLabelInput/FloatingLabelInputImpl.js +2 -2
  115. package/esm/FormItem/DSFormItemLayout.js +2 -2
  116. package/esm/FormItem/ValidationFieldWrapper.js +2 -2
  117. package/esm/Input/DSInput.js +2 -2
  118. package/esm/Input/InputAddonWrapper.js +2 -2
  119. package/esm/Input/InputImpl.js +2 -2
  120. package/esm/InputGroup/AddonWrapper.js +2 -2
  121. package/esm/InputMask/DSInputMask.js +2 -2
  122. package/esm/InputMask/DSInputMaskDeprecated.js +2 -2
  123. package/esm/InputMask/MaskTypes.js +2 -2
  124. package/esm/InputMask/mask_types/DateInputMask.js +2 -2
  125. package/esm/InputMask/mask_types/DateTimeInputMask.js +2 -2
  126. package/esm/InputMask/mask_types/DictionaryInputMask.js +2 -2
  127. package/esm/InputMask/mask_types/NumberInputMask.js +2 -2
  128. package/esm/InputMask/mask_types/PhoneInputMask.js +2 -2
  129. package/esm/InputMask/mask_types/PhoneInternationalInputMask.js +2 -2
  130. package/esm/InputMask/mask_types/SsnInputMask.js +2 -2
  131. package/esm/InputMask/mask_types/UsZipCodeInputMask.js +2 -2
  132. package/esm/InputMask/mask_types/ZipCodeSearchInputMask.js +2 -2
  133. package/esm/InputMask/mask_types/index.js +2 -2
  134. package/esm/InputProtected/DSInputProtected.js +2 -2
  135. package/esm/LargeInputText/DSLargeInputText.js +2 -2
  136. package/esm/MenuItem/components/Section/styled.js +2 -2
  137. package/esm/MenuItem/components/Separator/styled.js +2 -2
  138. package/esm/MenuItem/components/SubmenuItem/index.js +3 -3
  139. package/esm/MenuItem/components/styled.js +5 -9
  140. package/esm/Radio/DSRadio.js +11 -6
  141. package/esm/RadioGroup/DSRadioGroup.js +2 -2
  142. package/esm/SearchBox/SearchBoxToggle.js +2 -2
  143. package/esm/SearchBox/withSearchable.js +2 -2
  144. package/esm/TextBox/DSTextBox.js +2 -2
  145. package/esm/TimeInput/DSTimeInput.js +2 -2
  146. package/esm/TimeInput/TimeInputImpl.js +2 -2
  147. package/esm/TimeInput/TimeInputs.js +2 -2
  148. package/esm/Toggle/DSToggle.js +2 -2
  149. package/esm/Toggle/DSToggleImpl.js +2 -2
  150. package/esm/Toggle/DSToggleRender.js +2 -2
  151. package/package.json +23 -23
  152. package/types/Checkbox/DSCheckbox.d.ts +36 -47
  153. package/types/Checkbox/props.d.ts +14 -14
  154. package/types/CheckboxGroup/DSCheckboxGroup.d.ts +12 -12
  155. package/types/CheckboxGroup/props.d.ts +12 -12
  156. package/types/ComboBox/v3/ComboBox.d.ts +2 -2
  157. package/types/ComboBox/v3/propTypes.d.ts +2 -2
  158. package/types/DateInput/DSDateInput.d.ts +32 -32
  159. package/types/DateInput/props.d.ts +64 -32
  160. package/types/DateInputV2/components/DSDateInput.d.ts +20 -20
  161. package/types/DateInputV2/components/props.d.ts +20 -20
  162. package/types/FloatingLabelInput/DSFloatingLabelInput.d.ts +38 -38
  163. package/types/FormItem/DSFormItemLayout.d.ts +112 -112
  164. package/types/FormItem/Error/DSError.d.ts +4 -4
  165. package/types/FormItem/defaultProps.d.ts +38 -38
  166. package/types/FormItem/props.d.ts +74 -74
  167. package/types/InputGroup/DSInputGroup.d.ts +14 -14
  168. package/types/InputGroup/props.d.ts +14 -14
  169. package/types/InputMask/DSInputMask.d.ts +54 -54
  170. package/types/InputMask/props.d.ts +54 -54
  171. package/types/InputProtected/DSInputProtected.d.ts +12 -12
  172. package/types/InputProtected/props.d.ts +12 -12
  173. package/types/LargeInputText/DSLargeInputText.d.ts +54 -54
  174. package/types/LargeInputText/props.d.ts +54 -54
  175. package/types/MenuItem/components/SubmenuItem/styled.d.ts +1 -1
  176. package/types/MenuItem/components/styled.d.ts +5 -3
  177. package/types/MenuItem/props.d.ts +3 -3
  178. package/types/Radio/DSRadio.d.ts +56 -46
  179. package/types/RadioGroup/DSRadioGroup.d.ts +12 -12
  180. package/types/RadioGroup/props.d.ts +12 -12
  181. package/types/SearchBox/DSSearchBox.d.ts +40 -40
  182. package/types/SearchBox/NavSearchBox.d.ts +24 -7
  183. package/types/SearchBox/SButton.d.ts +4 -4
  184. package/types/SearchBox/props.d.ts +44 -44
  185. package/types/TextBox/DSTextBox.d.ts +38 -38
  186. package/types/TimeInput/DSTimeInput.d.ts +22 -22
  187. package/types/Toggle/DSToggle.d.ts +22 -22
@@ -13,172 +13,172 @@ declare const DSInputMask: {
13
13
  }): any;
14
14
  propTypes: {
15
15
  autoFocus: {
16
- defaultValue<T = unknown>(arg: T): {
16
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
17
17
  deprecated: import("react-desc").PropTypesDescValidator;
18
18
  };
19
- isRequired: import("react-desc").PropTypesDescValidator;
19
+ isRequired: import("react-desc").PropTypesDescValue;
20
20
  };
21
21
  style: {
22
- defaultValue<T = unknown>(arg: T): {
22
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
23
23
  deprecated: import("react-desc").PropTypesDescValidator;
24
24
  };
25
- isRequired: import("react-desc").PropTypesDescValidator;
25
+ isRequired: import("react-desc").PropTypesDescValue;
26
26
  };
27
27
  disabled: {
28
- defaultValue<T = unknown>(arg: T): {
28
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
29
29
  deprecated: import("react-desc").PropTypesDescValidator;
30
30
  };
31
- isRequired: import("react-desc").PropTypesDescValidator;
31
+ isRequired: import("react-desc").PropTypesDescValue;
32
32
  };
33
33
  disableTooltip: {
34
34
  deprecated: import("react-desc").PropTypesDescValidator;
35
35
  };
36
36
  className: {
37
- defaultValue<T = unknown>(arg: T): {
37
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
38
38
  deprecated: import("react-desc").PropTypesDescValidator;
39
39
  };
40
- isRequired: import("react-desc").PropTypesDescValidator;
40
+ isRequired: import("react-desc").PropTypesDescValue;
41
41
  };
42
42
  name: {
43
- defaultValue<T = unknown>(arg: T): {
43
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
44
44
  deprecated: import("react-desc").PropTypesDescValidator;
45
45
  };
46
- isRequired: import("react-desc").PropTypesDescValidator;
46
+ isRequired: import("react-desc").PropTypesDescValue;
47
47
  };
48
48
  maxLength: {
49
- defaultValue<T = unknown>(arg: T): {
49
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
50
50
  deprecated: import("react-desc").PropTypesDescValidator;
51
51
  };
52
- isRequired: import("react-desc").PropTypesDescValidator;
52
+ isRequired: import("react-desc").PropTypesDescValue;
53
53
  };
54
54
  minLength: {
55
- defaultValue<T = unknown>(arg: T): {
55
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
56
56
  deprecated: import("react-desc").PropTypesDescValidator;
57
57
  };
58
- isRequired: import("react-desc").PropTypesDescValidator;
58
+ isRequired: import("react-desc").PropTypesDescValue;
59
59
  };
60
60
  fluidWidth: {
61
- defaultValue<T = unknown>(arg: T): {
61
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
62
62
  deprecated: import("react-desc").PropTypesDescValidator;
63
63
  };
64
- isRequired: import("react-desc").PropTypesDescValidator;
64
+ isRequired: import("react-desc").PropTypesDescValue;
65
65
  };
66
66
  isShowElipsisActive: {
67
67
  deprecated: import("react-desc").PropTypesDescValidator;
68
68
  };
69
69
  placeholder: {
70
- defaultValue<T = unknown>(arg: T): {
70
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
71
71
  deprecated: import("react-desc").PropTypesDescValidator;
72
72
  };
73
- isRequired: import("react-desc").PropTypesDescValidator;
73
+ isRequired: import("react-desc").PropTypesDescValue;
74
74
  };
75
75
  onKeyDown: {
76
- defaultValue<T = unknown>(arg: T): {
76
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
77
77
  deprecated: import("react-desc").PropTypesDescValidator;
78
78
  };
79
- isRequired: import("react-desc").PropTypesDescValidator;
79
+ isRequired: import("react-desc").PropTypesDescValue;
80
80
  };
81
81
  onClick: {
82
- defaultValue<T = unknown>(arg: T): {
82
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
83
83
  deprecated: import("react-desc").PropTypesDescValidator;
84
84
  };
85
- isRequired: import("react-desc").PropTypesDescValidator;
85
+ isRequired: import("react-desc").PropTypesDescValue;
86
86
  };
87
87
  onChange: {
88
- defaultValue<T = unknown>(arg: T): {
88
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
89
89
  deprecated: import("react-desc").PropTypesDescValidator;
90
90
  };
91
- isRequired: import("react-desc").PropTypesDescValidator;
91
+ isRequired: import("react-desc").PropTypesDescValue;
92
92
  };
93
93
  onFocus: {
94
- defaultValue<T = unknown>(arg: T): {
94
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
95
95
  deprecated: import("react-desc").PropTypesDescValidator;
96
96
  };
97
- isRequired: import("react-desc").PropTypesDescValidator;
97
+ isRequired: import("react-desc").PropTypesDescValue;
98
98
  };
99
99
  onBlur: {
100
- defaultValue<T = unknown>(arg: T): {
100
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
101
101
  deprecated: import("react-desc").PropTypesDescValidator;
102
102
  };
103
- isRequired: import("react-desc").PropTypesDescValidator;
103
+ isRequired: import("react-desc").PropTypesDescValue;
104
104
  };
105
105
  onPaste: {
106
- defaultValue<T = unknown>(arg: T): {
106
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
107
107
  deprecated: import("react-desc").PropTypesDescValidator;
108
108
  };
109
- isRequired: import("react-desc").PropTypesDescValidator;
109
+ isRequired: import("react-desc").PropTypesDescValue;
110
110
  };
111
111
  onKeyUp: {
112
- defaultValue<T = unknown>(arg: T): {
112
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
113
113
  deprecated: import("react-desc").PropTypesDescValidator;
114
114
  };
115
- isRequired: import("react-desc").PropTypesDescValidator;
115
+ isRequired: import("react-desc").PropTypesDescValue;
116
116
  };
117
117
  value: {
118
- defaultValue<T = unknown>(arg: T): {
118
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
119
119
  deprecated: import("react-desc").PropTypesDescValidator;
120
120
  };
121
- isRequired: import("react-desc").PropTypesDescValidator;
121
+ isRequired: import("react-desc").PropTypesDescValue;
122
122
  };
123
123
  hasError: {
124
- defaultValue<T = unknown>(arg: T): {
124
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
125
125
  deprecated: import("react-desc").PropTypesDescValidator;
126
126
  };
127
- isRequired: import("react-desc").PropTypesDescValidator;
127
+ isRequired: import("react-desc").PropTypesDescValue;
128
128
  };
129
129
  readOnly: {
130
- defaultValue<T = unknown>(arg: T): {
130
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
131
131
  deprecated: import("react-desc").PropTypesDescValidator;
132
132
  };
133
- isRequired: import("react-desc").PropTypesDescValidator;
133
+ isRequired: import("react-desc").PropTypesDescValue;
134
134
  };
135
135
  innerRef: {
136
- defaultValue<T = unknown>(arg: T): {
136
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
137
137
  deprecated: import("react-desc").PropTypesDescValidator;
138
138
  };
139
- isRequired: import("react-desc").PropTypesDescValidator;
139
+ isRequired: import("react-desc").PropTypesDescValue;
140
140
  };
141
141
  type: {
142
- defaultValue<T = unknown>(arg: T): {
142
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
143
143
  deprecated: import("react-desc").PropTypesDescValidator;
144
144
  };
145
- isRequired: import("react-desc").PropTypesDescValidator;
145
+ isRequired: import("react-desc").PropTypesDescValue;
146
146
  };
147
147
  clearable: {
148
- defaultValue<T = unknown>(arg: T): {
148
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
149
149
  deprecated: import("react-desc").PropTypesDescValidator;
150
150
  };
151
- isRequired: import("react-desc").PropTypesDescValidator;
151
+ isRequired: import("react-desc").PropTypesDescValue;
152
152
  };
153
153
  leftComponent: {
154
- defaultValue<T = unknown>(arg: T): {
154
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
155
155
  deprecated: import("react-desc").PropTypesDescValidator;
156
156
  };
157
- isRequired: import("react-desc").PropTypesDescValidator;
157
+ isRequired: import("react-desc").PropTypesDescValue;
158
158
  };
159
159
  rightComponent: {
160
- defaultValue<T = unknown>(arg: T): {
160
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
161
161
  deprecated: import("react-desc").PropTypesDescValidator;
162
162
  };
163
- isRequired: import("react-desc").PropTypesDescValidator;
163
+ isRequired: import("react-desc").PropTypesDescValue;
164
164
  };
165
165
  mask: {
166
- defaultValue<T = unknown>(arg: T): {
166
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
167
167
  deprecated: import("react-desc").PropTypesDescValidator;
168
168
  };
169
- isRequired: import("react-desc").PropTypesDescValidator;
169
+ isRequired: import("react-desc").PropTypesDescValue;
170
170
  };
171
171
  pipe: {
172
- defaultValue<T = unknown>(arg: T): {
172
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
173
173
  deprecated: import("react-desc").PropTypesDescValidator;
174
174
  };
175
- isRequired: import("react-desc").PropTypesDescValidator;
175
+ isRequired: import("react-desc").PropTypesDescValue;
176
176
  };
177
177
  useSubfix: {
178
- defaultValue<T = unknown>(arg: T): {
178
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
179
179
  deprecated: import("react-desc").PropTypesDescValidator;
180
180
  };
181
- isRequired: import("react-desc").PropTypesDescValidator;
181
+ isRequired: import("react-desc").PropTypesDescValue;
182
182
  };
183
183
  placeholderChar: {
184
184
  deprecated: import("react-desc").PropTypesDescValidator;
@@ -2,28 +2,28 @@
2
2
  export declare const inputProps: {
3
3
  /** Should component focus automatically */
4
4
  autoFocus: {
5
- defaultValue<T = unknown>(arg: T): {
5
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
6
6
  deprecated: import("react-desc").PropTypesDescValidator;
7
7
  };
8
- isRequired: import("react-desc").PropTypesDescValidator;
8
+ isRequired: import("react-desc").PropTypesDescValue;
9
9
  };
10
10
  /**
11
11
  * Set style for the input mask
12
12
  */
13
13
  style: {
14
- defaultValue<T = unknown>(arg: T): {
14
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
15
15
  deprecated: import("react-desc").PropTypesDescValidator;
16
16
  };
17
- isRequired: import("react-desc").PropTypesDescValidator;
17
+ isRequired: import("react-desc").PropTypesDescValue;
18
18
  };
19
19
  /**
20
20
  * Whether the input mask is disabled or not
21
21
  */
22
22
  disabled: {
23
- defaultValue<T = unknown>(arg: T): {
23
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
24
24
  deprecated: import("react-desc").PropTypesDescValidator;
25
25
  };
26
- isRequired: import("react-desc").PropTypesDescValidator;
26
+ isRequired: import("react-desc").PropTypesDescValue;
27
27
  };
28
28
  /** disableTooltip */
29
29
  disableTooltip: {
@@ -31,44 +31,44 @@ export declare const inputProps: {
31
31
  };
32
32
  /** css class */
33
33
  className: {
34
- defaultValue<T = unknown>(arg: T): {
34
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
35
35
  deprecated: import("react-desc").PropTypesDescValidator;
36
36
  };
37
- isRequired: import("react-desc").PropTypesDescValidator;
37
+ isRequired: import("react-desc").PropTypesDescValue;
38
38
  };
39
39
  /** html name prop for form */
40
40
  name: {
41
- defaultValue<T = unknown>(arg: T): {
41
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
42
42
  deprecated: import("react-desc").PropTypesDescValidator;
43
43
  };
44
- isRequired: import("react-desc").PropTypesDescValidator;
44
+ isRequired: import("react-desc").PropTypesDescValue;
45
45
  };
46
46
  /**
47
47
  * Max length for the input mask
48
48
  */
49
49
  maxLength: {
50
- defaultValue<T = unknown>(arg: T): {
50
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
51
51
  deprecated: import("react-desc").PropTypesDescValidator;
52
52
  };
53
- isRequired: import("react-desc").PropTypesDescValidator;
53
+ isRequired: import("react-desc").PropTypesDescValue;
54
54
  };
55
55
  /**
56
56
  * Min length for the input mask
57
57
  */
58
58
  minLength: {
59
- defaultValue<T = unknown>(arg: T): {
59
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
60
60
  deprecated: import("react-desc").PropTypesDescValidator;
61
61
  };
62
- isRequired: import("react-desc").PropTypesDescValidator;
62
+ isRequired: import("react-desc").PropTypesDescValue;
63
63
  };
64
64
  /**
65
65
  * Whether to make the content of the input mask fit the container or not
66
66
  */
67
67
  fluidWidth: {
68
- defaultValue<T = unknown>(arg: T): {
68
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
69
69
  deprecated: import("react-desc").PropTypesDescValidator;
70
70
  };
71
- isRequired: import("react-desc").PropTypesDescValidator;
71
+ isRequired: import("react-desc").PropTypesDescValue;
72
72
  };
73
73
  /** isShowElipsisActive */
74
74
  isShowElipsisActive: {
@@ -78,171 +78,171 @@ export declare const inputProps: {
78
78
  * Component that works as placeholder
79
79
  */
80
80
  placeholder: {
81
- defaultValue<T = unknown>(arg: T): {
81
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
82
82
  deprecated: import("react-desc").PropTypesDescValidator;
83
83
  };
84
- isRequired: import("react-desc").PropTypesDescValidator;
84
+ isRequired: import("react-desc").PropTypesDescValue;
85
85
  };
86
86
  /**
87
87
  * Allows a function that is triggered once a key is being pressed
88
88
  */
89
89
  onKeyDown: {
90
- defaultValue<T = unknown>(arg: T): {
90
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
91
91
  deprecated: import("react-desc").PropTypesDescValidator;
92
92
  };
93
- isRequired: import("react-desc").PropTypesDescValidator;
93
+ isRequired: import("react-desc").PropTypesDescValue;
94
94
  };
95
95
  /**
96
96
  * Allows a function that is triggered once the input mask is clicked
97
97
  */
98
98
  onClick: {
99
- defaultValue<T = unknown>(arg: T): {
99
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
100
100
  deprecated: import("react-desc").PropTypesDescValidator;
101
101
  };
102
- isRequired: import("react-desc").PropTypesDescValidator;
102
+ isRequired: import("react-desc").PropTypesDescValue;
103
103
  };
104
104
  /**
105
105
  * Allows a function that is triggered once the input mask changes
106
106
  */
107
107
  onChange: {
108
- defaultValue<T = unknown>(arg: T): {
108
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
109
109
  deprecated: import("react-desc").PropTypesDescValidator;
110
110
  };
111
- isRequired: import("react-desc").PropTypesDescValidator;
111
+ isRequired: import("react-desc").PropTypesDescValue;
112
112
  };
113
113
  /**
114
114
  * Allows a function that is triggered once the input mask is focused
115
115
  */
116
116
  onFocus: {
117
- defaultValue<T = unknown>(arg: T): {
117
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
118
118
  deprecated: import("react-desc").PropTypesDescValidator;
119
119
  };
120
- isRequired: import("react-desc").PropTypesDescValidator;
120
+ isRequired: import("react-desc").PropTypesDescValue;
121
121
  };
122
122
  /**
123
123
  * Allows a function that is triggered once the input mask loses focus
124
124
  */
125
125
  onBlur: {
126
- defaultValue<T = unknown>(arg: T): {
126
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
127
127
  deprecated: import("react-desc").PropTypesDescValidator;
128
128
  };
129
- isRequired: import("react-desc").PropTypesDescValidator;
129
+ isRequired: import("react-desc").PropTypesDescValue;
130
130
  };
131
131
  /**
132
132
  * Allows a function that is triggered once the input mask is pasted
133
133
  */
134
134
  onPaste: {
135
- defaultValue<T = unknown>(arg: T): {
135
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
136
136
  deprecated: import("react-desc").PropTypesDescValidator;
137
137
  };
138
- isRequired: import("react-desc").PropTypesDescValidator;
138
+ isRequired: import("react-desc").PropTypesDescValue;
139
139
  };
140
140
  /**
141
141
  * Allows a function that is triggered once in the input mask a keyboard key is released
142
142
  */
143
143
  onKeyUp: {
144
- defaultValue<T = unknown>(arg: T): {
144
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
145
145
  deprecated: import("react-desc").PropTypesDescValidator;
146
146
  };
147
- isRequired: import("react-desc").PropTypesDescValidator;
147
+ isRequired: import("react-desc").PropTypesDescValue;
148
148
  };
149
149
  /**
150
150
  * Default value once the component is initialized
151
151
  */
152
152
  value: {
153
- defaultValue<T = unknown>(arg: T): {
153
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
154
154
  deprecated: import("react-desc").PropTypesDescValidator;
155
155
  };
156
- isRequired: import("react-desc").PropTypesDescValidator;
156
+ isRequired: import("react-desc").PropTypesDescValue;
157
157
  };
158
158
  /**
159
159
  * Whether the input mask has error or not
160
160
  */
161
161
  hasError: {
162
- defaultValue<T = unknown>(arg: T): {
162
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
163
163
  deprecated: import("react-desc").PropTypesDescValidator;
164
164
  };
165
- isRequired: import("react-desc").PropTypesDescValidator;
165
+ isRequired: import("react-desc").PropTypesDescValue;
166
166
  };
167
167
  /**
168
168
  * Whether the input mask is read only or not
169
169
  */
170
170
  readOnly: {
171
- defaultValue<T = unknown>(arg: T): {
171
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
172
172
  deprecated: import("react-desc").PropTypesDescValidator;
173
173
  };
174
- isRequired: import("react-desc").PropTypesDescValidator;
174
+ isRequired: import("react-desc").PropTypesDescValue;
175
175
  };
176
176
  innerRef: {
177
- defaultValue<T = unknown>(arg: T): {
177
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
178
178
  deprecated: import("react-desc").PropTypesDescValidator;
179
179
  };
180
- isRequired: import("react-desc").PropTypesDescValidator;
180
+ isRequired: import("react-desc").PropTypesDescValue;
181
181
  };
182
182
  /**
183
183
  * Type of input. Ex: 'text'
184
184
  */
185
185
  type: {
186
- defaultValue<T = unknown>(arg: T): {
186
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
187
187
  deprecated: import("react-desc").PropTypesDescValidator;
188
188
  };
189
- isRequired: import("react-desc").PropTypesDescValidator;
189
+ isRequired: import("react-desc").PropTypesDescValue;
190
190
  };
191
191
  /**
192
192
  * Whether the input mask is clearable or not
193
193
  */
194
194
  clearable: {
195
- defaultValue<T = unknown>(arg: T): {
195
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
196
196
  deprecated: import("react-desc").PropTypesDescValidator;
197
197
  };
198
- isRequired: import("react-desc").PropTypesDescValidator;
198
+ isRequired: import("react-desc").PropTypesDescValue;
199
199
  };
200
200
  /**
201
201
  * Component to be added at the right side of the input
202
202
  */
203
203
  leftComponent: {
204
- defaultValue<T = unknown>(arg: T): {
204
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
205
205
  deprecated: import("react-desc").PropTypesDescValidator;
206
206
  };
207
- isRequired: import("react-desc").PropTypesDescValidator;
207
+ isRequired: import("react-desc").PropTypesDescValue;
208
208
  };
209
209
  /**
210
210
  * Component to be added at the right side of the input
211
211
  */
212
212
  rightComponent: {
213
- defaultValue<T = unknown>(arg: T): {
213
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
214
214
  deprecated: import("react-desc").PropTypesDescValidator;
215
215
  };
216
- isRequired: import("react-desc").PropTypesDescValidator;
216
+ isRequired: import("react-desc").PropTypesDescValue;
217
217
  };
218
218
  /**
219
219
  * Mask that has to match with the input information entered
220
220
  * ['DATE', 'PHONE', 'PHONE_INTENATIONAL', 'SSN', 'US_ZIP_CODE', 'NUMBER', 'PERCENT']
221
221
  */
222
222
  mask: {
223
- defaultValue<T = unknown>(arg: T): {
223
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
224
224
  deprecated: import("react-desc").PropTypesDescValidator;
225
225
  };
226
- isRequired: import("react-desc").PropTypesDescValidator;
226
+ isRequired: import("react-desc").PropTypesDescValue;
227
227
  };
228
228
  /**
229
229
  Expects pipe functions. i.e. autoCorrectedDatePipe
230
230
  link a docu de text-mask
231
231
  */
232
232
  pipe: {
233
- defaultValue<T = unknown>(arg: T): {
233
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
234
234
  deprecated: import("react-desc").PropTypesDescValidator;
235
235
  };
236
- isRequired: import("react-desc").PropTypesDescValidator;
236
+ isRequired: import("react-desc").PropTypesDescValue;
237
237
  };
238
238
  /**
239
239
  * Put a sufix after the input mask
240
240
  */
241
241
  useSubfix: {
242
- defaultValue<T = unknown>(arg: T): {
242
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
243
243
  deprecated: import("react-desc").PropTypesDescValidator;
244
244
  };
245
- isRequired: import("react-desc").PropTypesDescValidator;
245
+ isRequired: import("react-desc").PropTypesDescValue;
246
246
  };
247
247
  /**
248
248
  * The placeholder character represents the fillable spot in the mask.
@@ -14,46 +14,46 @@ declare const DSInputProtected: {
14
14
  }): JSX.Element;
15
15
  propTypes: {
16
16
  leftAddon: {
17
- defaultValue<T = unknown>(arg: T): {
17
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
18
18
  deprecated: import("react-desc").PropTypesDescValidator;
19
19
  };
20
- isRequired: import("react-desc").PropTypesDescValidator;
20
+ isRequired: import("react-desc").PropTypesDescValue;
21
21
  };
22
22
  rightAddon: {
23
23
  deprecated: import("react-desc").PropTypesDescValidator;
24
24
  };
25
25
  onChange: {
26
- defaultValue<T = unknown>(arg: T): {
26
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
27
27
  deprecated: import("react-desc").PropTypesDescValidator;
28
28
  };
29
- isRequired: import("react-desc").PropTypesDescValidator;
29
+ isRequired: import("react-desc").PropTypesDescValue;
30
30
  };
31
31
  value: {
32
- defaultValue<T = unknown>(arg: T): {
32
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
33
33
  deprecated: import("react-desc").PropTypesDescValidator;
34
34
  };
35
- isRequired: import("react-desc").PropTypesDescValidator;
35
+ isRequired: import("react-desc").PropTypesDescValue;
36
36
  };
37
37
  readOnly: {
38
38
  deprecated: import("react-desc").PropTypesDescValidator;
39
39
  };
40
40
  mask: {
41
- defaultValue<T = unknown>(arg: T): {
41
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
42
42
  deprecated: import("react-desc").PropTypesDescValidator;
43
43
  };
44
- isRequired: import("react-desc").PropTypesDescValidator;
44
+ isRequired: import("react-desc").PropTypesDescValue;
45
45
  };
46
46
  type: {
47
- defaultValue<T = unknown>(arg: T): {
47
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
48
48
  deprecated: import("react-desc").PropTypesDescValidator;
49
49
  };
50
- isRequired: import("react-desc").PropTypesDescValidator;
50
+ isRequired: import("react-desc").PropTypesDescValue;
51
51
  };
52
52
  placeholderChar: {
53
- defaultValue<T = unknown>(arg: T): {
53
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
54
54
  deprecated: import("react-desc").PropTypesDescValidator;
55
55
  };
56
- isRequired: import("react-desc").PropTypesDescValidator;
56
+ isRequired: import("react-desc").PropTypesDescValue;
57
57
  };
58
58
  };
59
59
  defaultProps: {
@@ -1,49 +1,49 @@
1
1
  /// <reference path="../../../../../shared/typings/react-desc.d.ts" />
2
2
  export declare const inputProtectedProps: {
3
3
  leftAddon: {
4
- defaultValue<T = unknown>(arg: T): {
4
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
5
5
  deprecated: import("react-desc").PropTypesDescValidator;
6
6
  };
7
- isRequired: import("react-desc").PropTypesDescValidator;
7
+ isRequired: import("react-desc").PropTypesDescValue;
8
8
  };
9
9
  rightAddon: {
10
10
  deprecated: import("react-desc").PropTypesDescValidator;
11
11
  };
12
12
  onChange: {
13
- defaultValue<T = unknown>(arg: T): {
13
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
14
14
  deprecated: import("react-desc").PropTypesDescValidator;
15
15
  };
16
- isRequired: import("react-desc").PropTypesDescValidator;
16
+ isRequired: import("react-desc").PropTypesDescValue;
17
17
  };
18
18
  value: {
19
- defaultValue<T = unknown>(arg: T): {
19
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
20
20
  deprecated: import("react-desc").PropTypesDescValidator;
21
21
  };
22
- isRequired: import("react-desc").PropTypesDescValidator;
22
+ isRequired: import("react-desc").PropTypesDescValue;
23
23
  };
24
24
  readOnly: {
25
25
  deprecated: import("react-desc").PropTypesDescValidator;
26
26
  };
27
27
  mask: {
28
- defaultValue<T = unknown>(arg: T): {
28
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
29
29
  deprecated: import("react-desc").PropTypesDescValidator;
30
30
  };
31
- isRequired: import("react-desc").PropTypesDescValidator;
31
+ isRequired: import("react-desc").PropTypesDescValue;
32
32
  };
33
33
  type: {
34
- defaultValue<T = unknown>(arg: T): {
34
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
35
35
  deprecated: import("react-desc").PropTypesDescValidator;
36
36
  };
37
- isRequired: import("react-desc").PropTypesDescValidator;
37
+ isRequired: import("react-desc").PropTypesDescValue;
38
38
  };
39
39
  /**
40
40
  * PlaceholderChar: The placeholder character represents the fillable spot in the mask.
41
41
  * The default placeholder character is underscore, _.
42
42
  */
43
43
  placeholderChar: {
44
- defaultValue<T = unknown>(arg: T): {
44
+ defaultValue(arg: import("react-desc").ReactDescPossibleDefaultValues): {
45
45
  deprecated: import("react-desc").PropTypesDescValidator;
46
46
  };
47
- isRequired: import("react-desc").PropTypesDescValidator;
47
+ isRequired: import("react-desc").PropTypesDescValue;
48
48
  };
49
49
  };