@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 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete","max","min","step","autoFocus"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA0BmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,6BACcC,SACF,IACM,WACC,WACT,WACA,WACC,WACK;;;WAIhB,IAAA,6BAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACuBE,aADvBF,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EACwBG,cADxBH,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMI,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EACeI,KADfJ,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EACqBI,KADrBJ,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EACeK,KADfL,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EACqBK,KADrBL,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EACgBM,MADhBN,WAAAA,SAAAA;;;yBAMA,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EACsBM,MADtBN,WAAAA,SAAAA;;;WAKJ,IAAA,6BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EACgBO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["./NumberField.fs"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete","max","min","step","autoFocus"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0BmBA,oDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;iUAQ/B,kFAAAC,OAAAC;;;;;;;;;;;;;WAKA,iCACcC,SACF,IACM,WACC,WACT,WACA,WACC,WACK;;;;WAIhB,iCAAA,AAAAC,oBACYC,OADZ,AAAAD,wBAAA,AAAAA,yBAAA,AAAAA,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,iCAAA,AAAAA,oBAAA,AAAAA,kBACuBE,aADvB,AAAAF,yBAAA,AAAAA,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;WAKA,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBACwBG,cADxB,AAAAH,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;wFAMI,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBACeI,KADf,AAAAJ,gBAAA,AAAAA,iBAAA,AAAAA;;;;wFAMA,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBACqBI,KADrB,AAAAJ,gBAAA,AAAAA,iBAAA,AAAAA;;;;wFAMA,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,gBACeK,KADf,AAAAL,iBAAA,AAAAA;;;;wFAMA,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,gBACqBK,KADrB,AAAAL,iBAAA,AAAAA;;;;wFAMA,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,gBAAA,AAAAA,gBACgBM,MADhB,AAAAN;;;;wFAMA,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,gBAAA,AAAAA,gBACsBM,MADtB,AAAAN;;;;WAKJ,iCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBAAA,AAAAA,gBAAA,AAAAA,gBAAA,AAAAA,iBACgBO","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
namespace Fable.Form.Simple.Fields.Html
|
|
2
|
+
|
|
3
|
+
open Fable.Form
|
|
4
|
+
|
|
5
|
+
module PasswordField =
|
|
6
|
+
|
|
7
|
+
[<NoComparison>]
|
|
8
|
+
type Attributes =
|
|
9
|
+
{
|
|
10
|
+
FieldId: string
|
|
11
|
+
/// <summary>
|
|
12
|
+
/// Label to display
|
|
13
|
+
/// </summary>
|
|
14
|
+
Label: string
|
|
15
|
+
/// <summary>
|
|
16
|
+
/// Placeholder to display when the field is empty
|
|
17
|
+
/// </summary>
|
|
18
|
+
Placeholder: string option
|
|
19
|
+
/// <summary>
|
|
20
|
+
/// A list of HTML attributes to add to the generated field
|
|
21
|
+
/// </summary>
|
|
22
|
+
AutoComplete: string option
|
|
23
|
+
AutoFocus: bool
|
|
24
|
+
}
|
|
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 PasswordField =
|
|
38
|
+
|
|
39
|
+
static member create(fieldId: string) : PasswordField.Attributes =
|
|
40
|
+
{
|
|
41
|
+
FieldId = fieldId
|
|
42
|
+
Label = ""
|
|
43
|
+
Placeholder = None
|
|
44
|
+
AutoComplete = None
|
|
45
|
+
AutoFocus = false
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
static member withLabel (label: string) (attributes: PasswordField.Attributes) =
|
|
49
|
+
{ attributes with
|
|
50
|
+
Label = label
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
static member withPlaceholder (placeholder: string) (attributes: PasswordField.Attributes) =
|
|
54
|
+
{ attributes with
|
|
55
|
+
Placeholder = Some placeholder
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
static member withAutoComplete (autoComplete: string) (attributes: PasswordField.Attributes) =
|
|
59
|
+
{ attributes with
|
|
60
|
+
AutoComplete = Some autoComplete
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
static member withAutoFocus(attributes: PasswordField.Attributes) =
|
|
64
|
+
{ attributes with
|
|
65
|
+
AutoFocus = true
|
|
66
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
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 PasswordField () {
|
|
13
|
+
return PasswordField;
|
|
14
|
+
},
|
|
15
|
+
get PasswordFieldModule_Attributes () {
|
|
16
|
+
return PasswordFieldModule_Attributes;
|
|
17
|
+
},
|
|
18
|
+
get PasswordFieldModule_Attributes_$reflection () {
|
|
19
|
+
return PasswordFieldModule_Attributes_$reflection;
|
|
20
|
+
},
|
|
21
|
+
get PasswordFieldModule_form () {
|
|
22
|
+
return PasswordFieldModule_form;
|
|
23
|
+
},
|
|
24
|
+
get PasswordField_$reflection () {
|
|
25
|
+
return PasswordField_$reflection;
|
|
26
|
+
},
|
|
27
|
+
get PasswordField_create_Z721C83C5 () {
|
|
28
|
+
return PasswordField_create_Z721C83C5;
|
|
29
|
+
},
|
|
30
|
+
get PasswordField_withAutoComplete () {
|
|
31
|
+
return PasswordField_withAutoComplete;
|
|
32
|
+
},
|
|
33
|
+
get PasswordField_withAutoFocus_Z56999F4B () {
|
|
34
|
+
return PasswordField_withAutoFocus_Z56999F4B;
|
|
35
|
+
},
|
|
36
|
+
get PasswordField_withLabel () {
|
|
37
|
+
return PasswordField_withLabel;
|
|
38
|
+
},
|
|
39
|
+
get PasswordField_withPlaceholder () {
|
|
40
|
+
return PasswordField_withPlaceholder;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
44
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
45
|
+
const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
|
|
46
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
47
|
+
class PasswordFieldModule_Attributes extends _Types.Record {
|
|
48
|
+
GetFieldId() {
|
|
49
|
+
const this$ = this;
|
|
50
|
+
return this$.FieldId;
|
|
51
|
+
}
|
|
52
|
+
constructor(FieldId, Label, Placeholder, AutoComplete, AutoFocus){
|
|
53
|
+
super();
|
|
54
|
+
this.FieldId = FieldId;
|
|
55
|
+
this.Label = Label;
|
|
56
|
+
this.Placeholder = Placeholder;
|
|
57
|
+
this.AutoComplete = AutoComplete;
|
|
58
|
+
this.AutoFocus = AutoFocus;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
function PasswordFieldModule_Attributes_$reflection() {
|
|
62
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.PasswordFieldModule.Attributes", [], PasswordFieldModule_Attributes, ()=>[
|
|
63
|
+
[
|
|
64
|
+
"FieldId",
|
|
65
|
+
_Reflection.string_type
|
|
66
|
+
],
|
|
67
|
+
[
|
|
68
|
+
"Label",
|
|
69
|
+
_Reflection.string_type
|
|
70
|
+
],
|
|
71
|
+
[
|
|
72
|
+
"Placeholder",
|
|
73
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
74
|
+
],
|
|
75
|
+
[
|
|
76
|
+
"AutoComplete",
|
|
77
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
78
|
+
],
|
|
79
|
+
[
|
|
80
|
+
"AutoFocus",
|
|
81
|
+
_Reflection.bool_type
|
|
82
|
+
]
|
|
83
|
+
]);
|
|
84
|
+
}
|
|
85
|
+
function PasswordFieldModule_form() {
|
|
86
|
+
return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
|
|
87
|
+
}
|
|
88
|
+
class PasswordField {
|
|
89
|
+
constructor(){}
|
|
90
|
+
}
|
|
91
|
+
function PasswordField_$reflection() {
|
|
92
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.PasswordField", undefined, PasswordField);
|
|
93
|
+
}
|
|
94
|
+
function PasswordField_create_Z721C83C5(fieldId) {
|
|
95
|
+
return new PasswordFieldModule_Attributes(fieldId, "", undefined, undefined, false);
|
|
96
|
+
}
|
|
97
|
+
function PasswordField_withLabel(label, attributes) {
|
|
98
|
+
return new PasswordFieldModule_Attributes(attributes.FieldId, label, attributes.Placeholder, attributes.AutoComplete, attributes.AutoFocus);
|
|
99
|
+
}
|
|
100
|
+
function PasswordField_withPlaceholder(placeholder, attributes) {
|
|
101
|
+
return new PasswordFieldModule_Attributes(attributes.FieldId, attributes.Label, placeholder, attributes.AutoComplete, attributes.AutoFocus);
|
|
102
|
+
}
|
|
103
|
+
function PasswordField_withAutoComplete(autoComplete, attributes) {
|
|
104
|
+
return new PasswordFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, autoComplete, attributes.AutoFocus);
|
|
105
|
+
}
|
|
106
|
+
function PasswordField_withAutoFocus_Z56999F4B(attributes) {
|
|
107
|
+
return new PasswordFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Placeholder, attributes.AutoComplete, true);
|
|
108
|
+
} //# sourceMappingURL=PasswordField.fs.ts.map
|
|
109
|
+
|
|
110
|
+
//# sourceMappingURL=PasswordField.fs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA0BmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,+BACcC,SACF,IACM,WACC,WACH;;;WAIhB,IAAA,+BAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACuBE,aADvBF,WAAAA,YAAAA,EAAAA,WAAAA,SAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EACwBG,cADxBH,WAAAA,SAAAA;;;WAKA,IAAA,+BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,YAAAA,EACgB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["./PasswordField.fs"],"names":["this","build","config","fieldId","attributes","label","placeholder","autoComplete"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AA0BmBA,sDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;uUAQ/B,oFAAAC,OAAAC;;;;;;;;;;;;;WAKA,mCACcC,SACF,IACM,WACC,WACH;;;;WAIhB,mCAAA,AAAAC,oBACYC,OADZ,AAAAD,wBAAA,AAAAA,yBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBACuBE,aADvB,AAAAF,yBAAA,AAAAA;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBACwBG,cADxB,AAAAH;;;;WAKA,mCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,yBACgB","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
namespace Fable.Form.Simple.Fields.Html
|
|
2
|
+
|
|
3
|
+
open Fable.Form
|
|
4
|
+
|
|
5
|
+
module RadioField =
|
|
6
|
+
|
|
7
|
+
type OptionItem =
|
|
8
|
+
abstract member Key: string
|
|
9
|
+
abstract member Text: string
|
|
10
|
+
|
|
11
|
+
[<NoComparison>]
|
|
12
|
+
type Attributes =
|
|
13
|
+
{
|
|
14
|
+
FieldId: string
|
|
15
|
+
Label: string
|
|
16
|
+
Options: OptionItem list
|
|
17
|
+
AutoFocus: bool
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
interface Field.IAttributes with
|
|
21
|
+
member this.GetFieldId() = this.FieldId
|
|
22
|
+
|
|
23
|
+
type InnerField<'Values> = Field.Field<Attributes, OptionItem option, 'Values>
|
|
24
|
+
|
|
25
|
+
let form<'Values, 'Field, 'Output>
|
|
26
|
+
: ((InnerField<'Values> -> 'Field)
|
|
27
|
+
-> Base.FieldConfig<Attributes, OptionItem option, 'Values, 'Output>
|
|
28
|
+
-> Base.Form<'Values, 'Output, 'Field>) =
|
|
29
|
+
Base.field _.IsNone
|
|
30
|
+
|
|
31
|
+
type RadioField =
|
|
32
|
+
|
|
33
|
+
static member create(fieldId: string) : RadioField.Attributes =
|
|
34
|
+
{
|
|
35
|
+
FieldId = fieldId
|
|
36
|
+
Label = ""
|
|
37
|
+
Options = []
|
|
38
|
+
AutoFocus = false
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
static member withLabel (label: string) (attributes: RadioField.Attributes) =
|
|
42
|
+
{ attributes with
|
|
43
|
+
Label = label
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
static member withOptions
|
|
47
|
+
(options: RadioField.OptionItem list)
|
|
48
|
+
(attributes: RadioField.Attributes)
|
|
49
|
+
=
|
|
50
|
+
{ attributes with
|
|
51
|
+
Options = options
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
static member withBasicsOptions
|
|
55
|
+
(options: (string * string) list)
|
|
56
|
+
(attributes: RadioField.Attributes)
|
|
57
|
+
=
|
|
58
|
+
{ attributes with
|
|
59
|
+
Options =
|
|
60
|
+
options
|
|
61
|
+
|> List.map (fun (key, text) ->
|
|
62
|
+
{ new RadioField.OptionItem with
|
|
63
|
+
member _.Key = key
|
|
64
|
+
member _.Text = text
|
|
65
|
+
}
|
|
66
|
+
)
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
static member withAutoFocus(attributes: RadioField.Attributes) =
|
|
70
|
+
{ attributes with
|
|
71
|
+
AutoFocus = true
|
|
72
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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 RadioField () {
|
|
13
|
+
return RadioField;
|
|
14
|
+
},
|
|
15
|
+
get RadioFieldModule_Attributes () {
|
|
16
|
+
return RadioFieldModule_Attributes;
|
|
17
|
+
},
|
|
18
|
+
get RadioFieldModule_Attributes_$reflection () {
|
|
19
|
+
return RadioFieldModule_Attributes_$reflection;
|
|
20
|
+
},
|
|
21
|
+
get RadioFieldModule_form () {
|
|
22
|
+
return RadioFieldModule_form;
|
|
23
|
+
},
|
|
24
|
+
get RadioField_$reflection () {
|
|
25
|
+
return RadioField_$reflection;
|
|
26
|
+
},
|
|
27
|
+
get RadioField_create_Z721C83C5 () {
|
|
28
|
+
return RadioField_create_Z721C83C5;
|
|
29
|
+
},
|
|
30
|
+
get RadioField_withAutoFocus_Z52EC6EC5 () {
|
|
31
|
+
return RadioField_withAutoFocus_Z52EC6EC5;
|
|
32
|
+
},
|
|
33
|
+
get RadioField_withBasicsOptions () {
|
|
34
|
+
return RadioField_withBasicsOptions;
|
|
35
|
+
},
|
|
36
|
+
get RadioField_withLabel () {
|
|
37
|
+
return RadioField_withLabel;
|
|
38
|
+
},
|
|
39
|
+
get RadioField_withOptions () {
|
|
40
|
+
return RadioField_withOptions;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
44
|
+
const _List = require("@fable-org/fable-library-js/List.js");
|
|
45
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
46
|
+
const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
|
|
47
|
+
class RadioFieldModule_Attributes extends _Types.Record {
|
|
48
|
+
GetFieldId() {
|
|
49
|
+
const this$ = this;
|
|
50
|
+
return this$.FieldId;
|
|
51
|
+
}
|
|
52
|
+
constructor(FieldId, Label, Options, AutoFocus){
|
|
53
|
+
super();
|
|
54
|
+
this.FieldId = FieldId;
|
|
55
|
+
this.Label = Label;
|
|
56
|
+
this.Options = Options;
|
|
57
|
+
this.AutoFocus = AutoFocus;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
function RadioFieldModule_Attributes_$reflection() {
|
|
61
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.RadioFieldModule.Attributes", [], RadioFieldModule_Attributes, ()=>[
|
|
62
|
+
[
|
|
63
|
+
"FieldId",
|
|
64
|
+
_Reflection.string_type
|
|
65
|
+
],
|
|
66
|
+
[
|
|
67
|
+
"Label",
|
|
68
|
+
_Reflection.string_type
|
|
69
|
+
],
|
|
70
|
+
[
|
|
71
|
+
"Options",
|
|
72
|
+
(0, _Reflection.list_type)((0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.RadioFieldModule.OptionItem"))
|
|
73
|
+
],
|
|
74
|
+
[
|
|
75
|
+
"AutoFocus",
|
|
76
|
+
_Reflection.bool_type
|
|
77
|
+
]
|
|
78
|
+
]);
|
|
79
|
+
}
|
|
80
|
+
function RadioFieldModule_form() {
|
|
81
|
+
return (build)=>(config)=>(0, _Basefs.field)((_arg)=>_arg == null, build, config);
|
|
82
|
+
}
|
|
83
|
+
class RadioField {
|
|
84
|
+
constructor(){}
|
|
85
|
+
}
|
|
86
|
+
function RadioField_$reflection() {
|
|
87
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.RadioField", undefined, RadioField);
|
|
88
|
+
}
|
|
89
|
+
function RadioField_create_Z721C83C5(fieldId) {
|
|
90
|
+
return new RadioFieldModule_Attributes(fieldId, "", (0, _List.empty)(), false);
|
|
91
|
+
}
|
|
92
|
+
function RadioField_withLabel(label, attributes) {
|
|
93
|
+
return new RadioFieldModule_Attributes(attributes.FieldId, label, attributes.Options, attributes.AutoFocus);
|
|
94
|
+
}
|
|
95
|
+
function RadioField_withOptions(options, attributes) {
|
|
96
|
+
return new RadioFieldModule_Attributes(attributes.FieldId, attributes.Label, options, attributes.AutoFocus);
|
|
97
|
+
}
|
|
98
|
+
function RadioField_withBasicsOptions(options, attributes) {
|
|
99
|
+
return new RadioFieldModule_Attributes(attributes.FieldId, attributes.Label, (0, _List.map)((tupledArg)=>({
|
|
100
|
+
Key: tupledArg[0],
|
|
101
|
+
Text: tupledArg[1]
|
|
102
|
+
}), options), attributes.AutoFocus);
|
|
103
|
+
}
|
|
104
|
+
function RadioField_withAutoFocus_Z52EC6EC5(attributes) {
|
|
105
|
+
return new RadioFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Options, true);
|
|
106
|
+
} //# sourceMappingURL=RadioField.fs.ts.map
|
|
107
|
+
|
|
108
|
+
//# sourceMappingURL=RadioField.fs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts"],"names":["this","_arg1","build","config","fieldId","attributes","label","options","tupledArg"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAoBmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,CAAA,OAAWC,QAAAA,MAAXC,OAAAC;;;;;;;;;WAKA,IAAA,4BACcC,SACF,QACE,WAAA,KACE;;;WAIhB,IAAA,4BAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,OAAAA,EAAAA,WAAAA,SAAAA;;;WAQA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACcE,SADdF,WAAAA,SAAAA;;;WAQA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,MAGW,SAAA,EAAA,CAAA,YAAA,CAAA;iBAAeG,SAAAA,CAAAA,EAAAA;kBAAAA,SAAAA,CAAAA,EAAAA;YADlBD,UAFRF,WAAAA,SAAAA;;;WAYA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,OAAAA,EACgB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["./RadioField.fs"],"names":["this","_arg1","build","config","fieldId","attributes","label","options","tupledArg"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAoBmBA,mDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;qZAQ/B,wJAAW,AAAAC,eAAXC,OAAAC;;;;;;;;;;;;;WAKA,gCACcC,SACF,IACE,sCACE;;;;WAIhB,gCAAA,AAAAC,oBACYC,OADZ,AAAAD,oBAAA,AAAAA;;;;WAQA,gCAAA,AAAAA,oBAAA,AAAAA,kBACcE,SADd,AAAAF;;;;WAQA,gCAAA,AAAAA,oBAAA,AAAAA,kBAGW;aAAe,AAAAG;cAAA,AAAAA;QADlBD,UAFR,AAAAF;;;;WAYA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,oBACgB","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
namespace Fable.Form.Simple.Fields.Html
|
|
2
|
+
|
|
3
|
+
open Fable.Form
|
|
4
|
+
|
|
5
|
+
module RangeField =
|
|
6
|
+
|
|
7
|
+
[<NoComparison>]
|
|
8
|
+
type Attributes =
|
|
9
|
+
{
|
|
10
|
+
FieldId: string
|
|
11
|
+
/// <summary>
|
|
12
|
+
/// Label to display
|
|
13
|
+
/// </summary>
|
|
14
|
+
Label: string
|
|
15
|
+
Suggestions: float list option
|
|
16
|
+
Max: float option
|
|
17
|
+
Min: float option
|
|
18
|
+
Step: float option
|
|
19
|
+
AutoFocus: bool
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
interface Field.IAttributes with
|
|
23
|
+
member this.GetFieldId() = this.FieldId
|
|
24
|
+
|
|
25
|
+
type InnerField<'Values> = Field.Field<Attributes, string, 'Values>
|
|
26
|
+
|
|
27
|
+
let form<'Values, 'Field, 'Output>
|
|
28
|
+
: ((InnerField<'Values> -> 'Field)
|
|
29
|
+
-> Base.FieldConfig<Attributes, string, 'Values, 'Output>
|
|
30
|
+
-> Base.Form<'Values, 'Output, 'Field>) =
|
|
31
|
+
Base.field System.String.IsNullOrEmpty
|
|
32
|
+
|
|
33
|
+
type RangeField =
|
|
34
|
+
|
|
35
|
+
static member create(fieldId: string) : RangeField.Attributes =
|
|
36
|
+
{
|
|
37
|
+
FieldId = fieldId
|
|
38
|
+
Label = ""
|
|
39
|
+
Suggestions = None
|
|
40
|
+
Max = None
|
|
41
|
+
Min = None
|
|
42
|
+
Step = None
|
|
43
|
+
AutoFocus = false
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
static member withLabel (label: string) (attributes: RangeField.Attributes) =
|
|
47
|
+
{ attributes with
|
|
48
|
+
Label = label
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
static member withSuggestions(rangeList: float list) =
|
|
52
|
+
fun (attributes: RangeField.Attributes) ->
|
|
53
|
+
{ attributes with
|
|
54
|
+
Suggestions = Some rangeList
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
static member withSuggestions(rangeList: int list) =
|
|
58
|
+
fun (attributes: RangeField.Attributes) ->
|
|
59
|
+
{ attributes with
|
|
60
|
+
Suggestions = Some(rangeList |> List.map float)
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
static member withMax(max: float) =
|
|
64
|
+
fun (attributes: RangeField.Attributes) ->
|
|
65
|
+
{ attributes with
|
|
66
|
+
Max = Some max
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
static member withMax(max: int) =
|
|
70
|
+
fun (attributes: RangeField.Attributes) ->
|
|
71
|
+
{ attributes with
|
|
72
|
+
Max = Some(float max)
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
static member withMin(min: float) =
|
|
76
|
+
fun (attributes: RangeField.Attributes) ->
|
|
77
|
+
{ attributes with
|
|
78
|
+
Min = Some min
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
static member withMin(min: int) =
|
|
82
|
+
fun (attributes: RangeField.Attributes) ->
|
|
83
|
+
{ attributes with
|
|
84
|
+
Min = Some(float min)
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
static member withStep(step: float) =
|
|
88
|
+
fun (attributes: RangeField.Attributes) ->
|
|
89
|
+
{ attributes with
|
|
90
|
+
Step = Some step
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
static member withStep(step: int) =
|
|
94
|
+
fun (attributes: RangeField.Attributes) ->
|
|
95
|
+
{ attributes with
|
|
96
|
+
Step = Some(float step)
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
static member withAutoFocus (autoFocus: bool) (attributes: RangeField.Attributes) =
|
|
100
|
+
{ attributes with
|
|
101
|
+
AutoFocus = autoFocus
|
|
102
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
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 RangeField () {
|
|
13
|
+
return RangeField;
|
|
14
|
+
},
|
|
15
|
+
get RangeFieldModule_Attributes () {
|
|
16
|
+
return RangeFieldModule_Attributes;
|
|
17
|
+
},
|
|
18
|
+
get RangeFieldModule_Attributes_$reflection () {
|
|
19
|
+
return RangeFieldModule_Attributes_$reflection;
|
|
20
|
+
},
|
|
21
|
+
get RangeFieldModule_form () {
|
|
22
|
+
return RangeFieldModule_form;
|
|
23
|
+
},
|
|
24
|
+
get RangeField_$reflection () {
|
|
25
|
+
return RangeField_$reflection;
|
|
26
|
+
},
|
|
27
|
+
get RangeField_create_Z721C83C5 () {
|
|
28
|
+
return RangeField_create_Z721C83C5;
|
|
29
|
+
},
|
|
30
|
+
get RangeField_withAutoFocus () {
|
|
31
|
+
return RangeField_withAutoFocus;
|
|
32
|
+
},
|
|
33
|
+
get RangeField_withLabel () {
|
|
34
|
+
return RangeField_withLabel;
|
|
35
|
+
},
|
|
36
|
+
get RangeField_withMax_5E38073B () {
|
|
37
|
+
return RangeField_withMax_5E38073B;
|
|
38
|
+
},
|
|
39
|
+
get RangeField_withMax_Z524259A4 () {
|
|
40
|
+
return RangeField_withMax_Z524259A4;
|
|
41
|
+
},
|
|
42
|
+
get RangeField_withMin_5E38073B () {
|
|
43
|
+
return RangeField_withMin_5E38073B;
|
|
44
|
+
},
|
|
45
|
+
get RangeField_withMin_Z524259A4 () {
|
|
46
|
+
return RangeField_withMin_Z524259A4;
|
|
47
|
+
},
|
|
48
|
+
get RangeField_withStep_5E38073B () {
|
|
49
|
+
return RangeField_withStep_5E38073B;
|
|
50
|
+
},
|
|
51
|
+
get RangeField_withStep_Z524259A4 () {
|
|
52
|
+
return RangeField_withStep_Z524259A4;
|
|
53
|
+
},
|
|
54
|
+
get RangeField_withSuggestions_Z1E9631A7 () {
|
|
55
|
+
return RangeField_withSuggestions_Z1E9631A7;
|
|
56
|
+
},
|
|
57
|
+
get RangeField_withSuggestions_Z23265FA2 () {
|
|
58
|
+
return RangeField_withSuggestions_Z23265FA2;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
62
|
+
const _List = require("@fable-org/fable-library-js/List.js");
|
|
63
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
64
|
+
const _Basefs = require("../Fable.Form.3.0.0/Base.fs.js");
|
|
65
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
66
|
+
class RangeFieldModule_Attributes extends _Types.Record {
|
|
67
|
+
GetFieldId() {
|
|
68
|
+
const this$ = this;
|
|
69
|
+
return this$.FieldId;
|
|
70
|
+
}
|
|
71
|
+
constructor(FieldId, Label, Suggestions, Max, Min, Step, AutoFocus){
|
|
72
|
+
super();
|
|
73
|
+
this.FieldId = FieldId;
|
|
74
|
+
this.Label = Label;
|
|
75
|
+
this.Suggestions = Suggestions;
|
|
76
|
+
this.Max = Max;
|
|
77
|
+
this.Min = Min;
|
|
78
|
+
this.Step = Step;
|
|
79
|
+
this.AutoFocus = AutoFocus;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
function RangeFieldModule_Attributes_$reflection() {
|
|
83
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Fields.Html.RangeFieldModule.Attributes", [], RangeFieldModule_Attributes, ()=>[
|
|
84
|
+
[
|
|
85
|
+
"FieldId",
|
|
86
|
+
_Reflection.string_type
|
|
87
|
+
],
|
|
88
|
+
[
|
|
89
|
+
"Label",
|
|
90
|
+
_Reflection.string_type
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
"Suggestions",
|
|
94
|
+
(0, _Reflection.option_type)((0, _Reflection.list_type)(_Reflection.float64_type))
|
|
95
|
+
],
|
|
96
|
+
[
|
|
97
|
+
"Max",
|
|
98
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
99
|
+
],
|
|
100
|
+
[
|
|
101
|
+
"Min",
|
|
102
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
103
|
+
],
|
|
104
|
+
[
|
|
105
|
+
"Step",
|
|
106
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
107
|
+
],
|
|
108
|
+
[
|
|
109
|
+
"AutoFocus",
|
|
110
|
+
_Reflection.bool_type
|
|
111
|
+
]
|
|
112
|
+
]);
|
|
113
|
+
}
|
|
114
|
+
function RangeFieldModule_form() {
|
|
115
|
+
return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
|
|
116
|
+
}
|
|
117
|
+
class RangeField {
|
|
118
|
+
constructor(){}
|
|
119
|
+
}
|
|
120
|
+
function RangeField_$reflection() {
|
|
121
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Fields.Html.RangeField", undefined, RangeField);
|
|
122
|
+
}
|
|
123
|
+
function RangeField_create_Z721C83C5(fieldId) {
|
|
124
|
+
return new RangeFieldModule_Attributes(fieldId, "", undefined, undefined, undefined, undefined, false);
|
|
125
|
+
}
|
|
126
|
+
function RangeField_withLabel(label, attributes) {
|
|
127
|
+
return new RangeFieldModule_Attributes(attributes.FieldId, label, attributes.Suggestions, attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
128
|
+
}
|
|
129
|
+
function RangeField_withSuggestions_Z1E9631A7(rangeList) {
|
|
130
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, rangeList, attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
131
|
+
}
|
|
132
|
+
function RangeField_withSuggestions_Z23265FA2(rangeList) {
|
|
133
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, (0, _List.map)((value)=>value, rangeList), attributes.Max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
134
|
+
}
|
|
135
|
+
function RangeField_withMax_5E38073B(max) {
|
|
136
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
137
|
+
}
|
|
138
|
+
function RangeField_withMax_Z524259A4(max) {
|
|
139
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, max, attributes.Min, attributes.Step, attributes.AutoFocus);
|
|
140
|
+
}
|
|
141
|
+
function RangeField_withMin_5E38073B(min) {
|
|
142
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, attributes.Max, min, attributes.Step, attributes.AutoFocus);
|
|
143
|
+
}
|
|
144
|
+
function RangeField_withMin_Z524259A4(min) {
|
|
145
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, attributes.Max, min, attributes.Step, attributes.AutoFocus);
|
|
146
|
+
}
|
|
147
|
+
function RangeField_withStep_5E38073B(step) {
|
|
148
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, attributes.Max, attributes.Min, step, attributes.AutoFocus);
|
|
149
|
+
}
|
|
150
|
+
function RangeField_withStep_Z524259A4(step) {
|
|
151
|
+
return (attributes)=>new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, attributes.Max, attributes.Min, step, attributes.AutoFocus);
|
|
152
|
+
}
|
|
153
|
+
function RangeField_withAutoFocus(autoFocus, attributes) {
|
|
154
|
+
return new RangeFieldModule_Attributes(attributes.FieldId, attributes.Label, attributes.Suggestions, attributes.Max, attributes.Min, attributes.Step, autoFocus);
|
|
155
|
+
} //# sourceMappingURL=RangeField.fs.ts.map
|
|
156
|
+
|
|
157
|
+
//# sourceMappingURL=RangeField.fs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts"],"names":["this","build","config","fieldId","attributes","label","rangeList","value","max","min","step","autoFocus"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAsBmBA,MAAAA,QAAAA,IAAAA;QAAoB,OAAAA,MAAAA,OAAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kCAQ/B,aAAA,EAAA,qBAAA,EAAAC,OAAAC;;;;;;;;;WAKA,IAAA,4BACcC,SACF,IACM,WACR,WACA,WACC,WACK;;;WAIhB,IAAA,4BAAAC,WAAAA,OAAAA,EACYC,OADZD,WAAAA,WAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMI,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EACuBE,WADvBF,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,MACoC,SAAA,EAAA,CAAA,QAASG,OAAtBD,YADvBF,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EACeI,KADfJ,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EACqBI,KADrBJ,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,GAAAA,EACeK,KADfL,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,GAAAA,EACqBK,KADrBL,WAAAA,IAAAA,EAAAA,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EACgBM,MADhBN,WAAAA,SAAAA;;;yBAMA,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EACsBM,MADtBN,WAAAA,SAAAA;;;WAKJ,IAAA,4BAAAA,WAAAA,OAAAA,EAAAA,WAAAA,KAAAA,EAAAA,WAAAA,WAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,GAAAA,EAAAA,WAAAA,IAAAA,EACgBO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["./RangeField.fs"],"names":["this","build","config","fieldId","attributes","label","rangeList","value","max","min","step","autoFocus"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsBmBA,mDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;8TAQ/B,iFAAAC,OAAAC;;;;;;;;;;;;;WAKA,gCACcC,SACF,IACM,WACR,WACA,WACC,WACK;;;;WAIhB,gCAAA,AAAAC,oBACYC,OADZ,AAAAD,wBAAA,AAAAA,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;sFAMI,gCAAA,AAAAA,oBAAA,AAAAA,kBACuBE,WADvB,AAAAF,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBACoC,\u002BCAASG,OAAtBD,YADvB,AAAAF,gBAAA,AAAAA,gBAAA,AAAAA,iBAAA,AAAAA;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBACeI,KADf,AAAAJ,gBAAA,AAAAA,iBAAA,AAAAA;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBACqBI,KADrB,AAAAJ,gBAAA,AAAAA,iBAAA,AAAAA;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,gBACeK,KADf,AAAAL,iBAAA,AAAAA;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,gBACqBK,KADrB,AAAAL,iBAAA,AAAAA;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,gBAAA,AAAAA,gBACgBM,MADhB,AAAAN;;;;sFAMA,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,gBAAA,AAAAA,gBACsBM,MADtB,AAAAN;;;;WAKJ,gCAAA,AAAAA,oBAAA,AAAAA,kBAAA,AAAAA,wBAAA,AAAAA,gBAAA,AAAAA,gBAAA,AAAAA,iBACgBO","file":null,"sourcesContent":null,"sourceRoot":null}
|