@f1studio/form-spec 5.0.0-alpha.106 → 5.0.0-alpha.108

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 (493) hide show
  1. package/FormSpec.FS/Components/HelloComponent.d.ts.map +1 -0
  2. package/FormSpec.FS/Designer.d.ts.map +1 -0
  3. package/FormSpec.FS/FormSpec.d.ts.map +1 -0
  4. package/FormSpec.FS/FormSpecHelpers.d.ts.map +1 -0
  5. package/FormSpec.FS/FormSpecValues.d.ts.map +1 -0
  6. package/FormSpec.FS/Helpers.d.ts.map +1 -0
  7. package/FormSpec.FS/Interfaces.d.ts.map +1 -0
  8. package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.d.ts +8 -0
  9. package/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -0
  10. package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts.map +1 -0
  11. package/FormSpec.FS/Interop/FormSpec.Values.Api.Option.d.ts.map +1 -0
  12. package/FormSpec.FS/Logging/LogTypes.d.ts.map +1 -0
  13. package/FormSpec.FS/Migrator.d.ts.map +1 -0
  14. package/FormSpec.FS/PathwayDataExtractor.d.ts.map +1 -0
  15. package/FormSpec.FS/PathwayExecutor.d.ts.map +1 -0
  16. package/FormSpec.FS/PathwayValidator.d.ts.map +1 -0
  17. package/FormSpec.FS/PluginInterface.d.ts.map +1 -0
  18. package/FormSpec.FS/Prelude.d.ts.map +1 -0
  19. package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.d.ts.map +1 -0
  20. package/FormSpec.FS/Renderers/MermaidRenderer.d.ts.map +1 -0
  21. package/FormSpec.FS/Renderers/PathwayRenderers.d.ts.map +1 -0
  22. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.js.map +1 -0
  23. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts.map +1 -0
  24. package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -0
  25. package/FormSpec.TS/FormSpec.FS/Designer.ts.map +1 -0
  26. package/FormSpec.TS/{FormSpec.js.map → FormSpec.FS/FormSpec.js.map} +1 -1
  27. package/FormSpec.TS/{FormSpec.ts.map → FormSpec.FS/FormSpec.ts.map} +1 -1
  28. package/FormSpec.TS/{FormSpecHelpers.js → FormSpec.FS/FormSpecHelpers.js} +1 -1
  29. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -0
  30. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +1 -0
  31. package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -0
  32. package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +1 -0
  33. package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -0
  34. package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +1 -0
  35. package/FormSpec.TS/FormSpec.FS/Interfaces.js.map +1 -0
  36. package/FormSpec.TS/FormSpec.FS/Interfaces.ts.map +1 -0
  37. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.js +15 -2
  38. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -0
  39. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +1 -0
  40. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.js +2 -2
  41. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -0
  42. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +1 -0
  43. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.js +2 -2
  44. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +1 -0
  45. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.ts.map +1 -0
  46. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.js.map +1 -0
  47. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.ts.map +1 -0
  48. package/FormSpec.TS/{Migrator.js → FormSpec.FS/Migrator.js} +1 -1
  49. package/FormSpec.TS/FormSpec.FS/Migrator.js.map +1 -0
  50. package/FormSpec.TS/FormSpec.FS/Migrator.ts.map +1 -0
  51. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.js.map +1 -0
  52. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.ts.map +1 -0
  53. package/FormSpec.TS/{PathwayExecutor.js → FormSpec.FS/PathwayExecutor.js} +1 -1
  54. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js.map +1 -0
  55. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.ts.map +1 -0
  56. package/FormSpec.TS/FormSpec.FS/PathwayValidator.js.map +1 -0
  57. package/FormSpec.TS/FormSpec.FS/PathwayValidator.ts.map +1 -0
  58. package/FormSpec.TS/FormSpec.FS/PluginInterface.js.map +1 -0
  59. package/FormSpec.TS/FormSpec.FS/PluginInterface.ts.map +1 -0
  60. package/FormSpec.TS/FormSpec.FS/Prelude.js.map +1 -0
  61. package/FormSpec.TS/FormSpec.FS/Prelude.ts.map +1 -0
  62. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -0
  63. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +1 -0
  64. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.js.map +1 -0
  65. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.ts.map +1 -0
  66. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js.map +1 -0
  67. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.ts.map +1 -0
  68. package/FormSpec.TS/PathwayExecutor.withPlugins.js +28 -0
  69. package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -0
  70. package/FormSpec.TS/PluginRegistration.js +18 -0
  71. package/FormSpec.TS/PluginRegistration.js.map +1 -0
  72. package/FormSpec.TS/PluginRegistration.ts.map +1 -0
  73. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs +47 -0
  74. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js +93 -0
  75. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +1 -0
  76. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.ts.map +1 -0
  77. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs +49 -0
  78. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js +127 -0
  79. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +1 -0
  80. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.ts.map +1 -0
  81. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs +52 -0
  82. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js +105 -0
  83. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +1 -0
  84. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.ts.map +1 -0
  85. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs +54 -0
  86. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js +105 -0
  87. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +1 -0
  88. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.ts.map +1 -0
  89. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs +48 -0
  90. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js +83 -0
  91. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +1 -0
  92. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.ts.map +1 -0
  93. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Fable.Form.Simple.Bulma.fableproj +53 -0
  94. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs +132 -0
  95. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js +276 -0
  96. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +1 -0
  97. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.ts.map +1 -0
  98. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs +537 -0
  99. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js +263 -0
  100. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +1 -0
  101. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.ts.map +1 -0
  102. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs +361 -0
  103. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js +576 -0
  104. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +1 -0
  105. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.ts.map +1 -0
  106. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs +52 -0
  107. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js +73 -0
  108. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +1 -0
  109. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.ts.map +1 -0
  110. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs +246 -0
  111. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js +226 -0
  112. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +1 -0
  113. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.ts.map +1 -0
  114. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs +52 -0
  115. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js +116 -0
  116. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +1 -0
  117. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.ts.map +1 -0
  118. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs +56 -0
  119. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js +95 -0
  120. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +1 -0
  121. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.ts.map +1 -0
  122. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs +46 -0
  123. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js +77 -0
  124. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +1 -0
  125. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.ts.map +1 -0
  126. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs +51 -0
  127. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js +103 -0
  128. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +1 -0
  129. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.ts.map +1 -0
  130. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs +49 -0
  131. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js +87 -0
  132. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +1 -0
  133. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.ts.map +1 -0
  134. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs +60 -0
  135. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js +69 -0
  136. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +1 -0
  137. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.ts.map +1 -0
  138. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs +79 -0
  139. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js +134 -0
  140. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +1 -0
  141. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.ts.map +1 -0
  142. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs +44 -0
  143. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js +77 -0
  144. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +1 -0
  145. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.ts.map +1 -0
  146. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs +49 -0
  147. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js +87 -0
  148. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +1 -0
  149. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.ts.map +1 -0
  150. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs +59 -0
  151. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js +87 -0
  152. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +1 -0
  153. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.ts.map +1 -0
  154. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs +44 -0
  155. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js +77 -0
  156. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +1 -0
  157. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.ts.map +1 -0
  158. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs +143 -0
  159. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js +154 -0
  160. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +1 -0
  161. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.ts.map +1 -0
  162. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs +36 -0
  163. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js +76 -0
  164. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +1 -0
  165. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.ts.map +1 -0
  166. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs +49 -0
  167. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js +88 -0
  168. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +1 -0
  169. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.ts.map +1 -0
  170. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs +67 -0
  171. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js +121 -0
  172. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +1 -0
  173. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.ts.map +1 -0
  174. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs +70 -0
  175. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js +121 -0
  176. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +1 -0
  177. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map +1 -0
  178. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs +76 -0
  179. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js +91 -0
  180. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +1 -0
  181. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts.map +1 -0
  182. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/Fable.Form.Simple.Fields.Html.fableproj +45 -0
  183. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs +105 -0
  184. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js +161 -0
  185. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +1 -0
  186. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts.map +1 -0
  187. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs +66 -0
  188. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js +110 -0
  189. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +1 -0
  190. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts.map +1 -0
  191. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs +72 -0
  192. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js +108 -0
  193. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +1 -0
  194. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts.map +1 -0
  195. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs +102 -0
  196. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js +157 -0
  197. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +1 -0
  198. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts.map +1 -0
  199. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs +83 -0
  200. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js +164 -0
  201. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +1 -0
  202. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.ts.map +1 -0
  203. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs +83 -0
  204. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js +119 -0
  205. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +1 -0
  206. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.ts.map +1 -0
  207. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs +63 -0
  208. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js +110 -0
  209. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +1 -0
  210. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.ts.map +1 -0
  211. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs +83 -0
  212. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js +164 -0
  213. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +1 -0
  214. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts.map +1 -0
  215. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs +92 -0
  216. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js +149 -0
  217. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +1 -0
  218. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts.map +1 -0
  219. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs +108 -0
  220. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js +161 -0
  221. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +1 -0
  222. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.ts.map +1 -0
  223. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js.map +1 -1
  224. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs +52 -0
  225. package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Interop.fs.js → Feliz.2.8.0/DateParsing.fs.js} +27 -37
  226. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +1 -0
  227. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.ts.map +1 -0
  228. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Feliz.fableproj +14 -3
  229. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs +11 -0
  230. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js +25 -0
  231. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +1 -0
  232. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.ts.map +1 -0
  233. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs +176 -0
  234. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js +179 -0
  235. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js.map +1 -0
  236. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.ts.map +1 -0
  237. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs +29 -0
  238. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js +19 -0
  239. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js.map +1 -0
  240. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js.map +1 -1
  241. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Length.fs +55 -1
  242. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs +5 -0
  243. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js.map +1 -1
  244. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/React.fs +77 -239
  245. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js.map +1 -1
  246. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.fs +20 -0
  247. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js.map +1 -1
  248. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs +3 -2
  249. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js.map +1 -1
  250. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs +4 -0
  251. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js.map +1 -1
  252. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Styles.fs +646 -8
  253. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js.map +1 -1
  254. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionTimingFunction.fs +62 -0
  255. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js.map +1 -1
  256. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts.map +1 -0
  257. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Bulma.fs +990 -0
  258. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs +179 -0
  259. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js +51 -0
  260. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +1 -0
  261. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts.map +1 -0
  262. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Feliz.Bulma.fableproj +32 -0
  263. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs +1986 -0
  264. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js +27 -0
  265. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +1 -0
  266. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.ts.map +1 -0
  267. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs +7 -0
  268. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js +31 -0
  269. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +1 -0
  270. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.ts.map +1 -0
  271. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/PropertyBuilders.fs +8 -0
  272. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs +14 -0
  273. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Glutinum.Feliz.ReactSignaturePadWrapper.fableproj +18 -0
  274. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Interop.fs +6 -0
  275. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs +32 -0
  276. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs +3 -0
  277. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js +7 -0
  278. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +1 -0
  279. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts.map +1 -0
  280. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.js.map +1 -1
  281. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.ts.map +1 -1
  282. package/FormSpec.TS/fable_modules/project_cracked.json +1 -1
  283. package/FormSpec.TS/plugins/bmi/src/BMIField.js +823 -0
  284. package/FormSpec.TS/plugins/bmi/src/BMIField.js.map +1 -0
  285. package/FormSpec.TS/plugins/bmi/src/BMIField.ts.map +1 -0
  286. package/FormSpec.TS/plugins/likert/src/LikertField.js +638 -0
  287. package/FormSpec.TS/plugins/likert/src/LikertField.js.map +1 -0
  288. package/FormSpec.TS/plugins/likert/src/LikertField.ts.map +1 -0
  289. package/FormSpec.TS/plugins/signature/src/SignatureField.js +294 -0
  290. package/FormSpec.TS/plugins/signature/src/SignatureField.js.map +1 -0
  291. package/FormSpec.TS/plugins/signature/src/SignatureField.ts.map +1 -0
  292. package/FormSpec.TS/plugins/vitals/src/VitalsField.js +1150 -0
  293. package/FormSpec.TS/plugins/vitals/src/VitalsField.js.map +1 -0
  294. package/FormSpec.TS/plugins/vitals/src/VitalsField.ts.map +1 -0
  295. package/PathwayExecutor.withPlugins.d.ts +11 -0
  296. package/PathwayExecutor.withPlugins.d.ts.map +1 -0
  297. package/PluginRegistration.d.ts +2 -0
  298. package/PluginRegistration.d.ts.map +1 -0
  299. package/README.md +7 -7
  300. package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts +147 -0
  301. package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts.map +1 -0
  302. package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts +19 -0
  303. package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts.map +1 -0
  304. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts +14 -0
  305. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts.map +1 -0
  306. package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts +14 -0
  307. package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts.map +1 -0
  308. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts +113 -0
  309. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts.map +1 -0
  310. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts +17 -0
  311. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts.map +1 -0
  312. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts +41 -0
  313. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts.map +1 -0
  314. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts +73 -0
  315. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts.map +1 -0
  316. package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts +9 -0
  317. package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts.map +1 -0
  318. package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts +3 -0
  319. package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts.map +1 -0
  320. package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts +6 -0
  321. package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts.map +1 -0
  322. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts +36 -0
  323. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts.map +1 -0
  324. package/fable_modules/Feliz.2.8.0/Types.fs.d.ts +7 -0
  325. package/fable_modules/Feliz.2.8.0/Types.fs.d.ts.map +1 -0
  326. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts +5 -0
  327. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts.map +1 -0
  328. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts +3 -0
  329. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts.map +1 -0
  330. package/package.json +15 -15
  331. package/plugins/bmi/src/BMIField.d.ts +52 -0
  332. package/plugins/bmi/src/BMIField.d.ts.map +1 -0
  333. package/plugins/likert/src/LikertField.d.ts +60 -0
  334. package/plugins/likert/src/LikertField.d.ts.map +1 -0
  335. package/plugins/signature/src/SignatureField.d.ts +34 -0
  336. package/plugins/signature/src/SignatureField.d.ts.map +1 -0
  337. package/plugins/vitals/src/VitalsField.d.ts +82 -0
  338. package/plugins/vitals/src/VitalsField.d.ts.map +1 -0
  339. package/src/{FormSpecHelpers.ts → FormSpec.FS/FormSpecHelpers.ts} +1 -1
  340. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.ts +21 -4
  341. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.ts +2 -2
  342. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.ts +2 -2
  343. package/src/{Migrator.ts → FormSpec.FS/Migrator.ts} +1 -1
  344. package/src/{PathwayExecutor.ts → FormSpec.FS/PathwayExecutor.ts} +1 -1
  345. package/src/PathwayExecutor.withPlugins.ts +10 -0
  346. package/src/PluginRegistration.ts +16 -0
  347. package/src/plugins/bmi/src/BMIField.ts +494 -0
  348. package/src/plugins/likert/src/LikertField.ts +420 -0
  349. package/src/plugins/signature/src/SignatureField.ts +185 -0
  350. package/src/plugins/vitals/src/VitalsField.ts +665 -0
  351. package/Components/HelloComponent.d.ts.map +0 -1
  352. package/Designer.d.ts.map +0 -1
  353. package/FormSpec.TS/Components/HelloComponent.js.map +0 -1
  354. package/FormSpec.TS/Components/HelloComponent.ts.map +0 -1
  355. package/FormSpec.TS/Designer.js.map +0 -1
  356. package/FormSpec.TS/Designer.ts.map +0 -1
  357. package/FormSpec.TS/FormSpecHelpers.js.map +0 -1
  358. package/FormSpec.TS/FormSpecHelpers.ts.map +0 -1
  359. package/FormSpec.TS/FormSpecValues.js.map +0 -1
  360. package/FormSpec.TS/FormSpecValues.ts.map +0 -1
  361. package/FormSpec.TS/Helpers.js.map +0 -1
  362. package/FormSpec.TS/Helpers.ts.map +0 -1
  363. package/FormSpec.TS/Interfaces.js.map +0 -1
  364. package/FormSpec.TS/Interfaces.ts.map +0 -1
  365. package/FormSpec.TS/Interop/FormSpec.Api.Helpers.js.map +0 -1
  366. package/FormSpec.TS/Interop/FormSpec.Api.Helpers.ts.map +0 -1
  367. package/FormSpec.TS/Interop/FormSpec.Api.Option.js.map +0 -1
  368. package/FormSpec.TS/Interop/FormSpec.Api.Option.ts.map +0 -1
  369. package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.js.map +0 -1
  370. package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.ts.map +0 -1
  371. package/FormSpec.TS/Logging/LogTypes.js.map +0 -1
  372. package/FormSpec.TS/Logging/LogTypes.ts.map +0 -1
  373. package/FormSpec.TS/Migrator.js.map +0 -1
  374. package/FormSpec.TS/Migrator.ts.map +0 -1
  375. package/FormSpec.TS/PathwayDataExtractor.js.map +0 -1
  376. package/FormSpec.TS/PathwayDataExtractor.ts.map +0 -1
  377. package/FormSpec.TS/PathwayExecutor.js.map +0 -1
  378. package/FormSpec.TS/PathwayExecutor.ts.map +0 -1
  379. package/FormSpec.TS/PathwayValidator.js.map +0 -1
  380. package/FormSpec.TS/PathwayValidator.ts.map +0 -1
  381. package/FormSpec.TS/PluginInterface.js.map +0 -1
  382. package/FormSpec.TS/PluginInterface.ts.map +0 -1
  383. package/FormSpec.TS/Prelude.js.map +0 -1
  384. package/FormSpec.TS/Prelude.ts.map +0 -1
  385. package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.js.map +0 -1
  386. package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.ts.map +0 -1
  387. package/FormSpec.TS/Renderers/MermaidRenderer.js.map +0 -1
  388. package/FormSpec.TS/Renderers/MermaidRenderer.ts.map +0 -1
  389. package/FormSpec.TS/Renderers/PathwayRenderers.js.map +0 -1
  390. package/FormSpec.TS/Renderers/PathwayRenderers.ts.map +0 -1
  391. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs +0 -83
  392. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.js.map +0 -1
  393. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.ts.map +0 -1
  394. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js +0 -561
  395. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js.map +0 -1
  396. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.ts.map +0 -1
  397. package/FormSpec.d.ts.map +0 -1
  398. package/FormSpecHelpers.d.ts.map +0 -1
  399. package/FormSpecValues.d.ts.map +0 -1
  400. package/Helpers.d.ts.map +0 -1
  401. package/Interfaces.d.ts.map +0 -1
  402. package/Interop/FormSpec.Api.Helpers.d.ts.map +0 -1
  403. package/Interop/FormSpec.Api.Option.d.ts.map +0 -1
  404. package/Interop/FormSpec.Values.Api.Option.d.ts.map +0 -1
  405. package/Logging/LogTypes.d.ts.map +0 -1
  406. package/Migrator.d.ts.map +0 -1
  407. package/PathwayDataExtractor.d.ts.map +0 -1
  408. package/PathwayExecutor.d.ts.map +0 -1
  409. package/PathwayValidator.d.ts.map +0 -1
  410. package/PluginInterface.d.ts.map +0 -1
  411. package/Prelude.d.ts.map +0 -1
  412. package/Renderers/FormSpecMarkdownRenderer.d.ts.map +0 -1
  413. package/Renderers/MermaidRenderer.d.ts.map +0 -1
  414. package/Renderers/PathwayRenderers.d.ts.map +0 -1
  415. /package/{Components → FormSpec.FS/Components}/HelloComponent.d.ts +0 -0
  416. /package/{Designer.d.ts → FormSpec.FS/Designer.d.ts} +0 -0
  417. /package/{FormSpec.d.ts → FormSpec.FS/FormSpec.d.ts} +0 -0
  418. /package/{FormSpecHelpers.d.ts → FormSpec.FS/FormSpecHelpers.d.ts} +0 -0
  419. /package/{FormSpecValues.d.ts → FormSpec.FS/FormSpecValues.d.ts} +0 -0
  420. /package/{Helpers.d.ts → FormSpec.FS/Helpers.d.ts} +0 -0
  421. /package/{Interfaces.d.ts → FormSpec.FS/Interfaces.d.ts} +0 -0
  422. /package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.d.ts +0 -0
  423. /package/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.d.ts +0 -0
  424. /package/{Logging → FormSpec.FS/Logging}/LogTypes.d.ts +0 -0
  425. /package/{Migrator.d.ts → FormSpec.FS/Migrator.d.ts} +0 -0
  426. /package/{PathwayDataExtractor.d.ts → FormSpec.FS/PathwayDataExtractor.d.ts} +0 -0
  427. /package/{PathwayExecutor.d.ts → FormSpec.FS/PathwayExecutor.d.ts} +0 -0
  428. /package/{PathwayValidator.d.ts → FormSpec.FS/PathwayValidator.d.ts} +0 -0
  429. /package/{PluginInterface.d.ts → FormSpec.FS/PluginInterface.d.ts} +0 -0
  430. /package/{Prelude.d.ts → FormSpec.FS/Prelude.d.ts} +0 -0
  431. /package/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.d.ts +0 -0
  432. /package/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.d.ts +0 -0
  433. /package/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.d.ts +0 -0
  434. /package/FormSpec.TS/{Components → FormSpec.FS/Components}/HelloComponent.js +0 -0
  435. /package/FormSpec.TS/{Designer.js → FormSpec.FS/Designer.js} +0 -0
  436. /package/FormSpec.TS/{FormSpec.js → FormSpec.FS/FormSpec.js} +0 -0
  437. /package/FormSpec.TS/{FormSpecValues.js → FormSpec.FS/FormSpecValues.js} +0 -0
  438. /package/FormSpec.TS/{Helpers.js → FormSpec.FS/Helpers.js} +0 -0
  439. /package/FormSpec.TS/{Interfaces.js → FormSpec.FS/Interfaces.js} +0 -0
  440. /package/FormSpec.TS/{Logging → FormSpec.FS/Logging}/LogTypes.js +0 -0
  441. /package/FormSpec.TS/{PathwayDataExtractor.js → FormSpec.FS/PathwayDataExtractor.js} +0 -0
  442. /package/FormSpec.TS/{PathwayValidator.js → FormSpec.FS/PathwayValidator.js} +0 -0
  443. /package/FormSpec.TS/{PluginInterface.js → FormSpec.FS/PluginInterface.js} +0 -0
  444. /package/FormSpec.TS/{Prelude.js → FormSpec.FS/Prelude.js} +0 -0
  445. /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.js +0 -0
  446. /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.js +0 -0
  447. /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.js +0 -0
  448. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/BorderStyle.fs +0 -0
  449. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs +0 -0
  450. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js +0 -0
  451. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.ts.map +0 -0
  452. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Fonts.fs +0 -0
  453. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/GridTypes.fs +0 -0
  454. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Html.fs +0 -0
  455. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/ReactTypes.fs.ts.map → Feliz.2.8.0/Interop.fs.ts.map} +0 -0
  456. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs +0 -0
  457. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js +0 -0
  458. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.ts.map +0 -0
  459. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Locale.fs +0 -0
  460. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js +0 -0
  461. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.ts.map +0 -0
  462. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs +0 -0
  463. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js +0 -0
  464. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.ts.map +0 -0
  465. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js +0 -0
  466. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js +0 -0
  467. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/StyleTypes.fs.ts.map → Feliz.2.8.0/ReactTypes.fs.ts.map} +0 -0
  468. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js +0 -0
  469. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Svg.fs.ts.map → Feliz.2.8.0/StyleTypes.fs.ts.map} +0 -0
  470. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs +0 -0
  471. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js +0 -0
  472. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Types.fs.ts.map → Feliz.2.8.0/Svg.fs.ts.map} +0 -0
  473. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TextDecorationLine.fs +0 -0
  474. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TextDecorationStyle.fs +0 -0
  475. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Transform.fs +0 -0
  476. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TransformOrigin.fs +0 -0
  477. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TransitionProperty.fs +0 -0
  478. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs +0 -0
  479. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js +0 -0
  480. /package/src/{Components → FormSpec.FS/Components}/HelloComponent.ts +0 -0
  481. /package/src/{Designer.ts → FormSpec.FS/Designer.ts} +0 -0
  482. /package/src/{FormSpec.ts → FormSpec.FS/FormSpec.ts} +0 -0
  483. /package/src/{FormSpecValues.ts → FormSpec.FS/FormSpecValues.ts} +0 -0
  484. /package/src/{Helpers.ts → FormSpec.FS/Helpers.ts} +0 -0
  485. /package/src/{Interfaces.ts → FormSpec.FS/Interfaces.ts} +0 -0
  486. /package/src/{Logging → FormSpec.FS/Logging}/LogTypes.ts +0 -0
  487. /package/src/{PathwayDataExtractor.ts → FormSpec.FS/PathwayDataExtractor.ts} +0 -0
  488. /package/src/{PathwayValidator.ts → FormSpec.FS/PathwayValidator.ts} +0 -0
  489. /package/src/{PluginInterface.ts → FormSpec.FS/PluginInterface.ts} +0 -0
  490. /package/src/{Prelude.ts → FormSpec.FS/Prelude.ts} +0 -0
  491. /package/src/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.ts +0 -0
  492. /package/src/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.ts +0 -0
  493. /package/src/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.ts +0 -0
