@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,876 +0,0 @@
1
- namespace Feliz
2
-
3
- /// Language codes
4
- module locale =
5
- /// Afrikaans (Namibia)
6
- let [<Literal>] afNA = "af-NA"
7
- /// Afrikaans (South Africa)
8
- let [<Literal>] afZA = "af-ZA"
9
- /// Afrikaans
10
- let [<Literal>] af = "af"
11
- /// Akan (Ghana)
12
- let [<Literal>] akGH = "ak-GH"
13
- /// Akan
14
- let [<Literal>] ak = "ak"
15
- /// Albanian (Albania)
16
- let [<Literal>] sqAL = "sq-AL"
17
- /// Albanian
18
- let [<Literal>] sq = "sq"
19
- /// Amharic (Ethiopia)
20
- let [<Literal>] amET = "am-ET"
21
- /// Amharic
22
- let [<Literal>] am = "am"
23
- /// Arabic (Algeria)
24
- let [<Literal>] arDZ = "ar-DZ"
25
- /// Arabic (Bahrain)
26
- let [<Literal>] arBH = "ar-BH"
27
- /// Arabic (Egypt)
28
- let [<Literal>] arEG = "ar-EG"
29
- /// Arabic (Iraq)
30
- let [<Literal>] arIQ = "ar-IQ"
31
- /// Arabic (Jordan)
32
- let [<Literal>] arJO = "ar-JO"
33
- /// Arabic (Kuwait)
34
- let [<Literal>] arKW = "ar-KW"
35
- /// Arabic (Lebanon)
36
- let [<Literal>] arLB = "ar-LB"
37
- /// Arabic (Libya)
38
- let [<Literal>] arLY = "ar-LY"
39
- /// Arabic (Morocco)
40
- let [<Literal>] arMA = "ar-MA"
41
- /// Arabic (Oman)
42
- let [<Literal>] arOM = "ar-OM"
43
- /// Arabic (Qatar)
44
- let [<Literal>] arQA = "ar-QA"
45
- /// Arabic (Saudi Arabia)
46
- let [<Literal>] arSA = "ar-SA"
47
- /// Arabic (Sudan)
48
- let [<Literal>] arSD = "ar-SD"
49
- /// Arabic (Syria)
50
- let [<Literal>] arSY = "ar-SY"
51
- /// Arabic (Tunisia)
52
- let [<Literal>] arTN = "ar-TN"
53
- /// Arabic (United Arab Emirates)
54
- let [<Literal>] arAE = "ar-AE"
55
- /// Arabic (Yemen)
56
- let [<Literal>] arYE = "ar-YE"
57
- /// Arabic
58
- let [<Literal>] ar = "ar"
59
- /// Armenian (Armenia)
60
- let [<Literal>] hyAM = "hy-AM"
61
- /// Armenian
62
- let [<Literal>] hy = "hy"
63
- /// Assamese (India)
64
- let [<Literal>] asIN = "as-IN"
65
- /// Assamese
66
- let [<Literal>] as' = "as"
67
- /// Asu (Tanzania)
68
- let [<Literal>] asaTZ = "asa-TZ"
69
- /// Asu
70
- let [<Literal>] asa = "asa"
71
- /// Azerbaijani (Cyrillic)
72
- let [<Literal>] azCyrl = "az-Cyrl"
73
- /// Azerbaijani (Cyrillic, Azerbaijan)
74
- let [<Literal>] azCyrlAZ = "az-Cyrl-AZ"
75
- /// Azerbaijani (Latin)
76
- let [<Literal>] azLatn = "az-Latn"
77
- /// Azerbaijani (Latin, Azerbaijan)
78
- let [<Literal>] azLatnAZ = "az-Latn-AZ"
79
- /// Azerbaijani
80
- let [<Literal>] az = "az"
81
- /// Bambara (Mali)
82
- let [<Literal>] bmML = "bm-ML"
83
- /// Bambara
84
- let [<Literal>] bm = "bm"
85
- /// Basque (Spain)
86
- let [<Literal>] euES = "eu-ES"
87
- /// Basque
88
- let [<Literal>] eu = "eu"
89
- /// Belarusian (Belarus)
90
- let [<Literal>] beBY = "be-BY"
91
- /// Belarusian
92
- let [<Literal>] be = "be"
93
- /// Bemba (Zambia)
94
- let [<Literal>] bemZM = "bem-ZM"
95
- /// Bemba
96
- let [<Literal>] bem = "bem"
97
- /// Bena (Tanzania)
98
- let [<Literal>] bezTZ = "bez-TZ"
99
- /// Bena
100
- let [<Literal>] bez = "bez"
101
- /// Bengali (Bangladesh)
102
- let [<Literal>] bnBD = "bn-BD"
103
- /// Bengali (India)
104
- let [<Literal>] bnIN = "bn-IN"
105
- /// Bengali
106
- let [<Literal>] bn = "bn"
107
- /// Bosnian (Bosnia and Herzegovina)
108
- let [<Literal>] bsBA = "bs-BA"
109
- /// Bosnian
110
- let [<Literal>] bs = "bs"
111
- /// Bulgarian (Bulgaria)
112
- let [<Literal>] bgBG = "bg-BG"
113
- /// Bulgarian
114
- let [<Literal>] bg = "bg"
115
- /// Burmese (Myanmar [Burma])
116
- let [<Literal>] myMM = "my-MM"
117
- /// Burmese
118
- let [<Literal>] my = "my"
119
- /// Cantonese (Traditional, Hong Kong SAR China)
120
- let [<Literal>] yueHantHK = "yue-Hant-HK"
121
- /// Catalan (Spain)
122
- let [<Literal>] caES = "ca-ES"
123
- /// Catalan
124
- let [<Literal>] ca = "ca"
125
- /// Central Morocco Tamazight (Latin)
126
- let [<Literal>] tzmLatn = "tzm-Latn"
127
- /// Central Morocco Tamazight (Latin, Morocco)
128
- let [<Literal>] tzmLatnMA = "tzm-Latn-MA"
129
- /// Central Morocco Tamazight
130
- let [<Literal>] tzm = "tzm"
131
- /// Cherokee (United States)
132
- let [<Literal>] chrUS = "chr-US"
133
- /// Cherokee
134
- let [<Literal>] chr = "chr"
135
- /// Chiga (Uganda)
136
- let [<Literal>] cggUG = "cgg-UG"
137
- /// Chiga
138
- let [<Literal>] cgg = "cgg"
139
- /// Chinese (Simplified Han)
140
- let [<Literal>] zhHans = "zh-Hans"
141
- /// Chinese (Simplified Han, China)
142
- let [<Literal>] zhHansCN = "zh-Hans-CN"
143
- /// Chinese (Simplified Han, Hong Kong SAR China)
144
- let [<Literal>] zhHansHK = "zh-Hans-HK"
145
- /// Chinese (Simplified Han, Macau SAR China)
146
- let [<Literal>] zhHansMO = "zh-Hans-MO"
147
- /// Chinese (Simplified Han, Singapore)
148
- let [<Literal>] zhHansSG = "zh-Hans-SG"
149
- /// Chinese (Traditional Han)
150
- let [<Literal>] zhHant = "zh-Hant"
151
- /// Chinese (Traditional Han, Hong Kong SAR China)
152
- let [<Literal>] zhHantHK = "zh-Hant-HK"
153
- /// Chinese (Traditional Han, Macau SAR China)
154
- let [<Literal>] zhHantMO = "zh-Hant-MO"
155
- /// Chinese (Traditional Han, Taiwan)
156
- let [<Literal>] zhHantTW = "zh-Hant-TW"
157
- /// Chinese
158
- let [<Literal>] zh = "zh"
159
- /// Cornish (United Kingdom)
160
- let [<Literal>] kwGB = "kw-GB"
161
- /// Cornish
162
- let [<Literal>] kw = "kw"
163
- /// Croatian (Croatia)
164
- let [<Literal>] hrHR = "hr-HR"
165
- /// Croatian
166
- let [<Literal>] hr = "hr"
167
- /// Czech (Czech Republic)
168
- let [<Literal>] csCZ = "cs-CZ"
169
- /// Czech
170
- let [<Literal>] cs = "cs"
171
- /// Danish (Denmark)
172
- let [<Literal>] daDK = "da-DK"
173
- /// Danish
174
- let [<Literal>] da = "da"
175
- /// Dutch (Belgium)
176
- let [<Literal>] nlBE = "nl-BE"
177
- /// Dutch (Netherlands)
178
- let [<Literal>] nlNL = "nl-NL"
179
- /// Dutch
180
- let [<Literal>] nl = "nl"
181
- /// Embu (Kenya)
182
- let [<Literal>] ebuKE = "ebu-KE"
183
- /// Embu
184
- let [<Literal>] ebu = "ebu"
185
- /// English (American Samoa)
186
- let [<Literal>] enAS = "en-AS"
187
- /// English (Australia)
188
- let [<Literal>] enAU = "en-AU"
189
- /// English (Belgium)
190
- let [<Literal>] enBE = "en-BE"
191
- /// English (Belize)
192
- let [<Literal>] enBZ = "en-BZ"
193
- /// English (Botswana)
194
- let [<Literal>] enBW = "en-BW"
195
- /// English (Canada)
196
- let [<Literal>] enCA = "en-CA"
197
- /// English (Guam)
198
- let [<Literal>] enGU = "en-GU"
199
- /// English (Hong Kong SAR China)
200
- let [<Literal>] enHK = "en-HK"
201
- /// English (India)
202
- let [<Literal>] enIN = "en-IN"
203
- /// English (Ireland)
204
- let [<Literal>] enIE = "en-IE"
205
- /// English (Israel)
206
- let [<Literal>] enIL = "en-IL"
207
- /// English (Jamaica)
208
- let [<Literal>] enJM = "en-JM"
209
- /// English (Malta)
210
- let [<Literal>] enMT = "en-MT"
211
- /// English (Marshall Islands)
212
- let [<Literal>] enMH = "en-MH"
213
- /// English (Mauritius)
214
- let [<Literal>] enMU = "en-MU"
215
- /// English (Namibia)
216
- let [<Literal>] enNA = "en-NA"
217
- /// English (New Zealand)
218
- let [<Literal>] enNZ = "en-NZ"
219
- /// English (Northern Mariana Islands)
220
- let [<Literal>] enMP = "en-MP"
221
- /// English (Pakistan)
222
- let [<Literal>] enPK = "en-PK"
223
- /// English (Philippines)
224
- let [<Literal>] enPH = "en-PH"
225
- /// English (Singapore)
226
- let [<Literal>] enSG = "en-SG"
227
- /// English (South Africa)
228
- let [<Literal>] enZA = "en-ZA"
229
- /// English (Trinidad and Tobago)
230
- let [<Literal>] enTT = "en-TT"
231
- /// English (U.S. Minor Outlying Islands)
232
- let [<Literal>] enUM = "en-UM"
233
- /// English (U.S. Virgin Islands)
234
- let [<Literal>] enVI = "en-VI"
235
- /// English (United Kingdom)
236
- let [<Literal>] enGB = "en-GB"
237
- /// English (United States)
238
- let [<Literal>] enUS = "en-US"
239
- /// English (Zimbabwe)
240
- let [<Literal>] enZW = "en-ZW"
241
- /// English
242
- let [<Literal>] en = "en"
243
- /// Esperanto
244
- let [<Literal>] eo = "eo"
245
- /// Estonian (Estonia)
246
- let [<Literal>] etEE = "et-EE"
247
- /// Estonian
248
- let [<Literal>] et = "et"
249
- /// Ewe (Ghana)
250
- let [<Literal>] eeGH = "ee-GH"
251
- /// Ewe (Togo)
252
- let [<Literal>] eeTG = "ee-TG"
253
- /// Ewe
254
- let [<Literal>] ee = "ee"
255
- /// Faroese (Faroe Islands)
256
- let [<Literal>] foFO = "fo-FO"
257
- /// Faroese
258
- let [<Literal>] fo = "fo"
259
- /// Filipino (Philippines)
260
- let [<Literal>] filPH = "fil-PH"
261
- /// Filipino
262
- let [<Literal>] fil = "fil"
263
- /// Finnish (Finland)
264
- let [<Literal>] fiFI = "fi-FI"
265
- /// Finnish
266
- let [<Literal>] fi = "fi"
267
- /// French (Belgium)
268
- let [<Literal>] frBE = "fr-BE"
269
- /// French (Benin)
270
- let [<Literal>] frBJ = "fr-BJ"
271
- /// French (Burkina Faso)
272
- let [<Literal>] frBF = "fr-BF"
273
- /// French (Burundi)
274
- let [<Literal>] frBI = "fr-BI"
275
- /// French (Cameroon)
276
- let [<Literal>] frCM = "fr-CM"
277
- /// French (Canada)
278
- let [<Literal>] frCA = "fr-CA"
279
- /// French (Central African Republic)
280
- let [<Literal>] frCF = "fr-CF"
281
- /// French (Chad)
282
- let [<Literal>] frTD = "fr-TD"
283
- /// French (Comoros)
284
- let [<Literal>] frKM = "fr-KM"
285
- /// French (Congo - Brazzaville)
286
- let [<Literal>] frCG = "fr-CG"
287
- /// French (Congo - Kinshasa)
288
- let [<Literal>] frCD = "fr-CD"
289
- /// French (Côte d’Ivoire)
290
- let [<Literal>] frCI = "fr-CI"
291
- /// French (Djibouti)
292
- let [<Literal>] frDJ = "fr-DJ"
293
- /// French (Equatorial Guinea)
294
- let [<Literal>] frGQ = "fr-GQ"
295
- /// French (France)
296
- let [<Literal>] frFR = "fr-FR"
297
- /// French (Gabon)
298
- let [<Literal>] frGA = "fr-GA"
299
- /// French (Guadeloupe)
300
- let [<Literal>] frGP = "fr-GP"
301
- /// French (Guinea)
302
- let [<Literal>] frGN = "fr-GN"
303
- /// French (Luxembourg)
304
- let [<Literal>] frLU = "fr-LU"
305
- /// French (Madagascar)
306
- let [<Literal>] frMG = "fr-MG"
307
- /// French (Mali)
308
- let [<Literal>] frML = "fr-ML"
309
- /// French (Martinique)
310
- let [<Literal>] frMQ = "fr-MQ"
311
- /// French (Monaco)
312
- let [<Literal>] frMC = "fr-MC"
313
- /// French (Niger)
314
- let [<Literal>] frNE = "fr-NE"
315
- /// French (Rwanda)
316
- let [<Literal>] frRW = "fr-RW"
317
- /// French (Réunion)
318
- let [<Literal>] frRE = "fr-RE"
319
- /// French (Saint Barthélemy)
320
- let [<Literal>] frBL = "fr-BL"
321
- /// French (Saint Martin)
322
- let [<Literal>] frMF = "fr-MF"
323
- /// French (Senegal)
324
- let [<Literal>] frSN = "fr-SN"
325
- /// French (Switzerland)
326
- let [<Literal>] frCH = "fr-CH"
327
- /// French (Togo)
328
- let [<Literal>] frTG = "fr-TG"
329
- /// French
330
- let [<Literal>] fr = "fr"
331
- /// Fulah (Senegal)
332
- let [<Literal>] ffSN = "ff-SN"
333
- /// Fulah
334
- let [<Literal>] ff = "ff"
335
- /// Galician (Spain)
336
- let [<Literal>] glES = "gl-ES"
337
- /// Galician
338
- let [<Literal>] gl = "gl"
339
- /// Ganda (Uganda)
340
- let [<Literal>] lgUG = "lg-UG"
341
- /// Ganda
342
- let [<Literal>] lg = "lg"
343
- /// Georgian (Georgia)
344
- let [<Literal>] kaGE = "ka-GE"
345
- /// Georgian
346
- let [<Literal>] ka = "ka"
347
- /// German (Austria)
348
- let [<Literal>] deAT = "de-AT"
349
- /// German (Belgium)
350
- let [<Literal>] deBE = "de-BE"
351
- /// German (Germany)
352
- let [<Literal>] deDE = "de-DE"
353
- /// German (Liechtenstein)
354
- let [<Literal>] deLI = "de-LI"
355
- /// German (Luxembourg)
356
- let [<Literal>] deLU = "de-LU"
357
- /// German (Switzerland)
358
- let [<Literal>] deCH = "de-CH"
359
- /// German
360
- let [<Literal>] de = "de"
361
- /// Greek (Cyprus)
362
- let [<Literal>] elCY = "el-CY"
363
- /// Greek (Greece)
364
- let [<Literal>] elGR = "el-GR"
365
- /// Greek
366
- let [<Literal>] el = "el"
367
- /// Gujarati (India)
368
- let [<Literal>] guIN = "gu-IN"
369
- /// Gujarati
370
- let [<Literal>] gu = "gu"
371
- /// Gusii (Kenya)
372
- let [<Literal>] guzKE = "guz-KE"
373
- /// Gusii
374
- let [<Literal>] guz = "guz"
375
- /// Hausa (Latin)
376
- let [<Literal>] haLatn = "ha-Latn"
377
- /// Hausa (Latin, Ghana)
378
- let [<Literal>] haLatnGH = "ha-Latn-GH"
379
- /// Hausa (Latin, Niger)
380
- let [<Literal>] haLatnNE = "ha-Latn-NE"
381
- /// Hausa (Latin, Nigeria)
382
- let [<Literal>] haLatnNG = "ha-Latn-NG"
383
- /// Hausa
384
- let [<Literal>] ha = "ha"
385
- /// Hawaiian (United States)
386
- let [<Literal>] hawUS = "haw-US"
387
- /// Hawaiian
388
- let [<Literal>] haw = "haw"
389
- /// Hebrew (Israel)
390
- let [<Literal>] heIL = "he-IL"
391
- /// Hebrew
392
- let [<Literal>] he = "he"
393
- /// Hindi (India)
394
- let [<Literal>] hiIN = "hi-IN"
395
- /// Hindi
396
- let [<Literal>] hi = "hi"
397
- /// Hungarian (Hungary)
398
- let [<Literal>] huHU = "hu-HU"
399
- /// Hungarian
400
- let [<Literal>] hu = "hu"
401
- /// Icelandic (Iceland)
402
- let [<Literal>] isIS = "is-IS"
403
- /// Icelandic
404
- let [<Literal>] is = "is"
405
- /// Igbo (Nigeria)
406
- let [<Literal>] igNG = "ig-NG"
407
- /// Igbo
408
- let [<Literal>] ig = "ig"
409
- /// Indonesian (Indonesia)
410
- let [<Literal>] idID = "id-ID"
411
- /// Indonesian
412
- let [<Literal>] id = "id"
413
- /// Irish (Ireland)
414
- let [<Literal>] gaIE = "ga-IE"
415
- /// Irish
416
- let [<Literal>] ga = "ga"
417
- /// Italian (Italy)
418
- let [<Literal>] itIT = "it-IT"
419
- /// Italian (Switzerland)
420
- let [<Literal>] itCH = "it-CH"
421
- /// Italian
422
- let [<Literal>] it = "it"
423
- /// Japanese (Japan)
424
- let [<Literal>] jaJP = "ja-JP"
425
- /// Japanese
426
- let [<Literal>] ja = "ja"
427
- /// Kabuverdianu (Cape Verde)
428
- let [<Literal>] keaCV = "kea-CV"
429
- /// Kabuverdianu
430
- let [<Literal>] kea = "kea"
431
- /// Kabyle (Algeria)
432
- let [<Literal>] kabDZ = "kab-DZ"
433
- /// Kabyle
434
- let [<Literal>] kab = "kab"
435
- /// Kalaallisut (Greenland)
436
- let [<Literal>] klGL = "kl-GL"
437
- /// Kalaallisut
438
- let [<Literal>] kl = "kl"
439
- /// Kalenjin (Kenya)
440
- let [<Literal>] klnKE = "kln-KE"
441
- /// Kalenjin
442
- let [<Literal>] kln = "kln"
443
- /// Kamba (Kenya)
444
- let [<Literal>] kamKE = "kam-KE"
445
- /// Kamba
446
- let [<Literal>] kam = "kam"
447
- /// Kannada (India)
448
- let [<Literal>] knIN = "kn-IN"
449
- /// Kannada
450
- let [<Literal>] kn = "kn"
451
- /// Kazakh (Cyrillic)
452
- let [<Literal>] kkCyrl = "kk-Cyrl"
453
- /// Kazakh (Cyrillic, Kazakhstan)
454
- let [<Literal>] kkCyrlKZ = "kk-Cyrl-KZ"
455
- /// Kazakh
456
- let [<Literal>] kk = "kk"
457
- /// Khmer (Cambodia)
458
- let [<Literal>] kmKH = "km-KH"
459
- /// Khmer
460
- let [<Literal>] km = "km"
461
- /// Kikuyu (Kenya)
462
- let [<Literal>] kiKE = "ki-KE"
463
- /// Kikuyu
464
- let [<Literal>] ki = "ki"
465
- /// Kinyarwanda (Rwanda)
466
- let [<Literal>] rwRW = "rw-RW"
467
- /// Kinyarwanda
468
- let [<Literal>] rw = "rw"
469
- /// Konkani (India)
470
- let [<Literal>] kokIN = "kok-IN"
471
- /// Konkani
472
- let [<Literal>] kok = "kok"
473
- /// Korean (South Korea)
474
- let [<Literal>] koKR = "ko-KR"
475
- /// Korean
476
- let [<Literal>] ko = "ko"
477
- /// Koyra Chiini (Mali)
478
- let [<Literal>] khqML = "khq-ML"
479
- /// Koyra Chiini
480
- let [<Literal>] khq = "khq"
481
- /// Koyraboro Senni (Mali)
482
- let [<Literal>] sesML = "ses-ML"
483
- /// Koyraboro Senni
484
- let [<Literal>] ses = "ses"
485
- /// Langi (Tanzania)
486
- let [<Literal>] lagTZ = "lag-TZ"
487
- /// Langi
488
- let [<Literal>] lag = "lag"
489
- /// Latvian (Latvia)
490
- let [<Literal>] lvLV = "lv-LV"
491
- /// Latvian
492
- let [<Literal>] lv = "lv"
493
- /// Lithuanian (Lithuania)
494
- let [<Literal>] ltLT = "lt-LT"
495
- /// Lithuanian
496
- let [<Literal>] lt = "lt"
497
- /// Luo (Kenya)
498
- let [<Literal>] luoKE = "luo-KE"
499
- /// Luo
500
- let [<Literal>] luo = "luo"
501
- /// Luyia (Kenya)
502
- let [<Literal>] luyKE = "luy-KE"
503
- /// Luyia
504
- let [<Literal>] luy = "luy"
505
- /// Macedonian (Macedonia)
506
- let [<Literal>] mkMK = "mk-MK"
507
- /// Macedonian
508
- let [<Literal>] mk = "mk"
509
- /// Machame (Tanzania)
510
- let [<Literal>] jmcTZ = "jmc-TZ"
511
- /// Machame
512
- let [<Literal>] jmc = "jmc"
513
- /// Makonde (Tanzania)
514
- let [<Literal>] kdeTZ = "kde-TZ"
515
- /// Makonde
516
- let [<Literal>] kde = "kde"
517
- /// Malagasy (Madagascar)
518
- let [<Literal>] mgMG = "mg-MG"
519
- /// Malagasy
520
- let [<Literal>] mg = "mg"
521
- /// Malay (Brunei)
522
- let [<Literal>] msBN = "ms-BN"
523
- /// Malay (Malaysia)
524
- let [<Literal>] msMY = "ms-MY"
525
- /// Malay
526
- let [<Literal>] ms = "ms"
527
- /// Malayalam (India)
528
- let [<Literal>] mlIN = "ml-IN"
529
- /// Malayalam
530
- let [<Literal>] ml = "ml"
531
- /// Maltese (Malta)
532
- let [<Literal>] mtMT = "mt-MT"
533
- /// Maltese
534
- let [<Literal>] mt = "mt"
535
- /// Manx (United Kingdom)
536
- let [<Literal>] gvGB = "gv-GB"
537
- /// Manx
538
- let [<Literal>] gv = "gv"
539
- /// Marathi (India)
540
- let [<Literal>] mrIN = "mr-IN"
541
- /// Marathi
542
- let [<Literal>] mr = "mr"
543
- /// Masai (Kenya)
544
- let [<Literal>] masKE = "mas-KE"
545
- /// Masai (Tanzania)
546
- let [<Literal>] masTZ = "mas-TZ"
547
- /// Masai
548
- let [<Literal>] mas = "mas"
549
- /// Meru (Kenya)
550
- let [<Literal>] merKE = "mer-KE"
551
- /// Meru
552
- let [<Literal>] mer = "mer"
553
- /// Morisyen (Mauritius)
554
- let [<Literal>] mfeMU = "mfe-MU"
555
- /// Morisyen
556
- let [<Literal>] mfe = "mfe"
557
- /// Nama (Namibia)
558
- let [<Literal>] naqNA = "naq-NA"
559
- /// Nama
560
- let [<Literal>] naq = "naq"
561
- /// Nepali (India)
562
- let [<Literal>] neIN = "ne-IN"
563
- /// Nepali (Nepal)
564
- let [<Literal>] neNP = "ne-NP"
565
- /// Nepali
566
- let [<Literal>] ne = "ne"
567
- /// North Ndebele (Zimbabwe)
568
- let [<Literal>] ndZW = "nd-ZW"
569
- /// North Ndebele
570
- let [<Literal>] nd = "nd"
571
- /// Norwegian Bokmål (Norway)
572
- let [<Literal>] nbNO = "nb-NO"
573
- /// Norwegian Bokmål
574
- let [<Literal>] nb = "nb"
575
- /// Norwegian Nynorsk (Norway)
576
- let [<Literal>] nnNO = "nn-NO"
577
- /// Norwegian Nynorsk
578
- let [<Literal>] nn = "nn"
579
- /// Nyankole (Uganda)
580
- let [<Literal>] nynUG = "nyn-UG"
581
- /// Nyankole
582
- let [<Literal>] nyn = "nyn"
583
- /// Oriya (India)
584
- let [<Literal>] orIN = "or-IN"
585
- /// Oriya
586
- let [<Literal>] or' = "or"
587
- /// Oromo (Ethiopia)
588
- let [<Literal>] omET = "om-ET"
589
- /// Oromo (Kenya)
590
- let [<Literal>] omKE = "om-KE"
591
- /// Oromo
592
- let [<Literal>] om = "om"
593
- /// Pashto (Afghanistan)
594
- let [<Literal>] psAF = "ps-AF"
595
- /// Pashto
596
- let [<Literal>] ps = "ps"
597
- /// Persian (Afghanistan)
598
- let [<Literal>] faAF = "fa-AF"
599
- /// Persian (Iran)
600
- let [<Literal>] faIR = "fa-IR"
601
- /// Persian
602
- let [<Literal>] fa = "fa"
603
- /// Polish (Poland)
604
- let [<Literal>] plPL = "pl-PL"
605
- /// Polish
606
- let [<Literal>] pl = "pl"
607
- /// Portuguese (Brazil)
608
- let [<Literal>] ptBR = "pt-BR"
609
- /// Portuguese (Guinea-Bissau)
610
- let [<Literal>] ptGW = "pt-GW"
611
- /// Portuguese (Mozambique)
612
- let [<Literal>] ptMZ = "pt-MZ"
613
- /// Portuguese (Portugal)
614
- let [<Literal>] ptPT = "pt-PT"
615
- /// Portuguese
616
- let [<Literal>] pt = "pt"
617
- /// Punjabi (Arabic)
618
- let [<Literal>] paArab = "pa-Arab"
619
- /// Punjabi (Arabic, Pakistan)
620
- let [<Literal>] paArabPK = "pa-Arab-PK"
621
- /// Punjabi (Gurmukhi)
622
- let [<Literal>] paGuru = "pa-Guru"
623
- /// Punjabi (Gurmukhi, India)
624
- let [<Literal>] paGuruIN = "pa-Guru-IN"
625
- /// Punjabi
626
- let [<Literal>] pa = "pa"
627
- /// Romanian (Moldova)
628
- let [<Literal>] roMD = "ro-MD"
629
- /// Romanian (Romania)
630
- let [<Literal>] roRO = "ro-RO"
631
- /// Romanian
632
- let [<Literal>] ro = "ro"
633
- /// Romansh (Switzerland)
634
- let [<Literal>] rmCH = "rm-CH"
635
- /// Romansh
636
- let [<Literal>] rm = "rm"
637
- /// Rombo (Tanzania)
638
- let [<Literal>] rofTZ = "rof-TZ"
639
- /// Rombo
640
- let [<Literal>] rof = "rof"
641
- /// Russian (Moldova)
642
- let [<Literal>] ruMD = "ru-MD"
643
- /// Russian (Russia)
644
- let [<Literal>] ruRU = "ru-RU"
645
- /// Russian (Ukraine)
646
- let [<Literal>] ruUA = "ru-UA"
647
- /// Russian
648
- let [<Literal>] ru = "ru"
649
- /// Rwa (Tanzania)
650
- let [<Literal>] rwkTZ = "rwk-TZ"
651
- /// Rwa
652
- let [<Literal>] rwk = "rwk"
653
- /// Samburu (Kenya)
654
- let [<Literal>] saqKE = "saq-KE"
655
- /// Samburu
656
- let [<Literal>] saq = "saq"
657
- /// Sango (Central African Republic)
658
- let [<Literal>] sgCF = "sg-CF"
659
- /// Sango
660
- let [<Literal>] sg = "sg"
661
- /// Sena (Mozambique)
662
- let [<Literal>] sehMZ = "seh-MZ"
663
- /// Sena
664
- let [<Literal>] seh = "seh"
665
- /// Serbian (Cyrillic)
666
- let [<Literal>] srCyrl = "sr-Cyrl"
667
- /// Serbian (Cyrillic, Bosnia and Herzegovina)
668
- let [<Literal>] srCyrlBA = "sr-Cyrl-BA"
669
- /// Serbian (Cyrillic, Montenegro)
670
- let [<Literal>] srCyrlME = "sr-Cyrl-ME"
671
- /// Serbian (Cyrillic, Serbia)
672
- let [<Literal>] srCyrlRS = "sr-Cyrl-RS"
673
- /// Serbian (Latin)
674
- let [<Literal>] srLatn = "sr-Latn"
675
- /// Serbian (Latin, Bosnia and Herzegovina)
676
- let [<Literal>] srLatnBA = "sr-Latn-BA"
677
- /// Serbian (Latin, Montenegro)
678
- let [<Literal>] srLatnME = "sr-Latn-ME"
679
- /// Serbian (Latin, Serbia)
680
- let [<Literal>] srLatnRS = "sr-Latn-RS"
681
- /// Serbian
682
- let [<Literal>] sr = "sr"
683
- /// Shona (Zimbabwe)
684
- let [<Literal>] snZW = "sn-ZW"
685
- /// Shona
686
- let [<Literal>] sn = "sn"
687
- /// Sichuan Yi (China)
688
- let [<Literal>] iiCN = "ii-CN"
689
- /// Sichuan Yi
690
- let [<Literal>] ii = "ii"
691
- /// Sinhala (Sri Lanka)
692
- let [<Literal>] siLK = "si-LK"
693
- /// Sinhala
694
- let [<Literal>] si = "si"
695
- /// Slovak (Slovakia)
696
- let [<Literal>] skSK = "sk-SK"
697
- /// Slovak
698
- let [<Literal>] sk = "sk"
699
- /// Slovenian (Slovenia)
700
- let [<Literal>] slSI = "sl-SI"
701
- /// Slovenian
702
- let [<Literal>] sl = "sl"
703
- /// Soga (Uganda)
704
- let [<Literal>] xogUG = "xog-UG"
705
- /// Soga
706
- let [<Literal>] xog = "xog"
707
- /// Somali (Djibouti)
708
- let [<Literal>] soDJ = "so-DJ"
709
- /// Somali (Ethiopia)
710
- let [<Literal>] soET = "so-ET"
711
- /// Somali (Kenya)
712
- let [<Literal>] soKE = "so-KE"
713
- /// Somali (Somalia)
714
- let [<Literal>] soSO = "so-SO"
715
- /// Somali
716
- let [<Literal>] so = "so"
717
- /// Spanish (Argentina)
718
- let [<Literal>] esAR = "es-AR"
719
- /// Spanish (Bolivia)
720
- let [<Literal>] esBO = "es-BO"
721
- /// Spanish (Chile)
722
- let [<Literal>] esCL = "es-CL"
723
- /// Spanish (Colombia)
724
- let [<Literal>] esCO = "es-CO"
725
- /// Spanish (Costa Rica)
726
- let [<Literal>] esCR = "es-CR"
727
- /// Spanish (Dominican Republic)
728
- let [<Literal>] esDO = "es-DO"
729
- /// Spanish (Ecuador)
730
- let [<Literal>] esEC = "es-EC"
731
- /// Spanish (El Salvador)
732
- let [<Literal>] esSV = "es-SV"
733
- /// Spanish (Equatorial Guinea)
734
- let [<Literal>] esGQ = "es-GQ"
735
- /// Spanish (Guatemala)
736
- let [<Literal>] esGT = "es-GT"
737
- /// Spanish (Honduras)
738
- let [<Literal>] esHN = "es-HN"
739
- /// Spanish (Latin America)
740
- let [<Literal>] es419 = "es-419"
741
- /// Spanish (Mexico)
742
- let [<Literal>] esMX = "es-MX"
743
- /// Spanish (Nicaragua)
744
- let [<Literal>] esNI = "es-NI"
745
- /// Spanish (Panama)
746
- let [<Literal>] esPA = "es-PA"
747
- /// Spanish (Paraguay)
748
- let [<Literal>] esPY = "es-PY"
749
- /// Spanish (Peru)
750
- let [<Literal>] esPE = "es-PE"
751
- /// Spanish (Puerto Rico)
752
- let [<Literal>] esPR = "es-PR"
753
- /// Spanish (Spain)
754
- let [<Literal>] esES = "es-ES"
755
- /// Spanish (United States)
756
- let [<Literal>] esUS = "es-US"
757
- /// Spanish (Uruguay)
758
- let [<Literal>] esUY = "es-UY"
759
- /// Spanish (Venezuela)
760
- let [<Literal>] esVE = "es-VE"
761
- /// Spanish
762
- let [<Literal>] es = "es"
763
- /// Swahili (Kenya)
764
- let [<Literal>] swKE = "sw-KE"
765
- /// Swahili (Tanzania)
766
- let [<Literal>] swTZ = "sw-TZ"
767
- /// Swahili
768
- let [<Literal>] sw = "sw"
769
- /// Swedish (Finland)
770
- let [<Literal>] svFI = "sv-FI"
771
- /// Swedish (Sweden)
772
- let [<Literal>] svSE = "sv-SE"
773
- /// Swedish
774
- let [<Literal>] sv = "sv"
775
- /// Swiss German (Switzerland)
776
- let [<Literal>] gswCH = "gsw-CH"
777
- /// Swiss German
778
- let [<Literal>] gsw = "gsw"
779
- /// Tachelhit (Latin)
780
- let [<Literal>] shiLatn = "shi-Latn"
781
- /// Tachelhit (Latin, Morocco)
782
- let [<Literal>] shiLatnMA = "shi-Latn-MA"
783
- /// Tachelhit (Tifinagh)
784
- let [<Literal>] shiTfng = "shi-Tfng"
785
- /// Tachelhit (Tifinagh, Morocco)
786
- let [<Literal>] shiTfngMA = "shi-Tfng-MA"
787
- /// Tachelhit
788
- let [<Literal>] shi = "shi"
789
- /// Taita (Kenya)
790
- let [<Literal>] davKE = "dav-KE"
791
- /// Taita
792
- let [<Literal>] dav = "dav"
793
- /// Tamil (India)
794
- let [<Literal>] taIN = "ta-IN"
795
- /// Tamil (Sri Lanka)
796
- let [<Literal>] taLK = "ta-LK"
797
- /// Tamil
798
- let [<Literal>] ta = "ta"
799
- /// Telugu (India)
800
- let [<Literal>] teIN = "te-IN"
801
- /// Telugu
802
- let [<Literal>] te = "te"
803
- /// Teso (Kenya)
804
- let [<Literal>] teoKE = "teo-KE"
805
- /// Teso (Uganda)
806
- let [<Literal>] teoUG = "teo-UG"
807
- /// Teso
808
- let [<Literal>] teo = "teo"
809
- /// Thai (Thailand)
810
- let [<Literal>] thTH = "th-TH"
811
- /// Thai
812
- let [<Literal>] th = "th"
813
- /// Tibetan (China)
814
- let [<Literal>] boCN = "bo-CN"
815
- /// Tibetan (India)
816
- let [<Literal>] boIN = "bo-IN"
817
- /// Tibetan
818
- let [<Literal>] bo = "bo"
819
- /// Tigrinya (Eritrea)
820
- let [<Literal>] tiER = "ti-ER"
821
- /// Tigrinya (Ethiopia)
822
- let [<Literal>] tiET = "ti-ET"
823
- /// Tigrinya
824
- let [<Literal>] ti = "ti"
825
- /// Tonga (Tonga)
826
- let [<Literal>] toTO = "to-TO"
827
- /// Tonga
828
- let [<Literal>] to' = "to"
829
- /// Turkish (Turkey)
830
- let [<Literal>] trTR = "tr-TR"
831
- /// Turkish
832
- let [<Literal>] tr = "tr"
833
- /// Ukrainian (Ukraine)
834
- let [<Literal>] ukUA = "uk-UA"
835
- /// Ukrainian
836
- let [<Literal>] uk = "uk"
837
- /// Urdu (India)
838
- let [<Literal>] urIN = "ur-IN"
839
- /// Urdu (Pakistan)
840
- let [<Literal>] urPK = "ur-PK"
841
- /// Urdu
842
- let [<Literal>] ur = "ur"
843
- /// Uzbek (Arabic)
844
- let [<Literal>] uzArab = "uz-Arab"
845
- /// Uzbek (Arabic, Afghanistan)
846
- let [<Literal>] uzArabAF = "uz-Arab-AF"
847
- /// Uzbek (Cyrillic)
848
- let [<Literal>] uzCyrl = "uz-Cyrl"
849
- /// Uzbek (Cyrillic, Uzbekistan)
850
- let [<Literal>] uzCyrlUZ = "uz-Cyrl-UZ"
851
- /// Uzbek (Latin)
852
- let [<Literal>] uzLatn = "uz-Latn"
853
- /// Uzbek (Latin, Uzbekistan)
854
- let [<Literal>] uzLatnUZ = "uz-Latn-UZ"
855
- /// Uzbek
856
- let [<Literal>] uz = "uz"
857
- /// Vietnamese (Vietnam)
858
- let [<Literal>] viVN = "vi-VN"
859
- /// Vietnamese
860
- let [<Literal>] vi = "vi"
861
- /// Vunjo (Tanzania)
862
- let [<Literal>] vunTZ = "vun-TZ"
863
- /// Vunjo
864
- let [<Literal>] vun = "vun"
865
- /// Welsh (United Kingdom)
866
- let [<Literal>] cyGB = "cy-GB"
867
- /// Welsh
868
- let [<Literal>] cy = "cy"
869
- /// Yoruba (Nigeria)
870
- let [<Literal>] yoNG = "yo-NG"
871
- /// Yoruba
872
- let [<Literal>] yo = "yo"
873
- /// Zulu (South Africa)
874
- let [<Literal>] zuZA = "zu-ZA"
875
- /// Zulu
876
- let [<Literal>] zu = "zu"