@f1studio/form-spec 5.0.0-alpha.107 → 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/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -0
  9. package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts.map +1 -0
  10. package/FormSpec.FS/Interop/FormSpec.Values.Api.Option.d.ts.map +1 -0
  11. package/FormSpec.FS/Logging/LogTypes.d.ts.map +1 -0
  12. package/FormSpec.FS/Migrator.d.ts.map +1 -0
  13. package/FormSpec.FS/PathwayDataExtractor.d.ts.map +1 -0
  14. package/FormSpec.FS/PathwayExecutor.d.ts.map +1 -0
  15. package/FormSpec.FS/PathwayValidator.d.ts.map +1 -0
  16. package/FormSpec.FS/PluginInterface.d.ts.map +1 -0
  17. package/FormSpec.FS/Prelude.d.ts.map +1 -0
  18. package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.d.ts.map +1 -0
  19. package/FormSpec.FS/Renderers/MermaidRenderer.d.ts.map +1 -0
  20. package/FormSpec.FS/Renderers/PathwayRenderers.d.ts.map +1 -0
  21. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.js.map +1 -0
  22. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts.map +1 -0
  23. package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -0
  24. package/FormSpec.TS/FormSpec.FS/Designer.ts.map +1 -0
  25. package/FormSpec.TS/{FormSpec.js.map → FormSpec.FS/FormSpec.js.map} +1 -1
  26. package/FormSpec.TS/{FormSpec.ts.map → FormSpec.FS/FormSpec.ts.map} +1 -1
  27. package/FormSpec.TS/{FormSpecHelpers.js → FormSpec.FS/FormSpecHelpers.js} +1 -1
  28. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -0
  29. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +1 -0
  30. package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -0
  31. package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +1 -0
  32. package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -0
  33. package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +1 -0
  34. package/FormSpec.TS/FormSpec.FS/Interfaces.js.map +1 -0
  35. package/FormSpec.TS/FormSpec.FS/Interfaces.ts.map +1 -0
  36. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.js +2 -2
  37. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -0
  38. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +1 -0
  39. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.js +2 -2
  40. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -0
  41. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +1 -0
  42. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.js +2 -2
  43. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +1 -0
  44. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.ts.map +1 -0
  45. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.js.map +1 -0
  46. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.ts.map +1 -0
  47. package/FormSpec.TS/{Migrator.js → FormSpec.FS/Migrator.js} +1 -1
  48. package/FormSpec.TS/FormSpec.FS/Migrator.js.map +1 -0
  49. package/FormSpec.TS/FormSpec.FS/Migrator.ts.map +1 -0
  50. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.js.map +1 -0
  51. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.ts.map +1 -0
  52. package/FormSpec.TS/{PathwayExecutor.js → FormSpec.FS/PathwayExecutor.js} +1 -1
  53. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js.map +1 -0
  54. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.ts.map +1 -0
  55. package/FormSpec.TS/FormSpec.FS/PathwayValidator.js.map +1 -0
  56. package/FormSpec.TS/FormSpec.FS/PathwayValidator.ts.map +1 -0
  57. package/FormSpec.TS/FormSpec.FS/PluginInterface.js.map +1 -0
  58. package/FormSpec.TS/FormSpec.FS/PluginInterface.ts.map +1 -0
  59. package/FormSpec.TS/FormSpec.FS/Prelude.js.map +1 -0
  60. package/FormSpec.TS/FormSpec.FS/Prelude.ts.map +1 -0
  61. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -0
  62. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +1 -0
  63. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.js.map +1 -0
  64. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.ts.map +1 -0
  65. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js.map +1 -0
  66. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.ts.map +1 -0
  67. package/FormSpec.TS/PathwayExecutor.withPlugins.js +28 -0
  68. package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -0
  69. package/FormSpec.TS/PluginRegistration.js +18 -0
  70. package/FormSpec.TS/PluginRegistration.js.map +1 -0
  71. package/FormSpec.TS/PluginRegistration.ts.map +1 -0
  72. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs +47 -0
  73. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js +93 -0
  74. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +1 -0
  75. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.ts.map +1 -0
  76. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs +49 -0
  77. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js +127 -0
  78. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +1 -0
  79. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.ts.map +1 -0
  80. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs +52 -0
  81. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js +105 -0
  82. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +1 -0
  83. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.ts.map +1 -0
  84. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs +54 -0
  85. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js +105 -0
  86. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +1 -0
  87. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.ts.map +1 -0
  88. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs +48 -0
  89. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js +83 -0
  90. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +1 -0
  91. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.ts.map +1 -0
  92. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Fable.Form.Simple.Bulma.fableproj +53 -0
  93. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs +132 -0
  94. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js +276 -0
  95. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +1 -0
  96. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.ts.map +1 -0
  97. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs +537 -0
  98. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js +263 -0
  99. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +1 -0
  100. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.ts.map +1 -0
  101. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs +361 -0
  102. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js +576 -0
  103. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +1 -0
  104. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.ts.map +1 -0
  105. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs +52 -0
  106. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js +73 -0
  107. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +1 -0
  108. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.ts.map +1 -0
  109. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs +246 -0
  110. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js +226 -0
  111. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +1 -0
  112. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.ts.map +1 -0
  113. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs +52 -0
  114. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js +116 -0
  115. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +1 -0
  116. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.ts.map +1 -0
  117. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs +56 -0
  118. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js +95 -0
  119. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +1 -0
  120. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.ts.map +1 -0
  121. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs +46 -0
  122. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js +77 -0
  123. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +1 -0
  124. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.ts.map +1 -0
  125. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs +51 -0
  126. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js +103 -0
  127. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +1 -0
  128. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.ts.map +1 -0
  129. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs +49 -0
  130. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js +87 -0
  131. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +1 -0
  132. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.ts.map +1 -0
  133. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs +60 -0
  134. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js +69 -0
  135. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +1 -0
  136. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.ts.map +1 -0
  137. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs +79 -0
  138. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js +134 -0
  139. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +1 -0
  140. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.ts.map +1 -0
  141. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs +44 -0
  142. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js +77 -0
  143. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +1 -0
  144. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.ts.map +1 -0
  145. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs +49 -0
  146. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js +87 -0
  147. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +1 -0
  148. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.ts.map +1 -0
  149. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs +59 -0
  150. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js +87 -0
  151. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +1 -0
  152. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.ts.map +1 -0
  153. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs +44 -0
  154. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js +77 -0
  155. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +1 -0
  156. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.ts.map +1 -0
  157. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs +143 -0
  158. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js +154 -0
  159. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +1 -0
  160. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.ts.map +1 -0
  161. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs +36 -0
  162. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js +76 -0
  163. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +1 -0
  164. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.ts.map +1 -0
  165. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs +49 -0
  166. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js +88 -0
  167. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +1 -0
  168. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.ts.map +1 -0
  169. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs +67 -0
  170. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js +121 -0
  171. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +1 -0
  172. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.ts.map +1 -0
  173. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs +70 -0
  174. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js +121 -0
  175. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +1 -0
  176. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map +1 -0
  177. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs +76 -0
  178. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js +91 -0
  179. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +1 -0
  180. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts.map +1 -0
  181. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/Fable.Form.Simple.Fields.Html.fableproj +45 -0
  182. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs +105 -0
  183. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js +161 -0
  184. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +1 -0
  185. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts.map +1 -0
  186. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs +66 -0
  187. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js +110 -0
  188. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +1 -0
  189. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts.map +1 -0
  190. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs +72 -0
  191. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js +108 -0
  192. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +1 -0
  193. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts.map +1 -0
  194. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs +102 -0
  195. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js +157 -0
  196. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +1 -0
  197. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts.map +1 -0
  198. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs +83 -0
  199. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js +164 -0
  200. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +1 -0
  201. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.ts.map +1 -0
  202. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs +83 -0
  203. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js +119 -0
  204. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +1 -0
  205. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.ts.map +1 -0
  206. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs +63 -0
  207. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js +110 -0
  208. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +1 -0
  209. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.ts.map +1 -0
  210. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs +83 -0
  211. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js +164 -0
  212. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +1 -0
  213. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts.map +1 -0
  214. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs +92 -0
  215. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js +149 -0
  216. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +1 -0
  217. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts.map +1 -0
  218. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs +108 -0
  219. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js +161 -0
  220. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +1 -0
  221. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.ts.map +1 -0
  222. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js.map +1 -1
  223. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs +52 -0
  224. package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Interop.fs.js → Feliz.2.8.0/DateParsing.fs.js} +27 -37
  225. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +1 -0
  226. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.ts.map +1 -0
  227. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Feliz.fableproj +14 -3
  228. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs +11 -0
  229. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js +25 -0
  230. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +1 -0
  231. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.ts.map +1 -0
  232. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs +176 -0
  233. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js +179 -0
  234. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js.map +1 -0
  235. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.ts.map +1 -0
  236. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs +29 -0
  237. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js +19 -0
  238. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js.map +1 -0
  239. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js.map +1 -1
  240. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Length.fs +55 -1
  241. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs +5 -0
  242. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js.map +1 -1
  243. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/React.fs +77 -239
  244. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js.map +1 -1
  245. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.fs +20 -0
  246. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js.map +1 -1
  247. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs +3 -2
  248. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js.map +1 -1
  249. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs +4 -0
  250. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js.map +1 -1
  251. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Styles.fs +646 -8
  252. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js.map +1 -1
  253. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionTimingFunction.fs +62 -0
  254. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js.map +1 -1
  255. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts.map +1 -0
  256. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Bulma.fs +990 -0
  257. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs +179 -0
  258. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js +51 -0
  259. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +1 -0
  260. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts.map +1 -0
  261. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Feliz.Bulma.fableproj +32 -0
  262. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs +1986 -0
  263. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js +27 -0
  264. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +1 -0
  265. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.ts.map +1 -0
  266. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs +7 -0
  267. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js +31 -0
  268. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +1 -0
  269. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.ts.map +1 -0
  270. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/PropertyBuilders.fs +8 -0
  271. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs +14 -0
  272. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Glutinum.Feliz.ReactSignaturePadWrapper.fableproj +18 -0
  273. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Interop.fs +6 -0
  274. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs +32 -0
  275. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs +3 -0
  276. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js +7 -0
  277. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +1 -0
  278. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts.map +1 -0
  279. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.js.map +1 -1
  280. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.ts.map +1 -1
  281. package/FormSpec.TS/fable_modules/project_cracked.json +1 -1
  282. package/FormSpec.TS/plugins/bmi/src/BMIField.js +823 -0
  283. package/FormSpec.TS/plugins/bmi/src/BMIField.js.map +1 -0
  284. package/FormSpec.TS/plugins/bmi/src/BMIField.ts.map +1 -0
  285. package/FormSpec.TS/plugins/likert/src/LikertField.js +638 -0
  286. package/FormSpec.TS/plugins/likert/src/LikertField.js.map +1 -0
  287. package/FormSpec.TS/plugins/likert/src/LikertField.ts.map +1 -0
  288. package/FormSpec.TS/plugins/signature/src/SignatureField.js +294 -0
  289. package/FormSpec.TS/plugins/signature/src/SignatureField.js.map +1 -0
  290. package/FormSpec.TS/plugins/signature/src/SignatureField.ts.map +1 -0
  291. package/FormSpec.TS/plugins/vitals/src/VitalsField.js +1150 -0
  292. package/FormSpec.TS/plugins/vitals/src/VitalsField.js.map +1 -0
  293. package/FormSpec.TS/plugins/vitals/src/VitalsField.ts.map +1 -0
  294. package/PathwayExecutor.withPlugins.d.ts +11 -0
  295. package/PathwayExecutor.withPlugins.d.ts.map +1 -0
  296. package/PluginRegistration.d.ts +2 -0
  297. package/PluginRegistration.d.ts.map +1 -0
  298. package/README.md +7 -7
  299. package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts +147 -0
  300. package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts.map +1 -0
  301. package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts +19 -0
  302. package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts.map +1 -0
  303. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts +14 -0
  304. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts.map +1 -0
  305. package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts +14 -0
  306. package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts.map +1 -0
  307. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts +113 -0
  308. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts.map +1 -0
  309. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts +17 -0
  310. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts.map +1 -0
  311. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts +41 -0
  312. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts.map +1 -0
  313. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts +73 -0
  314. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts.map +1 -0
  315. package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts +9 -0
  316. package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts.map +1 -0
  317. package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts +3 -0
  318. package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts.map +1 -0
  319. package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts +6 -0
  320. package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts.map +1 -0
  321. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts +36 -0
  322. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts.map +1 -0
  323. package/fable_modules/Feliz.2.8.0/Types.fs.d.ts +7 -0
  324. package/fable_modules/Feliz.2.8.0/Types.fs.d.ts.map +1 -0
  325. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts +5 -0
  326. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts.map +1 -0
  327. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts +3 -0
  328. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts.map +1 -0
  329. package/package.json +15 -15
  330. package/plugins/bmi/src/BMIField.d.ts +52 -0
  331. package/plugins/bmi/src/BMIField.d.ts.map +1 -0
  332. package/plugins/likert/src/LikertField.d.ts +60 -0
  333. package/plugins/likert/src/LikertField.d.ts.map +1 -0
  334. package/plugins/signature/src/SignatureField.d.ts +34 -0
  335. package/plugins/signature/src/SignatureField.d.ts.map +1 -0
  336. package/plugins/vitals/src/VitalsField.d.ts +82 -0
  337. package/plugins/vitals/src/VitalsField.d.ts.map +1 -0
  338. package/src/{FormSpecHelpers.ts → FormSpec.FS/FormSpecHelpers.ts} +1 -1
  339. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.ts +4 -4
  340. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.ts +2 -2
  341. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.ts +2 -2
  342. package/src/{Migrator.ts → FormSpec.FS/Migrator.ts} +1 -1
  343. package/src/{PathwayExecutor.ts → FormSpec.FS/PathwayExecutor.ts} +1 -1
  344. package/src/PathwayExecutor.withPlugins.ts +10 -0
  345. package/src/PluginRegistration.ts +16 -0
  346. package/src/plugins/bmi/src/BMIField.ts +494 -0
  347. package/src/plugins/likert/src/LikertField.ts +420 -0
  348. package/src/plugins/signature/src/SignatureField.ts +185 -0
  349. package/src/plugins/vitals/src/VitalsField.ts +665 -0
  350. package/Components/HelloComponent.d.ts.map +0 -1
  351. package/Designer.d.ts.map +0 -1
  352. package/FormSpec.TS/Components/HelloComponent.js.map +0 -1
  353. package/FormSpec.TS/Components/HelloComponent.ts.map +0 -1
  354. package/FormSpec.TS/Designer.js.map +0 -1
  355. package/FormSpec.TS/Designer.ts.map +0 -1
  356. package/FormSpec.TS/FormSpecHelpers.js.map +0 -1
  357. package/FormSpec.TS/FormSpecHelpers.ts.map +0 -1
  358. package/FormSpec.TS/FormSpecValues.js.map +0 -1
  359. package/FormSpec.TS/FormSpecValues.ts.map +0 -1
  360. package/FormSpec.TS/Helpers.js.map +0 -1
  361. package/FormSpec.TS/Helpers.ts.map +0 -1
  362. package/FormSpec.TS/Interfaces.js.map +0 -1
  363. package/FormSpec.TS/Interfaces.ts.map +0 -1
  364. package/FormSpec.TS/Interop/FormSpec.Api.Helpers.js.map +0 -1
  365. package/FormSpec.TS/Interop/FormSpec.Api.Helpers.ts.map +0 -1
  366. package/FormSpec.TS/Interop/FormSpec.Api.Option.js.map +0 -1
  367. package/FormSpec.TS/Interop/FormSpec.Api.Option.ts.map +0 -1
  368. package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.js.map +0 -1
  369. package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.ts.map +0 -1
  370. package/FormSpec.TS/Logging/LogTypes.js.map +0 -1
  371. package/FormSpec.TS/Logging/LogTypes.ts.map +0 -1
  372. package/FormSpec.TS/Migrator.js.map +0 -1
  373. package/FormSpec.TS/Migrator.ts.map +0 -1
  374. package/FormSpec.TS/PathwayDataExtractor.js.map +0 -1
  375. package/FormSpec.TS/PathwayDataExtractor.ts.map +0 -1
  376. package/FormSpec.TS/PathwayExecutor.js.map +0 -1
  377. package/FormSpec.TS/PathwayExecutor.ts.map +0 -1
  378. package/FormSpec.TS/PathwayValidator.js.map +0 -1
  379. package/FormSpec.TS/PathwayValidator.ts.map +0 -1
  380. package/FormSpec.TS/PluginInterface.js.map +0 -1
  381. package/FormSpec.TS/PluginInterface.ts.map +0 -1
  382. package/FormSpec.TS/Prelude.js.map +0 -1
  383. package/FormSpec.TS/Prelude.ts.map +0 -1
  384. package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.js.map +0 -1
  385. package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.ts.map +0 -1
  386. package/FormSpec.TS/Renderers/MermaidRenderer.js.map +0 -1
  387. package/FormSpec.TS/Renderers/MermaidRenderer.ts.map +0 -1
  388. package/FormSpec.TS/Renderers/PathwayRenderers.js.map +0 -1
  389. package/FormSpec.TS/Renderers/PathwayRenderers.ts.map +0 -1
  390. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs +0 -83
  391. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.js.map +0 -1
  392. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.ts.map +0 -1
  393. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js +0 -561
  394. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js.map +0 -1
  395. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.ts.map +0 -1
  396. package/FormSpec.d.ts.map +0 -1
  397. package/FormSpecHelpers.d.ts.map +0 -1
  398. package/FormSpecValues.d.ts.map +0 -1
  399. package/Helpers.d.ts.map +0 -1
  400. package/Interfaces.d.ts.map +0 -1
  401. package/Interop/FormSpec.Api.Helpers.d.ts.map +0 -1
  402. package/Interop/FormSpec.Api.Option.d.ts.map +0 -1
  403. package/Interop/FormSpec.Values.Api.Option.d.ts.map +0 -1
  404. package/Logging/LogTypes.d.ts.map +0 -1
  405. package/Migrator.d.ts.map +0 -1
  406. package/PathwayDataExtractor.d.ts.map +0 -1
  407. package/PathwayExecutor.d.ts.map +0 -1
  408. package/PathwayValidator.d.ts.map +0 -1
  409. package/PluginInterface.d.ts.map +0 -1
  410. package/Prelude.d.ts.map +0 -1
  411. package/Renderers/FormSpecMarkdownRenderer.d.ts.map +0 -1
  412. package/Renderers/MermaidRenderer.d.ts.map +0 -1
  413. package/Renderers/PathwayRenderers.d.ts.map +0 -1
  414. /package/{Components → FormSpec.FS/Components}/HelloComponent.d.ts +0 -0
  415. /package/{Designer.d.ts → FormSpec.FS/Designer.d.ts} +0 -0
  416. /package/{FormSpec.d.ts → FormSpec.FS/FormSpec.d.ts} +0 -0
  417. /package/{FormSpecHelpers.d.ts → FormSpec.FS/FormSpecHelpers.d.ts} +0 -0
  418. /package/{FormSpecValues.d.ts → FormSpec.FS/FormSpecValues.d.ts} +0 -0
  419. /package/{Helpers.d.ts → FormSpec.FS/Helpers.d.ts} +0 -0
  420. /package/{Interfaces.d.ts → FormSpec.FS/Interfaces.d.ts} +0 -0
  421. /package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.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,73 @@
