@digigov/form 0.10.6 → 0.10.7

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 (661) hide show
  1. package/.eslintrc.js +3 -0
  2. package/.prettierrc.js +3 -0
  3. package/CHANGELOG.json +1392 -0
  4. package/CHANGELOG.md +8 -1
  5. package/coverage/clover.xml +859 -0
  6. package/coverage/coverage-final.json +51 -0
  7. package/coverage/lcov-report/base.css +224 -0
  8. package/coverage/lcov-report/block-navigation.js +87 -0
  9. package/coverage/lcov-report/favicon.png +0 -0
  10. package/coverage/lcov-report/index.html +386 -0
  11. package/coverage/lcov-report/prettify.css +1 -0
  12. package/coverage/lcov-report/prettify.js +2 -0
  13. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  14. package/coverage/lcov-report/sorter.js +196 -0
  15. package/coverage/lcov-report/src/Field/FieldBase.tsx.html +379 -0
  16. package/coverage/lcov-report/src/Field/FieldConditional.tsx.html +310 -0
  17. package/coverage/lcov-report/src/Field/FieldContainer.tsx.html +256 -0
  18. package/coverage/lcov-report/src/Field/index.html +176 -0
  19. package/coverage/lcov-report/src/Field/index.tsx.html +352 -0
  20. package/coverage/lcov-report/src/Field/utils.ts.html +559 -0
  21. package/coverage/lcov-report/src/FieldArray/index.html +116 -0
  22. package/coverage/lcov-report/src/FieldArray/index.tsx.html +319 -0
  23. package/coverage/lcov-report/src/FieldObject/index.html +116 -0
  24. package/coverage/lcov-report/src/FieldObject/index.tsx.html +364 -0
  25. package/coverage/lcov-report/src/Fieldset/index.html +116 -0
  26. package/coverage/lcov-report/src/Fieldset/index.tsx.html +202 -0
  27. package/coverage/lcov-report/src/FormBuilder/FormBuilder.tsx.html +580 -0
  28. package/coverage/lcov-report/src/FormBuilder/index.html +131 -0
  29. package/coverage/lcov-report/src/FormBuilder/index.tsx.html +94 -0
  30. package/coverage/lcov-report/src/FormContext.tsx.html +109 -0
  31. package/coverage/lcov-report/src/MultiplicityField/add-objects.tsx.html +637 -0
  32. package/coverage/lcov-report/src/MultiplicityField/index.html +131 -0
  33. package/coverage/lcov-report/src/MultiplicityField/index.tsx.html +580 -0
  34. package/coverage/lcov-report/src/Questions/Questions.tsx.html +307 -0
  35. package/coverage/lcov-report/src/Questions/QuestionsContext.tsx.html +112 -0
  36. package/coverage/lcov-report/src/Questions/Step/ReviewStep.tsx.html +274 -0
  37. package/coverage/lcov-report/src/Questions/Step/Step.tsx.html +286 -0
  38. package/coverage/lcov-report/src/Questions/Step/StepArrayReview.tsx.html +289 -0
  39. package/coverage/lcov-report/src/Questions/Step/StepContext.tsx.html +148 -0
  40. package/coverage/lcov-report/src/Questions/Step/StepDescription.tsx.html +184 -0
  41. package/coverage/lcov-report/src/Questions/Step/StepForm.tsx.html +265 -0
  42. package/coverage/lcov-report/src/Questions/Step/StepQuote.tsx.html +109 -0
  43. package/coverage/lcov-report/src/Questions/Step/StepTitle.tsx.html +265 -0
  44. package/coverage/lcov-report/src/Questions/Step/getAddMoreFields.tsx.html +169 -0
  45. package/coverage/lcov-report/src/Questions/Step/index.html +266 -0
  46. package/coverage/lcov-report/src/Questions/Step/index.ts.html +124 -0
  47. package/coverage/lcov-report/src/Questions/Step/types.tsx.html +181 -0
  48. package/coverage/lcov-report/src/Questions/getNextStep.tsx.html +157 -0
  49. package/coverage/lcov-report/src/Questions/index.html +161 -0
  50. package/coverage/lcov-report/src/Questions/index.tsx.html +100 -0
  51. package/coverage/lcov-report/src/index.html +176 -0
  52. package/coverage/lcov-report/src/index.ts.html +94 -0
  53. package/coverage/lcov-report/src/inputs/Checkboxes/index.html +116 -0
  54. package/coverage/lcov-report/src/inputs/Checkboxes/index.tsx.html +307 -0
  55. package/coverage/lcov-report/src/inputs/DateInput/index.html +116 -0
  56. package/coverage/lcov-report/src/inputs/DateInput/index.tsx.html +475 -0
  57. package/coverage/lcov-report/src/inputs/FileInput/index.html +116 -0
  58. package/coverage/lcov-report/src/inputs/FileInput/index.tsx.html +313 -0
  59. package/coverage/lcov-report/src/inputs/Input/index.html +116 -0
  60. package/coverage/lcov-report/src/inputs/Input/index.tsx.html +271 -0
  61. package/coverage/lcov-report/src/inputs/Label/index.html +116 -0
  62. package/coverage/lcov-report/src/inputs/Label/index.tsx.html +217 -0
  63. package/coverage/lcov-report/src/inputs/Radio/index.html +116 -0
  64. package/coverage/lcov-report/src/inputs/Radio/index.tsx.html +256 -0
  65. package/coverage/lcov-report/src/inputs/Select/index.html +116 -0
  66. package/coverage/lcov-report/src/inputs/Select/index.tsx.html +196 -0
  67. package/coverage/lcov-report/src/inputs/index.html +116 -0
  68. package/coverage/lcov-report/src/inputs/index.ts.html +106 -0
  69. package/coverage/lcov-report/src/internal.ts.html +184 -0
  70. package/coverage/lcov-report/src/types.tsx.html +406 -0
  71. package/coverage/lcov-report/src/utils.ts.html +319 -0
  72. package/coverage/lcov-report/src/validators/index.html +116 -0
  73. package/coverage/lcov-report/src/validators/index.ts.html +694 -0
  74. package/coverage/lcov-report/src/validators/utils/afm.ts.html +196 -0
  75. package/coverage/lcov-report/src/validators/utils/file.ts.html +160 -0
  76. package/coverage/lcov-report/src/validators/utils/iban.ts.html +442 -0
  77. package/coverage/lcov-report/src/validators/utils/index.html +236 -0
  78. package/coverage/lcov-report/src/validators/utils/index.ts.html +367 -0
  79. package/coverage/lcov-report/src/validators/utils/int.ts.html +151 -0
  80. package/coverage/lcov-report/src/validators/utils/number.ts.html +139 -0
  81. package/coverage/lcov-report/src/validators/utils/phone.ts.html +445 -0
  82. package/coverage/lcov-report/src/validators/utils/postal_code.ts.html +184 -0
  83. package/coverage/lcov-report/src/validators/utils/uuid4.ts.html +148 -0
  84. package/coverage/lcov.info +1969 -0
  85. package/dist/CHANGELOG.md +432 -0
  86. package/{Field → dist/Field}/FieldBase.d.ts +0 -0
  87. package/{Field → dist/Field}/FieldBase.js +3 -3
  88. package/dist/Field/FieldBaseContainer.d.ts +4 -0
  89. package/{Field/FieldContainer.js → dist/Field/FieldBaseContainer.js} +10 -10
  90. package/{Field → dist/Field}/FieldConditional.d.ts +0 -0
  91. package/{Field → dist/Field}/FieldConditional.js +0 -0
  92. package/{Field → dist/Field}/index.d.ts +0 -0
  93. package/{Field → dist/Field}/index.js +0 -0
  94. package/{Field → dist/Field}/index.mdx +0 -0
  95. package/{Field → dist/Field}/types.d.ts +0 -0
  96. package/{Field → dist/Field}/types.js +0 -0
  97. package/{Field → dist/Field}/utils.d.ts +0 -0
  98. package/{Field → dist/Field}/utils.js +0 -0
  99. package/{FieldArray → dist/FieldArray}/FieldArray.stories.d.ts +0 -0
  100. package/{FieldArray → dist/FieldArray}/FieldArray.stories.js +0 -0
  101. package/{FieldArray → dist/FieldArray}/FieldArray.stories.playwright.json +0 -0
  102. package/{FieldArray → dist/FieldArray}/__stories__/Default.d.ts +0 -0
  103. package/{FieldArray → dist/FieldArray}/__stories__/Default.js +0 -0
  104. package/{FieldArray → dist/FieldArray}/__stories__/WithExactLength.d.ts +0 -0
  105. package/{FieldArray → dist/FieldArray}/__stories__/WithExactLength.js +0 -0
  106. package/{FieldArray → dist/FieldArray}/index.d.ts +0 -0
  107. package/{FieldArray → dist/FieldArray}/index.js +2 -2
  108. package/{FieldObject → dist/FieldObject}/index.d.ts +0 -0
  109. package/{FieldObject → dist/FieldObject}/index.js +0 -0
  110. package/{Fieldset → dist/Fieldset}/FieldsetWithContext.d.ts +0 -0
  111. package/{Fieldset → dist/Fieldset}/FieldsetWithContext.js +0 -0
  112. package/{Fieldset → dist/Fieldset}/index.d.ts +2 -1
  113. package/{Fieldset → dist/Fieldset}/index.js +8 -9
  114. package/{Fieldset → dist/Fieldset}/types.d.ts +0 -0
  115. package/{Fieldset → dist/Fieldset}/types.js +0 -0
  116. package/{Form.stories.d.ts → dist/Form.stories.d.ts} +0 -0
  117. package/{Form.stories.js → dist/Form.stories.js} +0 -0
  118. package/{Form.stories.playwright.json → dist/Form.stories.playwright.json} +0 -0
  119. package/{FormBuilder → dist/FormBuilder}/FormBuilder.d.ts +0 -0
  120. package/{FormBuilder → dist/FormBuilder}/FormBuilder.js +0 -0
  121. package/{FormBuilder → dist/FormBuilder}/FormBuilder.mdx +0 -0
  122. package/{FormBuilder → dist/FormBuilder}/FormBuilder.stories.d.ts +0 -0
  123. package/{FormBuilder → dist/FormBuilder}/FormBuilder.stories.js +0 -0
  124. package/{FormBuilder → dist/FormBuilder}/FormBuilder.stories.playwright.json +0 -0
  125. package/{FormBuilder → dist/FormBuilder}/__stories__/Default.d.ts +0 -0
  126. package/{FormBuilder → dist/FormBuilder}/__stories__/Default.js +0 -0
  127. package/{FormBuilder → dist/FormBuilder}/index.d.ts +0 -0
  128. package/{FormBuilder → dist/FormBuilder}/index.js +0 -0
  129. package/{FormContext.d.ts → dist/FormContext.d.ts} +0 -0
  130. package/{FormContext.js → dist/FormContext.js} +0 -0
  131. package/{LICENSE → dist/LICENSE} +0 -0
  132. package/{MultiplicityField → dist/MultiplicityField}/MultiplicityField.mdx +0 -0
  133. package/{MultiplicityField → dist/MultiplicityField}/MultiplicityField.stories.d.ts +0 -0
  134. package/{MultiplicityField → dist/MultiplicityField}/MultiplicityField.stories.js +0 -0
  135. package/{MultiplicityField → dist/MultiplicityField}/MultiplicityField.stories.playwright.json +0 -0
  136. package/{MultiplicityField → dist/MultiplicityField}/__stories__/Default.d.ts +0 -0
  137. package/{MultiplicityField → dist/MultiplicityField}/__stories__/Default.js +0 -0
  138. package/{MultiplicityField → dist/MultiplicityField}/__stories__/PreviewDisplay.d.ts +0 -0
  139. package/{MultiplicityField → dist/MultiplicityField}/__stories__/PreviewDisplay.js +0 -0
  140. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithExactLength.d.ts +0 -0
  141. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithExactLength.js +0 -0
  142. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithMaxLength.d.ts +0 -0
  143. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithMaxLength.js +0 -0
  144. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithMinAndMaxLength.d.ts +0 -0
  145. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithMinAndMaxLength.js +0 -0
  146. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithMinLength.d.ts +0 -0
  147. package/{MultiplicityField → dist/MultiplicityField}/__stories__/WithMinLength.js +0 -0
  148. package/{MultiplicityField → dist/MultiplicityField}/add-objects.d.ts +0 -0
  149. package/{MultiplicityField → dist/MultiplicityField}/add-objects.js +0 -0
  150. package/{MultiplicityField → dist/MultiplicityField}/index.d.ts +0 -0
  151. package/{MultiplicityField → dist/MultiplicityField}/index.js +2 -2
  152. package/{Questions → dist/Questions}/Questions.d.ts +0 -0
  153. package/{Questions → dist/Questions}/Questions.js +0 -0
  154. package/{Questions → dist/Questions}/QuestionsContext.d.ts +0 -0
  155. package/{Questions → dist/Questions}/QuestionsContext.js +0 -0
  156. package/{Questions → dist/Questions}/Step/ReviewStep.d.ts +0 -0
  157. package/{Questions → dist/Questions}/Step/ReviewStep.js +0 -0
  158. package/{Questions → dist/Questions}/Step/Step.d.ts +0 -0
  159. package/{Questions → dist/Questions}/Step/Step.js +0 -0
  160. package/{Questions → dist/Questions}/Step/StepArrayReview.d.ts +0 -0
  161. package/{Questions → dist/Questions}/Step/StepArrayReview.js +0 -0
  162. package/{Questions → dist/Questions}/Step/StepContext.d.ts +0 -0
  163. package/{Questions → dist/Questions}/Step/StepContext.js +0 -0
  164. package/{Questions → dist/Questions}/Step/StepDescription.d.ts +0 -0
  165. package/{Questions → dist/Questions}/Step/StepDescription.js +0 -0
  166. package/{Questions → dist/Questions}/Step/StepForm.d.ts +0 -0
  167. package/{Questions → dist/Questions}/Step/StepForm.js +0 -0
  168. package/{Questions → dist/Questions}/Step/StepQuote.d.ts +0 -0
  169. package/{Questions → dist/Questions}/Step/StepQuote.js +0 -0
  170. package/{Questions → dist/Questions}/Step/StepTitle.d.ts +0 -0
  171. package/{Questions → dist/Questions}/Step/StepTitle.js +0 -0
  172. package/{Questions → dist/Questions}/Step/getAddMoreFields.d.ts +0 -0
  173. package/{Questions → dist/Questions}/Step/getAddMoreFields.js +0 -0
  174. package/{Questions → dist/Questions}/Step/index.d.ts +0 -0
  175. package/{Questions → dist/Questions}/Step/index.js +0 -0
  176. package/{Questions → dist/Questions}/Step/types.d.ts +0 -0
  177. package/{Questions → dist/Questions}/Step/types.js +0 -0
  178. package/{Questions → dist/Questions}/__snapshots__/index.spec.tsx.snap +0 -0
  179. package/{Questions → dist/Questions}/getNextStep.d.ts +0 -0
  180. package/{Questions → dist/Questions}/getNextStep.js +0 -0
  181. package/{Questions → dist/Questions}/index.d.ts +0 -0
  182. package/{Questions → dist/Questions}/index.js +0 -0
  183. package/{Questions → dist/Questions}/index.mdx +0 -0
  184. package/{Questions → dist/Questions}/index.spec.d.ts +0 -0
  185. package/{Questions → dist/Questions}/index.spec.js +0 -0
  186. package/{Questions → dist/Questions}/types.d.ts +0 -0
  187. package/{Questions → dist/Questions}/types.js +0 -0
  188. package/{es/inputs/Checkboxes/index.mdx → dist/README.md} +0 -0
  189. package/{__stories__ → dist/__stories__}/AutoCompleteField.d.ts +0 -0
  190. package/{__stories__ → dist/__stories__}/AutoCompleteField.js +0 -0
  191. package/{__stories__ → dist/__stories__}/IntField.d.ts +0 -0
  192. package/{__stories__ → dist/__stories__}/IntField.js +0 -0
  193. package/{create-simple-form.mdx → dist/create-simple-form.mdx} +0 -0
  194. package/{es → dist/es}/Field/FieldBase.js +3 -3
  195. package/{esm/Field/FieldContainer.js → dist/es/Field/FieldBaseContainer.js} +7 -7
  196. package/{es → dist/es}/Field/FieldConditional.js +0 -0
  197. package/{es → dist/es}/Field/index.js +0 -0
  198. package/{es → dist/es}/Field/index.mdx +0 -0
  199. package/{es → dist/es}/Field/types.js +0 -0
  200. package/{es → dist/es}/Field/utils.js +0 -0
  201. package/{es → dist/es}/FieldArray/FieldArray.stories.js +0 -0
  202. package/{es → dist/es}/FieldArray/FieldArray.stories.playwright.json +0 -0
  203. package/{es → dist/es}/FieldArray/__stories__/Default.js +0 -0
  204. package/{es → dist/es}/FieldArray/__stories__/WithExactLength.js +0 -0
  205. package/{esm → dist/es}/FieldArray/index.js +1 -1
  206. package/{es → dist/es}/FieldObject/index.js +0 -0
  207. package/{es → dist/es}/Fieldset/FieldsetWithContext.js +0 -0
  208. package/{esm → dist/es}/Fieldset/index.js +2 -5
  209. package/{es → dist/es}/Fieldset/types.js +0 -0
  210. package/{es → dist/es}/Form.stories.js +0 -0
  211. package/{es → dist/es}/Form.stories.playwright.json +0 -0
  212. package/{es → dist/es}/FormBuilder/FormBuilder.js +0 -0
  213. package/{es → dist/es}/FormBuilder/FormBuilder.mdx +0 -0
  214. package/{es → dist/es}/FormBuilder/FormBuilder.stories.js +0 -0
  215. package/{es → dist/es}/FormBuilder/FormBuilder.stories.playwright.json +0 -0
  216. package/{es → dist/es}/FormBuilder/__stories__/Default.js +0 -0
  217. package/{es → dist/es}/FormBuilder/index.js +0 -0
  218. package/{es → dist/es}/FormContext.js +0 -0
  219. package/{es → dist/es}/MultiplicityField/MultiplicityField.mdx +0 -0
  220. package/{es → dist/es}/MultiplicityField/MultiplicityField.stories.js +0 -0
  221. package/{es → dist/es}/MultiplicityField/MultiplicityField.stories.playwright.json +0 -0
  222. package/{es → dist/es}/MultiplicityField/__stories__/Default.js +0 -0
  223. package/{es → dist/es}/MultiplicityField/__stories__/PreviewDisplay.js +0 -0
  224. package/{es → dist/es}/MultiplicityField/__stories__/WithExactLength.js +0 -0
  225. package/{es → dist/es}/MultiplicityField/__stories__/WithMaxLength.js +0 -0
  226. package/{es → dist/es}/MultiplicityField/__stories__/WithMinAndMaxLength.js +0 -0
  227. package/{es → dist/es}/MultiplicityField/__stories__/WithMinLength.js +0 -0
  228. package/{es → dist/es}/MultiplicityField/add-objects.js +0 -0
  229. package/{esm → dist/es}/MultiplicityField/index.js +1 -1
  230. package/{es → dist/es}/Questions/Questions.js +0 -0
  231. package/{es → dist/es}/Questions/QuestionsContext.js +0 -0
  232. package/{es → dist/es}/Questions/Step/ReviewStep.js +0 -0
  233. package/{es → dist/es}/Questions/Step/Step.js +0 -0
  234. package/{es → dist/es}/Questions/Step/StepArrayReview.js +0 -0
  235. package/{es → dist/es}/Questions/Step/StepContext.js +0 -0
  236. package/{es → dist/es}/Questions/Step/StepDescription.js +0 -0
  237. package/{es → dist/es}/Questions/Step/StepForm.js +0 -0
  238. package/{es → dist/es}/Questions/Step/StepQuote.js +0 -0
  239. package/{es → dist/es}/Questions/Step/StepTitle.js +0 -0
  240. package/{es → dist/es}/Questions/Step/getAddMoreFields.js +0 -0
  241. package/{es → dist/es}/Questions/Step/index.js +0 -0
  242. package/{es → dist/es}/Questions/Step/types.js +0 -0
  243. package/{es → dist/es}/Questions/__snapshots__/index.spec.tsx.snap +0 -0
  244. package/{es → dist/es}/Questions/getNextStep.js +0 -0
  245. package/{es → dist/es}/Questions/index.js +0 -0
  246. package/{es → dist/es}/Questions/index.mdx +0 -0
  247. package/{es → dist/es}/Questions/index.spec.js +0 -0
  248. package/{es → dist/es}/Questions/types.js +0 -0
  249. package/{es → dist/es}/__stories__/AutoCompleteField.js +0 -0
  250. package/{es → dist/es}/__stories__/IntField.js +0 -0
  251. package/{es → dist/es}/create-simple-form.mdx +0 -0
  252. package/{es → dist/es}/index.js +0 -0
  253. package/{es → dist/es}/index.mdx +0 -0
  254. package/{es → dist/es}/inputs/AutoComplete/index.js +0 -0
  255. package/{es → dist/es}/inputs/Checkboxes/Checkboxes.stories.js +0 -0
  256. package/{es → dist/es}/inputs/Checkboxes/Checkboxes.stories.playwright.json +0 -0
  257. package/{es → dist/es}/inputs/Checkboxes/__stories__/Default.js +0 -0
  258. package/{es → dist/es}/inputs/Checkboxes/index.js +0 -0
  259. package/{es/inputs/Label → dist/es/inputs/Checkboxes}/index.mdx +0 -0
  260. package/{es → dist/es}/inputs/DateInput/DateInput.stories.js +0 -0
  261. package/{es → dist/es}/inputs/DateInput/DateInput.stories.playwright.json +0 -0
  262. package/{es → dist/es}/inputs/DateInput/__stories__/Default.js +0 -0
  263. package/{esm → dist/es}/inputs/DateInput/index.js +2 -2
  264. package/{es → dist/es}/inputs/FileInput/FileInput.stories.js +0 -0
  265. package/{es → dist/es}/inputs/FileInput/FileInput.stories.playwright.json +0 -0
  266. package/{es → dist/es}/inputs/FileInput/__stories__/Default.js +0 -0
  267. package/{es → dist/es}/inputs/FileInput/index.js +0 -0
  268. package/{es → dist/es}/inputs/Input/Input.stories.js +0 -0
  269. package/{es → dist/es}/inputs/Input/Input.stories.playwright.json +0 -0
  270. package/{es → dist/es}/inputs/Input/__stories__/AFM.js +0 -0
  271. package/{es → dist/es}/inputs/Input/__stories__/Boolean.js +0 -0
  272. package/{es → dist/es}/inputs/Input/__stories__/Default.js +0 -0
  273. package/{es → dist/es}/inputs/Input/__stories__/IBAN.js +0 -0
  274. package/{es → dist/es}/inputs/Input/__stories__/Integer.js +0 -0
  275. package/{es → dist/es}/inputs/Input/__stories__/MobilePhone.js +0 -0
  276. package/{es → dist/es}/inputs/Input/__stories__/PhoneNumber.js +0 -0
  277. package/{es → dist/es}/inputs/Input/__stories__/PostalCode.js +0 -0
  278. package/{es → dist/es}/inputs/Input/index.js +0 -0
  279. package/{es → dist/es}/inputs/Input/index.mdx +0 -0
  280. package/{es → dist/es}/inputs/Label/Label.stories.js +0 -0
  281. package/{es → dist/es}/inputs/Label/Label.stories.playwright.json +0 -0
  282. package/{es → dist/es}/inputs/Label/__stories__/Default.js +0 -0
  283. package/{es → dist/es}/inputs/Label/index.js +0 -0
  284. package/{es/inputs/Radio → dist/es/inputs/Label}/index.mdx +0 -0
  285. package/{es → dist/es}/inputs/Radio/Radio.stories.js +0 -0
  286. package/{es → dist/es}/inputs/Radio/Radio.stories.playwright.json +0 -0
  287. package/{es → dist/es}/inputs/Radio/__stories__/Default.js +0 -0
  288. package/{es → dist/es}/inputs/Radio/index.js +2 -2
  289. package/{esm/inputs/Checkboxes → dist/es/inputs/Radio}/index.mdx +0 -0
  290. package/{es → dist/es}/inputs/Select/Select.stories.js +0 -0
  291. package/{es → dist/es}/inputs/Select/Select.stories.playwright.json +0 -0
  292. package/{es → dist/es}/inputs/Select/__stories__/Default.js +0 -0
  293. package/{esm → dist/es}/inputs/Select/index.js +2 -2
  294. package/{es → dist/es}/inputs/index.js +0 -0
  295. package/{es → dist/es}/installation.mdx +0 -0
  296. package/{es → dist/es}/internal.js +0 -0
  297. package/{esm → dist/es}/registry.js +2 -2
  298. package/{es → dist/es}/types.js +0 -0
  299. package/{es → dist/es}/utils.js +0 -0
  300. package/{es → dist/es}/validators/index.js +0 -0
  301. package/{es → dist/es}/validators/types.js +0 -0
  302. package/{es → dist/es}/validators/utils/afm.js +0 -0
  303. package/{es → dist/es}/validators/utils/file.js +0 -0
  304. package/{es → dist/es}/validators/utils/iban.js +0 -0
  305. package/{es → dist/es}/validators/utils/index.js +0 -0
  306. package/{es → dist/es}/validators/utils/int.js +0 -0
  307. package/{es → dist/es}/validators/utils/number.js +0 -0
  308. package/{es → dist/es}/validators/utils/phone.js +0 -0
  309. package/{es → dist/es}/validators/utils/postal_code.js +0 -0
  310. package/{es → dist/es}/validators/utils/uuid4.js +0 -0
  311. package/{es → dist/es}/validators/validators.spec.js +0 -0
  312. package/{esm → dist/esm}/Field/FieldBase.js +3 -3
  313. package/{es/Field/FieldContainer.js → dist/esm/Field/FieldBaseContainer.js} +7 -7
  314. package/{esm → dist/esm}/Field/FieldConditional.js +0 -0
  315. package/{esm → dist/esm}/Field/index.js +0 -0
  316. package/{esm → dist/esm}/Field/index.mdx +0 -0
  317. package/{esm → dist/esm}/Field/types.js +0 -0
  318. package/{esm → dist/esm}/Field/utils.js +0 -0
  319. package/{esm → dist/esm}/FieldArray/FieldArray.stories.js +0 -0
  320. package/{esm → dist/esm}/FieldArray/FieldArray.stories.playwright.json +0 -0
  321. package/{esm → dist/esm}/FieldArray/__stories__/Default.js +0 -0
  322. package/{esm → dist/esm}/FieldArray/__stories__/WithExactLength.js +0 -0
  323. package/{es → dist/esm}/FieldArray/index.js +1 -1
  324. package/{esm → dist/esm}/FieldObject/index.js +0 -0
  325. package/{esm → dist/esm}/Fieldset/FieldsetWithContext.js +0 -0
  326. package/{es → dist/esm}/Fieldset/index.js +2 -5
  327. package/{esm → dist/esm}/Fieldset/types.js +0 -0
  328. package/{esm → dist/esm}/Form.stories.js +0 -0
  329. package/{esm → dist/esm}/Form.stories.playwright.json +0 -0
  330. package/{esm → dist/esm}/FormBuilder/FormBuilder.js +0 -0
  331. package/{esm → dist/esm}/FormBuilder/FormBuilder.mdx +0 -0
  332. package/{esm → dist/esm}/FormBuilder/FormBuilder.stories.js +0 -0
  333. package/{esm → dist/esm}/FormBuilder/FormBuilder.stories.playwright.json +0 -0
  334. package/{esm → dist/esm}/FormBuilder/__stories__/Default.js +0 -0
  335. package/{esm → dist/esm}/FormBuilder/index.js +0 -0
  336. package/{esm → dist/esm}/FormContext.js +0 -0
  337. package/{esm → dist/esm}/MultiplicityField/MultiplicityField.mdx +0 -0
  338. package/{esm → dist/esm}/MultiplicityField/MultiplicityField.stories.js +0 -0
  339. package/{esm → dist/esm}/MultiplicityField/MultiplicityField.stories.playwright.json +0 -0
  340. package/{esm → dist/esm}/MultiplicityField/__stories__/Default.js +0 -0
  341. package/{esm → dist/esm}/MultiplicityField/__stories__/PreviewDisplay.js +0 -0
  342. package/{esm → dist/esm}/MultiplicityField/__stories__/WithExactLength.js +0 -0
  343. package/{esm → dist/esm}/MultiplicityField/__stories__/WithMaxLength.js +0 -0
  344. package/{esm → dist/esm}/MultiplicityField/__stories__/WithMinAndMaxLength.js +0 -0
  345. package/{esm → dist/esm}/MultiplicityField/__stories__/WithMinLength.js +0 -0
  346. package/{esm → dist/esm}/MultiplicityField/add-objects.js +0 -0
  347. package/{es → dist/esm}/MultiplicityField/index.js +1 -1
  348. package/{esm → dist/esm}/Questions/Questions.js +0 -0
  349. package/{esm → dist/esm}/Questions/QuestionsContext.js +0 -0
  350. package/{esm → dist/esm}/Questions/Step/ReviewStep.js +0 -0
  351. package/{esm → dist/esm}/Questions/Step/Step.js +0 -0
  352. package/{esm → dist/esm}/Questions/Step/StepArrayReview.js +0 -0
  353. package/{esm → dist/esm}/Questions/Step/StepContext.js +0 -0
  354. package/{esm → dist/esm}/Questions/Step/StepDescription.js +0 -0
  355. package/{esm → dist/esm}/Questions/Step/StepForm.js +0 -0
  356. package/{esm → dist/esm}/Questions/Step/StepQuote.js +0 -0
  357. package/{esm → dist/esm}/Questions/Step/StepTitle.js +0 -0
  358. package/{esm → dist/esm}/Questions/Step/getAddMoreFields.js +0 -0
  359. package/{esm → dist/esm}/Questions/Step/index.js +0 -0
  360. package/{esm → dist/esm}/Questions/Step/types.js +0 -0
  361. package/{esm → dist/esm}/Questions/__snapshots__/index.spec.tsx.snap +0 -0
  362. package/{esm → dist/esm}/Questions/getNextStep.js +0 -0
  363. package/{esm → dist/esm}/Questions/index.js +0 -0
  364. package/{esm → dist/esm}/Questions/index.mdx +0 -0
  365. package/{esm → dist/esm}/Questions/index.spec.js +0 -0
  366. package/{esm → dist/esm}/Questions/types.js +0 -0
  367. package/{esm → dist/esm}/__stories__/AutoCompleteField.js +0 -0
  368. package/{esm → dist/esm}/__stories__/IntField.js +0 -0
  369. package/{esm → dist/esm}/create-simple-form.mdx +0 -0
  370. package/{esm → dist/esm}/index.js +1 -1
  371. package/{esm → dist/esm}/index.mdx +0 -0
  372. package/{esm → dist/esm}/inputs/AutoComplete/index.js +0 -0
  373. package/{esm → dist/esm}/inputs/Checkboxes/Checkboxes.stories.js +0 -0
  374. package/{esm → dist/esm}/inputs/Checkboxes/Checkboxes.stories.playwright.json +0 -0
  375. package/{esm → dist/esm}/inputs/Checkboxes/__stories__/Default.js +0 -0
  376. package/{esm → dist/esm}/inputs/Checkboxes/index.js +0 -0
  377. package/{esm/inputs/Label → dist/esm/inputs/Checkboxes}/index.mdx +0 -0
  378. package/{esm → dist/esm}/inputs/DateInput/DateInput.stories.js +0 -0
  379. package/{esm → dist/esm}/inputs/DateInput/DateInput.stories.playwright.json +0 -0
  380. package/{esm → dist/esm}/inputs/DateInput/__stories__/Default.js +0 -0
  381. package/{es → dist/esm}/inputs/DateInput/index.js +2 -2
  382. package/{esm → dist/esm}/inputs/FileInput/FileInput.stories.js +0 -0
  383. package/{esm → dist/esm}/inputs/FileInput/FileInput.stories.playwright.json +0 -0
  384. package/{esm → dist/esm}/inputs/FileInput/__stories__/Default.js +0 -0
  385. package/{esm → dist/esm}/inputs/FileInput/index.js +0 -0
  386. package/{esm → dist/esm}/inputs/Input/Input.stories.js +0 -0
  387. package/{esm → dist/esm}/inputs/Input/Input.stories.playwright.json +0 -0
  388. package/{esm → dist/esm}/inputs/Input/__stories__/AFM.js +0 -0
  389. package/{esm → dist/esm}/inputs/Input/__stories__/Boolean.js +0 -0
  390. package/{esm → dist/esm}/inputs/Input/__stories__/Default.js +0 -0
  391. package/{esm → dist/esm}/inputs/Input/__stories__/IBAN.js +0 -0
  392. package/{esm → dist/esm}/inputs/Input/__stories__/Integer.js +0 -0
  393. package/{esm → dist/esm}/inputs/Input/__stories__/MobilePhone.js +0 -0
  394. package/{esm → dist/esm}/inputs/Input/__stories__/PhoneNumber.js +0 -0
  395. package/{esm → dist/esm}/inputs/Input/__stories__/PostalCode.js +0 -0
  396. package/{esm → dist/esm}/inputs/Input/index.js +0 -0
  397. package/{esm → dist/esm}/inputs/Input/index.mdx +0 -0
  398. package/{esm → dist/esm}/inputs/Label/Label.stories.js +0 -0
  399. package/{esm → dist/esm}/inputs/Label/Label.stories.playwright.json +0 -0
  400. package/{esm → dist/esm}/inputs/Label/__stories__/Default.js +0 -0
  401. package/{esm → dist/esm}/inputs/Label/index.js +0 -0
  402. package/{esm/inputs/Radio → dist/esm/inputs/Label}/index.mdx +0 -0
  403. package/{esm → dist/esm}/inputs/Radio/Radio.stories.js +0 -0
  404. package/{esm → dist/esm}/inputs/Radio/Radio.stories.playwright.json +0 -0
  405. package/{esm → dist/esm}/inputs/Radio/__stories__/Default.js +0 -0
  406. package/{esm → dist/esm}/inputs/Radio/index.js +2 -2
  407. package/{inputs/Checkboxes → dist/esm/inputs/Radio}/index.mdx +0 -0
  408. package/{esm → dist/esm}/inputs/Select/Select.stories.js +0 -0
  409. package/{esm → dist/esm}/inputs/Select/Select.stories.playwright.json +0 -0
  410. package/{esm → dist/esm}/inputs/Select/__stories__/Default.js +0 -0
  411. package/{es → dist/esm}/inputs/Select/index.js +2 -2
  412. package/{esm → dist/esm}/inputs/index.js +0 -0
  413. package/{esm → dist/esm}/installation.mdx +0 -0
  414. package/{esm → dist/esm}/internal.js +0 -0
  415. package/{es → dist/esm}/registry.js +2 -2
  416. package/{esm → dist/esm}/types.js +0 -0
  417. package/{esm → dist/esm}/utils.js +0 -0
  418. package/{esm → dist/esm}/validators/index.js +0 -0
  419. package/{esm → dist/esm}/validators/types.js +0 -0
  420. package/{esm → dist/esm}/validators/utils/afm.js +0 -0
  421. package/{esm → dist/esm}/validators/utils/file.js +0 -0
  422. package/{esm → dist/esm}/validators/utils/iban.js +0 -0
  423. package/{esm → dist/esm}/validators/utils/index.js +0 -0
  424. package/{esm → dist/esm}/validators/utils/int.js +0 -0
  425. package/{esm → dist/esm}/validators/utils/number.js +0 -0
  426. package/{esm → dist/esm}/validators/utils/phone.js +0 -0
  427. package/{esm → dist/esm}/validators/utils/postal_code.js +0 -0
  428. package/{esm → dist/esm}/validators/utils/uuid4.js +0 -0
  429. package/{esm → dist/esm}/validators/validators.spec.js +0 -0
  430. package/{index.d.ts → dist/index.d.ts} +0 -0
  431. package/{index.js → dist/index.js} +0 -0
  432. package/{index.mdx → dist/index.mdx} +0 -0
  433. package/{inputs → dist/inputs}/AutoComplete/index.d.ts +0 -0
  434. package/{inputs → dist/inputs}/AutoComplete/index.js +0 -0
  435. package/{inputs → dist/inputs}/Checkboxes/Checkboxes.stories.d.ts +0 -0
  436. package/{inputs → dist/inputs}/Checkboxes/Checkboxes.stories.js +0 -0
  437. package/{inputs → dist/inputs}/Checkboxes/Checkboxes.stories.playwright.json +0 -0
  438. package/{inputs → dist/inputs}/Checkboxes/__stories__/Default.d.ts +0 -0
  439. package/{inputs → dist/inputs}/Checkboxes/__stories__/Default.js +0 -0
  440. package/{inputs → dist/inputs}/Checkboxes/index.d.ts +0 -0
  441. package/{inputs → dist/inputs}/Checkboxes/index.js +0 -0
  442. package/{inputs/Label → dist/inputs/Checkboxes}/index.mdx +0 -0
  443. package/{inputs → dist/inputs}/DateInput/DateInput.stories.d.ts +0 -0
  444. package/{inputs → dist/inputs}/DateInput/DateInput.stories.js +0 -0
  445. package/{inputs → dist/inputs}/DateInput/DateInput.stories.playwright.json +0 -0
  446. package/{inputs → dist/inputs}/DateInput/__stories__/Default.d.ts +0 -0
  447. package/{inputs → dist/inputs}/DateInput/__stories__/Default.js +0 -0
  448. package/{inputs → dist/inputs}/DateInput/index.d.ts +0 -0
  449. package/{inputs → dist/inputs}/DateInput/index.js +2 -2
  450. package/{inputs → dist/inputs}/FileInput/FileInput.stories.d.ts +0 -0
  451. package/{inputs → dist/inputs}/FileInput/FileInput.stories.js +0 -0
  452. package/{inputs → dist/inputs}/FileInput/FileInput.stories.playwright.json +0 -0
  453. package/{inputs → dist/inputs}/FileInput/__stories__/Default.d.ts +0 -0
  454. package/{inputs → dist/inputs}/FileInput/__stories__/Default.js +0 -0
  455. package/{inputs → dist/inputs}/FileInput/index.d.ts +0 -0
  456. package/{inputs → dist/inputs}/FileInput/index.js +0 -0
  457. package/{inputs → dist/inputs}/Input/Input.stories.d.ts +0 -0
  458. package/{inputs → dist/inputs}/Input/Input.stories.js +0 -0
  459. package/{inputs → dist/inputs}/Input/Input.stories.playwright.json +0 -0
  460. package/{inputs → dist/inputs}/Input/__stories__/AFM.d.ts +0 -0
  461. package/{inputs → dist/inputs}/Input/__stories__/AFM.js +0 -0
  462. package/{inputs → dist/inputs}/Input/__stories__/Boolean.d.ts +0 -0
  463. package/{inputs → dist/inputs}/Input/__stories__/Boolean.js +0 -0
  464. package/{inputs → dist/inputs}/Input/__stories__/Default.d.ts +0 -0
  465. package/{inputs → dist/inputs}/Input/__stories__/Default.js +0 -0
  466. package/{inputs → dist/inputs}/Input/__stories__/IBAN.d.ts +0 -0
  467. package/{inputs → dist/inputs}/Input/__stories__/IBAN.js +0 -0
  468. package/{inputs → dist/inputs}/Input/__stories__/Integer.d.ts +0 -0
  469. package/{inputs → dist/inputs}/Input/__stories__/Integer.js +0 -0
  470. package/{inputs → dist/inputs}/Input/__stories__/MobilePhone.d.ts +0 -0
  471. package/{inputs → dist/inputs}/Input/__stories__/MobilePhone.js +0 -0
  472. package/{inputs → dist/inputs}/Input/__stories__/PhoneNumber.d.ts +0 -0
  473. package/{inputs → dist/inputs}/Input/__stories__/PhoneNumber.js +0 -0
  474. package/{inputs → dist/inputs}/Input/__stories__/PostalCode.d.ts +0 -0
  475. package/{inputs → dist/inputs}/Input/__stories__/PostalCode.js +0 -0
  476. package/{inputs → dist/inputs}/Input/index.d.ts +0 -0
  477. package/{inputs → dist/inputs}/Input/index.js +0 -0
  478. package/{inputs → dist/inputs}/Input/index.mdx +0 -0
  479. package/{inputs → dist/inputs}/Label/Label.stories.d.ts +0 -0
  480. package/{inputs → dist/inputs}/Label/Label.stories.js +0 -0
  481. package/{inputs → dist/inputs}/Label/Label.stories.playwright.json +0 -0
  482. package/{inputs → dist/inputs}/Label/__stories__/Default.d.ts +0 -0
  483. package/{inputs → dist/inputs}/Label/__stories__/Default.js +0 -0
  484. package/{inputs → dist/inputs}/Label/index.d.ts +0 -0
  485. package/{inputs → dist/inputs}/Label/index.js +0 -0
  486. package/{inputs/Radio → dist/inputs/Label}/index.mdx +0 -0
  487. package/{inputs → dist/inputs}/Radio/Radio.stories.d.ts +0 -0
  488. package/{inputs → dist/inputs}/Radio/Radio.stories.js +0 -0
  489. package/{inputs → dist/inputs}/Radio/Radio.stories.playwright.json +0 -0
  490. package/{inputs → dist/inputs}/Radio/__stories__/Default.d.ts +0 -0
  491. package/{inputs → dist/inputs}/Radio/__stories__/Default.js +0 -0
  492. package/{inputs → dist/inputs}/Radio/index.d.ts +0 -0
  493. package/{inputs → dist/inputs}/Radio/index.js +2 -2
  494. package/dist/inputs/Radio/index.mdx +0 -0
  495. package/{inputs → dist/inputs}/Select/Select.stories.d.ts +0 -0
  496. package/{inputs → dist/inputs}/Select/Select.stories.js +0 -0
  497. package/{inputs → dist/inputs}/Select/Select.stories.playwright.json +0 -0
  498. package/{inputs → dist/inputs}/Select/__stories__/Default.d.ts +0 -0
  499. package/{inputs → dist/inputs}/Select/__stories__/Default.js +0 -0
  500. package/{inputs → dist/inputs}/Select/index.d.ts +0 -0
  501. package/{inputs → dist/inputs}/Select/index.js +2 -2
  502. package/{inputs → dist/inputs}/index.d.ts +0 -0
  503. package/{inputs → dist/inputs}/index.js +0 -0
  504. package/{installation.mdx → dist/installation.mdx} +0 -0
  505. package/{internal.d.ts → dist/internal.d.ts} +0 -0
  506. package/{internal.js → dist/internal.js} +0 -0
  507. package/dist/package.json +31 -0
  508. package/{registry.d.ts → dist/registry.d.ts} +1 -1
  509. package/{registry.js → dist/registry.js} +3 -3
  510. package/{types.d.ts → dist/types.d.ts} +0 -0
  511. package/{types.js → dist/types.js} +0 -0
  512. package/{utils.d.ts → dist/utils.d.ts} +0 -0
  513. package/{utils.js → dist/utils.js} +0 -0
  514. package/{validators → dist/validators}/index.d.ts +0 -0
  515. package/{validators → dist/validators}/index.js +0 -0
  516. package/{validators → dist/validators}/types.d.ts +0 -0
  517. package/{validators → dist/validators}/types.js +0 -0
  518. package/{validators → dist/validators}/utils/afm.d.ts +0 -0
  519. package/{validators → dist/validators}/utils/afm.js +0 -0
  520. package/{validators → dist/validators}/utils/file.d.ts +0 -0
  521. package/{validators → dist/validators}/utils/file.js +0 -0
  522. package/{validators → dist/validators}/utils/iban.d.ts +0 -0
  523. package/{validators → dist/validators}/utils/iban.js +0 -0
  524. package/{validators → dist/validators}/utils/index.d.ts +0 -0
  525. package/{validators → dist/validators}/utils/index.js +0 -0
  526. package/{validators → dist/validators}/utils/int.d.ts +0 -0
  527. package/{validators → dist/validators}/utils/int.js +0 -0
  528. package/{validators → dist/validators}/utils/number.d.ts +0 -0
  529. package/{validators → dist/validators}/utils/number.js +0 -0
  530. package/{validators → dist/validators}/utils/phone.d.ts +0 -0
  531. package/{validators → dist/validators}/utils/phone.js +0 -0
  532. package/{validators → dist/validators}/utils/postal_code.d.ts +0 -0
  533. package/{validators → dist/validators}/utils/postal_code.js +0 -0
  534. package/{validators → dist/validators}/utils/uuid4.d.ts +0 -0
  535. package/{validators → dist/validators}/utils/uuid4.js +0 -0
  536. package/{validators → dist/validators}/validators.spec.d.ts +0 -0
  537. package/{validators → dist/validators}/validators.spec.js +0 -0
  538. package/docs/index.mdx +6 -0
  539. package/form.build.log +16 -0
  540. package/package.json +31 -10
  541. package/src/Field/FieldBase.tsx +99 -0
  542. package/src/Field/FieldBaseContainer.tsx +57 -0
  543. package/src/Field/FieldConditional.tsx +75 -0
  544. package/src/Field/index.mdx +6 -0
  545. package/src/Field/index.tsx +92 -0
  546. package/src/Field/types.tsx +102 -0
  547. package/src/Field/utils.ts +164 -0
  548. package/src/FieldArray/FieldArray.stories.js +7 -0
  549. package/src/FieldArray/FieldArray.stories.playwright.json +353 -0
  550. package/src/FieldArray/__stories__/Default.tsx +95 -0
  551. package/src/FieldArray/__stories__/WithExactLength.tsx +95 -0
  552. package/src/FieldArray/index.tsx +83 -0
  553. package/src/FieldObject/index.tsx +92 -0
  554. package/src/Fieldset/FieldsetWithContext.tsx +41 -0
  555. package/src/Fieldset/index.tsx +40 -0
  556. package/src/Fieldset/types.tsx +6 -0
  557. package/src/Form.stories.js +5 -0
  558. package/src/Form.stories.playwright.json +143 -0
  559. package/src/FormBuilder/FormBuilder.mdx +271 -0
  560. package/src/FormBuilder/FormBuilder.stories.js +6 -0
  561. package/src/FormBuilder/FormBuilder.stories.playwright.json +52 -0
  562. package/src/FormBuilder/FormBuilder.tsx +165 -0
  563. package/src/FormBuilder/__stories__/Default.tsx +23 -0
  564. package/src/FormBuilder/index.tsx +3 -0
  565. package/src/FormContext.tsx +8 -0
  566. package/src/MultiplicityField/MultiplicityField.mdx +580 -0
  567. package/src/MultiplicityField/MultiplicityField.stories.js +11 -0
  568. package/src/MultiplicityField/MultiplicityField.stories.playwright.json +1370 -0
  569. package/src/MultiplicityField/__stories__/Default.tsx +100 -0
  570. package/src/MultiplicityField/__stories__/PreviewDisplay.tsx +160 -0
  571. package/src/MultiplicityField/__stories__/WithExactLength.tsx +99 -0
  572. package/src/MultiplicityField/__stories__/WithMaxLength.tsx +102 -0
  573. package/src/MultiplicityField/__stories__/WithMinAndMaxLength.tsx +103 -0
  574. package/src/MultiplicityField/__stories__/WithMinLength.tsx +102 -0
  575. package/src/MultiplicityField/add-objects.tsx +186 -0
  576. package/src/MultiplicityField/index.tsx +166 -0
  577. package/src/Questions/Questions.tsx +74 -0
  578. package/src/Questions/QuestionsContext.tsx +9 -0
  579. package/src/Questions/Step/ReviewStep.tsx +63 -0
  580. package/src/Questions/Step/Step.tsx +67 -0
  581. package/src/Questions/Step/StepArrayReview.tsx +68 -0
  582. package/src/Questions/Step/StepContext.tsx +21 -0
  583. package/src/Questions/Step/StepDescription.tsx +33 -0
  584. package/src/Questions/Step/StepForm.tsx +60 -0
  585. package/src/Questions/Step/StepQuote.tsx +8 -0
  586. package/src/Questions/Step/StepTitle.tsx +60 -0
  587. package/src/Questions/Step/getAddMoreFields.tsx +28 -0
  588. package/src/Questions/Step/index.ts +13 -0
  589. package/src/Questions/Step/types.tsx +32 -0
  590. package/src/Questions/__snapshots__/index.spec.tsx.snap +887 -0
  591. package/src/Questions/getNextStep.tsx +24 -0
  592. package/src/Questions/index.mdx +13 -0
  593. package/src/Questions/index.spec.tsx +72 -0
  594. package/src/Questions/index.tsx +5 -0
  595. package/src/Questions/types.tsx +25 -0
  596. package/src/__stories__/AutoCompleteField.tsx +45 -0
  597. package/src/__stories__/IntField.tsx +38 -0
  598. package/src/create-simple-form.mdx +518 -0
  599. package/src/index.mdx +44 -0
  600. package/src/index.ts +3 -0
  601. package/src/inputs/AutoComplete/index.tsx +85 -0
  602. package/src/inputs/Checkboxes/Checkboxes.stories.js +6 -0
  603. package/src/inputs/Checkboxes/Checkboxes.stories.playwright.json +69 -0
  604. package/src/inputs/Checkboxes/__stories__/Default.tsx +39 -0
  605. package/src/inputs/Checkboxes/index.mdx +0 -0
  606. package/src/inputs/Checkboxes/index.tsx +77 -0
  607. package/src/inputs/DateInput/DateInput.stories.js +6 -0
  608. package/src/inputs/DateInput/DateInput.stories.playwright.json +72 -0
  609. package/src/inputs/DateInput/__stories__/Default.tsx +41 -0
  610. package/src/inputs/DateInput/index.tsx +130 -0
  611. package/src/inputs/FileInput/FileInput.stories.js +6 -0
  612. package/src/inputs/FileInput/FileInput.stories.playwright.json +75 -0
  613. package/src/inputs/FileInput/__stories__/Default.tsx +23 -0
  614. package/src/inputs/FileInput/index.tsx +76 -0
  615. package/src/inputs/Input/Input.stories.js +13 -0
  616. package/src/inputs/Input/Input.stories.playwright.json +376 -0
  617. package/src/inputs/Input/__stories__/AFM.tsx +24 -0
  618. package/src/inputs/Input/__stories__/Boolean.tsx +26 -0
  619. package/src/inputs/Input/__stories__/Default.tsx +25 -0
  620. package/src/inputs/Input/__stories__/IBAN.tsx +26 -0
  621. package/src/inputs/Input/__stories__/Integer.tsx +25 -0
  622. package/src/inputs/Input/__stories__/MobilePhone.tsx +24 -0
  623. package/src/inputs/Input/__stories__/PhoneNumber.tsx +24 -0
  624. package/src/inputs/Input/__stories__/PostalCode.tsx +25 -0
  625. package/src/inputs/Input/index.mdx +8 -0
  626. package/src/inputs/Input/index.tsx +62 -0
  627. package/src/inputs/Label/Label.stories.js +6 -0
  628. package/src/inputs/Label/Label.stories.playwright.json +40 -0
  629. package/src/inputs/Label/__stories__/Default.tsx +28 -0
  630. package/src/inputs/Label/index.mdx +0 -0
  631. package/src/inputs/Label/index.tsx +44 -0
  632. package/src/inputs/Radio/Radio.stories.js +6 -0
  633. package/src/inputs/Radio/Radio.stories.playwright.json +57 -0
  634. package/src/inputs/Radio/__stories__/Default.tsx +42 -0
  635. package/src/inputs/Radio/index.mdx +0 -0
  636. package/src/inputs/Radio/index.tsx +57 -0
  637. package/src/inputs/Select/Select.stories.js +6 -0
  638. package/src/inputs/Select/Select.stories.playwright.json +22 -0
  639. package/src/inputs/Select/__stories__/Default.tsx +47 -0
  640. package/src/inputs/Select/index.tsx +37 -0
  641. package/src/inputs/index.ts +7 -0
  642. package/src/installation.mdx +72 -0
  643. package/src/internal.ts +34 -0
  644. package/src/registry.js +134 -0
  645. package/src/types.tsx +110 -0
  646. package/src/utils.ts +78 -0
  647. package/src/validators/index.ts +203 -0
  648. package/src/validators/types.ts +2 -0
  649. package/src/validators/utils/afm.ts +37 -0
  650. package/src/validators/utils/file.ts +25 -0
  651. package/src/validators/utils/iban.ts +119 -0
  652. package/src/validators/utils/index.ts +94 -0
  653. package/src/validators/utils/int.ts +22 -0
  654. package/src/validators/utils/number.ts +18 -0
  655. package/src/validators/utils/phone.ts +120 -0
  656. package/src/validators/utils/postal_code.ts +33 -0
  657. package/src/validators/utils/uuid4.ts +21 -0
  658. package/src/validators/validators.spec.ts +122 -0
  659. package/tsconfig.json +14 -0
  660. package/tsconfig.production.json +49 -0
  661. package/Field/FieldContainer.d.ts +0 -4