@@ -0,0 +1,83 @@
1
+ namespace Fable.Form.Simple.Fields.Html
2
+
3
+ open Fable.Form
4
+
5
+ module TextField =
6
+
7
+ [<RequireQualifiedAccess>]
8
+ type SpellCheck =
9
+ | Default
10
+ | True
11
+ | False
12
+
13
+ [<NoComparison>]
14
+ type Attributes =
15
+ {
16
+ FieldId: string
17
+ /// <summary>
18
+ /// Label to display
19
+ /// </summary>
20
+ Label: string
21
+ /// <summary>
22
+ /// Placeholder to display when the field is empty
23
+ /// </summary>
24
+ Placeholder: string option
25
+ /// <summary>
26
+ /// A list of HTML attributes to add to the generated field
27
+ /// </summary>
28
+ AutoComplete: string option
29
+ SpellCheck: SpellCheck
30
+ AutoFocus: bool
31
+ }
32
+
33
+ interface Field.IAttributes with
34
+ member this.GetFieldId() = this.FieldId
35
+
36
+ type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
37
+
38
+ let form<'Values, 'Field, 'Output>
39
+ : ((InnerField<'Values> -> 'Field)
40
+ -> Base.FieldConfig<Attributes, string, 'Values, 'Output>
41
+ -> Base.Form<'Values, 'Output, 'Field>) =
42
+ Base.field System.String.IsNullOrEmpty
43
+
44
+ type TextField =
45
+
46
+ static member create(fieldId: string) : TextField.Attributes =
47
+ {
48
+ FieldId = fieldId
49
+ Label = ""
50
+ Placeholder = None
51
+ AutoComplete = None
52
+ SpellCheck = TextField.SpellCheck.Default
53
+ AutoFocus = false
54
+ }
55
+
56
+ static member withLabel (label: string) (attributes: TextField.Attributes) =
57
+ { attributes with
58
+ Label = label
59
+ }
60
+
61
+ static member withPlaceholder (placeholder: string) (attributes: TextField.Attributes) =
62
+ { attributes with
63
+ Placeholder = Some placeholder
64
+ }
65
+
66
+ static member withAutoComplete (autoComplete: string) (attributes: TextField.Attributes) =
67
+ { attributes with
68
+ AutoComplete = Some autoComplete
69
+ }
70
+
71
+ static member withSpellCheck (spellCheck: bool) (attributes: TextField.Attributes) =
72
+ { attributes with
73
+ SpellCheck =
74
+ if spellCheck then
75
+ TextField.SpellCheck.True
76
+ else
77
+ TextField.SpellCheck.False
78
+ }
79
+
80
+ static member withAutoFocus(attributes: TextField.Attributes) =
81
+ { attributes with
82
+ AutoFocus = true
83
+ }
@@ -0,0 +1,164 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get TextField () {
13
+ return TextField;
14
+ },
15
+ get TextFieldModule_Attributes () {
16
+ return TextFieldModule_Attributes;
17
+ },
18
+ get TextFieldModule_Attributes_$reflection () {
19
+ return TextFieldModule_Attributes_$reflection;
20
+ },
21
+ get TextFieldModule_SpellCheck () {
22
+ return TextFieldModule_SpellCheck;
23
+ },
24
+ get TextFieldModule_SpellCheck_$reflection () {
25
+ return TextFieldModule_SpellCheck_$reflection;
26
+ },
27
+ get TextFieldModule_SpellCheck_Default () {
28
+ return TextFieldModule_SpellCheck_Default;
29
+ },
30
+ get TextFieldModule_SpellCheck_False () {
31
+ return TextFieldModule_SpellCheck_False;
32
+ },
33
+ get TextFieldModule_SpellCheck_True () {
34
+ return TextFieldModule_SpellCheck_True;
35
+ },
36
+ get TextFieldModule_form () {
37
+ return TextFieldModule_form;
38
+ },
39
+ get TextField_$reflection () {
40
+ return TextField_$reflection;
41
+ },
42
+ get TextField_create_Z721C83C5 () {
43
+ return TextField_create_Z721C83C5;
44
+ },
45
+ get TextField_withAutoComplete () {
46
+ return TextField_withAutoComplete;
47
+ },
48
+ get TextField_withAutoFocus_75182C37 () {
49
+ return TextField_withAutoFocus_75182C37;
50
+ },
51
+ get TextField_withLabel () {
52
+ return TextField_withLabel;
53
+ },
54
+ get TextField_withPlaceholder () {
55
+ return TextField_withPlaceholder;
56
+ },
57
+ get TextField_withSpellCheck () {
58
+ return TextField_withSpellCheck;
59
+ }
60
+ });
61
+ const _Types = require("@fable-org/fable-library-js/Types.js");
62
+ const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
63
+ const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
64
+ const _String = require("@fable-org/fable-library-js/String.js");
65
+ function TextFieldModule_SpellCheck_Default() {
66
+ return new TextFieldModule_SpellCheck(0, []);
67
+ }
68
+ function TextFieldModule_SpellCheck_True() {
69
+ return new TextFieldModule_SpellCheck(1, []);
70
+ }
71
+ function TextFieldModule_SpellCheck_False() {
72
+ return new TextFieldModule_SpellCheck(2, []);
73
+ }
74
+ class TextFieldModule_SpellCheck extends _Types.Union {
75
+ cases() {
76
+ return [
77
+ "Default",
78
+ "True",
79
+ "False"
80
+ ];
81
+ }
82
+ constructor(tag, fields){
83
+ super(), this.tag = tag, this.fields = fields;
84
+ }
85
+ }
86
+ function TextFieldModule_SpellCheck_$reflection() {
87
+ return (0, _Reflection.union_type)("Fable.Form.Simple.Fields.Html.TextFieldModule.SpellCheck", [], TextFieldModule_SpellCheck, ()=>[
88
+ [],
89
+ [],
90
+ []
91
+ ]);
92
+ }
93
+ class TextFieldModule_Attributes extends _Types.Record {
94
+ GetFieldId() {
95
+ const this$ = this;
96
+ return this$.FieldId;
97
+ }
98
+ constructor(FieldId, Label, Placeholder, AutoComplete, SpellCheck, AutoFocus){
99
+ super();
100
+ this.FieldId = FieldId;
101
+ this.Label = Label;
102
+ this.Placeholder = Placeholder;
103
+ this.AutoComplete = AutoComplete;
104
+ this.SpellCheck = SpellCheck;
105
+ this.AutoFocus = AutoFocus;
106
+ }
107
+ }
108
+ function TextFieldModule_Attributes_$reflection() {
109
+ return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.TextFieldModule.Attributes", [], TextFieldModule_Attributes, ()=>[
110
+ [
111
+ "FieldId",
112
+ _Reflection.string_type
113
+ ],
114
+ [
115
+ "Label",
116
+ _Reflection.string_type
117
+ ],
118
+ [
119
+ "Placeholder",
120
+ (0, _Reflection.option_type)(_Reflection.string_type)
121
+ ],
122
+ [
123
+ "AutoComplete",
124
+ (0, _Reflection.option_type)(_Reflection.string_type)
125
+ ],
126
+ [
127
+ "SpellCheck",
128
+ TextFieldModule_SpellCheck_$reflection()
129
+ ],
130
+ [
131
+ "AutoFocus",
132
+ _Reflection.bool_type
133
+ ]
134
+ ]);
135
+ }
136
+ function TextFieldModule_form() {
137
+ return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
138
+ }
139
+ class TextField {
140
+ constructor(){}
141
+ }
142
+ function TextField_$reflection() {
143
+ return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.TextField", undefined, TextField);
144
+ }
145
+ function TextField_create_Z721C83C5(fieldId) {
146
+ return new TextFieldModule_Attributes(fieldId, "", undefined, undefined, TextFieldModule_SpellCheck_Default(), false);
147
+ }
148
+ function TextField_withLabel(label, attributes) {
149
+ return new TextFieldModule_Attributes(attributes.FieldId, label, attributes.Placeholder, attributes.AutoComplete, attributes.SpellCheck, attributes.AutoFocus);
150
+ }
151
+ function TextField_withPlaceholder(placeholder, attributes) {
152
+ return new TextFieldModule_Attributes(attributes.FieldId, attributes.Label, placeholder, attributes.AutoComplete, attributes.SpellCheck, attributes.AutoFocus);
153
+ }
154
+ function TextField_withAutoComplete(autoComplete, attributes) {
155
+ return new TextFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, autoComplete, attributes.SpellCheck, attributes.AutoFocus);
156
+ }
157
+ function TextField_withSpellCheck(spellCheck, attributes) {
158
+ return new TextFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, spellCheck ? TextFieldModule_SpellCheck_True() : TextFieldModule_SpellCheck_False(), attributes.AutoFocus);
159
+ }
160
+ function TextField_withAutoFocus_75182C37(attributes) {
161
+ return new TextFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.SpellCheck, true);
162
+ } //# sourceMappingURL=TextField.fs.ts.map
163
+
164
+ //# sourceMappingURL=TextField.fs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete","spellCheck"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAiCmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,2BACcC,SACF,IACM,WACC,WAAA,sCAEH;;;WAIhB,IAAA,2BAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,UAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,2BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACuBE,aADvBF,WAAAA,YAAAA,EAAAA,WAAAA,UAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,2BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EACwBG,cADxBH,WAAAA,UAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,2BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAEWI,aAAAA,oCAAAA,oCAFXJ,WAAAA,SAAAA;;;WASA,IAAA,2BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,UAAAA,EACgB"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["./TextField.fs"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete","spellCheck"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiCmBA,kDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;2TAQ/B,gFAAAC,OAAAC;;;;;;;;;;;;;WAKA,\u002BBACcC,SACF,IACM,WACC,iDAEH;;;;WAIhB,\u002BBAAA,AAAAC,oBACYC,OADZ,AAAAD,wBAAA,AAAAA,yBAAA,AAAAA,uBAAA,AAAAA;;;;WAKA,\u002BBAAA,AAAAA,oBAAA,AAAAA,kBACuBE,aADvB,AAAAF,yBAAA,AAAAA,uBAAA,AAAAA;;;;WAKA,\u002BBAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBACwBG,cADxB,AAAAH,uBAAA,AAAAA;;;;WAKA,\u002BBAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAEQ,AAAGI,qFAFX,AAAAJ;;;;WASA,\u002BBAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,uBACgB","file":null,"sourcesContent":null,"sourceRoot":null}
@@ -0,0 +1,92 @@
1
+ namespace Fable.Form.Simple.Fields.Html
2
+
3
+ open Fable.Form
4
+
5
+ module TextareaField =
6
+
7
+ [<NoComparison>]
8
+ type Attributes =
9
+ {
10
+ FieldId: string
11
+ /// <summary>
12
+ /// Label to display
13
+ /// </summary>
14
+ Label: string
15
+ /// <summary>
16
+ /// Placeholder to display when the field is empty
17
+ /// </summary>
18
+ Placeholder: string option
19
+ /// <summary>
20
+ /// A list of HTML attributes to add to the generated field
21
+ /// </summary>
22
+ AutoComplete: string option
23
+ AutoFocus: bool
24
+ Cols: int option
25
+ Rows: int option
26
+ IsWrapHard: bool
27
+ }
28
+
29
+ interface Field.IAttributes with
30
+ member this.GetFieldId() = this.FieldId
31
+
32
+ type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
33
+
34
+ let form<'Values, 'Field, 'Output>
35
+ : ((InnerField<'Values> -> 'Field)
36
+ -> Base.FieldConfig<Attributes, string, 'Values, 'Output>
37
+ -> Base.Form<'Values, 'Output, 'Field>) =
38
+ Base.field System.String.IsNullOrEmpty
39
+
40
+ type TextareaField =
41
+
42
+ static member create(fieldId: string) : TextareaField.Attributes =
43
+ {
44
+ FieldId = fieldId
45
+ Label = ""
46
+ Placeholder = None
47
+ AutoComplete = None
48
+ AutoFocus = false
49
+ Cols = None
50
+ Rows = None
51
+ IsWrapHard = false
52
+ }
53
+
54
+ static member withLabel (label: string) (attributes: TextareaField.Attributes) =
55
+ { attributes with
56
+ Label = label
57
+ }
58
+
59
+ static member withPlaceholder (placeholder: string) (attributes: TextareaField.Attributes) =
60
+ { attributes with
61
+ Placeholder = Some placeholder
62
+ }
63
+
64
+ static member withAutoComplete (autoComplete: string) (attributes: TextareaField.Attributes) =
65
+ { attributes with
66
+ AutoComplete = Some autoComplete
67
+ }
68
+
69
+ static member withAutoFocus(attributes: TextareaField.Attributes) =
70
+ { attributes with
71
+ AutoFocus = true
72
+ }
73
+
74
+ static member withCols (cols: int) (attributes: TextareaField.Attributes) =
75
+ { attributes with
76
+ Cols = Some cols
77
+ }
78
+
79
+ static member withRows (rows: int) (attributes: TextareaField.Attributes) =
80
+ { attributes with
81
+ Rows = Some rows
82
+ }
83
+
84
+ static member withWrapHard(attributes: TextareaField.Attributes) =
85
+ { attributes with
86
+ IsWrapHard = true
87
+ }
88
+
89
+ static member withWrapSoft(attributes: TextareaField.Attributes) =
90
+ { attributes with
91
+ IsWrapHard = false
92
+ }
@@ -0,0 +1,149 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: Object.getOwnPropertyDescriptor(all, name).get
9
+ });
10
+ }
11
+ _export(exports, {
12
+ get TextareaField () {
13
+ return TextareaField;
14
+ },
15
+ get TextareaFieldModule_Attributes () {
16
+ return TextareaFieldModule_Attributes;
17
+ },
18
+ get TextareaFieldModule_Attributes_$reflection () {
19
+ return TextareaFieldModule_Attributes_$reflection;
20
+ },
21
+ get TextareaFieldModule_form () {
22
+ return TextareaFieldModule_form;
23
+ },
24
+ get TextareaField_$reflection () {
25
+ return TextareaField_$reflection;
26
+ },
27
+ get TextareaField_create_Z721C83C5 () {
28
+ return TextareaField_create_Z721C83C5;
29
+ },
30
+ get TextareaField_withAutoComplete () {
31
+ return TextareaField_withAutoComplete;
32
+ },
33
+ get TextareaField_withAutoFocus_Z2A5DDBE0 () {
34
+ return TextareaField_withAutoFocus_Z2A5DDBE0;
35
+ },
36
+ get TextareaField_withCols () {
37
+ return TextareaField_withCols;
38
+ },
39
+ get TextareaField_withLabel () {
40
+ return TextareaField_withLabel;
41
+ },
42
+ get TextareaField_withPlaceholder () {
43
+ return TextareaField_withPlaceholder;
44
+ },
45
+ get TextareaField_withRows () {
46
+ return TextareaField_withRows;
47
+ },
48
+ get TextareaField_withWrapHard_Z2A5DDBE0 () {
49
+ return TextareaField_withWrapHard_Z2A5DDBE0;
50
+ },
51
+ get TextareaField_withWrapSoft_Z2A5DDBE0 () {
52
+ return TextareaField_withWrapSoft_Z2A5DDBE0;
53
+ }
54
+ });
55
+ const _Types = require("@fable-org/fable-library-js/Types.js");
56
+ const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
57
+ const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
58
+ const _String = require("@fable-org/fable-library-js/String.js");
59
+ class TextareaFieldModule_Attributes extends _Types.Record {
60
+ GetFieldId() {
61
+ const this$ = this;
62
+ return this$.FieldId;
63
+ }
64
+ constructor(FieldId, Label, Placeholder, AutoComplete, AutoFocus, Cols, Rows, IsWrapHard){
65
+ super();
66
+ this.FieldId = FieldId;
67
+ this.Label = Label;
68
+ this.Placeholder = Placeholder;
69
+ this.AutoComplete = AutoComplete;
70
+ this.AutoFocus = AutoFocus;
71
+ this.Cols = Cols;
72
+ this.Rows = Rows;
73
+ this.IsWrapHard = IsWrapHard;
74
+ }
75
+ }
76
+ function TextareaFieldModule_Attributes_$reflection() {
77
+ return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.TextareaFieldModule.Attributes", [], TextareaFieldModule_Attributes, ()=>[
78
+ [
79
+ "FieldId",
80
+ _Reflection.string_type
81
+ ],
82
+ [
83
+ "Label",
84
+ _Reflection.string_type
85
+ ],
86
+ [
87
+ "Placeholder",
88
+ (0, _Reflection.option_type)(_Reflection.string_type)
89
+ ],
90
+ [
91
+ "AutoComplete",
92
+ (0, _Reflection.option_type)(_Reflection.string_type)
93
+ ],
94
+ [
95
+ "AutoFocus",
96
+ _Reflection.bool_type
97
+ ],
98
+ [
99
+ "Cols",
100
+ (0, _Reflection.option_type)(_Reflection.int32_type)
101
+ ],
102
+ [
103
+ "Rows",
104
+ (0, _Reflection.option_type)(_Reflection.int32_type)
105
+ ],
106
+ [
107
+ "IsWrapHard",
108
+ _Reflection.bool_type
109
+ ]
110
+ ]);
111
+ }
112
+ function TextareaFieldModule_form() {
113
+ return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
114
+ }
115
+ class TextareaField {
116
+ constructor(){}
117
+ }
118
+ function TextareaField_$reflection() {
119
+ return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.TextareaField", undefined, TextareaField);
120
+ }
121
+ function TextareaField_create_Z721C83C5(fieldId) {
122
+ return new TextareaFieldModule_Attributes(fieldId, "", undefined, undefined, false, undefined, undefined, false);
123
+ }
124
+ function TextareaField_withLabel(label, attributes) {
125
+ return new TextareaFieldModule_Attributes(attributes.FieldId, label, attributes.Placeholder, attributes.AutoComplete, attributes.AutoFocus, attributes.Cols, attributes.Rows, attributes.IsWrapHard);
126
+ }
127
+ function TextareaField_withPlaceholder(placeholder, attributes) {
128
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, placeholder, attributes.AutoComplete, attributes.AutoFocus, attributes.Cols, attributes.Rows, attributes.IsWrapHard);
129
+ }
130
+ function TextareaField_withAutoComplete(autoComplete, attributes) {
131
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, autoComplete, attributes.AutoFocus, attributes.Cols, attributes.Rows, attributes.IsWrapHard);
132
+ }
133
+ function TextareaField_withAutoFocus_Z2A5DDBE0(attributes) {
134
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, true, attributes.Cols, attributes.Rows, attributes.IsWrapHard);
135
+ }
136
+ function TextareaField_withCols(cols, attributes) {
137
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.AutoFocus, cols, attributes.Rows, attributes.IsWrapHard);
138
+ }
139
+ function TextareaField_withRows(rows, attributes) {
140
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.AutoFocus, attributes.Cols, rows, attributes.IsWrapHard);
141
+ }
142
+ function TextareaField_withWrapHard_Z2A5DDBE0(attributes) {
143
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.AutoFocus, attributes.Cols, attributes.Rows, true);
144
+ }
145
+ function TextareaField_withWrapSoft_Z2A5DDBE0(attributes) {
146
+ return new TextareaFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.AutoFocus, attributes.Cols, attributes.Rows, false);
147
+ } //# sourceMappingURL=TextareaField.fs.ts.map
148
+
149
+ //# sourceMappingURL=TextareaField.fs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete","cols","rows"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA6BmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,+BACcC,SACF,IACM,WACC,WACH,OACL,WACA,WACM;;;WAIjB,IAAA,+BAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,UAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACuBE,aADvBF,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,UAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EACwBG,cADxBH,WAAAA,SAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,UAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EACgB,MADhBA,WAAAA,IAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,UAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA,EACgBI,MADhBJ,WAAAA,IAAAA,EAAAA,WAAAA,UAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA,EAAAA,WAAAA,IAAAA,EACgBK,MADhBL,WAAAA,UAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,IAAAA,EACiB;;;WAIjB,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,IAAAA,EACiB"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["./TextareaField.fs"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete","cols","rows"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BmBA,sDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;uUAQ/B,oFAAAC,OAAAC;;;;;;;;;;;;;WAKA,mCACcC,SACF,IACM,WACC,WACH,OACL,WACA,WACM;;;;WAIjB,mCAAA,AAAAC,oBACYC,OADZ,AAAAD,wBAAA,AAAAA,yBAAA,AAAAA,sBAAA,AAAAA,iBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBACuBE,aADvB,AAAAF,yBAAA,AAAAA,sBAAA,AAAAA,iBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBACwBG,cADxB,AAAAH,sBAAA,AAAAA,iBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBACgB,MADhB,AAAAA,iBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,sBACgBI,MADhB,AAAAJ,iBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,sBAAA,AAAAA,iBACgBK,MADhB,AAAAL;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,sBAAA,AAAAA,iBAAA,AAAAA,iBACiB;;;;WAIjB,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,sBAAA,AAAAA,iBAAA,AAAAA,iBACiB","file":null,"sourcesContent":null,"sourceRoot":null}
@@ -0,0 +1,108 @@
1
+ namespace Fable.Form.Simple.Fields.Html
2
+
3
+ open Fable.Form
4
+
5
+ module TimeField =
6
+
7
+ [<NoComparison>]
8
+ type Attributes =
9
+ {
10
+ FieldId: string
11
+ /// <summary>
12
+ /// Label to display
13
+ /// </summary>
14
+ Label: string
15
+ /// <summary>
16
+ /// Placeholder to display when the field is empty
17
+ /// </summary>
18
+ Placeholder: string option
19
+ /// <summary>
20
+ /// A list of HTML attributes to add to the generated field
21
+ /// </summary>
22
+ AutoComplete: string option
23
+ AutoFocus: bool
24
+ Max: float option
25
+ Min: float option
26
+ Step: float option
27
+ }
28
+
29
+ interface Field.IAttributes with
30
+ member this.GetFieldId() = this.FieldId
31
+
32
+ type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
33
+
34
+ let form<'Values, 'Field, 'Output>
35
+ : ((InnerField<'Values> -> 'Field)
36
+ -> Base.FieldConfig<Attributes, string, 'Values, 'Output>
37
+ -> Base.Form<'Values, 'Output, 'Field>) =
38
+ Base.field System.String.IsNullOrEmpty
39
+
40
+ type TimeField =
41
+
42
+ static member create(fieldId: string) : TimeField.Attributes =
43
+ {
44
+ FieldId = fieldId
45
+ Label = ""
46
+ Placeholder = None
47
+ AutoComplete = None
48
+ AutoFocus = false
49
+ Max = None
50
+ Min = None
51
+ Step = None
52
+ }
53
+
54
+ static member withLabel (label: string) (attributes: TimeField.Attributes) =
55
+ { attributes with
56
+ Label = label
57
+ }
58
+
59
+ static member withPlaceholder (placeholder: string) (attributes: TimeField.Attributes) =
60
+ { attributes with
61
+ Placeholder = Some placeholder
62
+ }
63
+
64
+ static member withAutoComplete (autoComplete: string) (attributes: TimeField.Attributes) =
65
+ { attributes with
66
+ AutoComplete = Some autoComplete
67
+ }
68
+
69
+ static member withAutoFocus(attributes: TimeField.Attributes) =
70
+ { attributes with
71
+ AutoFocus = true
72
+ }
73
+
74
+ static member withMax(max: float) =
75
+ fun (attributes: TimeField.Attributes) ->
76
+ { attributes with
77
+ Max = Some max
78
+ }
79
+
80
+ static member withMax(max: int) =
81
+ fun (attributes: TimeField.Attributes) ->
82
+ { attributes with
83
+ Max = Some(float max)
84
+ }
85
+
86
+ static member withMin(min: float) =
87
+ fun (attributes: TimeField.Attributes) ->
88
+ { attributes with
89
+ Min = Some min
90
+ }
91
+
92
+ static member withMin(min: int) =
93
+ fun (attributes: TimeField.Attributes) ->
94
+ { attributes with
95
+ Min = Some(float min)
96
+ }
97
+
98
+ static member withStep(step: float) =
99
+ fun (attributes: TimeField.Attributes) ->
100
+ { attributes with
101
+ Step = Some step
102
+ }
103
+
104
+ static member withStep(step: int) =
105
+ fun (attributes: TimeField.Attributes) ->
106
+ { attributes with
107
+ Step = Some(float step)
108
+ }