envoc-form 4.0.1-9 → 5.0.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 (276) hide show
  1. package/README.md +5173 -12
  2. package/es/AddressInput/AddressInput.d.ts +24 -15
  3. package/es/AddressInput/AddressInput.js +20 -21
  4. package/es/AddressInput/UsStates.d.ts +3 -3
  5. package/es/AddressInput/UsStates.js +53 -53
  6. package/es/ConfirmBaseForm/ConfirmBaseForm.d.ts +26 -12
  7. package/es/ConfirmBaseForm/ConfirmBaseForm.js +42 -36
  8. package/es/ConfirmDeleteForm/ConfirmDeleteForm.d.ts +24 -11
  9. package/es/ConfirmDeleteForm/ConfirmDeleteForm.js +60 -55
  10. package/es/DatePicker/DatePickerGroup.d.ts +13 -9
  11. package/es/DatePicker/DatePickerGroup.js +87 -77
  12. package/es/DatePicker/DatePickerHelper.d.ts +3 -3
  13. package/es/DatePicker/DatePickerHelper.js +1 -1
  14. package/es/DatePicker/StringDateOnlyPickerGroup.d.ts +9 -5
  15. package/es/DatePicker/StringDateOnlyPickerGroup.js +29 -24
  16. package/es/DatePicker/StringDatePickerGroup.d.ts +9 -5
  17. package/es/DatePicker/StringDatePickerGroup.js +24 -19
  18. package/es/Field/CustomFieldInputProps.d.ts +7 -7
  19. package/es/Field/CustomFieldInputProps.js +1 -1
  20. package/es/Field/CustomFieldMetaProps.d.ts +4 -4
  21. package/es/Field/CustomFieldMetaProps.js +1 -1
  22. package/es/Field/Field.d.ts +28 -22
  23. package/es/Field/Field.js +51 -46
  24. package/es/Field/FieldErrorScrollTarget.d.ts +2 -2
  25. package/es/Field/FieldErrorScrollTarget.js +12 -11
  26. package/es/Field/FieldNameContext.d.ts +3 -3
  27. package/es/Field/FieldNameContext.js +3 -3
  28. package/es/Field/FieldSection.d.ts +7 -7
  29. package/es/Field/FieldSection.js +9 -20
  30. package/es/Field/InjectedFieldProps.d.ts +7 -7
  31. package/es/Field/InjectedFieldProps.js +1 -1
  32. package/es/Field/StandAloneInput.d.ts +13 -9
  33. package/es/Field/StandAloneInput.js +50 -49
  34. package/es/Field/useStandardField.d.ts +21 -15
  35. package/es/Field/useStandardField.js +92 -93
  36. package/es/FieldArray/FieldArray.d.ts +24 -15
  37. package/es/FieldArray/FieldArray.js +77 -83
  38. package/es/File/FileGroup.d.ts +10 -8
  39. package/es/File/FileGroup.js +53 -52
  40. package/es/File/FileList.d.ts +5 -6
  41. package/es/File/FileList.js +10 -21
  42. package/es/File/humanFileSize.d.ts +1 -1
  43. package/es/File/humanFileSize.js +6 -6
  44. package/es/Form/FocusError.d.ts +7 -5
  45. package/es/Form/FocusError.js +42 -41
  46. package/es/Form/Form.d.ts +33 -27
  47. package/es/Form/Form.js +141 -140
  48. package/es/Form/FormBasedPreventNavigation.d.ts +6 -5
  49. package/es/Form/FormBasedPreventNavigation.js +20 -53
  50. package/es/Form/LegacyFormBasedPreventNavigation.d.ts +17 -0
  51. package/es/Form/LegacyFormBasedPreventNavigation.js +69 -0
  52. package/es/Form/NewFormBasedPreventNavigation.d.ts +14 -0
  53. package/es/Form/NewFormBasedPreventNavigation.js +39 -0
  54. package/es/Form/ServerErrorContext.d.ts +11 -10
  55. package/es/Form/ServerErrorContext.js +9 -8
  56. package/es/FormActions.d.ts +12 -7
  57. package/es/FormActions.js +16 -26
  58. package/es/FormDefaults.d.ts +4 -3
  59. package/es/FormDefaults.js +2 -1
  60. package/es/Group.d.ts +16 -13
  61. package/es/Group.js +14 -24
  62. package/es/Input/IconInputGroup.d.ts +12 -9
  63. package/es/Input/IconInputGroup.js +43 -41
  64. package/es/Input/InputGroup.d.ts +12 -12
  65. package/es/Input/InputGroup.js +34 -34
  66. package/es/Input/MoneyInputGroup.d.ts +9 -7
  67. package/es/Input/MoneyInputGroup.js +43 -42
  68. package/es/Input/NumberInputGroup.d.ts +9 -7
  69. package/es/Input/NumberInputGroup.js +43 -42
  70. package/es/Input/StringInputGroup.d.ts +8 -7
  71. package/es/Input/StringInputGroup.js +43 -41
  72. package/es/Normalization/NormalizationFunction.d.ts +4 -4
  73. package/es/Normalization/NormalizationFunction.js +1 -1
  74. package/es/Normalization/normalizers.d.ts +4 -2
  75. package/es/Normalization/normalizers.js +32 -30
  76. package/es/Select/BooleanSelectGroup.d.ts +7 -7
  77. package/es/Select/BooleanSelectGroup.js +28 -27
  78. package/es/Select/NumberSelectGroup.d.ts +9 -8
  79. package/es/Select/NumberSelectGroup.js +21 -19
  80. package/es/Select/SelectGroup.d.ts +27 -22
  81. package/es/Select/SelectGroup.js +65 -64
  82. package/es/Select/SelectGroupPropsHelper.d.ts +3 -3
  83. package/es/Select/SelectGroupPropsHelper.js +1 -1
  84. package/es/Select/StringSelectGroup.d.ts +9 -8
  85. package/es/Select/StringSelectGroup.js +21 -19
  86. package/es/StandardFormActions.d.ts +11 -6
  87. package/es/StandardFormActions.js +14 -24
  88. package/es/SubmitFormButton.d.ts +10 -7
  89. package/es/SubmitFormButton.js +40 -39
  90. package/es/TextArea/TextAreaGroup.d.ts +9 -8
  91. package/es/TextArea/TextAreaGroup.js +35 -34
  92. package/es/Validation/ValidatedApiResult.d.ts +6 -6
  93. package/es/Validation/ValidatedApiResult.js +1 -1
  94. package/es/Validation/ValidationError.d.ts +5 -5
  95. package/es/Validation/ValidationError.js +1 -1
  96. package/es/Validation/ValidationFunction.d.ts +4 -4
  97. package/es/Validation/ValidationFunction.js +1 -1
  98. package/es/Validation/validators.d.ts +18 -15
  99. package/es/Validation/validators.js +77 -73
  100. package/es/index.d.ts +73 -73
  101. package/es/index.js +50 -50
  102. package/es/setupTests.d.ts +1 -0
  103. package/es/setupTests.js +1 -0
  104. package/es/utils/objectContainsNonSerializableProperty.d.ts +1 -1
  105. package/es/utils/objectContainsNonSerializableProperty.js +14 -14
  106. package/es/utils/objectToFormData.d.ts +10 -10
  107. package/es/utils/objectToFormData.js +77 -77
  108. package/es/utils/typeChecks.d.ts +8 -8
  109. package/es/utils/typeChecks.js +18 -18
  110. package/lib/AddressInput/AddressInput.d.ts +24 -15
  111. package/lib/AddressInput/AddressInput.js +26 -27
  112. package/lib/AddressInput/UsStates.d.ts +3 -3
  113. package/lib/AddressInput/UsStates.js +55 -55
  114. package/lib/ConfirmBaseForm/ConfirmBaseForm.d.ts +26 -12
  115. package/lib/ConfirmBaseForm/ConfirmBaseForm.js +48 -42
  116. package/lib/ConfirmDeleteForm/ConfirmDeleteForm.d.ts +24 -11
  117. package/lib/ConfirmDeleteForm/ConfirmDeleteForm.js +66 -61
  118. package/lib/DatePicker/DatePickerGroup.d.ts +13 -9
  119. package/lib/DatePicker/DatePickerGroup.js +95 -85
  120. package/lib/DatePicker/DatePickerHelper.d.ts +3 -3
  121. package/lib/DatePicker/DatePickerHelper.js +2 -2
  122. package/lib/DatePicker/StringDateOnlyPickerGroup.d.ts +9 -5
  123. package/lib/DatePicker/StringDateOnlyPickerGroup.js +35 -30
  124. package/lib/DatePicker/StringDatePickerGroup.d.ts +9 -5
  125. package/lib/DatePicker/StringDatePickerGroup.js +30 -25
  126. package/lib/Field/CustomFieldInputProps.d.ts +7 -7
  127. package/lib/Field/CustomFieldInputProps.js +2 -2
  128. package/lib/Field/CustomFieldMetaProps.d.ts +4 -4
  129. package/lib/Field/CustomFieldMetaProps.js +2 -2
  130. package/lib/Field/Field.d.ts +28 -22
  131. package/lib/Field/Field.js +56 -51
  132. package/lib/Field/FieldErrorScrollTarget.d.ts +2 -2
  133. package/lib/Field/FieldErrorScrollTarget.js +15 -14
  134. package/lib/Field/FieldNameContext.d.ts +3 -3
  135. package/lib/Field/FieldNameContext.js +9 -9
  136. package/lib/Field/FieldSection.d.ts +7 -7
  137. package/lib/Field/FieldSection.js +12 -23
  138. package/lib/Field/InjectedFieldProps.d.ts +7 -7
  139. package/lib/Field/InjectedFieldProps.js +2 -2
  140. package/lib/Field/StandAloneInput.d.ts +13 -9
  141. package/lib/Field/StandAloneInput.js +76 -75
  142. package/lib/Field/useStandardField.d.ts +21 -15
  143. package/lib/Field/useStandardField.js +95 -96
  144. package/lib/FieldArray/FieldArray.d.ts +24 -15
  145. package/lib/FieldArray/FieldArray.js +83 -89
  146. package/lib/File/FileGroup.d.ts +10 -8
  147. package/lib/File/FileGroup.js +58 -57
  148. package/lib/File/FileList.d.ts +5 -6
  149. package/lib/File/FileList.js +13 -24
  150. package/lib/File/humanFileSize.d.ts +1 -1
  151. package/lib/File/humanFileSize.js +10 -10
  152. package/lib/Form/FocusError.d.ts +7 -5
  153. package/lib/Form/FocusError.js +48 -47
  154. package/lib/Form/Form.d.ts +33 -27
  155. package/lib/Form/Form.js +147 -146
  156. package/lib/Form/FormBasedPreventNavigation.d.ts +6 -5
  157. package/lib/Form/FormBasedPreventNavigation.js +26 -56
  158. package/lib/Form/LegacyFormBasedPreventNavigation.d.ts +17 -0
  159. package/lib/Form/LegacyFormBasedPreventNavigation.js +72 -0
  160. package/lib/Form/NewFormBasedPreventNavigation.d.ts +14 -0
  161. package/lib/Form/NewFormBasedPreventNavigation.js +42 -0
  162. package/lib/Form/ServerErrorContext.d.ts +11 -10
  163. package/lib/Form/ServerErrorContext.js +15 -14
  164. package/lib/FormActions.d.ts +12 -7
  165. package/lib/FormActions.js +22 -32
  166. package/lib/FormDefaults.d.ts +4 -3
  167. package/lib/FormDefaults.js +5 -4
  168. package/lib/Group.d.ts +16 -13
  169. package/lib/Group.js +20 -30
  170. package/lib/Input/IconInputGroup.d.ts +12 -9
  171. package/lib/Input/IconInputGroup.js +48 -46
  172. package/lib/Input/InputGroup.d.ts +12 -12
  173. package/lib/Input/InputGroup.js +39 -39
  174. package/lib/Input/MoneyInputGroup.d.ts +9 -7
  175. package/lib/Input/MoneyInputGroup.js +48 -47
  176. package/lib/Input/NumberInputGroup.d.ts +9 -7
  177. package/lib/Input/NumberInputGroup.js +48 -47
  178. package/lib/Input/StringInputGroup.d.ts +8 -7
  179. package/lib/Input/StringInputGroup.js +48 -46
  180. package/lib/Normalization/NormalizationFunction.d.ts +4 -4
  181. package/lib/Normalization/NormalizationFunction.js +2 -2
  182. package/lib/Normalization/normalizers.d.ts +4 -2
  183. package/lib/Normalization/normalizers.js +37 -35
  184. package/lib/Select/BooleanSelectGroup.d.ts +7 -7
  185. package/lib/Select/BooleanSelectGroup.js +35 -34
  186. package/lib/Select/NumberSelectGroup.d.ts +9 -8
  187. package/lib/Select/NumberSelectGroup.js +29 -27
  188. package/lib/Select/SelectGroup.d.ts +27 -22
  189. package/lib/Select/SelectGroup.js +71 -70
  190. package/lib/Select/SelectGroupPropsHelper.d.ts +3 -3
  191. package/lib/Select/SelectGroupPropsHelper.js +2 -2
  192. package/lib/Select/StringSelectGroup.d.ts +9 -8
  193. package/lib/Select/StringSelectGroup.js +29 -27
  194. package/lib/StandardFormActions.d.ts +11 -6
  195. package/lib/StandardFormActions.js +20 -30
  196. package/lib/SubmitFormButton.d.ts +10 -7
  197. package/lib/SubmitFormButton.js +45 -44
  198. package/lib/TextArea/TextAreaGroup.d.ts +9 -8
  199. package/lib/TextArea/TextAreaGroup.js +40 -39
  200. package/lib/Validation/ValidatedApiResult.d.ts +6 -6
  201. package/lib/Validation/ValidatedApiResult.js +2 -2
  202. package/lib/Validation/ValidationError.d.ts +5 -5
  203. package/lib/Validation/ValidationError.js +2 -2
  204. package/lib/Validation/ValidationFunction.d.ts +4 -4
  205. package/lib/Validation/ValidationFunction.js +2 -2
  206. package/lib/Validation/validators.d.ts +18 -15
  207. package/lib/Validation/validators.js +90 -86
  208. package/lib/index.d.ts +73 -73
  209. package/lib/index.js +117 -117
  210. package/lib/setupTests.d.ts +1 -0
  211. package/lib/setupTests.js +3 -0
  212. package/lib/utils/objectContainsNonSerializableProperty.d.ts +1 -1
  213. package/lib/utils/objectContainsNonSerializableProperty.js +17 -17
  214. package/lib/utils/objectToFormData.d.ts +10 -10
  215. package/lib/utils/objectToFormData.js +79 -79
  216. package/lib/utils/typeChecks.d.ts +8 -8
  217. package/lib/utils/typeChecks.js +29 -29
  218. package/package.json +14 -11
  219. package/src/AddressInput/AddressInput.tsx +15 -5
  220. package/src/AddressInput/__snapshots__/AddressInput.test.tsx.snap +14 -12
  221. package/src/ConfirmBaseForm/ConfirmBaseForm.tsx +14 -0
  222. package/src/ConfirmDeleteForm/ConfirmDeleteForm.tsx +13 -0
  223. package/src/DatePicker/DatePicker.test.tsx +1 -1
  224. package/src/DatePicker/DatePickerGroup.tsx +18 -7
  225. package/src/DatePicker/StringDateOnlyPickerGroup.tsx +7 -2
  226. package/src/DatePicker/StringDatePickerGroup.tsx +7 -1
  227. package/src/Field/Field.tsx +20 -7
  228. package/src/Field/FieldErrorScrollTarget.tsx +1 -0
  229. package/src/Field/StandAloneInput.tsx +4 -0
  230. package/src/Field/useStandardField.ts +13 -9
  231. package/src/FieldArray/FieldArray.tsx +14 -5
  232. package/src/File/FileGroup.tsx +9 -3
  233. package/src/File/FileList.tsx +2 -2
  234. package/src/Form/FocusError.tsx +3 -0
  235. package/src/Form/Form.tsx +6 -0
  236. package/src/Form/FormBasedPreventNavigation.tsx +28 -46
  237. package/src/Form/LegacyFormBasedPreventNavigation.tsx +77 -0
  238. package/src/Form/NewFormBasedPreventNavigation.tsx +59 -0
  239. package/src/Form/ServerErrorContext.ts +1 -0
  240. package/src/FormActions.tsx +7 -0
  241. package/src/FormDefaults.ts +1 -0
  242. package/src/Group.tsx +12 -4
  243. package/src/Input/IconInputGroup.tsx +5 -2
  244. package/src/Input/InputGroup.tsx +13 -5
  245. package/src/Input/MoneyInputGroup.tsx +3 -1
  246. package/src/Input/NumberInputGroup.tsx +3 -1
  247. package/src/Input/StringInputGroup.tsx +3 -2
  248. package/src/Input/__Tests__/__snapshots__/IconInputGroup.test.tsx.snap +1 -0
  249. package/src/Input/__Tests__/__snapshots__/MoneyInputGroup.test.tsx.snap +1 -0
  250. package/src/Input/__Tests__/__snapshots__/NumberInputGroup.test.tsx.snap +1 -0
  251. package/src/Input/__Tests__/__snapshots__/StringInputGroup.test.tsx.snap +1 -0
  252. package/src/Normalization/normalizers.ts +4 -2
  253. package/src/Select/BooleanSelectGroup.tsx +2 -1
  254. package/src/Select/NumberSelectGroup.tsx +4 -2
  255. package/src/Select/SelectGroup.tsx +13 -2
  256. package/src/Select/StringSelectGroup.tsx +2 -0
  257. package/src/Select/__tests__/__snapshots__/BooleanSelectGroup.test.tsx.snap +6 -8
  258. package/src/Select/__tests__/__snapshots__/NumberSelectGroup.test.tsx.snap +12 -16
  259. package/src/Select/__tests__/__snapshots__/StringSelectGroup.test.tsx.snap +12 -16
  260. package/src/StandardFormActions.tsx +5 -0
  261. package/src/SubmitFormButton.tsx +5 -1
  262. package/src/TextArea/TextAreaGroup.tsx +6 -4
  263. package/src/Validation/validators.ts +19 -14
  264. package/src/__Tests__/FormTestBase.tsx +9 -8
  265. package/src/__Tests__/RealisticForm.test.tsx +82 -0
  266. package/src/index.ts +4 -4
  267. package/src/setupTests.ts +1 -0
  268. package/src/utils/objectToFormData.test.tsx +1 -1
  269. package/es/__Tests__/FormTestBase.d.ts +0 -27
  270. package/es/__Tests__/FormTestBase.js +0 -83
  271. package/es/__Tests__/index.d.ts +0 -2
  272. package/es/__Tests__/index.js +0 -2
  273. package/lib/__Tests__/FormTestBase.d.ts +0 -27
  274. package/lib/__Tests__/FormTestBase.js +0 -86
  275. package/lib/__Tests__/index.d.ts +0 -2
  276. package/lib/__Tests__/index.js +0 -8