@@ -0,0 +1,1370 @@
1
+ {
2
+ "version": "4",
3
+ "stories": {
4
+ "digigov-form-multiplicityfield--default": {
5
+ "actionSets": [
6
+ {
7
+ "actions": [
8
+ {
9
+ "name": "click",
10
+ "args": {
11
+ "selector": "html>body>div:nth-child(5)>form>button"
12
+ }
13
+ }
14
+ ],
15
+ "id": "syFYyM00Is7H",
16
+ "title": "Show validation errors"
17
+ },
18
+ {
19
+ "actions": [
20
+ {
21
+ "name": "type",
22
+ "args": {
23
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
24
+ "text": "hello"
25
+ }
26
+ },
27
+ {
28
+ "name": "click",
29
+ "args": {
30
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
31
+ }
32
+ },
33
+ {
34
+ "name": "type",
35
+ "args": {
36
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
37
+ "text": "150000496"
38
+ }
39
+ },
40
+ {
41
+ "name": "type",
42
+ "args": {
43
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
44
+ "text": "john"
45
+ }
46
+ },
47
+ {
48
+ "name": "type",
49
+ "args": {
50
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>label>input",
51
+ "text": "snow"
52
+ }
53
+ },
54
+ {
55
+ "name": "click",
56
+ "args": {
57
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
58
+ }
59
+ },
60
+ {
61
+ "name": "click",
62
+ "args": {
63
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
64
+ }
65
+ },
66
+ {
67
+ "name": "type",
68
+ "args": {
69
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
70
+ "text": "150000496"
71
+ }
72
+ },
73
+ {
74
+ "name": "type",
75
+ "args": {
76
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
77
+ "text": "aria"
78
+ }
79
+ },
80
+ {
81
+ "name": "type",
82
+ "args": {
83
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>label>input",
84
+ "text": "stark"
85
+ }
86
+ },
87
+ {
88
+ "name": "click",
89
+ "args": {
90
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
91
+ }
92
+ },
93
+ {
94
+ "name": "type",
95
+ "args": {
96
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
97
+ "text": "6977777777"
98
+ }
99
+ },
100
+ {
101
+ "name": "click",
102
+ "args": {
103
+ "selector": "html>body>div:nth-child(5)>form>button"
104
+ }
105
+ }
106
+ ],
107
+ "id": "Mwf_5dumZmFX",
108
+ "title": "add 2 items in multiplicity"
109
+ }
110
+ ]
111
+ },
112
+ "digigov-form-multiplicityfield--with-min-length": {
113
+ "actionSets": [
114
+ {
115
+ "actions": [
116
+ {
117
+ "name": "click",
118
+ "args": {
119
+ "selector": "html>body>div:nth-child(5)>form>button"
120
+ }
121
+ }
122
+ ],
123
+ "id": "aDvHyzTaVgO_",
124
+ "title": "show validation errors"
125
+ },
126
+ {
127
+ "actions": [
128
+ {
129
+ "name": "type",
130
+ "args": {
131
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
132
+ "text": "hello"
133
+ }
134
+ },
135
+ {
136
+ "name": "click",
137
+ "args": {
138
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
139
+ }
140
+ },
141
+ {
142
+ "name": "type",
143
+ "args": {
144
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
145
+ "text": "Jon"
146
+ }
147
+ },
148
+ {
149
+ "name": "type",
150
+ "args": {
151
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
152
+ "text": "Dow"
153
+ }
154
+ },
155
+ {
156
+ "name": "type",
157
+ "args": {
158
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
159
+ "text": "1"
160
+ }
161
+ },
162
+ {
163
+ "name": "type",
164
+ "args": {
165
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
166
+ "text": "1"
167
+ }
168
+ },
169
+ {
170
+ "name": "type",
171
+ "args": {
172
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
173
+ "text": "1111"
174
+ }
175
+ },
176
+ {
177
+ "name": "click",
178
+ "args": {
179
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
180
+ }
181
+ },
182
+ {
183
+ "name": "click",
184
+ "args": {
185
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
186
+ }
187
+ },
188
+ {
189
+ "name": "type",
190
+ "args": {
191
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
192
+ "text": "Mar"
193
+ }
194
+ },
195
+ {
196
+ "name": "type",
197
+ "args": {
198
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
199
+ "text": "P"
200
+ }
201
+ },
202
+ {
203
+ "name": "type",
204
+ "args": {
205
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
206
+ "text": "1"
207
+ }
208
+ },
209
+ {
210
+ "name": "type",
211
+ "args": {
212
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
213
+ "text": "11"
214
+ }
215
+ },
216
+ {
217
+ "name": "type",
218
+ "args": {
219
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
220
+ "text": "11111"
221
+ }
222
+ },
223
+ {
224
+ "name": "click",
225
+ "args": {
226
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
227
+ }
228
+ },
229
+ {
230
+ "name": "click",
231
+ "args": {
232
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
233
+ }
234
+ },
235
+ {
236
+ "name": "type",
237
+ "args": {
238
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
239
+ "text": "6977777777"
240
+ }
241
+ },
242
+ {
243
+ "name": "click",
244
+ "args": {
245
+ "selector": "html>body>div:nth-child(5)>form>button"
246
+ }
247
+ }
248
+ ],
249
+ "id": "saQgXAGh0yKz",
250
+ "title": "add 2 items with min needed = 3"
251
+ },
252
+ {
253
+ "actions": [
254
+ {
255
+ "name": "type",
256
+ "args": {
257
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
258
+ "text": "hello"
259
+ }
260
+ },
261
+ {
262
+ "name": "click",
263
+ "args": {
264
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
265
+ }
266
+ },
267
+ {
268
+ "name": "type",
269
+ "args": {
270
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
271
+ "text": "Jon"
272
+ }
273
+ },
274
+ {
275
+ "name": "type",
276
+ "args": {
277
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
278
+ "text": "Dow"
279
+ }
280
+ },
281
+ {
282
+ "name": "type",
283
+ "args": {
284
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
285
+ "text": "1"
286
+ }
287
+ },
288
+ {
289
+ "name": "type",
290
+ "args": {
291
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
292
+ "text": "1"
293
+ }
294
+ },
295
+ {
296
+ "name": "type",
297
+ "args": {
298
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
299
+ "text": "1111"
300
+ }
301
+ },
302
+ {
303
+ "name": "click",
304
+ "args": {
305
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
306
+ }
307
+ },
308
+ {
309
+ "name": "click",
310
+ "args": {
311
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
312
+ }
313
+ },
314
+ {
315
+ "name": "type",
316
+ "args": {
317
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
318
+ "text": "Mar"
319
+ }
320
+ },
321
+ {
322
+ "name": "type",
323
+ "args": {
324
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
325
+ "text": "P"
326
+ }
327
+ },
328
+ {
329
+ "name": "type",
330
+ "args": {
331
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
332
+ "text": "1"
333
+ }
334
+ },
335
+ {
336
+ "name": "type",
337
+ "args": {
338
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
339
+ "text": "11"
340
+ }
341
+ },
342
+ {
343
+ "name": "type",
344
+ "args": {
345
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
346
+ "text": "11111"
347
+ }
348
+ },
349
+ {
350
+ "name": "click",
351
+ "args": {
352
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
353
+ }
354
+ },
355
+ {
356
+ "name": "click",
357
+ "args": {
358
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
359
+ }
360
+ },
361
+ {
362
+ "name": "type",
363
+ "args": {
364
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
365
+ "text": "Tim"
366
+ }
367
+ },
368
+ {
369
+ "name": "type",
370
+ "args": {
371
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
372
+ "text": "Til"
373
+ }
374
+ },
375
+ {
376
+ "name": "type",
377
+ "args": {
378
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
379
+ "text": "1"
380
+ }
381
+ },
382
+ {
383
+ "name": "type",
384
+ "args": {
385
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
386
+ "text": "1"
387
+ }
388
+ },
389
+ {
390
+ "name": "type",
391
+ "args": {
392
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
393
+ "text": "1111"
394
+ }
395
+ },
396
+ {
397
+ "name": "click",
398
+ "args": {
399
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
400
+ }
401
+ },
402
+ {
403
+ "name": "click",
404
+ "args": {
405
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
406
+ }
407
+ },
408
+ {
409
+ "name": "type",
410
+ "args": {
411
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
412
+ "text": "6977777777"
413
+ }
414
+ },
415
+ {
416
+ "name": "click",
417
+ "args": {
418
+ "selector": "html>body>div:nth-child(5)>form>button"
419
+ }
420
+ }
421
+ ],
422
+ "id": "nA3Rf_65LOtW",
423
+ "title": "add 3 items with min needed = 3"
424
+ }
425
+ ]
426
+ },
427
+ "digigov-form-multiplicityfield--with-max-length": {
428
+ "actionSets": [
429
+ {
430
+ "actions": [
431
+ {
432
+ "name": "type",
433
+ "args": {
434
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
435
+ "text": "hello"
436
+ }
437
+ },
438
+ {
439
+ "name": "click",
440
+ "args": {
441
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
442
+ }
443
+ },
444
+ {
445
+ "name": "type",
446
+ "args": {
447
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
448
+ "text": "Jon"
449
+ }
450
+ },
451
+ {
452
+ "name": "type",
453
+ "args": {
454
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
455
+ "text": "Dow"
456
+ }
457
+ },
458
+ {
459
+ "name": "type",
460
+ "args": {
461
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
462
+ "text": "1"
463
+ }
464
+ },
465
+ {
466
+ "name": "type",
467
+ "args": {
468
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
469
+ "text": "11"
470
+ }
471
+ },
472
+ {
473
+ "name": "type",
474
+ "args": {
475
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
476
+ "text": "1111"
477
+ }
478
+ },
479
+ {
480
+ "name": "click",
481
+ "args": {
482
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
483
+ }
484
+ },
485
+ {
486
+ "name": "click",
487
+ "args": {
488
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
489
+ }
490
+ },
491
+ {
492
+ "name": "type",
493
+ "args": {
494
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
495
+ "text": "Mar"
496
+ }
497
+ },
498
+ {
499
+ "name": "type",
500
+ "args": {
501
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
502
+ "text": "p"
503
+ }
504
+ },
505
+ {
506
+ "name": "type",
507
+ "args": {
508
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
509
+ "text": "1"
510
+ }
511
+ },
512
+ {
513
+ "name": "type",
514
+ "args": {
515
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
516
+ "text": "11"
517
+ }
518
+ },
519
+ {
520
+ "name": "type",
521
+ "args": {
522
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
523
+ "text": "1111"
524
+ }
525
+ },
526
+ {
527
+ "name": "click",
528
+ "args": {
529
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
530
+ }
531
+ },
532
+ {
533
+ "name": "type",
534
+ "args": {
535
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
536
+ "text": "6977777777"
537
+ }
538
+ },
539
+ {
540
+ "name": "click",
541
+ "args": {
542
+ "selector": "html>body>div:nth-child(5)>form>button"
543
+ }
544
+ }
545
+ ],
546
+ "id": "P-jxxe_OIs23",
547
+ "title": "add 2 items with max=2"
548
+ },
549
+ {
550
+ "actions": [
551
+ {
552
+ "name": "type",
553
+ "args": {
554
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
555
+ "text": "hello"
556
+ }
557
+ },
558
+ {
559
+ "name": "click",
560
+ "args": {
561
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
562
+ }
563
+ },
564
+ {
565
+ "name": "type",
566
+ "args": {
567
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
568
+ "text": "Jon"
569
+ }
570
+ },
571
+ {
572
+ "name": "type",
573
+ "args": {
574
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
575
+ "text": "Dow"
576
+ }
577
+ },
578
+ {
579
+ "name": "type",
580
+ "args": {
581
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
582
+ "text": "1"
583
+ }
584
+ },
585
+ {
586
+ "name": "type",
587
+ "args": {
588
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
589
+ "text": "11"
590
+ }
591
+ },
592
+ {
593
+ "name": "type",
594
+ "args": {
595
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
596
+ "text": "1111"
597
+ }
598
+ },
599
+ {
600
+ "name": "click",
601
+ "args": {
602
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
603
+ }
604
+ },
605
+ {
606
+ "name": "click",
607
+ "args": {
608
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
609
+ }
610
+ },
611
+ {
612
+ "name": "type",
613
+ "args": {
614
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
615
+ "text": "Mar"
616
+ }
617
+ },
618
+ {
619
+ "name": "type",
620
+ "args": {
621
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
622
+ "text": "p"
623
+ }
624
+ },
625
+ {
626
+ "name": "type",
627
+ "args": {
628
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
629
+ "text": "1"
630
+ }
631
+ },
632
+ {
633
+ "name": "type",
634
+ "args": {
635
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
636
+ "text": "11"
637
+ }
638
+ },
639
+ {
640
+ "name": "type",
641
+ "args": {
642
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
643
+ "text": "1111"
644
+ }
645
+ },
646
+ {
647
+ "name": "click",
648
+ "args": {
649
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
650
+ }
651
+ },
652
+ {
653
+ "name": "type",
654
+ "args": {
655
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
656
+ "text": "6977777777"
657
+ }
658
+ },
659
+ {
660
+ "name": "click",
661
+ "args": {
662
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
663
+ }
664
+ }
665
+ ],
666
+ "id": "TCGAFTRCBPcy",
667
+ "title": "add 3 items with max=2"
668
+ }
669
+ ]
670
+ },
671
+ "digigov-form-multiplicityfield--with-min-and-max-length": {
672
+ "actionSets": [
673
+ {
674
+ "actions": [
675
+ {
676
+ "name": "type",
677
+ "args": {
678
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
679
+ "text": "hello"
680
+ }
681
+ },
682
+ {
683
+ "name": "click",
684
+ "args": {
685
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
686
+ }
687
+ },
688
+ {
689
+ "name": "type",
690
+ "args": {
691
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
692
+ "text": "Jon"
693
+ }
694
+ },
695
+ {
696
+ "name": "type",
697
+ "args": {
698
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
699
+ "text": "Doe"
700
+ }
701
+ },
702
+ {
703
+ "name": "type",
704
+ "args": {
705
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
706
+ "text": "1"
707
+ }
708
+ },
709
+ {
710
+ "name": "type",
711
+ "args": {
712
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
713
+ "text": "1"
714
+ }
715
+ },
716
+ {
717
+ "name": "type",
718
+ "args": {
719
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
720
+ "text": "1111"
721
+ }
722
+ },
723
+ {
724
+ "name": "click",
725
+ "args": {
726
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
727
+ }
728
+ },
729
+ {
730
+ "name": "type",
731
+ "args": {
732
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
733
+ "text": "6977777777"
734
+ }
735
+ },
736
+ {
737
+ "name": "click",
738
+ "args": {
739
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
740
+ }
741
+ },
742
+ {
743
+ "name": "click",
744
+ "args": {
745
+ "selector": "html>body>div:nth-child(5)>form>button"
746
+ }
747
+ }
748
+ ],
749
+ "id": "bUD5Rn-W_pQT",
750
+ "title": "add 1 entry with min=2 and max=3"
751
+ },
752
+ {
753
+ "actions": [
754
+ {
755
+ "name": "type",
756
+ "args": {
757
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
758
+ "text": "hello"
759
+ }
760
+ },
761
+ {
762
+ "name": "click",
763
+ "args": {
764
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
765
+ }
766
+ },
767
+ {
768
+ "name": "type",
769
+ "args": {
770
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
771
+ "text": "Jon"
772
+ }
773
+ },
774
+ {
775
+ "name": "type",
776
+ "args": {
777
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
778
+ "text": "Doe"
779
+ }
780
+ },
781
+ {
782
+ "name": "type",
783
+ "args": {
784
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
785
+ "text": "1"
786
+ }
787
+ },
788
+ {
789
+ "name": "type",
790
+ "args": {
791
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
792
+ "text": "1"
793
+ }
794
+ },
795
+ {
796
+ "name": "type",
797
+ "args": {
798
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
799
+ "text": "1111"
800
+ }
801
+ },
802
+ {
803
+ "name": "click",
804
+ "args": {
805
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
806
+ }
807
+ },
808
+ {
809
+ "name": "type",
810
+ "args": {
811
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
812
+ "text": "6977777777"
813
+ }
814
+ },
815
+ {
816
+ "name": "click",
817
+ "args": {
818
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
819
+ }
820
+ },
821
+ {
822
+ "name": "type",
823
+ "args": {
824
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
825
+ "text": "Mar"
826
+ }
827
+ },
828
+ {
829
+ "name": "type",
830
+ "args": {
831
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
832
+ "text": "P"
833
+ }
834
+ },
835
+ {
836
+ "name": "type",
837
+ "args": {
838
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
839
+ "text": "1"
840
+ }
841
+ },
842
+ {
843
+ "name": "type",
844
+ "args": {
845
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
846
+ "text": "1"
847
+ }
848
+ },
849
+ {
850
+ "name": "type",
851
+ "args": {
852
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
853
+ "text": "1111"
854
+ }
855
+ },
856
+ {
857
+ "name": "click",
858
+ "args": {
859
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
860
+ }
861
+ },
862
+ {
863
+ "name": "click",
864
+ "args": {
865
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
866
+ }
867
+ },
868
+ {
869
+ "name": "click",
870
+ "args": {
871
+ "selector": "html>body>div:nth-child(5)>form>button"
872
+ }
873
+ }
874
+ ],
875
+ "id": "zNZ6WaNdbyNO",
876
+ "title": "add 2 entries with min=2 and max=3"
877
+ },
878
+ {
879
+ "actions": [
880
+ {
881
+ "name": "type",
882
+ "args": {
883
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
884
+ "text": "hello"
885
+ }
886
+ },
887
+ {
888
+ "name": "click",
889
+ "args": {
890
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
891
+ }
892
+ },
893
+ {
894
+ "name": "type",
895
+ "args": {
896
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
897
+ "text": "Jon"
898
+ }
899
+ },
900
+ {
901
+ "name": "type",
902
+ "args": {
903
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
904
+ "text": "Doe"
905
+ }
906
+ },
907
+ {
908
+ "name": "type",
909
+ "args": {
910
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
911
+ "text": "1"
912
+ }
913
+ },
914
+ {
915
+ "name": "type",
916
+ "args": {
917
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
918
+ "text": "01"
919
+ }
920
+ },
921
+ {
922
+ "name": "type",
923
+ "args": {
924
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
925
+ "text": "1111"
926
+ }
927
+ },
928
+ {
929
+ "name": "click",
930
+ "args": {
931
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
932
+ }
933
+ },
934
+ {
935
+ "name": "click",
936
+ "args": {
937
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
938
+ }
939
+ },
940
+ {
941
+ "name": "type",
942
+ "args": {
943
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
944
+ "text": "Mar"
945
+ }
946
+ },
947
+ {
948
+ "name": "type",
949
+ "args": {
950
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
951
+ "text": "P"
952
+ }
953
+ },
954
+ {
955
+ "name": "type",
956
+ "args": {
957
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
958
+ "text": "1"
959
+ }
960
+ },
961
+ {
962
+ "name": "type",
963
+ "args": {
964
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
965
+ "text": "1"
966
+ }
967
+ },
968
+ {
969
+ "name": "type",
970
+ "args": {
971
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
972
+ "text": "1111"
973
+ }
974
+ },
975
+ {
976
+ "name": "click",
977
+ "args": {
978
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
979
+ }
980
+ },
981
+ {
982
+ "name": "click",
983
+ "args": {
984
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
985
+ }
986
+ },
987
+ {
988
+ "name": "type",
989
+ "args": {
990
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
991
+ "text": "Tim"
992
+ }
993
+ },
994
+ {
995
+ "name": "type",
996
+ "args": {
997
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
998
+ "text": "Til"
999
+ }
1000
+ },
1001
+ {
1002
+ "name": "type",
1003
+ "args": {
1004
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
1005
+ "text": "1"
1006
+ }
1007
+ },
1008
+ {
1009
+ "name": "type",
1010
+ "args": {
1011
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
1012
+ "text": "1"
1013
+ }
1014
+ },
1015
+ {
1016
+ "name": "type",
1017
+ "args": {
1018
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
1019
+ "text": "1111"
1020
+ }
1021
+ },
1022
+ {
1023
+ "name": "click",
1024
+ "args": {
1025
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
1026
+ }
1027
+ },
1028
+ {
1029
+ "name": "click",
1030
+ "args": {
1031
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1032
+ }
1033
+ }
1034
+ ],
1035
+ "id": "dsTiE1wWTvQR",
1036
+ "title": "Add 4 entries with min=2 and max=3"
1037
+ }
1038
+ ]
1039
+ },
1040
+ "digigov-form-multiplicityfield--with-exact-length": {
1041
+ "actionSets": [
1042
+ {
1043
+ "actions": [
1044
+ {
1045
+ "name": "type",
1046
+ "args": {
1047
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
1048
+ "text": "hello"
1049
+ }
1050
+ },
1051
+ {
1052
+ "name": "click",
1053
+ "args": {
1054
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1055
+ }
1056
+ },
1057
+ {
1058
+ "name": "type",
1059
+ "args": {
1060
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
1061
+ "text": "Jon"
1062
+ }
1063
+ },
1064
+ {
1065
+ "name": "type",
1066
+ "args": {
1067
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
1068
+ "text": "Doe"
1069
+ }
1070
+ },
1071
+ {
1072
+ "name": "type",
1073
+ "args": {
1074
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
1075
+ "text": "1"
1076
+ }
1077
+ },
1078
+ {
1079
+ "name": "type",
1080
+ "args": {
1081
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
1082
+ "text": "1"
1083
+ }
1084
+ },
1085
+ {
1086
+ "name": "type",
1087
+ "args": {
1088
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
1089
+ "text": "1111"
1090
+ }
1091
+ },
1092
+ {
1093
+ "name": "click",
1094
+ "args": {
1095
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
1096
+ }
1097
+ },
1098
+ {
1099
+ "name": "click",
1100
+ "args": {
1101
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
1102
+ }
1103
+ },
1104
+ {
1105
+ "name": "type",
1106
+ "args": {
1107
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
1108
+ "text": "6977777777"
1109
+ }
1110
+ },
1111
+ {
1112
+ "name": "click",
1113
+ "args": {
1114
+ "selector": "html>body>div:nth-child(5)>form>button"
1115
+ }
1116
+ }
1117
+ ],
1118
+ "id": "RK0fs3Viktf9",
1119
+ "title": "add 1 entry with exact length=2"
1120
+ },
1121
+ {
1122
+ "actions": [
1123
+ {
1124
+ "name": "type",
1125
+ "args": {
1126
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
1127
+ "text": "hello"
1128
+ }
1129
+ },
1130
+ {
1131
+ "name": "click",
1132
+ "args": {
1133
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1134
+ }
1135
+ },
1136
+ {
1137
+ "name": "type",
1138
+ "args": {
1139
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
1140
+ "text": "Jon"
1141
+ }
1142
+ },
1143
+ {
1144
+ "name": "type",
1145
+ "args": {
1146
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
1147
+ "text": "Doe"
1148
+ }
1149
+ },
1150
+ {
1151
+ "name": "type",
1152
+ "args": {
1153
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
1154
+ "text": "1"
1155
+ }
1156
+ },
1157
+ {
1158
+ "name": "type",
1159
+ "args": {
1160
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
1161
+ "text": "1"
1162
+ }
1163
+ },
1164
+ {
1165
+ "name": "type",
1166
+ "args": {
1167
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
1168
+ "text": "1111"
1169
+ }
1170
+ },
1171
+ {
1172
+ "name": "click",
1173
+ "args": {
1174
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
1175
+ }
1176
+ },
1177
+ {
1178
+ "name": "click",
1179
+ "args": {
1180
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1181
+ }
1182
+ },
1183
+ {
1184
+ "name": "type",
1185
+ "args": {
1186
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
1187
+ "text": "Mar"
1188
+ }
1189
+ },
1190
+ {
1191
+ "name": "type",
1192
+ "args": {
1193
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
1194
+ "text": "P"
1195
+ }
1196
+ },
1197
+ {
1198
+ "name": "type",
1199
+ "args": {
1200
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
1201
+ "text": "1"
1202
+ }
1203
+ },
1204
+ {
1205
+ "name": "type",
1206
+ "args": {
1207
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
1208
+ "text": "1"
1209
+ }
1210
+ },
1211
+ {
1212
+ "name": "type",
1213
+ "args": {
1214
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
1215
+ "text": "1111"
1216
+ }
1217
+ },
1218
+ {
1219
+ "name": "click",
1220
+ "args": {
1221
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
1222
+ }
1223
+ },
1224
+ {
1225
+ "name": "type",
1226
+ "args": {
1227
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
1228
+ "text": "6977777777"
1229
+ }
1230
+ },
1231
+ {
1232
+ "name": "click",
1233
+ "args": {
1234
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1235
+ }
1236
+ }
1237
+ ],
1238
+ "id": "pGpB7EaiyOpu",
1239
+ "title": "add 3 entries with exact length=2"
1240
+ },
1241
+ {
1242
+ "actions": [
1243
+ {
1244
+ "name": "type",
1245
+ "args": {
1246
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(1)>label>input",
1247
+ "text": "hello"
1248
+ }
1249
+ },
1250
+ {
1251
+ "name": "click",
1252
+ "args": {
1253
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1254
+ }
1255
+ },
1256
+ {
1257
+ "name": "type",
1258
+ "args": {
1259
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
1260
+ "text": "Jon"
1261
+ }
1262
+ },
1263
+ {
1264
+ "name": "type",
1265
+ "args": {
1266
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
1267
+ "text": "Doe"
1268
+ }
1269
+ },
1270
+ {
1271
+ "name": "type",
1272
+ "args": {
1273
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
1274
+ "text": "1"
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "type",
1279
+ "args": {
1280
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
1281
+ "text": "1"
1282
+ }
1283
+ },
1284
+ {
1285
+ "name": "type",
1286
+ "args": {
1287
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
1288
+ "text": "1111"
1289
+ }
1290
+ },
1291
+ {
1292
+ "name": "click",
1293
+ "args": {
1294
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
1295
+ }
1296
+ },
1297
+ {
1298
+ "name": "click",
1299
+ "args": {
1300
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(1)>label>input"
1301
+ }
1302
+ },
1303
+ {
1304
+ "name": "type",
1305
+ "args": {
1306
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(3)>label>input",
1307
+ "text": "Mar"
1308
+ }
1309
+ },
1310
+ {
1311
+ "name": "type",
1312
+ "args": {
1313
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(4)>label>input",
1314
+ "text": "P"
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "type",
1319
+ "args": {
1320
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(1)>label>input",
1321
+ "text": "1"
1322
+ }
1323
+ },
1324
+ {
1325
+ "name": "type",
1326
+ "args": {
1327
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(2)>label>input",
1328
+ "text": "1"
1329
+ }
1330
+ },
1331
+ {
1332
+ "name": "type",
1333
+ "args": {
1334
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>fieldset>div:nth-child(5)>fieldset>div>div:nth-child(3)>label>input",
1335
+ "text": "1111"
1336
+ }
1337
+ },
1338
+ {
1339
+ "name": "click",
1340
+ "args": {
1341
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(1)>div:nth-child(2)>div>label>button"
1342
+ }
1343
+ },
1344
+ {
1345
+ "name": "click",
1346
+ "args": {
1347
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(2)>fieldset>fieldset>div>fieldset>div>div:nth-child(2)>div>label>input"
1348
+ }
1349
+ },
1350
+ {
1351
+ "name": "type",
1352
+ "args": {
1353
+ "selector": "html>body>div:nth-child(5)>form>div:nth-child(3)>label>input",
1354
+ "text": "6977777777"
1355
+ }
1356
+ },
1357
+ {
1358
+ "name": "click",
1359
+ "args": {
1360
+ "selector": "html>body>div:nth-child(5)>form>button"
1361
+ }
1362
+ }
1363
+ ],
1364
+ "id": "uppcH6YkEw6t",
1365
+ "title": "add 2 entries with exact length=2"
1366
+ }
1367
+ ]
1368
+ }
1369
+ }
1370
+ }