1
+ import { Option } from "@fable-org/fable-library-js/Option.js";
2
+ import { Record } from "@fable-org/fable-library-js/Types.js";
3
+ import { IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
4
+ import { TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
5
+ export interface ReactElement {
6
+ }
7
+ export interface ReactElementType {
8
+ }
9
+ export interface ReactElementType$1<props> extends ReactElementType {
10
+ }
11
+ export interface IRefValue$1<T> {
12
+ current: T;
13
+ }
14
+ export interface IContext$1<T> {
15
+ }
16
+ export interface ISSRContext$1<T> extends IContext$1<T> {
17
+ DefaultValue: T;
18
+ }
19
+ export interface IReactExports {
20
+ /**
21
+ * The React.Fragment component lets you return multiple elements in a render() method without creating an additional DOM element.
22
+ */
23
+ Fragment: ReactElementType$1<any>;
24
+ /**
25
+ * React.Suspense lets you specify the loading indicator in case some components in the tree below it are not yet ready to render. In the future we plan to let Suspense handle more scenarios such as data fetching.
26
+ */
27
+ Suspense: ReactElementType$1<any>;
28
+ /**
29
+ * The React version.
30
+ */
31
+ version: string;
32
+ /**
33
+ * Creates a Context object. When React renders a component that subscribes to this Context object it will read the current context value from the closest matching Provider above it in the tree.
34
+ */
35
+ createContext<T>(defaultValue: T): IContext$1<T>;
36
+ /**
37
+ * Create and return a new React element of the given type. The type argument can be either a tag name string (such as 'div' or 'span'), a React component type (a class or a function), or a React fragment type.
38
+ */
39
+ createElement(comp: any, props: any, ...children: Iterable<ReactElement>): ReactElement;
40
+ /**
41
+ * React.createRef creates a ref that can be attached to React elements via the ref attribute.
42
+ */
43
+ createRef<T>(initialValue: T): IRefValue$1<T>;
44
+ /**
45
+ * React.forwardRef creates a React component that forwards the ref attribute it receives to another component below in the tree.
46
+ */
47
+ forwardRef<props, T>(fn: ((arg0: props, arg1: Option<IRefValue$1<T>>) => ReactElement)): ReactElementType$1<props>;
48
+ /**
49
+ * React.lazy() lets you define a component that is loaded dynamically. This helps reduce the bundle size to delay loading components that aren’t used during the initial render.
50
+ */
51
+ lazy<TIn, TOut>(f: (() => Promise<TIn>)): TOut;
52
+ /**
53
+ * If your component renders the same result given the same props, you can wrap it in a call to React.memo for a performance boost in some cases by memoizing the result. This means that React will skip rendering the component, and reuse the last rendered result.
54
+ */
55
+ memo<props>(render: ((arg0: props) => ReactElement), areEqual: ((arg0: props, arg1: props) => boolean)): ReactElementType$1<props>;
56
+ /**
57
+ * React.startTransition lets you mark updates inside the provided callback as transitions. This method is designed to be used when React.useTransition is not available.
58
+ * Requires React 18.
59
+ */
60
+ startTransition(callback: (() => void)): void;
61
+ }
62
+ export declare class FragmentProps extends Record implements IEquatable<FragmentProps>, IComparable<FragmentProps> {
63
+ readonly key: string;
64
+ constructor(key: string);
65
+ }
66
+ export declare function FragmentProps_$reflection(): TypeInfo;
67
+ export interface IProp {
68
+ }
69
+ export interface IHTMLProp extends IProp {
70
+ }
71
+ export interface IFragmentProp extends IProp {
72
+ }
73
+ //# sourceMappingURL=Fable.React.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Fable.React.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAC9D,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAC9E,OAAO,EAA4B,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAE/F,MAAM,WAAW,YAAY;CAE5B;AAED,MAAM,WAAW,gBAAgB;CAEhC;AAED,MAAM,WAAW,kBAAkB,CAAC,KAAK,CAAE,SAAQ,gBAAgB;CAElE;AAED,MAAM,WAAW,WAAW,CAAC,CAAC;IAC1B,OAAO,EAAE,CAAC,CAAA;CACb;AAED,MAAM,WAAW,UAAU,CAAC,CAAC;CAE5B;AAED,MAAM,WAAW,aAAa,CAAC,CAAC,CAAE,SAAQ,UAAU,CAAC,CAAC,CAAC;IACnD,YAAY,EAAE,CAAC,CAAA;CAClB;AAED,MAAM,WAAW,aAAa;IAC1B;;OAEG;IACH,QAAQ,EAAE,kBAAkB,CAAC,GAAG,CAAC,CAAC;IAClC;;OAEG;IACH,QAAQ,EAAE,kBAAkB,CAAC,GAAG,CAAC,CAAC;IAClC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,aAAa,CAAC,CAAC,EAAE,YAAY,EAAE,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC;IACjD;;OAEG;IACH,aAAa,CAAC,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,GAAG,QAAQ,EAAE,QAAQ,CAAC,YAAY,CAAC,GAAG,YAAY,CAAC;IACxF;;OAEG;IACH,SAAS,CAAC,CAAC,EAAE,YAAY,EAAE,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;IAC9C;;OAEG;IACH,UAAU,CAAC,KAAK,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,YAAY,CAAC,GAAG,kBAAkB,CAAC,KAAK,CAAC,CAAC;IACnH;;OAEG;IACH,IAAI,CAAC,GAAG,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,MAAM,OAAO,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;IAC/C;;OAEG;IACH,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,IAAI,EAAE,KAAK,KAAK,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,KAAK,OAAO,CAAC,GAAG,kBAAkB,CAAC,KAAK,CAAC,CAAC;IACnI;;;OAGG;IACH,eAAe,CAAC,QAAQ,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CAAA;CAChD;AAED,qBAAa,aAAc,SAAQ,MAAO,YAAW,UAAU,CAAC,aAAa,CAAC,EAAE,WAAW,CAAC,aAAa,CAAC;IACtG,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;gBACT,GAAG,EAAE,MAAM;CAI1B;AAED,wBAAgB,yBAAyB,IAAI,QAAQ,CAEpD;AAED,MAAM,WAAW,KAAK;CAErB;AAED,MAAM,WAAW,SAAU,SAAQ,KAAK;CAEvC;AAED,MAAM,WAAW,aAAc,SAAQ,KAAK;CAE3C"}
@@ -0,0 +1,9 @@
1
+ import { int32, float64 } from "@fable-org/fable-library-js/Int32.js";
2
+ /**
3
+ * Creates a color from components [hue](https://en.wikipedia.org/wiki/Hue), [saturation](https://en.wikipedia.org/wiki/Colorfulness) and [lightness](https://en.wikipedia.org/wiki/Lightness) where hue is a number that goes from 0 to 360 and both
4
+ * the `saturation` and `lightness` go from 0 to 100 as they are percentages.
5
+ */
6
+ export declare function hsl(hue: float64, saturation: float64, lightness: float64): string;
7
+ export declare function rgb(r: int32, g: int32, b: int32): string;
8
+ export declare function rgba<$a>(r: int32, g: int32, b: int32, a: $a): string;
9
+ //# sourceMappingURL=Colors.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Colors.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,sCAAsC,CAAC;AAEtE;;;GAGG;AACH,wBAAgB,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,GAAG,MAAM,CAEjF;AAED,wBAAgB,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,CAExD;AAED,wBAAgB,IAAI,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,GAAG,MAAM,CAEpE"}
@@ -0,0 +1,3 @@
1
+ import { IReactApi } from "./ReactTypes.fs.js";
2
+ export declare const reactApi: IReactApi;
3
+ //# sourceMappingURL=Interop.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Interop.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,eAAO,MAAM,QAAQ,EAAE,SAAiB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export function useEffect(getDisposable: any): void;
2
+ export function useEffectWithDeps(getDisposable: any, deps: any): void;
3
+ export function useLayoutEffect(getDisposable: any): void;
4
+ export function useLayoutEffectWithDeps(getDisposable: any, deps: any): void;
5
+ export function useDebugValue(value: any, formatter: any): void;
6
+ //# sourceMappingURL=ReactInterop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactInterop.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.js"],"names":[],"mappings":"AAKO,oDAON;AAEM,uEAON;AAEM,0DAON;AAEM,6EAON;AAEM,gEAAgF"}
@@ -0,0 +1,36 @@
1
+ import { IRefValue$1, IContext$1, ReactElement } from "../Fable.React.Types.18.3.0/Fable.React.fs.js";
2
+ export interface ReactChildren {
3
+ toArray(arg0: ReactElement): Iterable<ReactElement>;
4
+ toArray(arg0: Iterable<ReactElement>): Iterable<ReactElement>;
5
+ }
6
+ export interface IReactApi {
7
+ Children: ReactChildren;
8
+ StrictMode: any;
9
+ Suspense: any;
10
+ createContext<a>(defaultValue: a): IContext$1<a>;
11
+ createElement(comp: any, props: any): ReactElement;
12
+ createElement(comp: any, props: any, ...children: Iterable<ReactElement>): ReactElement;
13
+ forwardRef<props, t>(render: ((arg0: props, arg1: IRefValue$1<t>) => ReactElement)): ((arg0: props) => ((arg0: IRefValue$1<t>) => ReactElement));
14
+ memo<props>(render: ((arg0: props) => ReactElement), areEqual: ((arg0: props, arg1: props) => boolean)): ((arg0: props) => ReactElement);
15
+ useCallback<a, b>(callbackFunction: ((arg0: a) => b), dependencies: any[]): ((arg0: a) => b);
16
+ useContext<a>(ctx: IContext$1<a>): a;
17
+ useEffect(arg0: any, dependencies: any[]): void;
18
+ useEffect(arg0: any): void;
19
+ useEffect(effect: (() => void)): void;
20
+ useEffect(effect: (() => void), dependencies: any[]): void;
21
+ useImperativeHandle<t>(ref: IRefValue$1<t>, createHandle: (() => t), dependencies: any[]): void;
22
+ useMemo<a>(createFunction: (() => a), dependencies: any[]): a;
23
+ useReducer<state, msg>(arg0: ((arg0: state, arg1: msg) => state), arg1: state): [state, ((arg0: msg) => void)];
24
+ useState<t, u>(initial: t): [u, ((arg0: u) => void)];
25
+ }
26
+ export interface IReactRoot {
27
+ /**
28
+ * Renders the provided React element into the DOM in the supplied container.
29
+ */
30
+ render(arg0: ReactElement): void;
31
+ /**
32
+ * Removes a mounted React component from the DOM and cleans up its event handlers and state.
33
+ */
34
+ unmount(): void;
35
+ }
36
+ //# sourceMappingURL=ReactTypes.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactTypes.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,7 @@
1
+ export interface IReactProperty {
2
+ }
3
+ export interface IStyleAttribute {
4
+ }
5
+ export interface ISvgAttribute {
6
+ }
7
+ //# sourceMappingURL=Types.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Types.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,cAAc;CAE9B;AAED,MAAM,WAAW,eAAe;CAE/B;AAED,MAAM,WAAW,aAAa;CAE7B"}
@@ -0,0 +1,5 @@
1
+ import { FSharpList } from "@fable-org/fable-library-js/List.js";
2
+ import { IReactProperty } from "../Feliz.2.8.0/Types.fs.js";
3
+ export declare function Helpers_extractClasses(xs: FSharpList<IReactProperty>): [FSharpList<string>, FSharpList<IReactProperty>];
4
+ export declare function Helpers_combineClasses(cn: string, xs: FSharpList<IReactProperty>): FSharpList<IReactProperty>;
5
+ //# sourceMappingURL=ElementBuilders.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ElementBuilders.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwB,UAAU,EAAQ,MAAM,qCAAqC,CAAC;AAC7F,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAI5D,wBAAgB,sBAAsB,CAAC,EAAE,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,CAAC,CAYvH;AAED,wBAAgB,sBAAsB,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,UAAU,CAAC,cAAc,CAAC,CAG7G"}
@@ -0,0 +1,3 @@
1
+ export interface ISignaturePadProperty {
2
+ }
3
+ //# sourceMappingURL=Types.fs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Types.fs.d.ts","sourceRoot":"","sources":["../../../FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,qBAAqB;CAErC"}
package/package.json CHANGED
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@f1studio/form-spec",
3
- "version": "5.0.0-alpha.107",
3
+ "version": "5.0.0-alpha.108",
4
4
  "description": "F1 Core - Form specification and types",
5
- "main": "./FormSpec.TS/Interop/FormSpec.Api.Option.js",
6
- "types": "./Interop/FormSpec.Api.Option.d.ts",
5
+ "main": "./FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js",
6
+ "types": "./FormSpec.FS/Interop/FormSpec.Api.Option.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
- "types": "./Interop/FormSpec.Api.Option.d.ts",
10
- "default": "./FormSpec.TS/Interop/FormSpec.Api.Option.js"
9
+ "types": "./FormSpec.FS/Interop/FormSpec.Api.Option.d.ts",
10
+ "default": "./FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js"
11
11
  },
12
12
  "./FormSpec": {
13
- "types": "./FormSpec.d.ts",
14
- "default": "./FormSpec.TS/FormSpec.js"
13
+ "types": "./FormSpec.FS/FormSpec.d.ts",
14
+ "default": "./FormSpec.TS/FormSpec.FS/FormSpec.js"
15
15
  },
16
16
  "./Interop/FormSpec.Api.Option": {
17
- "types": "./Interop/FormSpec.Api.Option.d.ts",
18
- "default": "./FormSpec.TS/Interop/FormSpec.Api.Option.js"
17
+ "types": "./FormSpec.FS/Interop/FormSpec.Api.Option.d.ts",
18
+ "default": "./FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js"
19
19
  },
20
20
  "./Interop/FormSpec.Values.Api.Option": {
21
- "types": "./Interop/FormSpec.Values.Api.Option.d.ts",
22
- "default": "./FormSpec.TS/Interop/FormSpec.Values.Api.Option.js"
21
+ "types": "./FormSpec.FS/Interop/FormSpec.Values.Api.Option.d.ts",
22
+ "default": "./FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js"
23
23
  },
24
24
  "./Interop/FormSpec.Api.Helpers": {
25
- "types": "./Interop/FormSpec.Api.Helpers.d.ts",
26
- "default": "./FormSpec.TS/Interop/FormSpec.Api.Helpers.js"
25
+ "types": "./FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts",
26
+ "default": "./FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js"
27
27
  },
28
28
  "./PathwayExecutor": {
29
- "types": "./PathwayExecutor.d.ts",
30
- "default": "./FormSpec.TS/PathwayExecutor.js"
29
+ "types": "./FormSpec.TS/PathwayExecutor.withPlugins.d.ts",
30
+ "default": "./FormSpec.TS/PathwayExecutor.withPlugins.js"
31
31
  }
32
32
  },
