@f1studio/form-spec 5.0.0-alpha.149 → 5.0.0-alpha.152

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 (255) hide show
  1. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts.map +1 -1
  2. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts +5 -3
  3. package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts.map +1 -1
  4. package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.d.ts +19 -0
  5. package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.d.ts.map +1 -0
  6. package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.d.ts +39 -2
  7. package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.d.ts.map +1 -1
  8. package/FormSpec.FS/Interop/Facade/BlueprintFilledForm.d.ts +16 -0
  9. package/FormSpec.FS/Interop/Facade/BlueprintFilledForm.d.ts.map +1 -1
  10. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js +3 -3
  11. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +1 -1
  12. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js +2 -2
  13. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +1 -1
  14. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js +1 -1
  15. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +1 -1
  16. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js +23 -21
  17. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +1 -1
  18. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js +16 -7
  19. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +1 -1
  20. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.js +580 -0
  21. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.js.map +1 -0
  22. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js +199 -8
  23. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js.map +1 -1
  24. package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js +25 -1
  25. package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js.map +1 -1
  26. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Encode.js.map +1 -1
  27. package/README.md +7 -7
  28. package/package.json +13 -15
  29. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts +3 -3
  30. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts +3 -3
  31. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts +1 -1
  32. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts +25 -23
  33. package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts +19 -13
  34. package/src/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.ts +545 -0
  35. package/src/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.ts +120 -14
  36. package/src/FormSpec.FS/Interop/Facade/BlueprintFilledForm.ts +29 -1
  37. package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.ts.map +0 -1
  38. package/FormSpec.TS/FormSpec.FS/BlueprintValidation.ts.map +0 -1
  39. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts.map +0 -1
  40. package/FormSpec.TS/FormSpec.FS/Designer.ts.map +0 -1
  41. package/FormSpec.TS/FormSpec.FS/FormSpec.ts.map +0 -1
  42. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +0 -1
  43. package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +0 -1
  44. package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +0 -1
  45. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.ts.map +0 -1
  46. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts.map +0 -1
  47. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts.map +0 -1
  48. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.ts.map +0 -1
  49. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.ts.map +0 -1
  50. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.ts.map +0 -1
  51. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.ts.map +0 -1
  52. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.ts.map +0 -1
  53. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts.map +0 -1
  54. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts.map +0 -1
  55. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts.map +0 -1
  56. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts.map +0 -1
  57. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.ts.map +0 -1
  58. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.ts.map +0 -1
  59. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts.map +0 -1
  60. package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts.map +0 -1
  61. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.ts.map +0 -1
  62. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateDecodeTypes.ts.map +0 -1
  63. package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.ts.map +0 -1
  64. package/FormSpec.TS/FormSpec.FS/Integrations/OpenFda/OpenFdaTypes.ts.map +0 -1
  65. package/FormSpec.TS/FormSpec.FS/Interfaces.ts.map +0 -1
  66. package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.ts.map +0 -1
  67. package/FormSpec.TS/FormSpec.FS/Interop/Facade/FormAnswersGate.ts.map +0 -1
  68. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +0 -1
  69. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +0 -1
  70. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.ts.map +0 -1
  71. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.ts.map +0 -1
  72. package/FormSpec.TS/FormSpec.FS/Migrator.ts.map +0 -1
  73. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.ts.map +0 -1
  74. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.ts.map +0 -1
  75. package/FormSpec.TS/FormSpec.FS/PathwayValidator.ts.map +0 -1
  76. package/FormSpec.TS/FormSpec.FS/PluginInterface.ts.map +0 -1
  77. package/FormSpec.TS/FormSpec.FS/Prelude.ts.map +0 -1
  78. package/FormSpec.TS/FormSpec.FS/Provenance.ts.map +0 -1
  79. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +0 -1
  80. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.ts.map +0 -1
  81. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.ts.map +0 -1
  82. package/FormSpec.TS/PluginRegistration.ts.map +0 -1
  83. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Decode.ts.map +0 -1
  84. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Encode.ts.map +0 -1
  85. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Extra.ts.map +0 -1
  86. package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Types.ts.map +0 -1
  87. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Base.fs +0 -511
  88. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Base.fs.ts.map +0 -1
  89. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Error.fs +0 -16
  90. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Error.fs.ts.map +0 -1
  91. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Extensions.fs +0 -50
  92. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Extensions.fs.ts.map +0 -1
  93. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Fable.Form.fableproj +0 -28
  94. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Field.fs +0 -24
  95. package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Field.fs.ts.map +0 -1
  96. package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Fable.Form.Simple.fableproj +0 -31
  97. package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Form.fs +0 -178
  98. package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.ts.map +0 -1
  99. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs +0 -47
  100. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.ts.map +0 -1
  101. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs +0 -49
  102. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.ts.map +0 -1
  103. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs +0 -52
  104. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.ts.map +0 -1
  105. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs +0 -54
  106. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.ts.map +0 -1
  107. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs +0 -48
  108. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.ts.map +0 -1
  109. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Fable.Form.Simple.Bulma.fableproj +0 -53
  110. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs +0 -132
  111. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.ts.map +0 -1
  112. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs +0 -537
  113. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.ts.map +0 -1
  114. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs +0 -361
  115. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.ts.map +0 -1
  116. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs +0 -52
  117. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.ts.map +0 -1
  118. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs +0 -246
  119. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.ts.map +0 -1
  120. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs +0 -52
  121. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.ts.map +0 -1
  122. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs +0 -56
  123. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.ts.map +0 -1
  124. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs +0 -46
  125. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.ts.map +0 -1
  126. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs +0 -51
  127. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.ts.map +0 -1
  128. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs +0 -49
  129. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.ts.map +0 -1
  130. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs +0 -60
  131. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.ts.map +0 -1
  132. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs +0 -79
  133. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.ts.map +0 -1
  134. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs +0 -44
  135. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.ts.map +0 -1
  136. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs +0 -49
  137. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.ts.map +0 -1
  138. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs +0 -59
  139. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.ts.map +0 -1
  140. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs +0 -44
  141. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.ts.map +0 -1
  142. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs +0 -143
  143. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.ts.map +0 -1
  144. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs +0 -36
  145. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.ts.map +0 -1
  146. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs +0 -49
  147. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.ts.map +0 -1
  148. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs +0 -67
  149. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.ts.map +0 -1
  150. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs +0 -70
  151. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map +0 -1
  152. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs +0 -76
  153. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts.map +0 -1
  154. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/Fable.Form.Simple.Fields.Html.fableproj +0 -45
  155. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs +0 -105
  156. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts.map +0 -1
  157. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs +0 -66
  158. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts.map +0 -1
  159. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs +0 -72
  160. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts.map +0 -1
  161. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs +0 -102
  162. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts.map +0 -1
  163. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs +0 -83
  164. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.ts.map +0 -1
  165. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs +0 -83
  166. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.ts.map +0 -1
  167. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs +0 -63
  168. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.ts.map +0 -1
  169. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs +0 -83
  170. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts.map +0 -1
  171. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs +0 -92
  172. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts.map +0 -1
  173. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs +0 -108
  174. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.ts.map +0 -1
  175. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
  176. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.ts.map +0 -1
  177. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Fable.Promise.fableproj +0 -20
  178. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
  179. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Promise.fs.ts.map +0 -1
  180. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
  181. package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.ts.map +0 -1
  182. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Extensions.fs +0 -17
  183. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs +0 -152
  184. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.ts.map +0 -1
  185. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Types.fableproj +0 -28
  186. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs +0 -218
  187. package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.ts.map +0 -1
  188. package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.Types.fableproj +0 -27
  189. package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs +0 -82
  190. package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.ts.map +0 -1
  191. package/FormSpec.TS/fable_modules/Feliz.2.8.0/BorderStyle.fs +0 -59
  192. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs +0 -154
  193. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs.ts.map +0 -1
  194. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs +0 -52
  195. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.ts.map +0 -1
  196. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Feliz.fableproj +0 -53
  197. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Fonts.fs +0 -240
  198. package/FormSpec.TS/fable_modules/Feliz.2.8.0/GridTypes.fs +0 -24
  199. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs +0 -11
  200. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.ts.map +0 -1
  201. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Html.fs +0 -826
  202. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs +0 -176
  203. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.ts.map +0 -1
  204. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs +0 -29
  205. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.ts.map +0 -1
  206. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Key.fs +0 -65
  207. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Key.fs.ts.map +0 -1
  208. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Length.fs +0 -145
  209. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Locale.fs +0 -876
  210. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Properties.fs +0 -4085
  211. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Properties.fs.ts.map +0 -1
  212. package/FormSpec.TS/fable_modules/Feliz.2.8.0/React.fs +0 -494
  213. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactDOM.fs +0 -25
  214. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactDOM.fs.ts.map +0 -1
  215. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.fs +0 -20
  216. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs +0 -42
  217. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs.ts.map +0 -1
  218. package/FormSpec.TS/fable_modules/Feliz.2.8.0/StyleTypes.fs +0 -57
  219. package/FormSpec.TS/fable_modules/Feliz.2.8.0/StyleTypes.fs.ts.map +0 -1
  220. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Styles.fs +0 -6378
  221. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Svg.fs +0 -1455
  222. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Svg.fs.ts.map +0 -1
  223. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TextDecorationLine.fs +0 -13
  224. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TextDecorationStyle.fs +0 -33
  225. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Transform.fs +0 -181
  226. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransformOrigin.fs +0 -17
  227. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionProperty.fs +0 -162
  228. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionTimingFunction.fs +0 -62
  229. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs +0 -13
  230. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts.map +0 -1
  231. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Bulma.fs +0 -990
  232. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs +0 -179
  233. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts.map +0 -1
  234. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Feliz.Bulma.fableproj +0 -32
  235. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs +0 -1986
  236. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.ts.map +0 -1
  237. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs +0 -7
  238. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.ts.map +0 -1
  239. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/PropertyBuilders.fs +0 -8
  240. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs +0 -14
  241. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Glutinum.Feliz.ReactSignaturePadWrapper.fableproj +0 -18
  242. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Interop.fs +0 -6
  243. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs +0 -32
  244. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs +0 -3
  245. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts.map +0 -1
  246. package/FormSpec.TS/fable_modules/project_cracked.json +0 -1
  247. package/FormSpec.TS/plugins/allergyfinder/src/AllergyFinderField.ts.map +0 -1
  248. package/FormSpec.TS/plugins/allergyfinder/src/AllergyLogic.ts.map +0 -1
  249. package/FormSpec.TS/plugins/allergyfinder/src/OpenFdaClient.ts.map +0 -1
  250. package/FormSpec.TS/plugins/bmi/src/BMIField.ts.map +0 -1
  251. package/FormSpec.TS/plugins/demographics/src/DemographicsField.ts.map +0 -1
  252. package/FormSpec.TS/plugins/likert/src/LikertField.ts.map +0 -1
  253. package/FormSpec.TS/plugins/signature/src/SignatureField.ts.map +0 -1
  254. package/FormSpec.TS/plugins/vitals/src/VitalsField.ts.map +0 -1
  255. package/FormSpec.TS/plugins/vitals/src/VitalsLogic.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":null,"sourcesContent":null,"sourceRoot":null}
