@f1studio/form-spec 5.0.0-alpha.106 → 5.0.0-alpha.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FormSpec.FS/Components/HelloComponent.d.ts.map +1 -0
- package/FormSpec.FS/Designer.d.ts.map +1 -0
- package/FormSpec.FS/FormSpec.d.ts.map +1 -0
- package/FormSpec.FS/FormSpecHelpers.d.ts.map +1 -0
- package/FormSpec.FS/FormSpecValues.d.ts.map +1 -0
- package/FormSpec.FS/Helpers.d.ts.map +1 -0
- package/FormSpec.FS/Interfaces.d.ts.map +1 -0
- package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.d.ts +8 -0
- package/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -0
- package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts.map +1 -0
- package/FormSpec.FS/Interop/FormSpec.Values.Api.Option.d.ts.map +1 -0
- package/FormSpec.FS/Logging/LogTypes.d.ts.map +1 -0
- package/FormSpec.FS/Migrator.d.ts.map +1 -0
- package/FormSpec.FS/PathwayDataExtractor.d.ts.map +1 -0
- package/FormSpec.FS/PathwayExecutor.d.ts.map +1 -0
- package/FormSpec.FS/PathwayValidator.d.ts.map +1 -0
- package/FormSpec.FS/PluginInterface.d.ts.map +1 -0
- package/FormSpec.FS/Prelude.d.ts.map +1 -0
- package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.d.ts.map +1 -0
- package/FormSpec.FS/Renderers/MermaidRenderer.d.ts.map +1 -0
- package/FormSpec.FS/Renderers/PathwayRenderers.d.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Designer.ts.map +1 -0
- package/FormSpec.TS/{FormSpec.js.map → FormSpec.FS/FormSpec.js.map} +1 -1
- package/FormSpec.TS/{FormSpec.ts.map → FormSpec.FS/FormSpec.ts.map} +1 -1
- package/FormSpec.TS/{FormSpecHelpers.js → FormSpec.FS/FormSpecHelpers.js} +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interfaces.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interfaces.ts.map +1 -0
- package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.js +15 -2
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +1 -0
- package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.js +2 -2
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +1 -0
- package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.js +2 -2
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.ts.map +1 -0
- package/FormSpec.TS/{Migrator.js → FormSpec.FS/Migrator.js} +1 -1
- package/FormSpec.TS/FormSpec.FS/Migrator.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Migrator.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.ts.map +1 -0
- package/FormSpec.TS/{PathwayExecutor.js → FormSpec.FS/PathwayExecutor.js} +1 -1
- package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayExecutor.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayValidator.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayValidator.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PluginInterface.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PluginInterface.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Prelude.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Prelude.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.ts.map +1 -0
- package/FormSpec.TS/PathwayExecutor.withPlugins.js +28 -0
- package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -0
- package/FormSpec.TS/PluginRegistration.js +18 -0
- package/FormSpec.TS/PluginRegistration.js.map +1 -0
- package/FormSpec.TS/PluginRegistration.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs +47 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js +93 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs +49 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js +127 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs +52 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js +105 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs +54 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js +105 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs +48 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js +83 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Fable.Form.Simple.Bulma.fableproj +53 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs +132 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js +276 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs +537 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js +263 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs +361 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js +576 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs +52 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js +73 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs +246 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js +226 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs +52 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js +116 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs +56 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js +95 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs +46 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js +77 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs +51 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js +103 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs +49 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js +87 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs +60 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js +69 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs +79 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js +134 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs +44 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js +77 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs +49 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js +87 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs +59 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js +87 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs +44 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js +77 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs +143 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js +154 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs +36 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js +76 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs +49 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js +88 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs +67 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js +121 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs +70 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js +121 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs +76 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js +91 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/Fable.Form.Simple.Fields.Html.fableproj +45 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs +105 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js +161 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs +66 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js +110 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs +72 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js +108 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs +102 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js +157 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs +83 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js +164 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs +83 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js +119 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs +63 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js +110 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs +83 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js +164 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs +92 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js +149 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs +108 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js +161 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs +52 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Interop.fs.js → Feliz.2.8.0/DateParsing.fs.js} +27 -37
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Feliz.fableproj +14 -3
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs +11 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js +25 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs +176 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js +179 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs +29 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js +19 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Length.fs +55 -1
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs +5 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/React.fs +77 -239
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.fs +20 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js.map +1 -1
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs +3 -2
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs +4 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Styles.fs +646 -8
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionTimingFunction.fs +62 -0
- package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Bulma.fs +990 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs +179 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js +51 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Feliz.Bulma.fableproj +32 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs +1986 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js +27 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs +7 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js +31 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/PropertyBuilders.fs +8 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs +14 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Glutinum.Feliz.ReactSignaturePadWrapper.fableproj +18 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Interop.fs +6 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs +32 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs +3 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js +7 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts.map +1 -0
- package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.ts.map +1 -1
- package/FormSpec.TS/fable_modules/project_cracked.json +1 -1
- package/FormSpec.TS/plugins/bmi/src/BMIField.js +823 -0
- package/FormSpec.TS/plugins/bmi/src/BMIField.js.map +1 -0
- package/FormSpec.TS/plugins/bmi/src/BMIField.ts.map +1 -0
- package/FormSpec.TS/plugins/likert/src/LikertField.js +638 -0
- package/FormSpec.TS/plugins/likert/src/LikertField.js.map +1 -0
- package/FormSpec.TS/plugins/likert/src/LikertField.ts.map +1 -0
- package/FormSpec.TS/plugins/signature/src/SignatureField.js +294 -0
- package/FormSpec.TS/plugins/signature/src/SignatureField.js.map +1 -0
- package/FormSpec.TS/plugins/signature/src/SignatureField.ts.map +1 -0
- package/FormSpec.TS/plugins/vitals/src/VitalsField.js +1150 -0
- package/FormSpec.TS/plugins/vitals/src/VitalsField.js.map +1 -0
- package/FormSpec.TS/plugins/vitals/src/VitalsField.ts.map +1 -0
- package/PathwayExecutor.withPlugins.d.ts +11 -0
- package/PathwayExecutor.withPlugins.d.ts.map +1 -0
- package/PluginRegistration.d.ts +2 -0
- package/PluginRegistration.d.ts.map +1 -0
- package/README.md +7 -7
- package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts +147 -0
- package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts.map +1 -0
- package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts +19 -0
- package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts.map +1 -0
- package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts +14 -0
- package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts.map +1 -0
- package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts +14 -0
- package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts.map +1 -0
- package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts +113 -0
- package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts.map +1 -0
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts +17 -0
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts.map +1 -0
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts +41 -0
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts.map +1 -0
- package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts +73 -0
- package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts.map +1 -0
- package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts +9 -0
- package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts.map +1 -0
- package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts +3 -0
- package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts.map +1 -0
- package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts +6 -0
- package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts.map +1 -0
- package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts +36 -0
- package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts.map +1 -0
- package/fable_modules/Feliz.2.8.0/Types.fs.d.ts +7 -0
- package/fable_modules/Feliz.2.8.0/Types.fs.d.ts.map +1 -0
- package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts +5 -0
- package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts.map +1 -0
- package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts +3 -0
- package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts.map +1 -0
- package/package.json +15 -15
- package/plugins/bmi/src/BMIField.d.ts +52 -0
- package/plugins/bmi/src/BMIField.d.ts.map +1 -0
- package/plugins/likert/src/LikertField.d.ts +60 -0
- package/plugins/likert/src/LikertField.d.ts.map +1 -0
- package/plugins/signature/src/SignatureField.d.ts +34 -0
- package/plugins/signature/src/SignatureField.d.ts.map +1 -0
- package/plugins/vitals/src/VitalsField.d.ts +82 -0
- package/plugins/vitals/src/VitalsField.d.ts.map +1 -0
- package/src/{FormSpecHelpers.ts → FormSpec.FS/FormSpecHelpers.ts} +1 -1
- package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.ts +21 -4
- package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.ts +2 -2
- package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.ts +2 -2
- package/src/{Migrator.ts → FormSpec.FS/Migrator.ts} +1 -1
- package/src/{PathwayExecutor.ts → FormSpec.FS/PathwayExecutor.ts} +1 -1
- package/src/PathwayExecutor.withPlugins.ts +10 -0
- package/src/PluginRegistration.ts +16 -0
- package/src/plugins/bmi/src/BMIField.ts +494 -0
- package/src/plugins/likert/src/LikertField.ts +420 -0
- package/src/plugins/signature/src/SignatureField.ts +185 -0
- package/src/plugins/vitals/src/VitalsField.ts +665 -0
- package/Components/HelloComponent.d.ts.map +0 -1
- package/Designer.d.ts.map +0 -1
- package/FormSpec.TS/Components/HelloComponent.js.map +0 -1
- package/FormSpec.TS/Components/HelloComponent.ts.map +0 -1
- package/FormSpec.TS/Designer.js.map +0 -1
- package/FormSpec.TS/Designer.ts.map +0 -1
- package/FormSpec.TS/FormSpecHelpers.js.map +0 -1
- package/FormSpec.TS/FormSpecHelpers.ts.map +0 -1
- package/FormSpec.TS/FormSpecValues.js.map +0 -1
- package/FormSpec.TS/FormSpecValues.ts.map +0 -1
- package/FormSpec.TS/Helpers.js.map +0 -1
- package/FormSpec.TS/Helpers.ts.map +0 -1
- package/FormSpec.TS/Interfaces.js.map +0 -1
- package/FormSpec.TS/Interfaces.ts.map +0 -1
- package/FormSpec.TS/Interop/FormSpec.Api.Helpers.js.map +0 -1
- package/FormSpec.TS/Interop/FormSpec.Api.Helpers.ts.map +0 -1
- package/FormSpec.TS/Interop/FormSpec.Api.Option.js.map +0 -1
- package/FormSpec.TS/Interop/FormSpec.Api.Option.ts.map +0 -1
- package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.js.map +0 -1
- package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.ts.map +0 -1
- package/FormSpec.TS/Logging/LogTypes.js.map +0 -1
- package/FormSpec.TS/Logging/LogTypes.ts.map +0 -1
- package/FormSpec.TS/Migrator.js.map +0 -1
- package/FormSpec.TS/Migrator.ts.map +0 -1
- package/FormSpec.TS/PathwayDataExtractor.js.map +0 -1
- package/FormSpec.TS/PathwayDataExtractor.ts.map +0 -1
- package/FormSpec.TS/PathwayExecutor.js.map +0 -1
- package/FormSpec.TS/PathwayExecutor.ts.map +0 -1
- package/FormSpec.TS/PathwayValidator.js.map +0 -1
- package/FormSpec.TS/PathwayValidator.ts.map +0 -1
- package/FormSpec.TS/PluginInterface.js.map +0 -1
- package/FormSpec.TS/PluginInterface.ts.map +0 -1
- package/FormSpec.TS/Prelude.js.map +0 -1
- package/FormSpec.TS/Prelude.ts.map +0 -1
- package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.js.map +0 -1
- package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.ts.map +0 -1
- package/FormSpec.TS/Renderers/MermaidRenderer.js.map +0 -1
- package/FormSpec.TS/Renderers/MermaidRenderer.ts.map +0 -1
- package/FormSpec.TS/Renderers/PathwayRenderers.js.map +0 -1
- package/FormSpec.TS/Renderers/PathwayRenderers.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs +0 -83
- package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.js.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js +0 -561
- package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.ts.map +0 -1
- package/FormSpec.d.ts.map +0 -1
- package/FormSpecHelpers.d.ts.map +0 -1
- package/FormSpecValues.d.ts.map +0 -1
- package/Helpers.d.ts.map +0 -1
- package/Interfaces.d.ts.map +0 -1
- package/Interop/FormSpec.Api.Helpers.d.ts.map +0 -1
- package/Interop/FormSpec.Api.Option.d.ts.map +0 -1
- package/Interop/FormSpec.Values.Api.Option.d.ts.map +0 -1
- package/Logging/LogTypes.d.ts.map +0 -1
- package/Migrator.d.ts.map +0 -1
- package/PathwayDataExtractor.d.ts.map +0 -1
- package/PathwayExecutor.d.ts.map +0 -1
- package/PathwayValidator.d.ts.map +0 -1
- package/PluginInterface.d.ts.map +0 -1
- package/Prelude.d.ts.map +0 -1
- package/Renderers/FormSpecMarkdownRenderer.d.ts.map +0 -1
- package/Renderers/MermaidRenderer.d.ts.map +0 -1
- package/Renderers/PathwayRenderers.d.ts.map +0 -1
- /package/{Components → FormSpec.FS/Components}/HelloComponent.d.ts +0 -0
- /package/{Designer.d.ts → FormSpec.FS/Designer.d.ts} +0 -0
- /package/{FormSpec.d.ts → FormSpec.FS/FormSpec.d.ts} +0 -0
- /package/{FormSpecHelpers.d.ts → FormSpec.FS/FormSpecHelpers.d.ts} +0 -0
- /package/{FormSpecValues.d.ts → FormSpec.FS/FormSpecValues.d.ts} +0 -0
- /package/{Helpers.d.ts → FormSpec.FS/Helpers.d.ts} +0 -0
- /package/{Interfaces.d.ts → FormSpec.FS/Interfaces.d.ts} +0 -0
- /package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.d.ts +0 -0
- /package/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.d.ts +0 -0
- /package/{Logging → FormSpec.FS/Logging}/LogTypes.d.ts +0 -0
- /package/{Migrator.d.ts → FormSpec.FS/Migrator.d.ts} +0 -0
- /package/{PathwayDataExtractor.d.ts → FormSpec.FS/PathwayDataExtractor.d.ts} +0 -0
- /package/{PathwayExecutor.d.ts → FormSpec.FS/PathwayExecutor.d.ts} +0 -0
- /package/{PathwayValidator.d.ts → FormSpec.FS/PathwayValidator.d.ts} +0 -0
- /package/{PluginInterface.d.ts → FormSpec.FS/PluginInterface.d.ts} +0 -0
- /package/{Prelude.d.ts → FormSpec.FS/Prelude.d.ts} +0 -0
- /package/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.d.ts +0 -0
- /package/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.d.ts +0 -0
- /package/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.d.ts +0 -0
- /package/FormSpec.TS/{Components → FormSpec.FS/Components}/HelloComponent.js +0 -0
- /package/FormSpec.TS/{Designer.js → FormSpec.FS/Designer.js} +0 -0
- /package/FormSpec.TS/{FormSpec.js → FormSpec.FS/FormSpec.js} +0 -0
- /package/FormSpec.TS/{FormSpecValues.js → FormSpec.FS/FormSpecValues.js} +0 -0
- /package/FormSpec.TS/{Helpers.js → FormSpec.FS/Helpers.js} +0 -0
- /package/FormSpec.TS/{Interfaces.js → FormSpec.FS/Interfaces.js} +0 -0
- /package/FormSpec.TS/{Logging → FormSpec.FS/Logging}/LogTypes.js +0 -0
- /package/FormSpec.TS/{PathwayDataExtractor.js → FormSpec.FS/PathwayDataExtractor.js} +0 -0
- /package/FormSpec.TS/{PathwayValidator.js → FormSpec.FS/PathwayValidator.js} +0 -0
- /package/FormSpec.TS/{PluginInterface.js → FormSpec.FS/PluginInterface.js} +0 -0
- /package/FormSpec.TS/{Prelude.js → FormSpec.FS/Prelude.js} +0 -0
- /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.js +0 -0
- /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.js +0 -0
- /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/BorderStyle.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.ts.map +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Fonts.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/GridTypes.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Html.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/ReactTypes.fs.ts.map → Feliz.2.8.0/Interop.fs.ts.map} +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.ts.map +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Locale.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.ts.map +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.ts.map +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/StyleTypes.fs.ts.map → Feliz.2.8.0/ReactTypes.fs.ts.map} +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Svg.fs.ts.map → Feliz.2.8.0/StyleTypes.fs.ts.map} +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Types.fs.ts.map → Feliz.2.8.0/Svg.fs.ts.map} +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TextDecorationLine.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TextDecorationStyle.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Transform.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TransformOrigin.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TransitionProperty.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs +0 -0
- /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js +0 -0
- /package/src/{Components → FormSpec.FS/Components}/HelloComponent.ts +0 -0
- /package/src/{Designer.ts → FormSpec.FS/Designer.ts} +0 -0
- /package/src/{FormSpec.ts → FormSpec.FS/FormSpec.ts} +0 -0
- /package/src/{FormSpecValues.ts → FormSpec.FS/FormSpecValues.ts} +0 -0
- /package/src/{Helpers.ts → FormSpec.FS/Helpers.ts} +0 -0
- /package/src/{Interfaces.ts → FormSpec.FS/Interfaces.ts} +0 -0
- /package/src/{Logging → FormSpec.FS/Logging}/LogTypes.ts +0 -0
- /package/src/{PathwayDataExtractor.ts → FormSpec.FS/PathwayDataExtractor.ts} +0 -0
- /package/src/{PathwayValidator.ts → FormSpec.FS/PathwayValidator.ts} +0 -0
- /package/src/{PluginInterface.ts → FormSpec.FS/PluginInterface.ts} +0 -0
- /package/src/{Prelude.ts → FormSpec.FS/Prelude.ts} +0 -0
- /package/src/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.ts +0 -0
- /package/src/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.ts +0 -0
- /package/src/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.ts +0 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
namespace Fable.Form.Simple.Fields.Html
|
|
2
|
+
|
|
3
|
+
open Fable.Form
|
|
4
|
+
|
|
5
|
+
module DateTimeLocalField =
|
|
6
|
+
|
|
7
|
+
[<NoComparison>]
|
|
8
|
+
type Attributes =
|
|
9
|
+
{
|
|
10
|
+
FieldId: string
|
|
11
|
+
/// <summary>
|
|
12
|
+
/// Label to display
|
|
13
|
+
/// </summary>
|
|
14
|
+
Label: string
|
|
15
|
+
/// <summary>
|
|
16
|
+
/// A list of HTML attributes to add to the generated field
|
|
17
|
+
/// </summary>
|
|
18
|
+
Max: System.DateTime option
|
|
19
|
+
Min: System.DateTime option
|
|
20
|
+
Step: int option
|
|
21
|
+
AutoFocus: bool
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
interface Field.IAttributes with
|
|
25
|
+
member this.GetFieldId() = this.FieldId
|
|
26
|
+
|
|
27
|
+
type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
|
|
28
|
+
|
|
29
|
+
let form<'Values, 'Field, 'Output>
|
|
30
|
+
: ((InnerField<'Values> -> 'Field)
|
|
31
|
+
-> Base.FieldConfig<Attributes, string, 'Values, 'Output>
|
|
32
|
+
-> Base.Form<'Values, 'Output, 'Field>) =
|
|
33
|
+
Base.field System.String.IsNullOrEmpty
|
|
34
|
+
|
|
35
|
+
type DateTimeLocalField =
|
|
36
|
+
|
|
37
|
+
static member create(fieldId: string) : DateTimeLocalField.Attributes =
|
|
38
|
+
{
|
|
39
|
+
FieldId = fieldId
|
|
40
|
+
Label = ""
|
|
41
|
+
Max = None
|
|
42
|
+
Min = None
|
|
43
|
+
Step = None
|
|
44
|
+
AutoFocus = false
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
static member withLabel (label: string) (attributes: DateTimeLocalField.Attributes) =
|
|
48
|
+
{ attributes with
|
|
49
|
+
Label = label
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
static member withMax (max: System.DateTime) (attributes: DateTimeLocalField.Attributes) =
|
|
53
|
+
{ attributes with
|
|
54
|
+
Max = Some max
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
static member withMin (min: System.DateTime) (attributes: DateTimeLocalField.Attributes) =
|
|
58
|
+
{ attributes with
|
|
59
|
+
Min = Some min
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
static member withStep (step: int) (attributes: DateTimeLocalField.Attributes) =
|
|
63
|
+
{ attributes with
|
|
64
|
+
Step = Some step
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
static member withAutoFocus(attributes: DateTimeLocalField.Attributes) =
|
|
68
|
+
{ attributes with
|
|
69
|
+
AutoFocus = true
|
|
70
|
+
}
|
package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: Object.getOwnPropertyDescriptor(all, name).get
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
get DateTimeLocalField () {
|
|
13
|
+
return DateTimeLocalField;
|
|
14
|
+
},
|
|
15
|
+
get DateTimeLocalFieldModule_Attributes () {
|
|
16
|
+
return DateTimeLocalFieldModule_Attributes;
|
|
17
|
+
},
|
|
18
|
+
get DateTimeLocalFieldModule_Attributes_$reflection () {
|
|
19
|
+
return DateTimeLocalFieldModule_Attributes_$reflection;
|
|
20
|
+
},
|
|
21
|
+
get DateTimeLocalFieldModule_form () {
|
|
22
|
+
return DateTimeLocalFieldModule_form;
|
|
23
|
+
},
|
|
24
|
+
get DateTimeLocalField_$reflection () {
|
|
25
|
+
return DateTimeLocalField_$reflection;
|
|
26
|
+
},
|
|
27
|
+
get DateTimeLocalField_create_Z721C83C5 () {
|
|
28
|
+
return DateTimeLocalField_create_Z721C83C5;
|
|
29
|
+
},
|
|
30
|
+
get DateTimeLocalField_withAutoFocus_Z40D7C91A () {
|
|
31
|
+
return DateTimeLocalField_withAutoFocus_Z40D7C91A;
|
|
32
|
+
},
|
|
33
|
+
get DateTimeLocalField_withLabel () {
|
|
34
|
+
return DateTimeLocalField_withLabel;
|
|
35
|
+
},
|
|
36
|
+
get DateTimeLocalField_withMax () {
|
|
37
|
+
return DateTimeLocalField_withMax;
|
|
38
|
+
},
|
|
39
|
+
get DateTimeLocalField_withMin () {
|
|
40
|
+
return DateTimeLocalField_withMin;
|
|
41
|
+
},
|
|
42
|
+
get DateTimeLocalField_withStep () {
|
|
43
|
+
return DateTimeLocalField_withStep;
|
|
44
|
+
}
|
|
45
|
+
});
|
|
46
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
47
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
48
|
+
const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
|
|
49
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
50
|
+
class DateTimeLocalFieldModule_Attributes extends _Types.Record {
|
|
51
|
+
GetFieldId() {
|
|
52
|
+
const this$ = this;
|
|
53
|
+
return this$.FieldId;
|
|
54
|
+
}
|
|
55
|
+
constructor(FieldId, Label, Max, Min, Step, AutoFocus){
|
|
56
|
+
super();
|
|
57
|
+
this.FieldId = FieldId;
|
|
58
|
+
this.Label = Label;
|
|
59
|
+
this.Max = Max;
|
|
60
|
+
this.Min = Min;
|
|
61
|
+
this.Step = Step;
|
|
62
|
+
this.AutoFocus = AutoFocus;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
function DateTimeLocalFieldModule_Attributes_$reflection() {
|
|
66
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.DateTimeLocalFieldModule.Attributes", [], DateTimeLocalFieldModule_Attributes, ()=>[
|
|
67
|
+
[
|
|
68
|
+
"FieldId",
|
|
69
|
+
_Reflection.string_type
|
|
70
|
+
],
|
|
71
|
+
[
|
|
72
|
+
"Label",
|
|
73
|
+
_Reflection.string_type
|
|
74
|
+
],
|
|
75
|
+
[
|
|
76
|
+
"Max",
|
|
77
|
+
(0, _Reflection.option_type)((0, _Reflection.class_type)("System.DateTime"))
|
|
78
|
+
],
|
|
79
|
+
[
|
|
80
|
+
"Min",
|
|
81
|
+
(0, _Reflection.option_type)((0, _Reflection.class_type)("System.DateTime"))
|
|
82
|
+
],
|
|
83
|
+
[
|
|
84
|
+
"Step",
|
|
85
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
86
|
+
],
|
|
87
|
+
[
|
|
88
|
+
"AutoFocus",
|
|
89
|
+
_Reflection.bool_type
|
|
90
|
+
]
|
|
91
|
+
]);
|
|
92
|
+
}
|
|
93
|
+
function DateTimeLocalFieldModule_form() {
|
|
94
|
+
return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
|
|
95
|
+
}
|
|
96
|
+
class DateTimeLocalField {
|
|
97
|
+
constructor(){}
|
|
98
|
+
}
|
|
99
|
+
function DateTimeLocalField_$reflection() {
|
|
100
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.DateTimeLocalField", undefined, DateTimeLocalField);
|
|
101
|
+
}
|
|
102
|
+
function DateTimeLocalField_create_Z721C83C5(fieldId) {
|
|
103
|
+
return new DateTimeLocalFieldModule_Attributes(fieldId, "", undefined, undefined, undefined, false);
|
|
104
|
+
}
|
|
105
|
+
function DateTimeLocalField_withLabel(label, attributes) {
|
|
106
|
+
return new DateTimeLocalFieldModule_Attributes(attributes.FieldId, label, attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
107
|
+
}
|
|
108
|
+
function DateTimeLocalField_withMax(max, attributes) {
|
|
109
|
+
return new DateTimeLocalFieldModule_Attributes(attributes.FieldId, attributes.Label, max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
110
|
+
}
|
|
111
|
+
function DateTimeLocalField_withMin(min, attributes) {
|
|
112
|
+
return new DateTimeLocalFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Max, min, attributes.Step, attributes.AutoFocus);
|
|
113
|
+
}
|
|
114
|
+
function DateTimeLocalField_withStep(step, attributes) {
|
|
115
|
+
return new DateTimeLocalFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Max, attributes.Min, step, attributes.AutoFocus);
|
|
116
|
+
}
|
|
117
|
+
function DateTimeLocalField_withAutoFocus_Z40D7C91A(attributes) {
|
|
118
|
+
return new DateTimeLocalFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Max, attributes.Min, attributes.Step, true);
|
|
119
|
+
} //# sourceMappingURL=DateTimeLocalField.fs.ts.map
|
|
120
|
+
|
|
121
|
+
//# sourceMappingURL=DateTimeLocalField.fs.js.map
|
package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts"],"names":["this","build","config","fieldId","attributes","label","max","min","step"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAwBmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,oCACcC,SACF,IACF,WACA,WACC,WACK;;;WAIhB,IAAA,oCAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,oCAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACeE,KADfF,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,oCAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,GAAAA,EACeG,KADfH,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,oCAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EACgBI,MADhBJ,WAAAA,SAAAA;;;WAKA,IAAA,oCAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EACgB"}
|
package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["./DateTimeLocalField.fs"],"names":["this","build","config","fieldId","attributes","label","max","min","step"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAwBmBA,2DAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;sVAQ/B,yFAAAC,OAAAC;;;;;;;;;;;;;WAKA,wCACcC,SACF,IACF,WACA,WACC,WACK;;;;WAIhB,wCAAA,AAAAC,oBACYC,OADZ,AAAAD,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,wCAAA,AAAAA,oBAAA,AAAAA,kBACeE,KADf,AAAAF,gBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,wCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,gBACeG,KADf,AAAAH,iBAAA,AAAAA;;;;WAKA,wCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,gBAAA,AAAAA,gBACgBI,MADhB,AAAAJ;;;;WAKA,wCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,gBAAA,AAAAA,gBAAA,AAAAA,iBACgB","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
namespace Fable.Form.Simple.Fields.Html
|
|
2
|
+
|
|
3
|
+
open Fable.Form
|
|
4
|
+
|
|
5
|
+
module EmailField =
|
|
6
|
+
|
|
7
|
+
[<NoComparison>]
|
|
8
|
+
type Attributes =
|
|
9
|
+
{
|
|
10
|
+
FieldId: string
|
|
11
|
+
/// <summary>
|
|
12
|
+
/// Label to display
|
|
13
|
+
/// </summary>
|
|
14
|
+
Label: string
|
|
15
|
+
/// <summary>
|
|
16
|
+
/// Placeholder to display when the field is empty
|
|
17
|
+
/// </summary>
|
|
18
|
+
Placeholder: string option
|
|
19
|
+
/// <summary>
|
|
20
|
+
/// A list of HTML attributes to add to the generated field
|
|
21
|
+
/// </summary>
|
|
22
|
+
AutoComplete: string option
|
|
23
|
+
Multiple: bool option
|
|
24
|
+
AutoFocus: bool
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
interface Field.IAttributes with
|
|
28
|
+
member this.GetFieldId() = this.FieldId
|
|
29
|
+
|
|
30
|
+
type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
|
|
31
|
+
|
|
32
|
+
let form<'Values, 'Field, 'Output>
|
|
33
|
+
: ((InnerField<'Values> -> 'Field)
|
|
34
|
+
-> Base.FieldConfig<Attributes, string, 'Values, 'Output>
|
|
35
|
+
-> Base.Form<'Values, 'Output, 'Field>) =
|
|
36
|
+
Base.field System.String.IsNullOrEmpty
|
|
37
|
+
|
|
38
|
+
type EmailField =
|
|
39
|
+
|
|
40
|
+
static member create(fieldId: string) : EmailField.Attributes =
|
|
41
|
+
{
|
|
42
|
+
FieldId = fieldId
|
|
43
|
+
Label = ""
|
|
44
|
+
Placeholder = None
|
|
45
|
+
AutoComplete = None
|
|
46
|
+
Multiple = None
|
|
47
|
+
AutoFocus = false
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
static member inline withLabel (label: string) (attributes: EmailField.Attributes) =
|
|
51
|
+
{ attributes with
|
|
52
|
+
Label = label
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
static member inline withPlaceholder (placeholder: string) (attributes: EmailField.Attributes) =
|
|
56
|
+
{ attributes with
|
|
57
|
+
Placeholder = Some placeholder
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
static member inline withAutoComplete
|
|
61
|
+
(autoComplete: string)
|
|
62
|
+
(attributes: EmailField.Attributes)
|
|
63
|
+
=
|
|
64
|
+
{ attributes with
|
|
65
|
+
AutoComplete = Some autoComplete
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
static member inline withMultiple (multiple: bool) (attributes: EmailField.Attributes) =
|
|
69
|
+
{ attributes with
|
|
70
|
+
Multiple = Some multiple
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
static member inline withAutoFocus(attributes: EmailField.Attributes) =
|
|
74
|
+
{ attributes with
|
|
75
|
+
AutoFocus = true
|
|
76
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: Object.getOwnPropertyDescriptor(all, name).get
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
get EmailField () {
|
|
13
|
+
return EmailField;
|
|
14
|
+
},
|
|
15
|
+
get EmailFieldModule_Attributes () {
|
|
16
|
+
return EmailFieldModule_Attributes;
|
|
17
|
+
},
|
|
18
|
+
get EmailFieldModule_Attributes_$reflection () {
|
|
19
|
+
return EmailFieldModule_Attributes_$reflection;
|
|
20
|
+
},
|
|
21
|
+
get EmailFieldModule_form () {
|
|
22
|
+
return EmailFieldModule_form;
|
|
23
|
+
},
|
|
24
|
+
get EmailField_$reflection () {
|
|
25
|
+
return EmailField_$reflection;
|
|
26
|
+
},
|
|
27
|
+
get EmailField_create_Z721C83C5 () {
|
|
28
|
+
return EmailField_create_Z721C83C5;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
32
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
33
|
+
const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
|
|
34
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
35
|
+
class EmailFieldModule_Attributes extends _Types.Record {
|
|
36
|
+
GetFieldId() {
|
|
37
|
+
const this$ = this;
|
|
38
|
+
return this$.FieldId;
|
|
39
|
+
}
|
|
40
|
+
constructor(FieldId, Label, Placeholder, AutoComplete, Multiple, AutoFocus){
|
|
41
|
+
super();
|
|
42
|
+
this.FieldId = FieldId;
|
|
43
|
+
this.Label = Label;
|
|
44
|
+
this.Placeholder = Placeholder;
|
|
45
|
+
this.AutoComplete = AutoComplete;
|
|
46
|
+
this.Multiple = Multiple;
|
|
47
|
+
this.AutoFocus = AutoFocus;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
function EmailFieldModule_Attributes_$reflection() {
|
|
51
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.EmailFieldModule.Attributes", [], EmailFieldModule_Attributes, ()=>[
|
|
52
|
+
[
|
|
53
|
+
"FieldId",
|
|
54
|
+
_Reflection.string_type
|
|
55
|
+
],
|
|
56
|
+
[
|
|
57
|
+
"Label",
|
|
58
|
+
_Reflection.string_type
|
|
59
|
+
],
|
|
60
|
+
[
|
|
61
|
+
"Placeholder",
|
|
62
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
63
|
+
],
|
|
64
|
+
[
|
|
65
|
+
"AutoComplete",
|
|
66
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
67
|
+
],
|
|
68
|
+
[
|
|
69
|
+
"Multiple",
|
|
70
|
+
(0, _Reflection.option_type)(_Reflection.bool_type)
|
|
71
|
+
],
|
|
72
|
+
[
|
|
73
|
+
"AutoFocus",
|
|
74
|
+
_Reflection.bool_type
|
|
75
|
+
]
|
|
76
|
+
]);
|
|
77
|
+
}
|
|
78
|
+
function EmailFieldModule_form() {
|
|
79
|
+
return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
|
|
80
|
+
}
|
|
81
|
+
class EmailField {
|
|
82
|
+
constructor(){}
|
|
83
|
+
}
|
|
84
|
+
function EmailField_$reflection() {
|
|
85
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.EmailField", undefined, EmailField);
|
|
86
|
+
}
|
|
87
|
+
function EmailField_create_Z721C83C5(fieldId) {
|
|
88
|
+
return new EmailFieldModule_Attributes(fieldId, "", undefined, undefined, undefined, false);
|
|
89
|
+
} //# sourceMappingURL=EmailField.fs.ts.map
|
|
90
|
+
|
|
91
|
+
//# sourceMappingURL=EmailField.fs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts"],"names":["this","build","config","fieldId"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA2BmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,4BACcC,SACF,IACM,WACC,WACJ,WACC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["./EmailField.fs"],"names":["this","build","config","fieldId"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AA2BmBA,mDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;8TAQ/B,iFAAAC,OAAAC;;;;;;;;;;;;;WAKA,gCACcC,SACF,IACM,WACC,WACJ,WACC","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project Sdk="Microsoft.NET.Sdk">
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<TargetFramework>netstandard2.1</TargetFramework>
|
|
5
|
+
<Description>
|
|
6
|
+
Contains shared API betweens Fable.Form.Simple libraries.
|
|
7
|
+
|
|
8
|
+
It can be used has a standalone library if you want to build your own fields or
|
|
9
|
+
you can use Fable.Form.Simple.Bulma, Fable.Form.Simple.Sutil.Bulma to have a ready to use libraries made for Bulma CSS framework.
|
|
10
|
+
</Description>
|
|
11
|
+
<FablePackageType>library</FablePackageType>
|
|
12
|
+
<PackageTags>fable-javascript</PackageTags>
|
|
13
|
+
</PropertyGroup>
|
|
14
|
+
<ItemGroup>
|
|
15
|
+
<Compile Include="CheckboxField.fs" />
|
|
16
|
+
<Compile Include="ColorField.fs" />
|
|
17
|
+
<Compile Include="DateField.fs" />
|
|
18
|
+
<Compile Include="DateTimeLocalField.fs" />
|
|
19
|
+
<Compile Include="EmailField.fs" />
|
|
20
|
+
<Compile Include="NumberField.fs" />
|
|
21
|
+
<Compile Include="PasswordField.fs" />
|
|
22
|
+
<Compile Include="RadioField.fs" />
|
|
23
|
+
<Compile Include="RangeField.fs" />
|
|
24
|
+
<Compile Include="SearchField.fs" />
|
|
25
|
+
<Compile Include="SelectField.fs" />
|
|
26
|
+
<Compile Include="TelField.fs" />
|
|
27
|
+
<Compile Include="TextareaField.fs" />
|
|
28
|
+
<Compile Include="TextField.fs" />
|
|
29
|
+
<Compile Include="TimeField.fs" />
|
|
30
|
+
</ItemGroup>
|
|
31
|
+
<ItemGroup>
|
|
32
|
+
<ProjectReference Include="..\Fable.Form\Fable.Form.fsproj" />
|
|
33
|
+
</ItemGroup>
|
|
34
|
+
<ItemGroup>
|
|
35
|
+
<PackageReference Include="EasyBuild.PackageReleaseNotes.Tasks">
|
|
36
|
+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
37
|
+
<PrivateAssets>all</PrivateAssets>
|
|
38
|
+
</PackageReference>
|
|
39
|
+
<PackageReference Include="Fable.Package.SDK">
|
|
40
|
+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
41
|
+
<PrivateAssets>all</PrivateAssets>
|
|
42
|
+
</PackageReference>
|
|
43
|
+
<PackageReference Include="FSharp.Core" />
|
|
44
|
+
</ItemGroup>
|
|
45
|
+
</Project>
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
namespace Fable.Form.Simple.Fields.Html
|
|
2
|
+
|
|
3
|
+
open Fable.Form
|
|
4
|
+
|
|
5
|
+
module NumberField =
|
|
6
|
+
|
|
7
|
+
[<NoComparison>]
|
|
8
|
+
type Attributes =
|
|
9
|
+
{
|
|
10
|
+
FieldId: string
|
|
11
|
+
/// <summary>
|
|
12
|
+
/// Label to display
|
|
13
|
+
/// </summary>
|
|
14
|
+
Label: string
|
|
15
|
+
/// <summary>
|
|
16
|
+
/// Placeholder to display when the field is empty
|
|
17
|
+
/// </summary>
|
|
18
|
+
Placeholder: string option
|
|
19
|
+
AutoComplete: string option
|
|
20
|
+
Max: float option
|
|
21
|
+
Min: float option
|
|
22
|
+
Step: float option
|
|
23
|
+
AutoFocus: bool
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
interface Field.IAttributes with
|
|
27
|
+
member this.GetFieldId() = this.FieldId
|
|
28
|
+
|
|
29
|
+
type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
|
|
30
|
+
|
|
31
|
+
let form<'Values, 'Field, 'Output>
|
|
32
|
+
: ((InnerField<'Values> -> 'Field)
|
|
33
|
+
-> Base.FieldConfig<Attributes, string, 'Values, 'Output>
|
|
34
|
+
-> Base.Form<'Values, 'Output, 'Field>) =
|
|
35
|
+
Base.field System.String.IsNullOrEmpty
|
|
36
|
+
|
|
37
|
+
type NumberField =
|
|
38
|
+
|
|
39
|
+
static member create(fieldId: string) : NumberField.Attributes =
|
|
40
|
+
{
|
|
41
|
+
FieldId = fieldId
|
|
42
|
+
Label = ""
|
|
43
|
+
Placeholder = None
|
|
44
|
+
AutoComplete = None
|
|
45
|
+
Max = None
|
|
46
|
+
Min = None
|
|
47
|
+
Step = None
|
|
48
|
+
AutoFocus = false
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
static member withLabel (label: string) (attributes: NumberField.Attributes) =
|
|
52
|
+
{ attributes with
|
|
53
|
+
Label = label
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
static member withPlaceholder (placeholder: string) (attributes: NumberField.Attributes) =
|
|
57
|
+
{ attributes with
|
|
58
|
+
Placeholder = Some placeholder
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
static member withAutoComplete (autoComplete: string) (attributes: NumberField.Attributes) =
|
|
62
|
+
{ attributes with
|
|
63
|
+
AutoComplete = Some autoComplete
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
static member withMax(max: float) =
|
|
67
|
+
fun (attributes: NumberField.Attributes) ->
|
|
68
|
+
{ attributes with
|
|
69
|
+
Max = Some max
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
static member withMax(max: int) =
|
|
73
|
+
fun (attributes: NumberField.Attributes) ->
|
|
74
|
+
{ attributes with
|
|
75
|
+
Max = Some(float max)
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
static member withMin(min: float) =
|
|
79
|
+
fun (attributes: NumberField.Attributes) ->
|
|
80
|
+
{ attributes with
|
|
81
|
+
Min = Some min
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
static member withMin(min: int) =
|
|
85
|
+
fun (attributes: NumberField.Attributes) ->
|
|
86
|
+
{ attributes with
|
|
87
|
+
Min = Some(float min)
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
static member withStep(step: float) =
|
|
91
|
+
fun (attributes: NumberField.Attributes) ->
|
|
92
|
+
{ attributes with
|
|
93
|
+
Step = Some step
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
static member withStep(step: int) =
|
|
97
|
+
fun (attributes: NumberField.Attributes) ->
|
|
98
|
+
{ attributes with
|
|
99
|
+
Step = Some(float step)
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
static member withAutoFocus (autoFocus: bool) (attributes: NumberField.Attributes) =
|
|
103
|
+
{ attributes with
|
|
104
|
+
AutoFocus = autoFocus
|
|
105
|
+
}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: Object.getOwnPropertyDescriptor(all, name).get
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
get NumberField () {
|
|
13
|
+
return NumberField;
|
|
14
|
+
},
|
|
15
|
+
get NumberFieldModule_Attributes () {
|
|
16
|
+
return NumberFieldModule_Attributes;
|
|
17
|
+
},
|
|
18
|
+
get NumberFieldModule_Attributes_$reflection () {
|
|
19
|
+
return NumberFieldModule_Attributes_$reflection;
|
|
20
|
+
},
|
|
21
|
+
get NumberFieldModule_form () {
|
|
22
|
+
return NumberFieldModule_form;
|
|
23
|
+
},
|
|
24
|
+
get NumberField_$reflection () {
|
|
25
|
+
return NumberField_$reflection;
|
|
26
|
+
},
|
|
27
|
+
get NumberField_create_Z721C83C5 () {
|
|
28
|
+
return NumberField_create_Z721C83C5;
|
|
29
|
+
},
|
|
30
|
+
get NumberField_withAutoComplete () {
|
|
31
|
+
return NumberField_withAutoComplete;
|
|
32
|
+
},
|
|
33
|
+
get NumberField_withAutoFocus () {
|
|
34
|
+
return NumberField_withAutoFocus;
|
|
35
|
+
},
|
|
36
|
+
get NumberField_withLabel () {
|
|
37
|
+
return NumberField_withLabel;
|
|
38
|
+
},
|
|
39
|
+
get NumberField_withMax_5E38073B () {
|
|
40
|
+
return NumberField_withMax_5E38073B;
|
|
41
|
+
},
|
|
42
|
+
get NumberField_withMax_Z524259A4 () {
|
|
43
|
+
return NumberField_withMax_Z524259A4;
|
|
44
|
+
},
|
|
45
|
+
get NumberField_withMin_5E38073B () {
|
|
46
|
+
return NumberField_withMin_5E38073B;
|
|
47
|
+
},
|
|
48
|
+
get NumberField_withMin_Z524259A4 () {
|
|
49
|
+
return NumberField_withMin_Z524259A4;
|
|
50
|
+
},
|
|
51
|
+
get NumberField_withPlaceholder () {
|
|
52
|
+
return NumberField_withPlaceholder;
|
|
53
|
+
},
|
|
54
|
+
get NumberField_withStep_5E38073B () {
|
|
55
|
+
return NumberField_withStep_5E38073B;
|
|
56
|
+
},
|
|
57
|
+
get NumberField_withStep_Z524259A4 () {
|
|
58
|
+
return NumberField_withStep_Z524259A4;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
62
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
63
|
+
const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
|
|
64
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
65
|
+
class NumberFieldModule_Attributes extends _Types.Record {
|
|
66
|
+
GetFieldId() {
|
|
67
|
+
const this$ = this;
|
|
68
|
+
return this$.FieldId;
|
|
69
|
+
}
|
|
70
|
+
constructor(FieldId, Label, Placeholder, AutoComplete, Max, Min, Step, AutoFocus){
|
|
71
|
+
super();
|
|
72
|
+
this.FieldId = FieldId;
|
|
73
|
+
this.Label = Label;
|
|
74
|
+
this.Placeholder = Placeholder;
|
|
75
|
+
this.AutoComplete = AutoComplete;
|
|
76
|
+
this.Max = Max;
|
|
77
|
+
this.Min = Min;
|
|
78
|
+
this.Step = Step;
|
|
79
|
+
this.AutoFocus = AutoFocus;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
function NumberFieldModule_Attributes_$reflection() {
|
|
83
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.NumberFieldModule.Attributes", [], NumberFieldModule_Attributes, ()=>[
|
|
84
|
+
[
|
|
85
|
+
"FieldId",
|
|
86
|
+
_Reflection.string_type
|
|
87
|
+
],
|
|
88
|
+
[
|
|
89
|
+
"Label",
|
|
90
|
+
_Reflection.string_type
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
"Placeholder",
|
|
94
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
95
|
+
],
|
|
96
|
+
[
|
|
97
|
+
"AutoComplete",
|
|
98
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
99
|
+
],
|
|
100
|
+
[
|
|
101
|
+
"Max",
|
|
102
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
103
|
+
],
|
|
104
|
+
[
|
|
105
|
+
"Min",
|
|
106
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
107
|
+
],
|
|
108
|
+
[
|
|
109
|
+
"Step",
|
|
110
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
111
|
+
],
|
|
112
|
+
[
|
|
113
|
+
"AutoFocus",
|
|
114
|
+
_Reflection.bool_type
|
|
115
|
+
]
|
|
116
|
+
]);
|
|
117
|
+
}
|
|
118
|
+
function NumberFieldModule_form() {
|
|
119
|
+
return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
|
|
120
|
+
}
|
|
121
|
+
class NumberField {
|
|
122
|
+
constructor(){}
|
|
123
|
+
}
|
|
124
|
+
function NumberField_$reflection() {
|
|
125
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.NumberField", undefined, NumberField);
|
|
126
|
+
}
|
|
127
|
+
function NumberField_create_Z721C83C5(fieldId) {
|
|
128
|
+
return new NumberFieldModule_Attributes(fieldId, "", undefined, undefined, undefined, undefined, undefined, false);
|
|
129
|
+
}
|
|
130
|
+
function NumberField_withLabel(label, attributes) {
|
|
131
|
+
return new NumberFieldModule_Attributes(attributes.FieldId, label, attributes.Placeholder, attributes.AutoComplete, attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
132
|
+
}
|
|
133
|
+
function NumberField_withPlaceholder(placeholder, attributes) {
|
|
134
|
+
return new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, placeholder, attributes.AutoComplete, attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
135
|
+
}
|
|
136
|
+
function NumberField_withAutoComplete(autoComplete, attributes) {
|
|
137
|
+
return new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, autoComplete, attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
138
|
+
}
|
|
139
|
+
function NumberField_withMax_5E38073B(max) {
|
|
140
|
+
return (attributes)=>new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
141
|
+
}
|
|
142
|
+
function NumberField_withMax_Z524259A4(max) {
|
|
143
|
+
return (attributes)=>new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
144
|
+
}
|
|
145
|
+
function NumberField_withMin_5E38073B(min) {
|
|
146
|
+
return (attributes)=>new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.Max, min, attributes.Step, attributes.AutoFocus);
|
|
147
|
+
}
|
|
148
|
+
function NumberField_withMin_Z524259A4(min) {
|
|
149
|
+
return (attributes)=>new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.Max, min, attributes.Step, attributes.AutoFocus);
|
|
150
|
+
}
|
|
151
|
+
function NumberField_withStep_5E38073B(step) {
|
|
152
|
+
return (attributes)=>new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.Max, attributes.Min, step, attributes.AutoFocus);
|
|
153
|
+
}
|
|
154
|
+
function NumberField_withStep_Z524259A4(step) {
|
|
155
|
+
return (attributes)=>new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.Max, attributes.Min, step, attributes.AutoFocus);
|
|
156
|
+
}
|
|
157
|
+
function NumberField_withAutoFocus(autoFocus, attributes) {
|
|
158
|
+
return new NumberFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, attributes.Max, attributes.Min, attributes.Step, autoFocus);
|
|
159
|
+
} //# sourceMappingURL=NumberField.fs.ts.map
|
|
160
|
+
|
|
161
|
+
//# sourceMappingURL=NumberField.fs.js.map
|