package/es/index.js CHANGED
@@ -1,50 +1,50 @@
1
- // Address
2
- export { default as AddressInput } from './AddressInput/AddressInput';
3
- // Button
4
- export { default as SubmitFormButton } from './SubmitFormButton';
5
- // ConfirmBaseForm
6
- export { default as ConfirmBaseForm } from './ConfirmBaseForm/ConfirmBaseForm';
7
- // ConfirmDeleteForm
8
- export { default as ConfirmDeleteForm } from './ConfirmDeleteForm/ConfirmDeleteForm';
9
- // Date
10
- export { default as DatePickerGroup } from './DatePicker/DatePickerGroup';
11
- export { convertToTimeZoneInsensitiveISOString } from './DatePicker/DatePickerGroup';
12
- export { default as StringDatePickerGroup } from './DatePicker/StringDatePickerGroup';
13
- export { default as StringDateOnlyPickerGroup } from './DatePicker/StringDateOnlyPickerGroup';
14
- // Field
15
- export { default as Field } from './Field/Field';
16
- export { default as FieldErrorScrollTarget } from './Field/FieldErrorScrollTarget';
17
- export { FieldNameContext } from './Field/FieldNameContext';
18
- export { default as StandAloneInput } from './Field/StandAloneInput';
19
- export { default as useStandardField } from './Field/useStandardField';
20
- // Field Array
21
- export { default as FieldArray } from './FieldArray/FieldArray';
22
- // File
23
- export { default as FileGroup } from './File/FileGroup';
24
- // Form
25
- export { default as Form } from './Form/Form';
26
- export { ServerErrorContext } from './Form/ServerErrorContext';
27
- export { default as FormActions } from './FormActions';
28
- export { default as StandardFormActions } from './StandardFormActions';
29
- // FormDefaults
30
- export { FormDefaults } from './FormDefaults';
31
- // Input
32
- export { default as Group } from './Group';
33
- export { default as IconInputGroup } from './Input/IconInputGroup';
34
- export { default as InputGroup } from './Input/InputGroup';
35
- export { default as MoneyInputGroup } from './Input/MoneyInputGroup';
36
- export { default as NumberInputGroup } from './Input/NumberInputGroup';
37
- export { default as StringInputGroup } from './Input/StringInputGroup';
38
- export * as normalizers from './Normalization/normalizers';
39
- // Select
40
- export { default as SelectGroup } from './Select/SelectGroup';
41
- export { BooleanSelectGroup } from './Select/BooleanSelectGroup';
42
- export { MultiNumberSelectGroup, SingleNumberSelectGroup, } from './Select/NumberSelectGroup';
43
- export { MultiStringSelectGroup, SingleStringSelectGroup, } from './Select/StringSelectGroup';
44
- // Text Area
45
- export { default as TextAreaGroup } from './TextArea/TextAreaGroup';
46
- // Utils
47
- export { default as objectContainsNonSerializableProperty } from './utils/objectContainsNonSerializableProperty';
48
- export { default as serialize } from './utils/objectToFormData';
49
- export * from './utils/typeChecks';
50
- export * as validators from './Validation/validators';
1
+ // Address
2
+ export { default as AddressInput } from './AddressInput/AddressInput';
3
+ // Button
4
+ export { default as SubmitFormButton } from './SubmitFormButton';
5
+ // ConfirmBaseForm
6
+ export { default as ConfirmBaseForm } from './ConfirmBaseForm/ConfirmBaseForm';
7
+ // ConfirmDeleteForm
8
+ export { default as ConfirmDeleteForm } from './ConfirmDeleteForm/ConfirmDeleteForm';
9
+ // Date
10
+ export { default as DatePickerGroup } from './DatePicker/DatePickerGroup';
11
+ export { convertToTimeZoneInsensitiveISOString } from './DatePicker/DatePickerGroup';
12
+ export { default as StringDatePickerGroup } from './DatePicker/StringDatePickerGroup';
13
+ export { default as StringDateOnlyPickerGroup } from './DatePicker/StringDateOnlyPickerGroup';
14
+ // Field
15
+ export { default as Field } from './Field/Field';
16
+ export { default as FieldErrorScrollTarget } from './Field/FieldErrorScrollTarget';
17
+ export { FieldNameContext } from './Field/FieldNameContext';
18
+ export { default as StandAloneInput } from './Field/StandAloneInput';
19
+ export { default as useStandardField } from './Field/useStandardField';
20
+ // Field Array
21
+ export { default as FieldArray } from './FieldArray/FieldArray';
22
+ // File
23
+ export { default as FileGroup } from './File/FileGroup';
24
+ // Form
25
+ export { default as Form } from './Form/Form';
26
+ export { ServerErrorContext } from './Form/ServerErrorContext';
27
+ export { default as FormActions } from './FormActions';
28
+ export { default as StandardFormActions } from './StandardFormActions';
29
+ // FormDefaults
30
+ export { FormDefaults } from './FormDefaults';
31
+ // Input
32
+ export { default as Group } from './Group';
33
+ export { default as IconInputGroup } from './Input/IconInputGroup';
34
+ export { default as InputGroup } from './Input/InputGroup';
35
+ export { default as MoneyInputGroup } from './Input/MoneyInputGroup';
36
+ export { default as NumberInputGroup } from './Input/NumberInputGroup';
37
+ export { default as StringInputGroup } from './Input/StringInputGroup';
38
+ export * as normalizers from './Normalization/normalizers';
39
+ // Select
40
+ export { default as SelectGroup } from './Select/SelectGroup';
41
+ export { BooleanSelectGroup } from './Select/BooleanSelectGroup';
42
+ export { MultiNumberSelectGroup, SingleNumberSelectGroup, } from './Select/NumberSelectGroup';
43
+ export { MultiStringSelectGroup, SingleStringSelectGroup, } from './Select/StringSelectGroup';
44
+ // Text Area
45
+ export { default as TextAreaGroup } from './TextArea/TextAreaGroup';
46
+ // Utils
47
+ export { default as objectContainsNonSerializableProperty } from './utils/objectContainsNonSerializableProperty';
48
+ export { default as serialize } from './utils/objectToFormData';
49
+ export * from './utils/typeChecks';
50
+ export * as validators from './Validation/validators';
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom/extend-expect';
@@ -0,0 +1 @@
1
+ import '@testing-library/jest-dom/extend-expect';
@@ -1 +1 @@
1
- export default function objectContainsNonSerializableProperty(object: any): boolean;
1
+ export default function objectContainsNonSerializableProperty(object: any): boolean;
@@ -1,14 +1,14 @@
1
- import { isBlob, isFile, isObject } from './typeChecks';
2
- export default function objectContainsNonSerializableProperty(object) {
3
- return Object.entries(object).some(function (value) {
4
- if (value) {
5
- if (isBlob(value[1]) || isFile(value[1])) {
6
- return true;
7
- }
8
- if (isObject(value[1])) {
9
- return objectContainsNonSerializableProperty(value[1]);
10
- }
11
- }
12
- return false;
13
- });
14
- }
1
+ import { isBlob, isFile, isObject } from './typeChecks';
2
+ export default function objectContainsNonSerializableProperty(object) {
3
+ return Object.entries(object).some(function (value) {
4
+ if (value) {
5
+ if (isBlob(value[1]) || isFile(value[1])) {
6
+ return true;
7
+ }
8
+ if (isObject(value[1])) {
9
+ return objectContainsNonSerializableProperty(value[1]);
10
+ }
11
+ }
12
+ return false;
13
+ });
14
+ }
@@ -1,10 +1,10 @@
1
- export interface ObjectToFormDataCfgProps {
2
- indices: boolean;
3
- dotNotation: boolean;
4
- allowEmptyArrays: boolean;
5
- noFileListBrackets: boolean;
6
- nullsAsUndefineds?: boolean;
7
- booleansAsIntegers?: boolean;
8
- }
9
- declare const serialize: (obj: any, cfg: ObjectToFormDataCfgProps, fd?: FormData | undefined, pre?: string | undefined) => FormData;
10
- export default serialize;
1
+ export interface ObjectToFormDataCfgProps {
2
+ indices: boolean;
3
+ dotNotation: boolean;
4
+ allowEmptyArrays: boolean;
5
+ noFileListBrackets: boolean;
6
+ nullsAsUndefineds?: boolean;
7
+ booleansAsIntegers?: boolean;
8
+ }
9
+ declare const serialize: (obj: any, cfg: ObjectToFormDataCfgProps, fd?: FormData, pre?: string) => FormData;
10
+ export default serialize;
@@ -1,77 +1,77 @@
1
- // Original: https://github.com/therealparmesh/object-to-formdata/blob/master/src/index.js
2
- // With Multiple Form File Fix: https://github.com/therealparmesh/object-to-formdata/pull/94/files
3
- import { isArray, isBlob, isBoolean, isDate, isFile, isNull, isObject, isUndefined, } from './typeChecks';
4
- // 'pre' is not provided until this function recursively calls itself when 'obj' is an array or object
5
- var serialize = function (obj, cfg, fd, pre) {
6
- cfg = cfg || {};
7
- cfg.indices = isUndefined(cfg.indices) ? false : cfg.indices;
8
- cfg.nullsAsUndefineds = isUndefined(cfg.nullsAsUndefineds)
9
- ? false
10
- : cfg.nullsAsUndefineds;
11
- cfg.booleansAsIntegers = isUndefined(cfg.booleansAsIntegers)
12
- ? false
13
- : cfg.booleansAsIntegers;
14
- cfg.allowEmptyArrays = isUndefined(cfg.allowEmptyArrays)
15
- ? false
16
- : cfg.allowEmptyArrays;
17
- //reverse of normal because we want a different default
18
- cfg.dotNotation = isUndefined(cfg.dotNotation) ? true : cfg.dotNotation;
19
- fd = fd || new FormData();
20
- if (isUndefined(obj)) {
21
- return fd;
22
- }
23
- else if (isNull(obj) && !!pre) {
24
- if (!cfg.nullsAsUndefineds) {
25
- fd.append(pre, '');
26
- }
27
- }
28
- else if (isBoolean(obj) && !!pre) {
29
- if (cfg.booleansAsIntegers) {
30
- fd.append(pre, obj ? '1' : '0');
31
- }
32
- else {
33
- fd.append(pre, obj);
34
- }
35
- }
36
- else if (isDate(obj) && !!pre) {
37
- fd.append(pre, obj.toISOString());
38
- }
39
- else if (isArray(obj)) {
40
- if (obj.length) {
41
- obj.forEach(function (value, index) {
42
- var key;
43
- if (cfg.noFileListBrackets && isFile(value)) {
44
- key = pre;
45
- }
46
- else {
47
- key = pre + '[' + (cfg.indices ? index : '') + ']';
48
- }
49
- serialize(value, cfg, fd, key);
50
- });
51
- }
52
- else if (cfg.allowEmptyArrays) {
53
- fd.append(pre + '[]', '');
54
- }
55
- }
56
- else if (isObject(obj) && !isFile(obj) && !isBlob(obj)) {
57
- Object.keys(obj).forEach(function (prop) {
58
- var value = obj[prop];
59
- if (isArray(value)) {
60
- while (prop.length > 2 && prop.lastIndexOf('[]') === prop.length - 2) {
61
- prop = prop.substring(0, prop.length - 2);
62
- }
63
- }
64
- var key = pre
65
- ? cfg.dotNotation
66
- ? pre + '.' + prop
67
- : pre + '[' + prop + ']'
68
- : prop;
69
- serialize(value, cfg, fd, key);
70
- });
71
- }
72
- else if (!!pre) {
73
- fd.append(pre, obj);
74
- }
75
- return fd;
76
- };
77
- export default serialize;
1
+ // Original: https://github.com/therealparmesh/object-to-formdata/blob/master/src/index.js
2
+ // With Multiple Form File Fix: https://github.com/therealparmesh/object-to-formdata/pull/94/files
3
+ import { isArray, isBlob, isBoolean, isDate, isFile, isNull, isObject, isUndefined, } from './typeChecks';
4
+ // 'pre' is not provided until this function recursively calls itself when 'obj' is an array or object
5
+ var serialize = function (obj, cfg, fd, pre) {
6
+ cfg = cfg || {};
7
+ cfg.indices = isUndefined(cfg.indices) ? false : cfg.indices;
8
+ cfg.nullsAsUndefineds = isUndefined(cfg.nullsAsUndefineds)
9
+ ? false
10
+ : cfg.nullsAsUndefineds;
11
+ cfg.booleansAsIntegers = isUndefined(cfg.booleansAsIntegers)
12
+ ? false
13
+ : cfg.booleansAsIntegers;
14
+ cfg.allowEmptyArrays = isUndefined(cfg.allowEmptyArrays)
15
+ ? false
16
+ : cfg.allowEmptyArrays;
17
+ //reverse of normal because we want a different default
18
+ cfg.dotNotation = isUndefined(cfg.dotNotation) ? true : cfg.dotNotation;
19
+ fd = fd || new FormData();
20
+ if (isUndefined(obj)) {
21
+ return fd;
22
+ }
23
+ else if (isNull(obj) && !!pre) {
24
+ if (!cfg.nullsAsUndefineds) {
25
+ fd.append(pre, '');
26
+ }
27
+ }
28
+ else if (isBoolean(obj) && !!pre) {
29
+ if (cfg.booleansAsIntegers) {
30
+ fd.append(pre, obj ? '1' : '0');
31
+ }
32
+ else {
33
+ fd.append(pre, obj);
34
+ }
35
+ }
36
+ else if (isDate(obj) && !!pre) {
37
+ fd.append(pre, obj.toISOString());
38
+ }
39
+ else if (isArray(obj)) {
40
+ if (obj.length) {
41
+ obj.forEach(function (value, index) {
42
+ var key;
43
+ if (cfg.noFileListBrackets && isFile(value)) {
44
+ key = pre;
45
+ }
46
+ else {
47
+ key = pre + '[' + (cfg.indices ? index : '') + ']';
48
+ }
49
+ serialize(value, cfg, fd, key);
50
+ });
51
+ }
52
+ else if (cfg.allowEmptyArrays) {
53
+ fd.append(pre + '[]', '');
54
+ }
55
+ }
56
+ else if (isObject(obj) && !isFile(obj) && !isBlob(obj)) {
57
+ Object.keys(obj).forEach(function (prop) {
58
+ var value = obj[prop];
59
+ if (isArray(value)) {
60
+ while (prop.length > 2 && prop.lastIndexOf('[]') === prop.length - 2) {
61
+ prop = prop.substring(0, prop.length - 2);
62
+ }
63
+ }
64
+ var key = pre
65
+ ? cfg.dotNotation
66
+ ? pre + '.' + prop
67
+ : pre + '[' + prop + ']'
68
+ : prop;
69
+ serialize(value, cfg, fd, key);
70
+ });
71
+ }
72
+ else if (!!pre) {
73
+ fd.append(pre, obj);
74
+ }
75
+ return fd;
76
+ };
77
+ export default serialize;
@@ -1,8 +1,8 @@
1
- export declare const isUndefined: (value: any) => boolean;
2
- export declare const isNull: (value: any) => boolean;
3
- export declare const isBoolean: (value: any) => boolean;
4
- export declare const isObject: (value: any) => boolean;
5
- export declare const isArray: (value: any) => boolean;
6
- export declare const isDate: (value: any) => boolean;
7
- export declare const isBlob: (value: any) => any;
8
- export declare const isFile: (value: any) => any;
1
+ export declare const isUndefined: (value: any) => boolean;
2
+ export declare const isNull: (value: any) => boolean;
3
+ export declare const isBoolean: (value: any) => boolean;
4
+ export declare const isObject: (value: any) => boolean;
5
+ export declare const isArray: (value: any) => boolean;
6
+ export declare const isDate: (value: any) => boolean;
7
+ export declare const isBlob: (value: any) => any;
8
+ export declare const isFile: (value: any) => any;
@@ -1,18 +1,18 @@
1
- export var isUndefined = function (value) { return value === undefined; };
2
- export var isNull = function (value) { return value === null; };
3
- export var isBoolean = function (value) { return typeof value === 'boolean'; };
4
- export var isObject = function (value) { return value === Object(value); };
5
- export var isArray = function (value) { return Array.isArray(value); };
6
- export var isDate = function (value) { return value instanceof Date; };
7
- export var isBlob = function (value) {
8
- return value &&
9
- typeof value.size === 'number' &&
10
- typeof value.type === 'string' &&
11
- typeof value.slice === 'function';
12
- };
13
- export var isFile = function (value) {
14
- return isBlob(value) &&
15
- typeof value.name === 'string' &&
16
- (typeof value.lastModifiedDate === 'object' ||
17
- typeof value.lastModified === 'number');
18
- };
1
+ export var isUndefined = function (value) { return value === undefined; };
2
+ export var isNull = function (value) { return value === null; };
3
+ export var isBoolean = function (value) { return typeof value === 'boolean'; };
4
+ export var isObject = function (value) { return value === Object(value); };
5
+ export var isArray = function (value) { return Array.isArray(value); };
6
+ export var isDate = function (value) { return value instanceof Date; };
7
+ export var isBlob = function (value) {
8
+ return value &&
9
+ typeof value.size === 'number' &&
10
+ typeof value.type === 'string' &&
11
+ typeof value.slice === 'function';
12
+ };
13
+ export var isFile = function (value) {
14
+ return isBlob(value) &&
15
+ typeof value.name === 'string' &&
16
+ (typeof value.lastModifiedDate === 'object' ||
17
+ typeof value.lastModified === 'number');
18
+ };
@@ -1,15 +1,24 @@
1
- /// <reference types="react" />
2
- import { FormBuilderProp } from '../Form/Form';
3
- export interface AddressInputProps {
4
- fieldBuilder: Pick<FormBuilderProp<AddressDto>, 'Field'>;
5
- name: string;
6
- }
7
- interface AddressDto {
8
- address1?: string;
9
- address2?: string;
10
- zipCode?: string;
11
- city?: string;
12
- state?: string;
13
- }
14
- export default function AddressInput({ fieldBuilder: { Field }, name, }: AddressInputProps): JSX.Element;
15
- export {};
1
+ import { FormBuilderProp } from '../Form/Form';
2
+ export interface AddressInputProps {
3
+ fieldBuilder: Pick<FormBuilderProp<AddressDto>, 'Field'>;
4
+ name: string;
5
+ }
6
+ interface AddressDto {
7
+ address1?: string | null;
8
+ address2?: string | null;
9
+ zipCode?: string | null;
10
+ city?: string | null;
11
+ state?: string | null;
12
+ }
13
+ /**
14
+ * Collection of `<Field/>`s for inputting an address. Includes:
15
+ * ```txt
16
+ * Address 1
17
+ * Address 2
18
+ * City
19
+ * State
20
+ * Zip
21
+ * ```
22
+ */
23
+ export default function AddressInput({ fieldBuilder: { Field }, name, }: AddressInputProps): import("react/jsx-runtime").JSX.Element;
24
+ export {};
@@ -1,27 +1,26 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __importDefault = (this && this.__importDefault) || function (mod) {
14
- return (mod && mod.__esModule) ? mod : { "default": mod };
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- var jsx_runtime_1 = require("react/jsx-runtime");
18
- var UsStates_1 = __importDefault(require("./UsStates"));
19
- var __1 = require("../");
20
- var FieldSection_1 = __importDefault(require("../Field/FieldSection"));
21
- var normalizers_1 = require("../Normalization/normalizers");
22
- var validators_1 = require("../Validation/validators");
23
- function AddressInput(_a) {
24
- var Field = _a.fieldBuilder.Field, name = _a.name;
25
- return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)(FieldSection_1.default, __assign({ name: name }, { children: [(0, jsx_runtime_1.jsx)(Field, { name: "address1", placeholder: "Address, Line 1", label: "Address 1", Component: __1.StringInputGroup, validate: validators_1.required }), (0, jsx_runtime_1.jsx)(Field, { name: "address2", placeholder: "Address, Line 2", label: "Address 2", Component: __1.StringInputGroup }), (0, jsx_runtime_1.jsx)(Field, { name: "city", placeholder: "City", label: "City", Component: __1.StringInputGroup, validate: validators_1.required }), (0, jsx_runtime_1.jsx)(Field, { name: "state", placeholder: "State", label: "State", Component: __1.SingleStringSelectGroup, options: UsStates_1.default, validate: validators_1.required }), (0, jsx_runtime_1.jsx)(Field, { name: "zipCode", placeholder: "Zip", label: "Zip", Component: __1.StringInputGroup, normalize: normalizers_1.zipCode, validate: [validators_1.required, validators_1.zipCode] })] })) }));
26
- }
27
- exports.default = AddressInput;
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var jsx_runtime_1 = require("react/jsx-runtime");
7
+ var UsStates_1 = __importDefault(require("./UsStates"));
8
+ var __1 = require("../");
9
+ var FieldSection_1 = __importDefault(require("../Field/FieldSection"));
10
+ var normalizers_1 = require("../Normalization/normalizers");
11
+ var validators_1 = require("../Validation/validators");
12
+ /**
13
+ * Collection of `<Field/>`s for inputting an address. Includes:
14
+ * ```txt
15
+ * Address 1
16
+ * Address 2
17
+ * City
18
+ * State
19
+ * Zip
20
+ * ```
21
+ */
22
+ function AddressInput(_a) {
23
+ var Field = _a.fieldBuilder.Field, name = _a.name;
24
+ return ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsxs)(FieldSection_1.default, { name: name, children: [(0, jsx_runtime_1.jsx)(Field, { name: "address1", placeholder: "Address, Line 1", label: "Address 1", Component: __1.StringInputGroup, validate: validators_1.required }), (0, jsx_runtime_1.jsx)(Field, { name: "address2", placeholder: "Address, Line 2", label: "Address 2", Component: __1.StringInputGroup }), (0, jsx_runtime_1.jsx)(Field, { name: "city", placeholder: "City", label: "City", Component: __1.StringInputGroup, validate: validators_1.required }), (0, jsx_runtime_1.jsx)(Field, { name: "state", placeholder: "State", label: "State", Component: __1.SingleStringSelectGroup, options: UsStates_1.default, validate: validators_1.required }), (0, jsx_runtime_1.jsx)(Field, { name: "zipCode", placeholder: "Zip", label: "Zip", Component: __1.StringInputGroup, normalize: normalizers_1.zipCode, validate: [validators_1.required, validators_1.zipCode] })] }) }));
25
+ }
26
+ exports.default = AddressInput;
@@ -1,3 +1,3 @@
1
- import { SelectOption } from '../Select/SelectGroup';
2
- declare const states: SelectOption<string>[];
3
- export default states;
1
+ import { SelectOption } from '../Select/SelectGroup';
2
+ declare const states: SelectOption<string>[];
3
+ export default states;
@@ -1,55 +1,55 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- var states = [
4
- { label: 'Alabama', value: 'AL' },
5
- { label: 'Alaska', value: 'AK' },
6
- { label: 'Arizona', value: 'AZ' },
7
- { label: 'Arkansas', value: 'AR' },
8
- { label: 'California', value: 'CA' },
9
- { label: 'Colorado', value: 'CO' },
10
- { label: 'Connecticut', value: 'CT' },
11
- { label: 'Delaware', value: 'DE' },
12
- { label: 'Florida', value: 'FL' },
13
- { label: 'Georgia', value: 'GA' },
14
- { label: 'Hawaii', value: 'HI' },
15
- { label: 'Idaho', value: 'ID' },
16
- { label: 'Illinois', value: 'IL' },
17
- { label: 'Indiana', value: 'IN' },
18
- { label: 'Iowa', value: 'IA' },
19
- { label: 'Kansas', value: 'KS' },
20
- { label: 'Kentucky', value: 'KY' },
21
- { label: 'Louisiana', value: 'LA' },
22
- { label: 'Maine', value: 'ME' },
23
- { label: 'Maryland', value: 'MD' },
24
- { label: 'Massachusetts', value: 'MA' },
25
- { label: 'Michigan', value: 'MI' },
26
- { label: 'Minnesota', value: 'MN' },
27
- { label: 'Mississippi', value: 'MS' },
28
- { label: 'Missouri', value: 'MO' },
29
- { label: 'Montana', value: 'MT' },
30
- { label: 'Nebraska', value: 'NE' },
31
- { label: 'Nevada', value: 'NV' },
32
- { label: 'New Hampshire', value: 'NH' },
33
- { label: 'New Jersey', value: 'NJ' },
34
- { label: 'New Mexico', value: 'NM' },
35
- { label: 'New York', value: 'NY' },
36
- { label: 'North Carolina', value: 'NC' },
37
- { label: 'North Dakota', value: 'ND' },
38
- { label: 'Ohio', value: 'OH' },
39
- { label: 'Oklahoma', value: 'OK' },
40
- { label: 'Oregon', value: 'OR' },
41
- { label: 'Pennsylvania', value: 'PA' },
42
- { label: 'Rhode Island', value: 'RI' },
43
- { label: 'South Carolina', value: 'SC' },
44
- { label: 'South Dakota', value: 'SD' },
45
- { label: 'Tennessee', value: 'TN' },
46
- { label: 'Texas', value: 'TX' },
47
- { label: 'Utah', value: 'UT' },
48
- { label: 'Vermont', value: 'VT' },
49
- { label: 'Virginia', value: 'VA' },
50
- { label: 'Washington', value: 'WA' },
51
- { label: 'West Virginia', value: 'WV' },
52
- { label: 'Wisconsin', value: 'WI' },
53
- { label: 'Wyoming', value: 'WY' },
54
- ];
55
- exports.default = states;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var states = [
4
+ { label: 'Alabama', value: 'AL' },
5
+ { label: 'Alaska', value: 'AK' },
6
+ { label: 'Arizona', value: 'AZ' },
7
+ { label: 'Arkansas', value: 'AR' },
8
+ { label: 'California', value: 'CA' },
9
+ { label: 'Colorado', value: 'CO' },
10
+ { label: 'Connecticut', value: 'CT' },
11
+ { label: 'Delaware', value: 'DE' },
12
+ { label: 'Florida', value: 'FL' },
13
+ { label: 'Georgia', value: 'GA' },
14
+ { label: 'Hawaii', value: 'HI' },
15
+ { label: 'Idaho', value: 'ID' },
16
+ { label: 'Illinois', value: 'IL' },
17
+ { label: 'Indiana', value: 'IN' },
18
+ { label: 'Iowa', value: 'IA' },
19
+ { label: 'Kansas', value: 'KS' },
20
+ { label: 'Kentucky', value: 'KY' },
21
+ { label: 'Louisiana', value: 'LA' },
22
+ { label: 'Maine', value: 'ME' },
23
+ { label: 'Maryland', value: 'MD' },
24
+ { label: 'Massachusetts', value: 'MA' },
25
+ { label: 'Michigan', value: 'MI' },
26
+ { label: 'Minnesota', value: 'MN' },
27
+ { label: 'Mississippi', value: 'MS' },
28
+ { label: 'Missouri', value: 'MO' },
29
+ { label: 'Montana', value: 'MT' },
30
+ { label: 'Nebraska', value: 'NE' },
31
+ { label: 'Nevada', value: 'NV' },
32
+ { label: 'New Hampshire', value: 'NH' },
33
+ { label: 'New Jersey', value: 'NJ' },
34
+ { label: 'New Mexico', value: 'NM' },
35
+ { label: 'New York', value: 'NY' },
36
+ { label: 'North Carolina', value: 'NC' },
37
+ { label: 'North Dakota', value: 'ND' },
38
+ { label: 'Ohio', value: 'OH' },
39
+ { label: 'Oklahoma', value: 'OK' },
40
+ { label: 'Oregon', value: 'OR' },
41
+ { label: 'Pennsylvania', value: 'PA' },
42
+ { label: 'Rhode Island', value: 'RI' },
43
+ { label: 'South Carolina', value: 'SC' },
44
+ { label: 'South Dakota', value: 'SD' },
45
+ { label: 'Tennessee', value: 'TN' },
46
+ { label: 'Texas', value: 'TX' },
47
+ { label: 'Utah', value: 'UT' },
48
+ { label: 'Vermont', value: 'VT' },
49
+ { label: 'Virginia', value: 'VA' },
50
+ { label: 'Washington', value: 'WA' },
51
+ { label: 'West Virginia', value: 'WV' },
52
+ { label: 'Wisconsin', value: 'WI' },
53
+ { label: 'Wyoming', value: 'WY' },
54
+ ];
55
+ exports.default = states;
@@ -1,12 +1,26 @@
1
- import React, { MouseEventHandler } from 'react';
2
- import { useAxiosRequestProps } from 'envoc-request';
3
- export interface ConfirmBaseFormProps {
4
- handleCancel?: MouseEventHandler<HTMLButtonElement>;
5
- request: useAxiosRequestProps;
6
- style?: React.CSSProperties;
7
- title?: string;
8
- confirmButtonText?: string;
9
- confirmButtonClass?: string;
10
- children?: React.ReactNode;
11
- }
12
- export default function ConfirmBaseForm({ handleCancel, request, style, title, confirmButtonText, confirmButtonClass, children, ...props }: ConfirmBaseFormProps): JSX.Element;
1
+ import React, { MouseEventHandler } from 'react';
2
+ import { useAxiosRequestProps } from 'envoc-request';
3
+ export interface ConfirmBaseFormProps {
4
+ /** Function to run when cancel button is clicked. */
5
+ handleCancel?: MouseEventHandler<HTMLButtonElement>;
6
+ /** Axios request upon confirmation */
7
+ request: useAxiosRequestProps;
8
+ style?: React.CSSProperties;
9
+ /** `<h3/>` title text on top of the form. */
10
+ title?: string;
11
+ /** Custom confirm button text.
12
+ * @defaultValue `Confirm`
13
+ */
14
+ confirmButtonText?: string;
15
+ /** CSS class for the buttons. */
16
+ confirmButtonClass?: string;
17
+ /** Any components to be rendered in between the title and the buttons. */
18
+ children?: React.ReactNode;
19
+ }
20
+ /**
21
+ * Confimation dialog. Navigates to a different route to allow the user to either confirm or cancel an action.
22
+ * Commonly used for confirming delete and archive.
23
+ *
24
+ * See `<ConfirmDeleteForm/>` if the confirmation is specifically for deletion.
25
+ */
26
+ export default function ConfirmBaseForm({ handleCancel, request, style, title, confirmButtonText, confirmButtonClass, children, ...props }: ConfirmBaseFormProps): import("react/jsx-runtime").JSX.Element;