33
33
  "files": [
@@ -0,0 +1,52 @@
1
+ import { Record } from "@fable-org/fable-library-js/Types.js";
2
+ import { float64 } from "@fable-org/fable-library-js/Int32.js";
3
+ import { Option } from "@fable-org/fable-library-js/Option.js";
4
+ import { IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
5
+ import { TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
6
+ import { Field$3, IAttributes } from "../../../fable_modules/Fable.Form.3.0.0/Field.fs.js";
7
+ import { Form$3, FieldConfig$4 } from "../../../fable_modules/Fable.Form.3.0.0/Base.fs.js";
8
+ import { ReactElement } from "../../../fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js";
9
+ import { IStandardField$3, IField$1, StandardRenderFieldConfig$2 } from "../../../fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js";
10
+ import { Spec_FormField$1, Spec_FieldType_$union, Shared_PluginPropertyKey, Spec_PluginFieldConfig } from "../../../FormSpec.FS/FormSpec.js";
11
+ import { IPluginValueConverter } from "../../../FormSpec.FS/PluginInterface.js";
12
+ import { RenderPreviewProps$1 } from "../../../FormSpec.FS/Interfaces.js";
13
+ import { FieldDetails } from "../../../FormSpec.FS/Designer.js";
14
+ export declare class BMIField_BMIData extends Record implements IEquatable<BMIField_BMIData>, IComparable<BMIField_BMIData> {
15
+ readonly Height: float64;
16
+ readonly Weight: float64;
17
+ readonly BMI: Option<float64>;
18
+ readonly Category: Option<string>;
19
+ constructor(Height: float64, Weight: float64, BMI: Option<float64>, Category: Option<string>);
20
+ }
21
+ export declare function BMIField_BMIData_$reflection(): TypeInfo;
22
+ export declare class BMIField_Attributes extends Record implements IEquatable<BMIField_Attributes>, IComparable<BMIField_Attributes>, IAttributes {
23
+ readonly FieldId: string;
24
+ readonly Label: string;
25
+ constructor(FieldId: string, Label: string);
26
+ GetFieldId(): string;
27
+ }
28
+ export declare function BMIField_Attributes_$reflection(): TypeInfo;
29
+ export declare function BMIField_form<Values, Field, Output>(): ((arg0: ((arg0: Field$3<BMIField_Attributes, string, Values>) => Field)) => ((arg0: FieldConfig$4<BMIField_Attributes, string, Values, Output>) => Form$3<Values, Output, Field>));
30
+ export declare function BMIField_calculateBMI(height: float64, weight: float64): float64;
31
+ export declare function BMIField_getBMICategory(bmi: float64): string;
32
+ export declare function BMIField_parseBMIData(value: string): BMIField_BMIData;
33
+ export declare function BMIField_serializeBMIData(bmiData: BMIField_BMIData): string;
34
+ export declare function BMIField_BMIFieldComponent(config: StandardRenderFieldConfig$2<string, BMIField_Attributes>): ReactElement;
35
+ export declare class BMIField_Field$1<Values> extends IStandardField$3<Values, string, BMIField_Attributes> implements IField$1<Values> {
36
+ readonly innerField_1: Field$3<BMIField_Attributes, string, Values>;
37
+ constructor(innerField: Field$3<BMIField_Attributes, string, Values>);
38
+ "Fable.Form.Simple.Bulma.IStandardField`3.RenderFieldZ43FEF6DC"(config: StandardRenderFieldConfig$2<string, BMIField_Attributes>): ReactElement;
39
+ MapFieldValues<NewValues>(update: ((arg0: Values) => $a)): IField$1<$a>;
40
+ }
41
+ export declare function BMIField_Field$1_$reflection(gen0: TypeInfo): TypeInfo;
42
+ export declare function BMIField_Field$1_$ctor_Z1543D607<Values>(innerField: Field$3<BMIField_Attributes, string, Values>): BMIField_Field$1<Values>;
43
+ export declare function Form_bmiField<Values, Output>(config: FieldConfig$4<BMIField_Attributes, string, Values, Output>): Form$3<Values, Output, IField$1<Values>>;
44
+ export declare const Form_pluginConfig: Spec_PluginFieldConfig;
45
+ export declare const Form_PropertyKeys_Height: Shared_PluginPropertyKey;
46
+ export declare const Form_PropertyKeys_Weight: Shared_PluginPropertyKey;
47
+ export declare const Form_PropertyKeys_BMI: Shared_PluginPropertyKey;
48
+ export declare const Form_PropertyKeys_Category: Shared_PluginPropertyKey;
49
+ export declare const Form_enhancedBMIConverter: IPluginValueConverter;
50
+ export declare function Form_designerPreview(props: RenderPreviewProps$1<Spec_FieldType_$union>): ReactElement;
51
+ export declare function Form_markdownRenderer(field: Spec_FormField$1<Spec_FieldType_$union>, fieldDetails: FieldDetails): string;
52
+ //# sourceMappingURL=BMIField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BMIField.d.ts","sourceRoot":"","sources":["../../../../FormSpec.TS/plugins/bmi/src/BMIField.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,60 @@
1
+ import { Record } from "@fable-org/fable-library-js/Types.js";
2
+ import { IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
3
+ import { TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
4
+ import { FSharpList } from "@fable-org/fable-library-js/List.js";
5
+ import { Field$3, IAttributes } from "../../../fable_modules/Fable.Form.3.0.0/Field.fs.js";
6
+ import { Form$3, FieldConfig$4 } from "../../../fable_modules/Fable.Form.3.0.0/Base.fs.js";
7
+ import { FSharpMap } from "@fable-org/fable-library-js/Map.js";
8
+ import { ReactElement } from "../../../fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js";
9
+ import { IStandardField$3, IField$1, StandardRenderFieldConfig$2 } from "../../../fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js";
10
+ import { Spec_FormField$1, Spec_FieldType_$union, Spec_PluginFieldConfig } from "../../../FormSpec.FS/FormSpec.js";
11
+ import { IPluginValueConverter } from "../../../FormSpec.FS/PluginInterface.js";
12
+ import { RenderPreviewProps$1 } from "../../../FormSpec.FS/Interfaces.js";
13
+ import { FieldDetails } from "../../../FormSpec.FS/Designer.js";
14
+ export declare class LikertField_LikertItemConfig extends Record implements IEquatable<LikertField_LikertItemConfig>, IComparable<LikertField_LikertItemConfig> {
15
+ readonly Key: string;
16
+ readonly Label: string;
17
+ constructor(Key: string, Label: string);
18
+ }
19
+ export declare function LikertField_LikertItemConfig_$reflection(): TypeInfo;
20
+ export declare class LikertField_LikertOptionConfig extends Record implements IEquatable<LikertField_LikertOptionConfig>, IComparable<LikertField_LikertOptionConfig> {
21
+ readonly Value: string;
22
+ readonly Label: string;
23
+ readonly Description: string;
24
+ constructor(Value: string, Label: string, Description: string);
25
+ }
26
+ export declare function LikertField_LikertOptionConfig_$reflection(): TypeInfo;
27
+ export declare class LikertField_Attributes extends Record implements IEquatable<LikertField_Attributes>, IComparable<LikertField_Attributes>, IAttributes {
28
+ readonly FieldId: string;
29
+ readonly Label: string;
30
+ readonly Items: FSharpList<LikertField_LikertItemConfig>;
31
+ readonly Options: FSharpList<LikertField_LikertOptionConfig>;
32
+ constructor(FieldId: string, Label: string, Items: FSharpList<LikertField_LikertItemConfig>, Options: FSharpList<LikertField_LikertOptionConfig>);
33
+ GetFieldId(): string;
34
+ }
35
+ export declare function LikertField_Attributes_$reflection(): TypeInfo;
36
+ export declare function LikertField_form<Values, Field, Output>(): ((arg0: ((arg0: Field$3<LikertField_Attributes, FSharpMap<string, string>, Values>) => Field)) => ((arg0: FieldConfig$4<LikertField_Attributes, FSharpMap<string, string>, Values, Output>) => Form$3<Values, Output, Field>));
37
+ export declare function LikertField_LikertFieldComponent(config: StandardRenderFieldConfig$2<FSharpMap<string, string>, LikertField_Attributes>): ReactElement;
38
+ export declare class LikertField_Field$1<Values> extends IStandardField$3<Values, FSharpMap<string, string>, LikertField_Attributes> implements IField$1<Values> {
39
+ readonly innerField_1: Field$3<LikertField_Attributes, FSharpMap<string, string>, Values>;
40
+ constructor(innerField: Field$3<LikertField_Attributes, FSharpMap<string, string>, Values>);
41
+ "Fable.Form.Simple.Bulma.IStandardField`3.RenderFieldZ43FEF6DC"(config: StandardRenderFieldConfig$2<FSharpMap<string, string>, LikertField_Attributes>): ReactElement;
42
+ MapFieldValues<NewValues>(update: ((arg0: Values) => $a)): IField$1<$a>;
43
+ }
44
+ export declare function LikertField_Field$1_$reflection(gen0: TypeInfo): TypeInfo;
45
+ export declare function LikertField_Field$1_$ctor_3DBAD33C<Values>(innerField: Field$3<LikertField_Attributes, FSharpMap<string, string>, Values>): LikertField_Field$1<Values>;
46
+ /**
47
+ * Create a Likert scale field
48
+ */
49
+ export declare function Form_likertField<Values, Output>(config: FieldConfig$4<LikertField_Attributes, FSharpMap<string, string>, Values, Output>): Form$3<Values, Output, IField$1<Values>>;
50
+ export declare const Form_pluginConfig: Spec_PluginFieldConfig;
51
+ export declare const Form_likertConverter: IPluginValueConverter;
52
+ /**
53
+ * Designer preview for the Likert field
54
+ */
55
+ export declare function Form_designerPreview(props: RenderPreviewProps$1<Spec_FieldType_$union>): ReactElement;
56
+ /**
57
+ * Render Likert field results as Markdown
58
+ */
59
+ export declare function Form_markdownRenderer(field: Spec_FormField$1<Spec_FieldType_$union>, fieldDetails: FieldDetails): string;
60
+ //# sourceMappingURL=LikertField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LikertField.d.ts","sourceRoot":"","sources":["../../../../FormSpec.TS/plugins/likert/src/LikertField.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,34 @@
1
+ import { Record } from "@fable-org/fable-library-js/Types.js";
2
+ import { IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
3
+ import { Field$3, IAttributes } from "../../../fable_modules/Fable.Form.3.0.0/Field.fs.js";
4
+ import { TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
5
+ import { Form$3, FieldConfig$4 } from "../../../fable_modules/Fable.Form.3.0.0/Base.fs.js";
6
+ import { ReactElement } from "../../../fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js";
7
+ import { IStandardField$3, IField$1, StandardRenderFieldConfig$2 } from "../../../fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js";
8
+ import { Spec_FormField$1, Spec_FieldType_$union, Spec_PluginFieldConfig } from "../../../FormSpec.FS/FormSpec.js";
9
+ import { IPluginValueConverter } from "../../../FormSpec.FS/PluginInterface.js";
10
+ import { RenderPreviewProps$1 } from "../../../FormSpec.FS/Interfaces.js";
11
+ import { FieldDetails } from "../../../FormSpec.FS/Designer.js";
12
+ export declare class SignatureField_Attributes extends Record implements IEquatable<SignatureField_Attributes>, IComparable<SignatureField_Attributes>, IAttributes {
13
+ readonly FieldId: string;
14
+ readonly Label: string;
15
+ constructor(FieldId: string, Label: string);
16
+ GetFieldId(): string;
17
+ }
18
+ export declare function SignatureField_Attributes_$reflection(): TypeInfo;
19
+ export declare function SignatureField_form<Values, Field, Output>(): ((arg0: ((arg0: Field$3<SignatureField_Attributes, string, Values>) => Field)) => ((arg0: FieldConfig$4<SignatureField_Attributes, string, Values, Output>) => Form$3<Values, Output, Field>));
20
+ export declare function SignatureField_SignatureFieldComponent(config: StandardRenderFieldConfig$2<string, SignatureField_Attributes>): ReactElement;
21
+ export declare class SignatureField_Field$1<Values> extends IStandardField$3<Values, string, SignatureField_Attributes> implements IField$1<Values> {
22
+ readonly innerField_1: Field$3<SignatureField_Attributes, string, Values>;
23
+ constructor(innerField: Field$3<SignatureField_Attributes, string, Values>);
24
+ "Fable.Form.Simple.Bulma.IStandardField`3.RenderFieldZ43FEF6DC"(config: StandardRenderFieldConfig$2<string, SignatureField_Attributes>): ReactElement;
25
+ MapFieldValues<NewValues>(update: ((arg0: Values) => $a)): IField$1<$a>;
26
+ }
27
+ export declare function SignatureField_Field$1_$reflection(gen0: TypeInfo): TypeInfo;
28
+ export declare function SignatureField_Field$1_$ctor_Z4A53DCC7<Values>(innerField: Field$3<SignatureField_Attributes, string, Values>): SignatureField_Field$1<Values>;
29
+ export declare function Form_signatureField<Values, Output>(config: FieldConfig$4<SignatureField_Attributes, string, Values, Output>): Form$3<Values, Output, IField$1<Values>>;
30
+ export declare const Form_pluginConfig: Spec_PluginFieldConfig;
31
+ export declare const Form_signatureConverter: IPluginValueConverter;
32
+ export declare function Form_designerPreview(props: RenderPreviewProps$1<Spec_FieldType_$union>): ReactElement;
33
+ export declare function Form_markdownRenderer(field: Spec_FormField$1<Spec_FieldType_$union>, fieldDetails: FieldDetails): string;
34
+ //# sourceMappingURL=SignatureField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SignatureField.d.ts","sourceRoot":"","sources":["../../../../FormSpec.TS/plugins/signature/src/SignatureField.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,82 @@
1
+ import { Record } from "@fable-org/fable-library-js/Types.js";
2
+ import { Option } from "@fable-org/fable-library-js/Option.js";
3
+ import { float64 } from "@fable-org/fable-library-js/Int32.js";
4
+ import { IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
5
+ import { TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
6
+ import { Field$3, IAttributes } from "../../../fable_modules/Fable.Form.3.0.0/Field.fs.js";
7
+ import { Form$3, FieldConfig$4 } from "../../../fable_modules/Fable.Form.3.0.0/Base.fs.js";
8
+ import { ReactElement } from "../../../fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js";
9
+ import { IStandardField$3, IField$1, StandardRenderFieldConfig$2 } from "../../../fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js";
10
+ import { Spec_FormField$1, Spec_FieldType_$union, Shared_PluginPropertyKey, Spec_PluginFieldConfig } from "../../../FormSpec.FS/FormSpec.js";
11
+ import { IPluginValueConverter } from "../../../FormSpec.FS/PluginInterface.js";
12
+ import { RenderPreviewProps$1 } from "../../../FormSpec.FS/Interfaces.js";
13
+ import { FieldDetails } from "../../../FormSpec.FS/Designer.js";
14
+ export declare class VitalsField_VitalsData extends Record implements IEquatable<VitalsField_VitalsData>, IComparable<VitalsField_VitalsData> {
15
+ readonly Temperature: Option<float64>;
16
+ readonly SystolicBP: Option<float64>;
17
+ readonly DiastolicBP: Option<float64>;
18
+ readonly Pulse: Option<float64>;
19
+ readonly Respiration: Option<float64>;
20
+ readonly OxygenSaturation: Option<float64>;
21
+ readonly PainScale: Option<float64>;
22
+ constructor(Temperature: Option<float64>, SystolicBP: Option<float64>, DiastolicBP: Option<float64>, Pulse: Option<float64>, Respiration: Option<float64>, OxygenSaturation: Option<float64>, PainScale: Option<float64>);
23
+ }
24
+ export declare function VitalsField_VitalsData_$reflection(): TypeInfo;
25
+ export declare class VitalsField_VitalsConfig extends Record implements IEquatable<VitalsField_VitalsConfig>, IComparable<VitalsField_VitalsConfig> {
26
+ readonly IncludeTemperature: boolean;
27
+ readonly IncludeBP: boolean;
28
+ readonly IncludePulse: boolean;
29
+ readonly IncludeRespiration: boolean;
30
+ readonly IncludeOxygenSat: boolean;
31
+ readonly IncludePainScale: boolean;
32
+ constructor(IncludeTemperature: boolean, IncludeBP: boolean, IncludePulse: boolean, IncludeRespiration: boolean, IncludeOxygenSat: boolean, IncludePainScale: boolean);
33
+ }
34
+ export declare function VitalsField_VitalsConfig_$reflection(): TypeInfo;
35
+ export declare class VitalsField_Attributes extends Record implements IEquatable<VitalsField_Attributes>, IComparable<VitalsField_Attributes>, IAttributes {
36
+ readonly FieldId: string;
37
+ readonly Label: string;
38
+ readonly Config: VitalsField_VitalsConfig;
39
+ constructor(FieldId: string, Label: string, Config: VitalsField_VitalsConfig);
40
+ GetFieldId(): string;
41
+ }
42
+ export declare function VitalsField_Attributes_$reflection(): TypeInfo;
43
+ export declare function VitalsField_form<Values, Field, Output>(): ((arg0: ((arg0: Field$3<VitalsField_Attributes, string, Values>) => Field)) => ((arg0: FieldConfig$4<VitalsField_Attributes, string, Values, Output>) => Form$3<Values, Output, Field>));
44
+ export declare function VitalsField_isValidTemperature(temp: float64): boolean;
45
+ export declare function VitalsField_isValidSystolicBP(sys: float64): boolean;
46
+ export declare function VitalsField_isValidDiastolicBP(dia: float64): boolean;
47
+ export declare function VitalsField_isValidPulse(pulse: float64): boolean;
48
+ export declare function VitalsField_isValidRespiration(resp: float64): boolean;
49
+ export declare function VitalsField_isValidOxygenSat(sat: float64): boolean;
50
+ export declare function VitalsField_isValidPainScale(pain: float64): boolean;
51
+ export declare function VitalsField_isCriticalTemperature(temp: float64): boolean;
52
+ export declare function VitalsField_isNormalTemperature(temp: float64): boolean;
53
+ export declare function VitalsField_isCriticalSystolicBP(sys: float64): boolean;
54
+ export declare function VitalsField_isCriticalDiastolicBP(dia: float64): boolean;
55
+ export declare function VitalsField_isCriticalPulse(pulse: float64): boolean;
56
+ export declare function VitalsField_isCriticalRespiration(resp: float64): boolean;
57
+ export declare function VitalsField_isCriticalOxygenSat(sat: float64): boolean;
58
+ export declare function VitalsField_parseVitalsData(value: string): VitalsField_VitalsData;
59
+ export declare function VitalsField_serializeVitalsData(vitalsData: VitalsField_VitalsData): string;
60
+ export declare function VitalsField_getVitalStatus(value: Option<float64>, isValid: ((arg0: float64) => boolean), isCritical: ((arg0: float64) => boolean), isNormal: Option<((arg0: float64) => boolean)>): string;
61
+ export declare function VitalsField_VitalsFieldComponent(config: StandardRenderFieldConfig$2<string, VitalsField_Attributes>): ReactElement;
62
+ export declare class VitalsField_Field$1<Values> extends IStandardField$3<Values, string, VitalsField_Attributes> implements IField$1<Values> {
63
+ readonly innerField_1: Field$3<VitalsField_Attributes, string, Values>;
64
+ constructor(innerField: Field$3<VitalsField_Attributes, string, Values>);
65
+ "Fable.Form.Simple.Bulma.IStandardField`3.RenderFieldZ43FEF6DC"(config: StandardRenderFieldConfig$2<string, VitalsField_Attributes>): ReactElement;
66
+ MapFieldValues<NewValues>(update: ((arg0: Values) => $a)): IField$1<$a>;
67
+ }
68
+ export declare function VitalsField_Field$1_$reflection(gen0: TypeInfo): TypeInfo;
69
+ export declare function VitalsField_Field$1_$ctor_Z521739C7<Values>(innerField: Field$3<VitalsField_Attributes, string, Values>): VitalsField_Field$1<Values>;
70
+ export declare function Form_vitalsField<Values, Output>(config: FieldConfig$4<VitalsField_Attributes, string, Values, Output>): Form$3<Values, Output, IField$1<Values>>;
71
+ export declare const Form_pluginConfig: Spec_PluginFieldConfig;
72
+ export declare const Form_PropertyKeys_Temperature: Shared_PluginPropertyKey;
73
+ export declare const Form_PropertyKeys_SystolicBP: Shared_PluginPropertyKey;
74
+ export declare const Form_PropertyKeys_DiastolicBP: Shared_PluginPropertyKey;
75
+ export declare const Form_PropertyKeys_Pulse: Shared_PluginPropertyKey;
76
+ export declare const Form_PropertyKeys_Respiration: Shared_PluginPropertyKey;
77
+ export declare const Form_PropertyKeys_OxygenSaturation: Shared_PluginPropertyKey;
78
+ export declare const Form_PropertyKeys_PainScale: Shared_PluginPropertyKey;
79
+ export declare const Form_enhancedVitalsConverter: IPluginValueConverter;
80
+ export declare function Form_designerPreview(props: RenderPreviewProps$1<Spec_FieldType_$union>): ReactElement;
81
+ export declare function Form_markdownRenderer(field: Spec_FormField$1<Spec_FieldType_$union>, fieldDetails: FieldDetails): string;
82
+ //# sourceMappingURL=VitalsField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VitalsField.d.ts","sourceRoot":"","sources":["../../../../FormSpec.TS/plugins/vitals/src/VitalsField.ts"],"names":[],"mappings":"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"}
@@ -8,7 +8,7 @@ import { newGuid } from "@fable-org/fable-library-js/Guid.js";
8
8
  import { value as value_2, Option, bind } from "@fable-org/fable-library-js/Option.js";
9
9
  import { join } from "@fable-org/fable-library-js/String.js";
10
10
  import { map as map_1, toList as toList_1 } from "@fable-org/fable-library-js/Set.js";
11
- import { Auto_generateBoxedEncoder_437914C6, toString } from "./fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
11
+ import { Auto_generateBoxedEncoder_437914C6, toString } from "../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
12
12
  import { list_type } from "@fable-org/fable-library-js/Reflection.js";
13
13
  import { tryParse } from "@fable-org/fable-library-js/Double.js";
14
14
  import { FSharpRef } from "@fable-org/fable-library-js/Types.js";
@@ -1,15 +1,15 @@
1
1
  import { value as value_11, map, unwrap, defaultArgWith as defaultArgWith_1, Option, defaultArg as defaultArg_1 } from "@fable-org/fable-library-js/Option.js";
2
2
  import { tryPick, isEmpty, singleton, map as map_3, empty, ofArray as ofArray_1, ofSeq, fold, collect, tryFind, FSharpList } from "@fable-org/fable-library-js/List.js";
3
3
  import { join, printf, toConsole } from "@fable-org/fable-library-js/String.js";
4
- import { Auto_generateBoxedEncoder_437914C6, toString } from "../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
4
+ import { Auto_generateBoxedEncoder_437914C6, toString } from "../../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
5
5
  import { array_type, string_type, union_type, TypeInfo, obj_type } from "@fable-org/fable-library-js/Reflection.js";
6
- import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
6
+ import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
7
7
  import { equals, createObj, compare, IDisposable, disposeSafe, IEnumerator, getEnumerator, IMap, isArrayLike, uncurry2 } from "@fable-org/fable-library-js/Util.js";
8
8
  import { ClinicalPathway_StateType_$union, ClinicalPathway_TaskPriority_$union, ClinicalPathway_AlertSeverity_$union, ClinicalPathway_ReferralUrgency_$union, ClinicalPathway_ActionInfo_$union, ClinicalPathway_NavigateToFormAction, ClinicalPathway_ProblemAction, ClinicalPathway_AlertAction, ClinicalPathway_EducationAction, ClinicalPathway_ProcedureAction, ClinicalPathway_TestAction, ClinicalPathway_DocumentationAction, ClinicalPathway_FieldValueSource_$union, ClinicalPathway_SetFieldValueAction, ClinicalPathway_PrescriptionAction, ClinicalPathway_MedicationAction, ClinicalPathway_ReferralAction, Shared_FieldValue_$union, ClinicalPathway_ClinicalPathwaySpec, ClinicalPathway_PathRequirement, ClinicalPathway_ConstraintDefinition, ClinicalPathway_PathwayExecutionMode_SinglePathway, ClinicalPathway_SinglePathwayConfig, ClinicalPathway_SelectionStrategy_HighestPriority, ClinicalPathway_TransitionDefinition, ClinicalPathway_TransitionCondition_FieldCondition, Shared_ConditionValue_Single, ClinicalPathway_FieldEvaluator_Equals, Shared_TransitionKey, ClinicalPathway_StateType_Terminal, ClinicalPathway_TerminalInfo, ClinicalPathway_StateDefinition, ClinicalPathway_StateType_Action, ClinicalPathway_ActionInfo_Task, ClinicalPathway_TaskAction, ClinicalPathway_DueDate_Today, ClinicalPathway_TaskPriority_Medium, ClinicalPathway_TaskPriority_Low, ClinicalPathway_TaskPriority_High, Shared_StateKey, Spec_FieldType_PluginField, Spec_PluginFieldConfig, Spec_FieldType_Matrix, Spec_MatrixInfo, Spec_FormLifecycle_Blueprint, Spec_FieldType_Text, Spec_TextInfo, Spec_FieldType_CheckboxList, Spec_MultiChoiceInfo, Shared_FieldOptionKey, Spec_FieldType_Checkbox, Spec_BooleanInfo, Shared_FieldKey, Shared_FieldOption, Shared_FieldValue_Single, Shared_FieldValue_PluginData, Shared_PluginDataProperty, Shared_PluginPropertyKey, Shared_FieldValue_Matrix, Shared_MatrixAnswer, Shared_MatrixItemKey, Shared_FieldValue_Multiple, Shared_FieldAnswer, Spec_FormStep$1, Spec_FormField$1, Spec_FieldType_$union, Spec_FormSpec$1, Spec_FormSpec$1_$reflection, Spec_FieldType_$reflection } from "../FormSpec.js";
9
9
  import { FSharpResult$2_Ok, FSharpResult$2_Error, FSharpResult$2_$union } from "@fable-org/fable-library-js/Result.js";
10
10
  import { Union } from "@fable-org/fable-library-js/Types.js";
11
- import { IOptionalGetter, array as array_4, IGetters, dict as dict_1, string, IRequiredGetter, object, fromString as fromString_1 } from "../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
12
- import { ErrorReason_$union } from "../fable_modules/Thoth.Json.10.4.1/Types.fs.js";
11
+ import { IOptionalGetter, array as array_4, IGetters, dict as dict_1, string, IRequiredGetter, object, fromString as fromString_1 } from "../../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
12
+ import { ErrorReason_$union } from "../../fable_modules/Thoth.Json.10.4.1/Types.fs.js";
13
13
  import { ofSeq as ofSeq_1, FSharpMap } from "@fable-org/fable-library-js/Map.js";
14
14
  import { addToDict } from "@fable-org/fable-library-js/MapUtil.js";
15
15
  import { getFieldDetails as getFieldDetails_1, FieldDetails$1, findStepIndexForField, updateField } from "../FormSpecValues.js";
@@ -7,9 +7,9 @@ import { Spec_FormSpec$1_$reflection, Spec_FieldType_$reflection, Spec_FormLifec
7
7
  import { tryParse } from "@fable-org/fable-library-js/Guid.js";
8
8
  import { ofArray, reverse, empty, FSharpList, cons, map, toArray } from "@fable-org/fable-library-js/List.js";
9
9
  import { sumBy, tryFind, collect, map as map_1, fold } from "@fable-org/fable-library-js/Array.js";
10
- import { Auto_generateBoxedEncoder_437914C6, toString } from "../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
10
+ import { Auto_generateBoxedEncoder_437914C6, toString } from "../../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
11
11
  import { FSharpResult$2_$union, Result_ToOption } from "@fable-org/fable-library-js/Result.js";
12
- import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
12
+ import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
13
13
  import { printf, toConsole } from "@fable-org/fable-library-js/String.js";
14
14
 
15
15
  export class Types_FieldKeyTS extends Record implements IEquatable<Types_FieldKeyTS>, IComparable<Types_FieldKeyTS> {
@@ -13,9 +13,9 @@ import { ofArray, empty as empty_1, add as add_1, FSharpSet, toList as toList_1
13
13
  import { resultStepsMapToFormSpec, formSpecToResultStepsMap, formSpecToMetadata, FormSpecMetadata, FieldDetails$1 } from "../FormSpecValues.js";
14
14
  import { tryParse as tryParse_1, minValue, toString } from "@fable-org/fable-library-js/Date.js";
15
15
  import { buildFormSpecFromResultStepsMap } from "../FormSpecHelpers.js";
16
- import { Auto_generateBoxedEncoder_437914C6, toString as toString_1 } from "../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
16
+ import { Auto_generateBoxedEncoder_437914C6, toString as toString_1 } from "../../fable_modules/Thoth.Json.10.4.1/Encode.fs.js";
17
17
  import { FSharpResult$2_$union, Result_ToOption } from "@fable-org/fable-library-js/Result.js";
18
- import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
18
+ import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
19
19
 
20
20
  export class ValuesTypes_FieldAnswerTS extends Record implements IEquatable<ValuesTypes_FieldAnswerTS>, IComparable<ValuesTypes_FieldAnswerTS> {
21
21
  readonly FieldKey: Types_FieldKeyTS;
@@ -1,7 +1,7 @@
1
1
  import { Union } from "@fable-org/fable-library-js/Types.js";
2
2
  import { string_type, union_type, TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
3
3
  import { Spec_FieldType_$union, Spec_FieldType_$reflection, Spec_FormSpec$1_$reflection, Spec_FormSpec$1 } from "./FormSpec.js";
4
- import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "./fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
4
+ import { Auto_generateBoxedDecoder_Z6670B51, fromString } from "../fable_modules/Thoth.Json.10.4.1/Decode.fs.js";
5
5
  import { uncurry2 } from "@fable-org/fable-library-js/Util.js";
6
6
  import { FSharpResult$2_$union } from "@fable-org/fable-library-js/Result.js";
7
7