@@ -1,13 +0,0 @@
1
- namespace Feliz
2
-
3
- open Fable.Core
4
- open Feliz.Styles
5
-
6
- [<Erase>]
7
- type textDecorationLine =
8
- static member inline none : ITextDecorationLine = unbox "none"
9
- static member inline underline : ITextDecorationLine = unbox "underline"
10
- static member inline overline : ITextDecorationLine = unbox "overline"
11
- static member inline lineThrough : ITextDecorationLine = unbox "line-through"
12
- static member inline initial : ITextDecorationLine = unbox "initial"
13
- static member inline inheritFromParent : ITextDecorationLine = unbox "inherit"
@@ -1,33 +0,0 @@
1
- namespace Feliz
2
-
3
- open Fable.Core
4
- open Feliz.Styles
5
-
6
- [<Erase>]
7
- type textDecorationStyle =
8
- /// Default value. The line will display as a single line.
9
- ///
10
- /// See example https://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration-style&preval=solid
11
- static member inline solid : ITextDecoration = unbox "solid"
12
- /// The line will display as a double line.
13
- ///
14
- /// https://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration-style&preval=double
15
- static member inline double : ITextDecoration = unbox "double"
16
- /// The line will display as a dotted line.
17
- ///
18
- /// See example https://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration-style&preval=dotted
19
- static member inline dotted : ITextDecoration = unbox "dotted"
20
- /// The line will display as a dashed line.
21
- ///
22
- /// See example https://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration-style&preval=dashed
23
- static member inline dashed : ITextDecoration = unbox "dashed"
24
- /// The line will display as a wavy line.
25
- ///
26
- /// https://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration-style&preval=wavy
27
- static member inline wavy : ITextDecoration = unbox "wavy"
28
- /// Sets this property to its default value.
29
- ///
30
- /// See example https://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration-style&preval=initial
31
- static member inline initial : ITextDecoration = unbox "initial"
32
- /// Inherits this property from its parent element.
33
- static member inline inheritFromParent : ITextDecoration = unbox "inherit"
@@ -1,181 +0,0 @@
1
- namespace Feliz
2
-
3
- open Feliz.Styles
4
- open Fable.Core
5
-
6
- /// The transform CSS property lets you rotate, scale, skew, or translate an element.
7
- /// It modifies the coordinate space of the CSS [visual formatting model](https://developer.mozilla.org/en-US/docs/Web/CSS/Visual_formatting_model)
8
- [<Erase>]
9
- type transform =
10
- /// Defines that there should be no transformation.
11
- static member inline none = unbox<ITransformProperty> "none"
12
- /// Defines a 2D transformation, using a matrix of six values.
13
- static member inline matrix(x1: int, y1: int, z1: int, x2: int, y2: int, z2: int) =
14
- unbox<ITransformProperty> (
15
- "matrix(" +
16
- (unbox<string> x1) + "," +
17
- (unbox<string> y1) + "," +
18
- (unbox<string> z1) + "," +
19
- (unbox<string> x2) + "," +
20
- (unbox<string> y2) + "," +
21
- (unbox<string> z2) + ")"
22
- )
23
-
24
- /// Defines a 2D translation.
25
- static member inline translate(x: int, y: int) =
26
- unbox<ITransformProperty> (
27
- "translate(" + (unbox<string> x) + "px," + (unbox<string> y) + "px)"
28
- )
29
- /// Defines a 2D translation.
30
- static member inline translate(x: float, y: float) =
31
- unbox<ITransformProperty> (
32
- "translate(" + (unbox<string> x) + "px," + (unbox<string> y) + "px)"
33
- )
34
- /// Defines a 2D translation.
35
- static member inline translate(x: ICssUnit, y: ICssUnit) =
36
- unbox<ITransformProperty> (
37
- "translate(" + (unbox<string> x) + "," + (unbox<string> y) + ")"
38
- )
39
-
40
- /// Defines a 3D translation.
41
- static member inline translate3D(x: int, y: int, z: int) =
42
- unbox<ITransformProperty> (
43
- "translate3d(" + (unbox<string> x) + "px," + (unbox<string> y) + "px," + (unbox<string> z) + "px)"
44
- )
45
- /// Defines a 3D translation.
46
- static member inline translate3D(x: float, y: float, z: float) =
47
- unbox<ITransformProperty> (
48
- "translate3d(" + (unbox<string> x) + "px," + (unbox<string> y) + "px," + (unbox<string> z) + "px)"
49
- )
50
- /// Defines a 3D translation.
51
- static member inline translate3D(x: ICssUnit, y: ICssUnit, z: ICssUnit) =
52
- unbox<ITransformProperty> (
53
- "translate3d(" + (unbox<string> x) + "," + (unbox<string> y) + "," + (unbox<string> z) + ")"
54
- )
55
-
56
- /// Defines a translation, using only the value for the X-axis.
57
- static member inline translateX(x: int) =
58
- unbox<ITransformProperty> ("translateX(" + (unbox<string> x) + "px)")
59
- /// Defines a translation, using only the value for the X-axis.
60
- static member inline translateX(x: float) =
61
- unbox<ITransformProperty> ("translateX(" + (unbox<string> x) + "px)")
62
- /// Defines a translation, using only the value for the X-axis.
63
- static member inline translateX(x: ICssUnit) =
64
- unbox<ITransformProperty> ("translateX(" + (unbox<string> x) + ")")
65
- /// Defines a translation, using only the value for the Y-axis.
66
- static member inline translateY(y: int) =
67
- unbox<ITransformProperty> ("translateY(" + (unbox<string> y) + "px)")
68
- /// Defines a translation, using only the value for the Y-axis.
69
- static member inline translateY(y: float) =
70
- unbox<ITransformProperty> ("translateY(" + (unbox<string> y) + "px)")
71
- /// Defines a translation, using only the value for the Y-axis.
72
- static member inline translateY(y: ICssUnit) =
73
- unbox<ITransformProperty> ("translateY(" + (unbox<string> y) + ")")
74
- /// Defines a 3D translation, using only the value for the Z-axis.
75
- static member inline translateZ(z: int) =
76
- unbox<ITransformProperty> ("translateZ(" + (unbox<string> z) + "px)")
77
- /// Defines a 3D translation, using only the value for the Z-axis.
78
- static member inline translateZ(z: float) =
79
- unbox<ITransformProperty> ("translateZ(" + (unbox<string> z) + "px)")
80
- /// Defines a 3D translation, using only the value for the Z-axis.
81
- static member inline translateZ(z: ICssUnit) =
82
- unbox<ITransformProperty> ("translateZ(" + (unbox<string> z) + ")")
83
-
84
- /// Defines a 2D scale transformation.
85
- static member inline scale(x: int, y: int) =
86
- unbox<ITransformProperty> (
87
- "scale(" + (unbox<string> x) + "," + (unbox<string> y) + ")"
88
- )
89
- /// Defines a 2D scale transformation.
90
- static member inline scale(x: float, y: float) =
91
- unbox<ITransformProperty> (
92
- "scale(" + (unbox<string> x) + "," + (unbox<string> y) + ")"
93
- )
94
-
95
- /// Defines a scale transformation.
96
- static member inline scale(n: int) =
97
- unbox<ITransformProperty> (
98
- "scale(" + (unbox<string> n) + ")"
99
- )
100
-
101
- /// Defines a scale transformation.
102
- static member inline scale(n: float) =
103
- unbox<ITransformProperty> (
104
- "scale(" + (unbox<string> n) + ")"
105
- )
106
-
107
- /// Defines a 3D scale transformation.
108
- static member inline scale3D(x: int, y: int, z: int) =
109
- unbox<ITransformProperty> (
110
- "scale3d(" + (unbox<string> x) + "," + (unbox<string> y) + "," + (unbox<string> z) + ")"
111
- )
112
- /// Defines a 3D scale transformation.
113
- static member inline scale3D(x: float, y: float, z: float) =
114
- unbox<ITransformProperty> (
115
- "scale3d(" + (unbox<string> x) + "," + (unbox<string> y) + "," + (unbox<string> z) + ")"
116
- )
117
-
118
- /// Defines a scale transformation by giving a value for the X-axis.
119
- static member inline scaleX(x: int) =
120
- unbox<ITransformProperty> ("scaleX(" + (unbox<string> x) + ")")
121
-
122
- /// Defines a scale transformation by giving a value for the X-axis.
123
- static member inline scaleX(x: float) =
124
- unbox<ITransformProperty> ("scaleX(" + (unbox<string> x) + ")")
125
- /// Defines a scale transformation by giving a value for the Y-axis.
126
- static member inline scaleY(y: int) =
127
- unbox<ITransformProperty> ("scaleY(" + (unbox<string> y) + ")")
128
- /// Defines a scale transformation by giving a value for the Y-axis.
129
- static member inline scaleY(y: float) =
130
- unbox<ITransformProperty> ("scaleY(" + (unbox<string> y) + ")")
131
- /// Defines a 3D translation, using only the value for the Z-axis.
132
- static member inline scaleZ(z: int) =
133
- unbox<ITransformProperty> ("scaleZ(" + (unbox<string> z) + ")")
134
- /// Defines a 3D translation, using only the value for the Z-axis.
135
- static member inline scaleZ(z: float) =
136
- unbox<ITransformProperty> ("scaleZ(" + (unbox<string> z) + ")")
137
- /// Defines a 2D rotation, the angle is specified in the parameter.
138
- static member inline rotate(deg: int) =
139
- unbox<ITransformProperty> ("rotate(" + (unbox<string> deg) + "deg)")
140
- /// Defines a 2D rotation, the angle is specified in the parameter.
141
- static member inline rotate(deg: float) =
142
- unbox<ITransformProperty> ("rotate(" + (unbox<string> deg) + "deg)")
143
- /// Defines a 3D rotation along the X-axis.
144
- static member inline rotateX(deg: float) =
145
- unbox<ITransformProperty> ("rotateX(" + (unbox<string> deg) + "deg)")
146
- /// Defines a 3D rotation along the X-axis.
147
- static member inline rotateX(deg: int) =
148
- unbox<ITransformProperty> ("rotateX(" + (unbox<string> deg) + "deg)")
149
- /// Defines a 3D rotation along the Y-axis.
150
- static member inline rotateY(deg: float) =
151
- unbox<ITransformProperty> ("rotateY(" + (unbox<string> deg) + "deg)")
152
- /// Defines a 3D rotation along the Y-axis.
153
- static member inline rotateY(deg: int) =
154
- unbox<ITransformProperty> ("rotateY(" + (unbox<string> deg) + "deg)")
155
- /// Defines a 3D rotation along the Z-axis.
156
- static member inline rotateZ(deg: float) =
157
- unbox<ITransformProperty> ("rotateZ(" + (unbox<string> deg) + "deg)")
158
- /// Defines a 3D rotation along the Z-axis.
159
- static member inline rotateZ(deg: int) =
160
- unbox<ITransformProperty> ("rotateZ(" + (unbox<string> deg) + "deg)")
161
- /// Defines a 2D skew transformation along the X- and the Y-axis.
162
- static member inline skew(xAngle: int, yAngle: int) =
163
- unbox<ITransformProperty> ("skew(" + (unbox<string> xAngle) + "deg," + (unbox<string> yAngle) + "deg)")
164
- /// Defines a 2D skew transformation along the X- and the Y-axis.
165
- static member inline skew(xAngle: float, yAngle: float) =
166
- unbox<ITransformProperty> ("skew(" + (unbox<string> xAngle) + "deg," + (unbox<string> yAngle) + "deg)")
167
- /// Defines a 2D skew transformation along the X-axis.
168
- static member inline skewX(xAngle: int) =
169
- unbox<ITransformProperty> ("skewX(" + (unbox<string> xAngle) + "deg)")
170
- /// Defines a 2D skew transformation along the X-axis.
171
- static member inline skewX(xAngle: float) =
172
- unbox<ITransformProperty> ("skewX(" + (unbox<string> xAngle) + "deg)")
173
- /// Defines a 2D skew transformation along the Y-axis.
174
- static member inline skewY(xAngle: int) =
175
- unbox<ITransformProperty> ("skewY(" + (unbox<string> xAngle) + "deg)")
176
- /// Defines a 2D skew transformation along the Y-axis.
177
- static member inline skewY(xAngle: float) =
178
- unbox<ITransformProperty> ("skewY(" + (unbox<string> xAngle) + "deg)")
179
- /// Defines a perspective view for a 3D transformed element.
180
- static member inline perspective(n: int) =
181
- unbox<ITransformProperty> ("perspective(" + (unbox<string> n) + ")")
@@ -1,17 +0,0 @@
1
- namespace Feliz
2
-
3
- open Fable.Core
4
- open Feliz.Styles
5
-
6
- [<Erase>]
7
- type origin =
8
- static member inline left : ITransformOrigin = unbox "left"
9
- static member inline center : ITransformOrigin = unbox "center"
10
- static member inline right : ITransformOrigin = unbox "right"
11
- static member inline top : ITransformOrigin = unbox "top"
12
- static member inline bottom : ITransformOrigin = unbox "bottom"
13
-
14
- static member inline percentage (value: int) : ITransformOrigin =
15
- unbox (unbox<string> value + "%")
16
- static member inline percentage (value: float) : ITransformOrigin =
17
- unbox (unbox<string> value + "%")
@@ -1,162 +0,0 @@
1
- namespace Feliz
2
-
3
- open Fable.Core
4
- open Feliz.Styles
5
-
6
- [<Erase>]
7
- type transitionProperty =
8
- static member inline all = unbox<ITransitionProperty> "all"
9
- static member inline backdropFilter = unbox<ITransitionProperty> "backdrop-filter"
10
- static member inline background = unbox<ITransitionProperty> "background"
11
- static member inline backgroundColor = unbox<ITransitionProperty> "background-color"
12
- static member inline backgroundPosition = unbox<ITransitionProperty> "background-position"
13
- static member inline backgroundSize = unbox<ITransitionProperty> "background-size"
14
- static member inline border = unbox<ITransitionProperty> "border"
15
- static member inline borderBottom = unbox<ITransitionProperty> "border-bottom"
16
- static member inline borderBottomColor = unbox<ITransitionProperty> "border-bottom-color"
17
- static member inline borderBottomLeftRadius = unbox<ITransitionProperty> "border-bottom-left-radius"
18
- static member inline borderBottomRightRadius = unbox<ITransitionProperty> "border-bottom-right-radius"
19
- static member inline borderBottomWidth = unbox<ITransitionProperty> "border-bottom-width"
20
- static member inline borderColor = unbox<ITransitionProperty> "border-color"
21
- static member inline borderEndEndRadius = unbox<ITransitionProperty> "border-end-end-radius"
22
- static member inline borderEndStartRadius = unbox<ITransitionProperty> "border-end-start-radius"
23
- static member inline borderLeft = unbox<ITransitionProperty> "border-left"
24
- static member inline borderLeftColor = unbox<ITransitionProperty> "border-left-color"
25
- static member inline borderLeftWidth = unbox<ITransitionProperty> "border-left-width"
26
- static member inline borderRadius = unbox<ITransitionProperty> "border-radius"
27
- static member inline borderRight = unbox<ITransitionProperty> "border-right"
28
- static member inline borderRightColor = unbox<ITransitionProperty> "border-right-color"
29
- static member inline borderRightWidth = unbox<ITransitionProperty> "border-right-width"
30
- static member inline borderStartEndRadius = unbox<ITransitionProperty> "border-start-end-radius"
31
- static member inline borderStartStartRadius = unbox<ITransitionProperty> "border-start-start-radius"
32
- static member inline borderTop = unbox<ITransitionProperty> "border-top"
33
- static member inline borderTopColor = unbox<ITransitionProperty> "border-top-color"
34
- static member inline borderTopLeftRadius = unbox<ITransitionProperty> "border-top-left-radius"
35
- static member inline borderTopRightRadius = unbox<ITransitionProperty> "border-top-right-radius"
36
- static member inline borderTopWidth = unbox<ITransitionProperty> "border-top-width"
37
- static member inline borderWidth = unbox<ITransitionProperty> "border-width"
38
- static member inline bottom = unbox<ITransitionProperty> "bottom"
39
- static member inline boxShadow = unbox<ITransitionProperty> "box-shadow"
40
- static member inline caretColor = unbox<ITransitionProperty> "caret-color"
41
- static member inline clip = unbox<ITransitionProperty> "clip"
42
- static member inline clipPath = unbox<ITransitionProperty> "clip-path"
43
- static member inline color = unbox<ITransitionProperty> "color"
44
- static member inline columnCount = unbox<ITransitionProperty> "column-count"
45
- static member inline columnGap = unbox<ITransitionProperty> "column-gap"
46
- static member inline columnRule = unbox<ITransitionProperty> "column-rule"
47
- static member inline columnRuleColor = unbox<ITransitionProperty> "column-rule-color"
48
- static member inline columnRuleWidth = unbox<ITransitionProperty> "column-rule-width"
49
- static member inline columnWidth = unbox<ITransitionProperty> "column-width"
50
- static member inline columns = unbox<ITransitionProperty> "columns"
51
- static member inline filter = unbox<ITransitionProperty> "filter"
52
- static member inline flex = unbox<ITransitionProperty> "flex"
53
- static member inline flexBasis = unbox<ITransitionProperty> "flex-basis"
54
- static member inline flexGrow = unbox<ITransitionProperty> "flex-grow"
55
- static member inline flexShrink = unbox<ITransitionProperty> "flex-shrink"
56
- static member inline font = unbox<ITransitionProperty> "font"
57
- static member inline fontSize = unbox<ITransitionProperty> "font-size"
58
- static member inline fontSizeAdjust = unbox<ITransitionProperty> "font-size-adjust"
59
- static member inline fontStretch = unbox<ITransitionProperty> "font-stretch"
60
- static member inline fontVariationSettings = unbox<ITransitionProperty> "font-variation-settings"
61
- static member inline fontWeight = unbox<ITransitionProperty> "font-weight"
62
- static member inline gap = unbox<ITransitionProperty> "gap"
63
- static member inline gridColumnGap = unbox<ITransitionProperty> "grid-column-gap"
64
- static member inline gridGap = unbox<ITransitionProperty> "grid-gap"
65
- static member inline gridRowGap = unbox<ITransitionProperty> "grid-row-gap"
66
- static member inline gridTemplateColumns = unbox<ITransitionProperty> "grid-template-columns"
67
- static member inline gridTemplateRows = unbox<ITransitionProperty> "grid-template-rows"
68
- static member inline height = unbox<ITransitionProperty> "height"
69
- static member inline inset = unbox<ITransitionProperty> "inset"
70
- static member inline insetBlock = unbox<ITransitionProperty> "inset-block"
71
- static member inline insetBlockEnd = unbox<ITransitionProperty> "inset-block-end"
72
- static member inline insetBlockStart = unbox<ITransitionProperty> "inset-block-start"
73
- static member inline insetInline = unbox<ITransitionProperty> "inset-inline"
74
- static member inline insetInlineEnd = unbox<ITransitionProperty> "inset-inline-end"
75
- static member inline insetInlineStart = unbox<ITransitionProperty> "inset-inline-start"
76
- static member inline left = unbox<ITransitionProperty> "left"
77
- static member inline letterSpacing = unbox<ITransitionProperty> "letter-spacing"
78
- static member inline lineClamp = unbox<ITransitionProperty> "line-clamp"
79
- static member inline lineHeight = unbox<ITransitionProperty> "line-height"
80
- static member inline margin = unbox<ITransitionProperty> "margin"
81
- static member inline marginBottom = unbox<ITransitionProperty> "margin-bottom"
82
- static member inline marginLeft = unbox<ITransitionProperty> "margin-left"
83
- static member inline marginRight = unbox<ITransitionProperty> "margin-right"
84
- static member inline marginTop = unbox<ITransitionProperty> "margin-top"
85
- static member inline mask = unbox<ITransitionProperty> "mask"
86
- static member inline maskBorder = unbox<ITransitionProperty> "mask-border"
87
- static member inline maskPosition = unbox<ITransitionProperty> "mask-position"
88
- static member inline maskSize = unbox<ITransitionProperty> "mask-size"
89
- static member inline maxHeight = unbox<ITransitionProperty> "max-height"
90
- static member inline maxLines = unbox<ITransitionProperty> "max-lines"
91
- static member inline maxWidth = unbox<ITransitionProperty> "max-width"
92
- static member inline minHeight = unbox<ITransitionProperty> "min-height"
93
- static member inline minWidth = unbox<ITransitionProperty> "min-width"
94
- static member inline objectPosition = unbox<ITransitionProperty> "object-position"
95
- static member inline offset = unbox<ITransitionProperty> "offset"
96
- static member inline offsetAnchor = unbox<ITransitionProperty> "offset-anchor"
97
- static member inline offsetDistance = unbox<ITransitionProperty> "offset-distance"
98
- static member inline offsetPath = unbox<ITransitionProperty> "offset-path"
99
- static member inline offsetPosition = unbox<ITransitionProperty> "offset-position"
100
- static member inline offsetRotate = unbox<ITransitionProperty> "offset-rotate"
101
- static member inline opacity = unbox<ITransitionProperty> "opacity"
102
- static member inline order = unbox<ITransitionProperty> "order"
103
- static member inline outline = unbox<ITransitionProperty> "outline"
104
- static member inline outlineColor = unbox<ITransitionProperty> "outline-color"
105
- static member inline outlineOffset = unbox<ITransitionProperty> "outline-offset"
106
- static member inline outlineWidth = unbox<ITransitionProperty> "outline-width"
107
- static member inline padding = unbox<ITransitionProperty> "padding"
108
- static member inline paddingBottom = unbox<ITransitionProperty> "padding-bottom"
109
- static member inline paddingLeft = unbox<ITransitionProperty> "padding-left"
110
- static member inline paddingRight = unbox<ITransitionProperty> "padding-right"
111
- static member inline paddingTop = unbox<ITransitionProperty> "padding-top"
112
- static member inline perspective = unbox<ITransitionProperty> "perspective"
113
- static member inline perspectiveOrigin = unbox<ITransitionProperty> "perspective-origin"
114
- static member inline right = unbox<ITransitionProperty> "right"
115
- static member inline rotate = unbox<ITransitionProperty> "rotate"
116
- static member inline rowGap = unbox<ITransitionProperty> "row-gap"
117
- static member inline scale = unbox<ITransitionProperty> "scale"
118
- static member inline scrollMargin = unbox<ITransitionProperty> "scroll-margin"
119
- static member inline scrollMarginBlock = unbox<ITransitionProperty> "scroll-margin-block"
120
- static member inline scrollMarginBlockEnd = unbox<ITransitionProperty> "scroll-margin-block-end"
121
- static member inline scrollMarginBlockStart = unbox<ITransitionProperty> "scroll-margin-block-start"
122
- static member inline scrollMarginBottom = unbox<ITransitionProperty> "scroll-margin-bottom"
123
- static member inline scrollMarginInline = unbox<ITransitionProperty> "scroll-margin-inline"
124
- static member inline scrollMarginInlineEnd = unbox<ITransitionProperty> "scroll-margin-inline-end"
125
- static member inline scrollMarginInlineStart = unbox<ITransitionProperty> "scroll-margin-inline-start"
126
- static member inline scrollMarginLeft = unbox<ITransitionProperty> "scroll-margin-left"
127
- static member inline scrollMarginRight = unbox<ITransitionProperty> "scroll-margin-right"
128
- static member inline scrollMarginTop = unbox<ITransitionProperty> "scroll-margin-top"
129
- static member inline scrollPadding = unbox<ITransitionProperty> "scroll-padding"
130
- static member inline scrollPaddingBlock = unbox<ITransitionProperty> "scroll-padding-block"
131
- static member inline scrollPaddingBlockEnd = unbox<ITransitionProperty> "scroll-padding-block-end"
132
- static member inline scrollPaddingBlockStart = unbox<ITransitionProperty> "scroll-padding-block-start"
133
- static member inline scrollPaddingBottom = unbox<ITransitionProperty> "scroll-padding-bottom"
134
- static member inline scrollPaddingInline = unbox<ITransitionProperty> "scroll-padding-inline"
135
- static member inline scrollPaddingInlineEnd = unbox<ITransitionProperty> "scroll-padding-inline-end"
136
- static member inline scrollPaddingInlineStart = unbox<ITransitionProperty> "scroll-padding-inline-start"
137
- static member inline scrollPaddingLeft = unbox<ITransitionProperty> "scroll-padding-left"
138
- static member inline scrollPaddingRight = unbox<ITransitionProperty> "scroll-padding-right"
139
- static member inline scrollPaddingTop = unbox<ITransitionProperty> "scroll-padding-top"
140
- static member inline scrollSnapCoordinate = unbox<ITransitionProperty> "scroll-snap-coordinate"
141
- static member inline scrollSnapDestination = unbox<ITransitionProperty> "scroll-snap-destination"
142
- static member inline scrollbarColor = unbox<ITransitionProperty> "scrollbar-color"
143
- static member inline shapeImageThreshold = unbox<ITransitionProperty> "shape-image-threshold"
144
- static member inline shapeMargin = unbox<ITransitionProperty> "shape-margin"
145
- static member inline shapeOutside = unbox<ITransitionProperty> "shape-outside"
146
- static member inline tabSize = unbox<ITransitionProperty> "tab-size"
147
- static member inline textDecoration = unbox<ITransitionProperty> "text-decoration"
148
- static member inline textDecorationColor = unbox<ITransitionProperty> "text-decoration-color"
149
- static member inline textEmphasis = unbox<ITransitionProperty> "text-emphasis"
150
- static member inline textEmphasisColor = unbox<ITransitionProperty> "text-emphasis-color"
151
- static member inline textIndent = unbox<ITransitionProperty> "text-indent"
152
- static member inline textShadow = unbox<ITransitionProperty> "text-shadow"
153
- static member inline top = unbox<ITransitionProperty> "top"
154
- static member inline transform = unbox<ITransitionProperty> "transform"
155
- static member inline transformOrigin = unbox<ITransitionProperty> "transform-origin"
156
- static member inline translate = unbox<ITransitionProperty> "translate"
157
- static member inline verticalAlign = unbox<ITransitionProperty> "vertical-align"
158
- static member inline visibility = unbox<ITransitionProperty> "visibility"
159
- static member inline width = unbox<ITransitionProperty> "width"
160
- static member inline wordSpacing = unbox<ITransitionProperty> "word-spacing"
161
- static member inline zIndex = unbox<ITransitionProperty> "z-index"
162
- static member inline zoom = unbox<ITransitionProperty> "zoom"
@@ -1,62 +0,0 @@
1
- namespace Feliz
2
-
3
- open Fable.Core
4
- open Feliz.Styles
5
-
6
- [<Erase>]
7
- type jumpTerm =
8
- /// Denotes a left-continuous function, so that the first jump happens when the transition begins
9
- static member inline jumpStart : ITransitionJumpTerm = unbox "jump-start"
10
- /// Denotes a right-continuous function, so that the last jump happens when the animation ends
11
- static member inline jumpEnd : ITransitionJumpTerm = unbox "jump-end"
12
- /// There is no jump on either end. Instead, holding at both the 0% mark and the 100% mark, each for 1/n of the duration
13
- static member inline jumpNone : ITransitionJumpTerm = unbox "jump-none"
14
- /// Includes pauses at both the 0% and 100% marks, effectively adding a step during the transition time.
15
- static member inline jumpBoth : ITransitionJumpTerm = unbox "jump-both"
16
- /// Same as jumpStart
17
- static member inline start : ITransitionJumpTerm = unbox "start"
18
- /// Same as jumpEnd
19
- static member inline end' : ITransitionJumpTerm = unbox "end"
20
-
21
- /// Sets how intermediate values are calculated for CSS properties being affected by a transition effect.
22
- /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function
23
- [<Erase>]
24
- type transitionTimingFunction =
25
- /// Equal to cubic-bezier(0.25, 0.1, 0.25, 1.0), the default value, increases in velocity
26
- /// towards the middle of the transition, slowing back down at the end.
27
- static member inline ease : ITransitionTimingFunction = unbox "ease"
28
- /// Equal to cubic-bezier(0.0, 0.0, 1.0, 1.0), transitions at an even speed
29
- static member inline linear : ITransitionTimingFunction = unbox "linear"
30
- /// Equal to cubic-bezier(0.42, 0, 1.0, 1.0), starts off slowly,
31
- /// with the transition speed increasing until complete.
32
- static member inline easeIn : ITransitionTimingFunction = unbox "ease-in"
33
- /// Equal to cubic-bezier(0, 0, 0.58, 1.0), starts transitioning quickly,
34
- /// slowing down as the transition continues.
35
- static member inline easeOut : ITransitionTimingFunction = unbox "ease-out"
36
- /// Equal to cubic-bezier(0.42, 0, 0.58, 1.0), starts transitioning slowly,
37
- /// speeds up, and then slows down again.
38
- static member inline easeInOut : ITransitionTimingFunction = unbox "ease-in-out"
39
- /// An author-defined cubic-Bezier curve, where the p1 and p3 values must be in the range of 0 to 1.
40
- static member inline cubicBezier (p1: int, p2: int, p3: int, p4: int): ITransitionTimingFunction =
41
- unbox (
42
- "cubic-bezier(" +
43
- unbox<string> p1 + ", " +
44
- unbox<string> p2 + ", " +
45
- unbox<string> p3 + ", " +
46
- unbox<string> p4 + ")"
47
- )
48
- /// Displays the transition along n stops along the transition, displaying each stop for equal lengths of time.
49
- /// For example, if n is 5, there are 5 steps.
50
- /// Whether the transition holds temporarily at 0%, 20%, 40%, 60% and 80%, on the 20%, 40%, 60%, 80% and 100%,
51
- /// or makes 5 stops between the 0% and 100% along the transition, or makes 5 stops including the 0% and 100%
52
- /// marks (on the 0%, 25%, 50%, 75%, and 100%) depends on which jump terms is used
53
- static member inline steps (n: int, jumpTerm: ITransitionJumpTerm) : ITransitionTimingFunction =
54
- unbox (
55
- "steps(" +
56
- unbox<string> n + ", " +
57
- unbox<string> jumpTerm + ")"
58
- )
59
- /// Equal to steps(1, jump-start)
60
- static member inline stepStart : ITransitionTimingFunction = unbox "step-start"
61
- /// Equal to steps(1, jump-end)
62
- static member inline stepEnd : ITransitionTimingFunction = unbox "step-end"
@@ -1,13 +0,0 @@
1
- namespace Feliz
2
-
3
- /// Describes an element property
4
- type IReactProperty = interface end
5
-
6
- /// Describes style attribute
7
- type IStyleAttribute = interface end
8
-
9
- /// Describes an SVG attribute
10
- type ISvgAttribute = interface end
11
-
12
- type ReactElement = Fable.React.ReactElement
13
- type IRefValue<'T> = Fable.React.IRefValue<'T>
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":null,"sourcesContent":null,"sourceRoot":null}