@f1studio/form-spec 5.0.0-alpha.107 → 5.0.0-alpha.108
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/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 +2 -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 +4 -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.Helpers.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":["../../../../../../plugins/likert/src/LikertField.fs","../../../fable_modules/Feliz.2.8.0/Properties.fs","../../../fable_modules/Feliz.2.8.0/Interop.fs","../../../fable_modules/Feliz.2.8.0/Html.fs","../../../fable_modules/Feliz.2.8.0/Length.fs","../../../fable_modules/Feliz.2.8.0/Styles.fs","../../../fable_modules/Feliz.2.8.0/BorderStyle.fs"],"names":["this","build","config","elems","value","selectedValue","item","isSelected","option","completedCount","totalCount","innerField","LikertFieldComponent","_","\u0060\u0060.ctor\u0060\u0060","update","form","totalScoreKey","totalScoreMeta","p","total","matchValue","outArg","v","tupledArg","n","\u0060\u0060bind@\u0060\u0060","ma","fv","k","i","fieldDetails","field","matrixAnswer","itemCount"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2CmBA,8CAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;wWAe/B,6FAAAC,OAAAC;;;;QCuX2BC;AD/WvBC,6CAAQ,AAAAF;AAsJT,WAAA,kBAA4B,AAAAA,yBAAwB,AAAAA,kBAAiB,AAAAA,cE/MZ,mBCuLZ,iBH5HvC,UCoXmD,aDnXzC,mCC4WQC,UD3WT,qBAEV;YCyWmBA;eDzWnB,qBAAA,wBE/DoD,mBCuLZ,iBHxH/B,UCgX2C,aD/WjC,uCC\u002BnDiD;mBGznDnB,AJJb,MIIoC;8BHkWrDA,UDpWD,qBAEV,mDAAA,AAAG,UAAA,AAAAD,2BACC,wBEvEwC,mBCuLZ;uBH/GT;;yBIhCc,AJkCC,IIlCsB;2BC2kIlB;uBLviIlB;2BKm9GkB;;sBLh9GxB;cAGd;gBCsVOC,iCAAAA,\u002BBAAAA;ADrVHE,kDAAgB,wBAAY,AAAAC,UAASF;AAEzC,mBAAA,wBErFwC,mBCuLZ,iBHlGnB,UC0V\u002BB,aDzVrB,kCCymDqC;8BGzpDpB,AJkDG,MIlDoB;yBAE1B,AJiDC,IIjDsB;iCJkD1B;8BIxFE,AJyFM,IIzFiB;wBC\u002BvFvE,CAAA,CAAA,CAAA,ALrqFsC,IKqqFd,SChtFkB,WDitFlB,OLtqFoC;kCC4UrCD,WCxaiC,mBCuLZ;2BHtFD;;kCI3DS,AJ6DW,OI7DY;gCJ8D1B;8BI5DA,AJ6DU,II7Da;2BJ8D5B;;0BAEN,AAAAG;gBExGkB,mBCuLZ,iBH3EX,UCmUuB,aDlUb,qCCklD6B;yBImhGtB;gCAxuBe;qBDp8Hb,AJ2EE,MI3EqB;0BCs7GxB;kCJpjG5BH,QDpTmB,qBACV,kDAAA;AACQI,4CACM,CAAA,AAAAF,yBAEI,SADE,UAAAA,mBAAI,AAAAG;AAGpB,uBAAA,wBE3HoB,mBC8ET;0BH8CI;\u002BBAEP,AAAGD,aAAgB,kCACd;qCAEE,wBACP,wDAAA,wBAAA,4BKosBS,YLpsBM,sBACf,wDAAA,wBAAA,4BK0rBU,aL1rBM,sBAChB,wDAAA,wBAAA,4BKsyFc,YDx6FV,AJkIsB,KIlIC,yBJmI3B,wDAAA,wBAAA,4BKzHW,UDVP,AJmIoB,IInIG,yBJoI3B,wDAAA,wBAAA,4BKssEhC,sBAAsB,ALtsE8D,MKssEnB,yBLrsEjC,yDAAA,AAAGA,aACC,wBAAA,4BKw4GR,cAAa,2BLv4GL,wDAAA,4BK23FpC,aACZ,CAAA,CAAA,CAAA,CAAA,CAAA,AL53FiE,IK43F9B,SL53FiC,KK63FnC,SL73FsC,KK83FhD,SL93FmD,cAAW,GAAG,GAAG,GAAG,6BAFlD;8BAIM,AAAAC;2BACC,AAAAA;8BACI,AAAAN,kBAAA,OAAmB,AAAAA;;AAE9B,4BAAG,CAAI,AAAAA,mBAAmB,CAAI,AAAAA;AAO1B,AAAAA,4CALI,AAAGK,aAEC,uBAAW,AAAAD,UAASF,SAEpB,oBAAQ,AAAAE,UAAS,AAAAE,cAAaJ;;;;eAhCxC,AAAAF,\u002BBCmT\u002BB,YAAY,qCAA\u002BCC,gCCxahF,mBCuLZ,iBH1BX,UCkRuB,aDjRb,oCCiiD6B;yBImhGtB;gCAxuBe;0BDp8Hb,AJ4HO,MI5HgB;uBJ6H/B;2BI7HQ,AJ8HQ,OI9He;kCHkYpDA,UDlQmB,qBACV,kDAAA,8GEvKwB,mBCipBX;;8BHvec;\u002BBACC;\u002BBKw8HN;6BDjnIN,AJ2KqB,II3KE;;0BJ6KrB,AAAAK;gBARJ,AAAAN,\u002BBCiQ\u002BB,YAAY,qCAA\u002BCC,oCAA3D,YAAY,qCAA\u002BCA;WDtV5G,AAAAD,8BCsViD,YAAY,qCAA\u002BCC,mCD/OhI;gBC\u002BOeA;AD/OfM,0CAAiB,qBAAAL;AACjBM,sCAAa,OAAA,AAAAR;AACjB,mBAAA,CAAG,AAAAQ,aAAa,KACZ,wBE5LgD,mBCuLZ,iBHK3B,UCmPuC,aDlP7B,sCCkgD6C;2BGvpDvB,AJuJL,IIvJ4B;0BAFpB,AJ0JT,OI1JgC;uBJ2J9C,CAAG,AAAAD,mBAAiBC,cAAgB,YAAe;2BK86H3B;kCJvsH9BP,UDpOG,qBACV,kDAAA,qBAAA,wBAAU,aAAaM,oBAAmBC,eAC1C,mDAAA,CAAG,AAAAD,mBAAiBC,cAChB,wBEvMoC,mBCipBX;;gCC3mBO,AJkKc,MIlKS;;0BJmKzC;kBAHlB,6BCkO6D,YAAY,qCAA\u002BCP,oCD7OpI;;UC6OyE,YAAY,qCAA\u002BCA;;;;;;cDjNnFQ;AAFzC,4BAAAA;;;6BAUZC,kCAAqBV;;;AAJdW,\u002BCAAAA;AACH,eAAA,AAAAC,uCAAM,yEAAgBC,QAAO,AAAAF;;;;;;;;;;;;;;;;WAkBrC,AAAkB,AAAAG,qDAAaF,oCAAyBZ;;;yDAIxD,2BACe;;;AAKXe,oDAAgB;AAChBC,6DACA,8BACsDD,eAC3C,cACI,OACH,IACW,eACZ,WACY;AAE3B,WAAA;YAIiFE;AADrEC,6BAA2B;AAAgCC;AAAAC;AAAAD,2BAAA,SAAsB,AAAAE,AAArC,AAAAC,qCAAe,kCAAAF;AAAAA;iBAAAA;AAAA,gBAAA,AAAAD;AAAkD,uBAAA,AAAAA;;;uBAAS;;WAAzG,yBADkBE;;;;4CAEU,aAA4BJ,IAA1B,AAAAD,kBAA\u002BB,8BAAA,AAAAC,eAAA,AAAAA,QAAA,AAAAA,0BAAwBC,QAAxB,AAAAD,eAAA,AAAAA,QAAA,AAAAA;0DACxD,yDACH,qCACM,YAAE,oEACA,CAAG,AAAAM,QAAI,gBAAwB,AAAAP,mBAAwB,qFAC5C,AAAAA;YAK3BQ,sCAF0BC;gCAAAA;AAD/B,YAAA,AAAAC;AAAA,iBAC\u002BBD,KAD/B,AACJC,cAA2C,AAAAH,QAAI;;AAAZE,uBAD/B,AACJC;;;;;;;;;;;AACMR,uCAAmC;AAAgCC;AAAAC;AAAAD,qCAAA,SAAsB,AAAAE,AAArC,AAAAC,uCAAe,kCAAAF;AAAAA;yBAAAA;AAAA,wBAAA,AAAAD;AAAkD,\u002BBAAA,AAAAA;;;\u002BBAAS;;mBAAzG,uCAAb,AAAAM;;;;wBACLD,YAAA,AAAAR,kBAAF,8BAAA,AAAAQ,uBAAA,AAAAA,gBAAA,AAAAA,kCAAwCN,UAAxC,AAAAM,uBAAA,AAAAA,gBAAA,AAAAA;;;AACF,uBAAA;;;YAKIA,wCAF0BC;kCAAAA;AAD/B,YAAA,AAAAC;AAAA,iBAC\u002BBD,OAD/B,AACJC,gBAA2C,OAAAC,GAAIZ;;AAAZU,uBAD/B,AACJC;;;;;;;;;;;AACMR,uCAAmC;AAAgCC;AAAAC;AAAAD,qCAAA,SAAsB,AAAAE,AAArC,AAAAC,uCAAe,kCAAAF;AAAAA;yBAAAA;AAAA,wBAAA,AAAAD;AAAkD,\u002BBAAA,AAAAA;;;\u002BBAAS;;mBAAzG,uCAAb,AAAAM;;;;wBACLD,cAAA,AAAAR,kBAAF,8BAAA,AAAAQ,yBAAA,AAAAA,kBAAA,AAAAA,oCAAwCN,UAAxC,AAAAM,yBAAA,AAAAA,kBAAA,AAAAA;;;AACF,uBAAA;;gHACsB;YAKrBA;AAHF,YAAA,AAAAE;AAEER,mCAAmC;AAAgCC;AAAAC;AAAAD,iCAAA,SAAsB,AAAAE,AAArC,AAAAC,uCAAe,kCAAAF;AAAAA;qBAAAA;AAAA,oBAAA,AAAAD;AAAkD,2BAAA,AAAAA;;;2BAAS;;eAAzG,uCAAb,AAAR,AAAAO;;;;AACJ,mBAAA,aAAIF,cAAA,AAAAR,kBAAF,8BAAA,AAAAQ,yBAAA,AAAAA,kBAAA,AAAAA,oCAAwCN,UAAxC,AAAAM,yBAAA,AAAAA,kBAAA,AAAAA;;;AACC,mBAAA;;;;;;;;;QCyIYvB,iCAAAA,\u002BBAAAA;WCxaiC,mBCuLZ,iBHiHvC,UCuImD,aDtIzC,8CCs5CyD;iBGvpDvB,AJmQnB,IInQ0C;yBJoQ9C;sBI1SsB,AJ2Sd,II3SqC;gBC\u002BvFvE,CAAA,CAAA,CAAA,ALn9EkB,IKm9EM,SChwFmB,YDiwFnB,OLp9EiB;0BC0HlBA,WCxaiC,mBCuLZ;;0BCjJQ,AJ8QT,OI9QgC;wBJ\u002BQ9C;mBACL;;kBAEN;QExTsC,mBCuLZ,iBHqI/B,UCm4C2D;iBImhGtB;wBAxuBe;aDp8Hb,AJ0RlB,OI1RyC;0BHkYpDA,QDtGD,qBACV,kDAAA,qDEnU4C,mBCipBX;mBH5UV;;sBAEI;uBK4yHe;sBD7kIF,AJmSD,OInSwB;;gCJqSrC2B;QARjB,YAAA,MAAG,QCqGqD,YAAY,qCAA\u002BC3B,gCCxahF,mBCuLZ,iBH0J/B,UC82C2D;iBImhGtB;wBAxuBe;kBDp8Hb,AJ\u002BSb,OI/SoC;eJgTnD;mBIhT4B,AJiTZ,OIjTmC;0BHkYpDA,WCxaiC,mBCipBX;kBHvTX;QE1VsB,mBCipBX;kBHtTX;QE3VsB,mBCipBX;kBHrTX;UC4E2C,YAAY,qCAA\u002BCA,kCCxahF,mBCuLZ;;sBCjJQ,AJ4Tb,OI5ToC;mBJ6TnD;uBKgxH8B;uBD7kIF,AJ\u002BTZ,OI/TmC;;kBJiUzD;UCiE2D,YAAY,qCAA\u002BCA;;;;;;;ADtDtIkB,iDAAA,AAAAU;YAAAV;;mBAiDF,KAAK,AAAAW,kBAAiB,AAAtB,AAAAX;;mBAGA,KAAK,AAAAW;;mBAGL,KAAK,AAAAA;;AAtD4BC,sDAC7B,AAAAZ;AAAAa,qCAAY,qBAAA,AAAAD;AAEhB,gBAAG,AAAAC,cAAY;uBACX,KAAK,AAAAF;;;AAsCE,uBAAA,KAAc,MAVjB,SAAA,SACI,KAAK,AAAAA,oBACL,IA3BQ,qBACG,uBA6BX,SAxBD,sGAMC,KAFgB,UAHZ,AADU,AAAAR,wBAIgC,GAAG,UAJnC,AAAAA,qBADf,uCADH,AAAAS,uBA2BA,SACI,IACA,sBAXD,WAJA;AACOZ;AAAAC;AAAAD,qCAAA,SADW,AAAAG,gCACX,kCAAAF;AAAAA;yBAAAA;AAAA,wBAAA,AAAAD;AACO,\u002BBAAA,AAAAA;;;AACC,\u002BBAAA;;mBAJf,uCADH,AAAAY;;;uBAiBwCC","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,294 @@
|
|
|
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 Form_designerPreview () {
|
|
13
|
+
return Form_designerPreview;
|
|
14
|
+
},
|
|
15
|
+
get Form_markdownRenderer () {
|
|
16
|
+
return Form_markdownRenderer;
|
|
17
|
+
},
|
|
18
|
+
get Form_pluginConfig () {
|
|
19
|
+
return Form_pluginConfig;
|
|
20
|
+
},
|
|
21
|
+
get Form_signatureConverter () {
|
|
22
|
+
return Form_signatureConverter;
|
|
23
|
+
},
|
|
24
|
+
get Form_signatureField () {
|
|
25
|
+
return Form_signatureField;
|
|
26
|
+
},
|
|
27
|
+
get SignatureField_Attributes () {
|
|
28
|
+
return SignatureField_Attributes;
|
|
29
|
+
},
|
|
30
|
+
get SignatureField_Attributes_$reflection () {
|
|
31
|
+
return SignatureField_Attributes_$reflection;
|
|
32
|
+
},
|
|
33
|
+
get SignatureField_Field$1 () {
|
|
34
|
+
return SignatureField_Field$1;
|
|
35
|
+
},
|
|
36
|
+
get SignatureField_Field$1_$ctor_Z4A53DCC7 () {
|
|
37
|
+
return SignatureField_Field$1_$ctor_Z4A53DCC7;
|
|
38
|
+
},
|
|
39
|
+
get SignatureField_Field$1_$reflection () {
|
|
40
|
+
return SignatureField_Field$1_$reflection;
|
|
41
|
+
},
|
|
42
|
+
get SignatureField_SignatureFieldComponent () {
|
|
43
|
+
return SignatureField_SignatureFieldComponent;
|
|
44
|
+
},
|
|
45
|
+
get SignatureField_form () {
|
|
46
|
+
return SignatureField_form;
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
50
|
+
const _Util = require("@fable-org/fable-library-js/Util.js");
|
|
51
|
+
const _Fieldfs = require("../../../fable_modules/Fable.Form.3.0.0/Field.fs.js");
|
|
52
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
53
|
+
const _Basefs = require("../../../fable_modules/Fable.Form.3.0.0/Base.fs.js");
|
|
54
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
55
|
+
const _react = require("react");
|
|
56
|
+
const _Interopfs = require("../../../fable_modules/Feliz.2.8.0/Interop.fs.js");
|
|
57
|
+
const _Option = require("@fable-org/fable-library-js/Option.js");
|
|
58
|
+
const _ReactInterop = require("../../../fable_modules/Feliz.2.8.0/ReactInterop.js");
|
|
59
|
+
const _HtmlViewfs = require("../../../fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js");
|
|
60
|
+
const _Seq = require("@fable-org/fable-library-js/Seq.js");
|
|
61
|
+
const _List = require("@fable-org/fable-library-js/List.js");
|
|
62
|
+
const _reactsignaturepadwrapper = /*#__PURE__*/ _interop_require_default(require("react-signature-pad-wrapper"));
|
|
63
|
+
const _Typesfs = require("../../../fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js");
|
|
64
|
+
const _FormSpec = require("../../../FormSpec.FS/FormSpec.js");
|
|
65
|
+
const _Result = require("@fable-org/fable-library-js/Result.js");
|
|
66
|
+
const _PluginInterface = require("../../../FormSpec.FS/PluginInterface.js");
|
|
67
|
+
const _ElementBuildersfs = require("../../../fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js");
|
|
68
|
+
const _Date = require("@fable-org/fable-library-js/Date.js");
|
|
69
|
+
function _interop_require_default(obj) {
|
|
70
|
+
return obj && obj.__esModule ? obj : {
|
|
71
|
+
default: obj
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
class SignatureField_Attributes extends _Types.Record {
|
|
75
|
+
GetFieldId() {
|
|
76
|
+
const this$ = this;
|
|
77
|
+
return this$.FieldId;
|
|
78
|
+
}
|
|
79
|
+
constructor(FieldId, Label){
|
|
80
|
+
super();
|
|
81
|
+
this.FieldId = FieldId;
|
|
82
|
+
this.Label = Label;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
function SignatureField_Attributes_$reflection() {
|
|
86
|
+
return (0, _Reflection.record_type)("Fable.Form.Simple.Bulma.Fields.SignatureField.SignatureField.Attributes", [], SignatureField_Attributes, ()=>[
|
|
87
|
+
[
|
|
88
|
+
"FieldId",
|
|
89
|
+
_Reflection.string_type
|
|
90
|
+
],
|
|
91
|
+
[
|
|
92
|
+
"Label",
|
|
93
|
+
_Reflection.string_type
|
|
94
|
+
]
|
|
95
|
+
]);
|
|
96
|
+
}
|
|
97
|
+
function SignatureField_form() {
|
|
98
|
+
return (build)=>(config)=>(0, _Basefs.field)(_String.isNullOrEmpty, build, config);
|
|
99
|
+
}
|
|
100
|
+
function SignatureField_SignatureFieldComponent(config) {
|
|
101
|
+
let children, properties_2;
|
|
102
|
+
const signaturePadRef = _Interopfs.reactApi.useRef(undefined);
|
|
103
|
+
const timerRef = _Interopfs.reactApi.useRef(undefined);
|
|
104
|
+
(0, _ReactInterop.useEffectWithDeps)(()=>{
|
|
105
|
+
const timerId = setInterval(()=>{
|
|
106
|
+
const matchValue = signaturePadRef.current;
|
|
107
|
+
if (matchValue == null) {} else {
|
|
108
|
+
const pad = (0, _Option.value)(matchValue);
|
|
109
|
+
try {
|
|
110
|
+
if (!pad.isEmpty()) {
|
|
111
|
+
config.OnChange(pad.toDataURL());
|
|
112
|
+
}
|
|
113
|
+
} catch (ex) {
|
|
114
|
+
console.error((0, _Option.some)("Error capturing signature:"), ex);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}, 1000) | 0;
|
|
118
|
+
timerRef.current = (0, _Option.some)(timerId);
|
|
119
|
+
return {
|
|
120
|
+
Dispose () {
|
|
121
|
+
const matchValue_1 = timerRef.current;
|
|
122
|
+
if (matchValue_1 == null) {} else {
|
|
123
|
+
clearInterval((0, _Option.value)(matchValue_1));
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
}, [
|
|
128
|
+
config.OnChange
|
|
129
|
+
]);
|
|
130
|
+
const dependencies_1 = [
|
|
131
|
+
config.Value
|
|
132
|
+
];
|
|
133
|
+
_Interopfs.reactApi.useEffect(()=>{
|
|
134
|
+
const matchValue_2 = signaturePadRef.current;
|
|
135
|
+
if (matchValue_2 == null) {} else {
|
|
136
|
+
const signaturePad = (0, _Option.value)(matchValue_2);
|
|
137
|
+
try {
|
|
138
|
+
signaturePad.clear();
|
|
139
|
+
if (!(0, _String.isNullOrWhiteSpace)(config.Value)) {
|
|
140
|
+
signaturePad.fromDataURL(config.Value);
|
|
141
|
+
}
|
|
142
|
+
} catch (ex_1) {
|
|
143
|
+
console.error((0, _Option.some)("Error setting signature data:"), ex_1);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}, dependencies_1);
|
|
147
|
+
return (0, _HtmlViewfs.withLabelAndError)(config.Attributes.Label, config.ShowError, config.Error, (children = [
|
|
148
|
+
(properties_2 = (0, _List.ofArray)([
|
|
149
|
+
[
|
|
150
|
+
"ref",
|
|
151
|
+
signaturePadRef
|
|
152
|
+
],
|
|
153
|
+
[
|
|
154
|
+
"redrawOnResize",
|
|
155
|
+
true
|
|
156
|
+
],
|
|
157
|
+
[
|
|
158
|
+
"canvasProps",
|
|
159
|
+
{
|
|
160
|
+
style: (0, _Util.createObj)((0, _Seq.toList)((0, _Seq.delay)(()=>(0, _Seq.append)((0, _Seq.singleton)([
|
|
161
|
+
"margin",
|
|
162
|
+
"auto"
|
|
163
|
+
]), (0, _Seq.delay)(()=>(0, _Seq.append)((0, _Seq.singleton)([
|
|
164
|
+
"display",
|
|
165
|
+
"block"
|
|
166
|
+
]), (0, _Seq.delay)(()=>(0, _Seq.append)((0, _Seq.singleton)([
|
|
167
|
+
"borderRadius",
|
|
168
|
+
5 + "px"
|
|
169
|
+
]), (0, _Seq.delay)(()=>(0, _Seq.append)((0, _Seq.singleton)([
|
|
170
|
+
"border",
|
|
171
|
+
1 + "px " + "solid" + " " + "hsl(0, 0%, 86%)"
|
|
172
|
+
]), (0, _Seq.delay)(()=>(config.Disabled ? true : config.IsReadOnly) ? (0, _Seq.append)((0, _Seq.singleton)([
|
|
173
|
+
"backgroundColor",
|
|
174
|
+
"hsl(0, 0%, 96%)"
|
|
175
|
+
]), (0, _Seq.delay)(()=>(0, _Seq.singleton)([
|
|
176
|
+
"pointerEvents",
|
|
177
|
+
"none"
|
|
178
|
+
]))) : (0, _Seq.empty)())))))))))))
|
|
179
|
+
}
|
|
180
|
+
],
|
|
181
|
+
[
|
|
182
|
+
"height",
|
|
183
|
+
200
|
|
184
|
+
],
|
|
185
|
+
[
|
|
186
|
+
"width",
|
|
187
|
+
600
|
|
188
|
+
]
|
|
189
|
+
]), _Interopfs.reactApi.createElement(_reactsignaturepadwrapper.default, (0, _Util.createObj)(properties_2)))
|
|
190
|
+
], (0, _react.createElement)("div", {
|
|
191
|
+
className: "control",
|
|
192
|
+
children: _Interopfs.reactApi.Children.toArray(Array.from(children))
|
|
193
|
+
})));
|
|
194
|
+
}
|
|
195
|
+
class SignatureField_Field$1 extends _Typesfs.IStandardField$3 {
|
|
196
|
+
"Fable.Form.Simple.Bulma.IStandardField`3.RenderFieldZ43FEF6DC"(config) {
|
|
197
|
+
return (0, _react.createElement)(SignatureField_SignatureFieldComponent, config);
|
|
198
|
+
}
|
|
199
|
+
MapFieldValues(update) {
|
|
200
|
+
const _ = this;
|
|
201
|
+
return SignatureField_Field$1_$ctor_Z4A53DCC7((0, _Fieldfs.mapValues)(update, _.innerField_1));
|
|
202
|
+
}
|
|
203
|
+
constructor(innerField){
|
|
204
|
+
super(innerField);
|
|
205
|
+
this.innerField_1 = innerField;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
function SignatureField_Field$1_$reflection(gen0) {
|
|
209
|
+
return (0, _Reflection.class_type)("Fable.Form.Simple.Bulma.Fields.SignatureField.SignatureField.Field`1", [
|
|
210
|
+
gen0
|
|
211
|
+
], SignatureField_Field$1, (0, _Typesfs.IStandardField$3_$reflection)(gen0, _Reflection.string_type, SignatureField_Attributes_$reflection()));
|
|
212
|
+
}
|
|
213
|
+
function SignatureField_Field$1_$ctor_Z4A53DCC7(innerField) {
|
|
214
|
+
return new SignatureField_Field$1(innerField);
|
|
215
|
+
}
|
|
216
|
+
function Form_signatureField(config) {
|
|
217
|
+
return SignatureField_form()(SignatureField_Field$1_$ctor_Z4A53DCC7)(config);
|
|
218
|
+
}
|
|
219
|
+
const Form_pluginConfig = new _FormSpec.Spec_PluginFieldConfig("Fable.Form.Simple.Bulma.Fields.SignatureField");
|
|
220
|
+
const Form_signatureConverter = (()=>{
|
|
221
|
+
const valueKey = new _FormSpec.Shared_PluginPropertyKey("b2b2b2b2-3333-4444-5555-666666666666");
|
|
222
|
+
const valueMeta = (v)=>new _FormSpec.Shared_PluginDataProperty(valueKey, "value", "string", (0, _Option.defaultArg)(v, ""), "Signature Data", undefined, "Digital signature data URL");
|
|
223
|
+
return new _PluginInterface.IPluginValueConverter((fieldKey, v_1)=>(0, _FormSpec.Shared_FieldValue_Single)(new _FormSpec.Shared_FieldAnswer(fieldKey, "", v_1)), (fv)=>fv.tag === /* Single */ 0 ? (0, _Option.some)(fv.fields[0].Value) : undefined, ()=>undefined, ()=>(0, _List.singleton)("value"), (n)=>n === "value" ? valueMeta(undefined) : undefined, (k)=>(0, _Util.equals)(k, valueKey) ? valueMeta(undefined) : undefined, (n_1, fv_1)=>{
|
|
224
|
+
let a_1, a_2;
|
|
225
|
+
return fv_1.tag === /* Single */ 0 ? (a_1 = fv_1.fields[0], n_1 === "value") ? (a_2 = fv_1.fields[0], valueMeta(a_2.Value)) : undefined : undefined;
|
|
226
|
+
}, (k_1, fv_2)=>{
|
|
227
|
+
let a_3, a_4;
|
|
228
|
+
return fv_2.tag === /* Single */ 0 ? (a_3 = fv_2.fields[0], (0, _Util.equals)(k_1, valueKey)) ? (a_4 = fv_2.fields[0], valueMeta(a_4.Value)) : undefined : undefined;
|
|
229
|
+
}, (_arg, _arg_1)=>(0, _Result.FSharpResult$2_Ok)(undefined), (fv_3)=>fv_3.tag === /* Single */ 0 ? (0, _List.singleton)(valueMeta(fv_3.fields[0].Value)) : (0, _List.empty)());
|
|
230
|
+
})();
|
|
231
|
+
function Form_designerPreview(props) {
|
|
232
|
+
const children = [
|
|
233
|
+
(0, _react.createElement)("input", (0, _Util.createObj)((0, _List.cons)([
|
|
234
|
+
"type",
|
|
235
|
+
"text"
|
|
236
|
+
], (0, _ElementBuildersfs.Helpers_combineClasses)("input", (0, _List.ofArray)([
|
|
237
|
+
[
|
|
238
|
+
"readOnly",
|
|
239
|
+
true
|
|
240
|
+
],
|
|
241
|
+
[
|
|
242
|
+
"placeholder",
|
|
243
|
+
"✍️ Signature Pad Preview"
|
|
244
|
+
],
|
|
245
|
+
[
|
|
246
|
+
"style",
|
|
247
|
+
{
|
|
248
|
+
border: 1 + "px " + "dashed" + " " + "hsl(0, 0%, 86%)",
|
|
249
|
+
backgroundColor: "hsl(0, 0%, 98%)",
|
|
250
|
+
textAlign: "center",
|
|
251
|
+
padding: 20
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
]))))),
|
|
255
|
+
(0, _react.createElement)("div", {
|
|
256
|
+
style: {
|
|
257
|
+
fontSize: 12 + "px",
|
|
258
|
+
color: "hsl(0, 0%, 60%)",
|
|
259
|
+
textAlign: "center",
|
|
260
|
+
marginTop: 5
|
|
261
|
+
},
|
|
262
|
+
children: "✍️ Digital signature drawing area"
|
|
263
|
+
})
|
|
264
|
+
];
|
|
265
|
+
return (0, _react.createElement)("div", {
|
|
266
|
+
className: "control",
|
|
267
|
+
children: _Interopfs.reactApi.Children.toArray(Array.from(children))
|
|
268
|
+
});
|
|
269
|
+
}
|
|
270
|
+
function Form_markdownRenderer(field, fieldDetails) {
|
|
271
|
+
let value;
|
|
272
|
+
const matchValue = fieldDetails.FieldValue;
|
|
273
|
+
value = matchValue.tag === /* Single */ 0 ? matchValue.fields[0].Value : "";
|
|
274
|
+
if ((0, _String.isNullOrWhiteSpace)(value)) {
|
|
275
|
+
return `**${field.Label}:** ❌ *[No signature provided]*`;
|
|
276
|
+
} else {
|
|
277
|
+
return (0, _String.join)("\n", [
|
|
278
|
+
`**${field.Label}** ✍️`,
|
|
279
|
+
"",
|
|
280
|
+
"| Status | Details |",
|
|
281
|
+
"|--------|---------|",
|
|
282
|
+
"| **Signature** | ✅ **Captured** |",
|
|
283
|
+
`| **Timestamp** | ${(0, _Date.toString)((0, _Date.now)(), "yyyy-MM-dd HH:mm")} |`,
|
|
284
|
+
`| **Data Size** | ${value.length} characters |`,
|
|
285
|
+
"| **Format** | Digital signature |",
|
|
286
|
+
"",
|
|
287
|
+
"> 🔒 *Digital signature has been securely captured and stored*",
|
|
288
|
+
">",
|
|
289
|
+
"> 📋 *This signature serves as electronic consent and acknowledgment*"
|
|
290
|
+
]);
|
|
291
|
+
}
|
|
292
|
+
} //# sourceMappingURL=SignatureField.ts.map
|
|
293
|
+
|
|
294
|
+
//# sourceMappingURL=SignatureField.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../FormSpec.TS/plugins/signature/src/SignatureField.ts","../../../fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs","../../../fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs","../../../fable_modules/Feliz.2.8.0/React.fs","../../../fable_modules/Feliz.2.8.0/Internal.fs","../../../fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs","../../../fable_modules/Feliz.2.8.0/Styles.fs","../../../fable_modules/Feliz.2.8.0/Length.fs","../../../fable_modules/Feliz.2.8.0/BorderStyle.fs","../../../fable_modules/Feliz.2.8.0/Interop.fs","../../../fable_modules/Feliz.2.8.0/Html.fs","../../../fable_modules/Feliz.Bulma.3.0.0/Bulma.fs","../../../fable_modules/Feliz.2.8.0/Properties.fs"],"names":["this","build","config","children","properties","signaturePadRef","timerRef","timerId","matchValue","pad","ex","dependencies","signaturePad","innerField","SignatureFieldComponent","_","``.ctor``","update","form","valueKey","valueMeta","v","fieldKey","fv","n","k","a","value","fieldDetails","field"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../plugins/signature/src/SignatureField.fs","../../../fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs","../../../fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs","../../../fable_modules/Feliz.2.8.0/React.fs","../../../fable_modules/Feliz.2.8.0/Internal.fs","../../../fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs","../../../fable_modules/Feliz.2.8.0/Styles.fs","../../../fable_modules/Feliz.2.8.0/Length.fs","../../../fable_modules/Feliz.2.8.0/BorderStyle.fs","../../../fable_modules/Feliz.2.8.0/Interop.fs","../../../fable_modules/Feliz.2.8.0/Html.fs","../../../fable_modules/Feliz.Bulma.3.0.0/Bulma.fs","../../../fable_modules/Feliz.2.8.0/Properties.fs"],"names":["this","build","config","children","properties","signaturePadRef","timerRef","timerId","matchValue","pad","ex","dependencies","signaturePad","innerField","SignatureFieldComponent","_","\u0060\u0060.ctor\u0060\u0060","update","form","valueKey","valueMeta","v","fieldKey","fv","n","k","a","value","fieldDetails","field"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0BmBA,iDAAAA;AAAoB,eAAA,AAAAA;;;;;;;;;wTAQ/B,iFAAAC,OAAAC;;;;QCL6BC,kCCpBCC;AF6B1BC,sDGgI4C,gBHhIQ;AAGpDC,\u002BCG6H4C,gBH7HR;AGcgD;AHE5EC,\u002BBAAU;AAbZC,4CAAA,AAAAH;AAAA,gBAAA,AAAAG;;;AACCC,0CACHD;AAAA;AACI,wBAAG,CAAK,AAAAC;AACJ,AAAoB,AAAAP,wCAApB,AAAAO;;;;AAGJ,kCAAiB,KAAA,\u002BBAA8BC;;;WAML;AAC9C,AAAAJ,2BAAoB,KAAKC;;;AAIXC,kDAAA,AAAAF;AAAA,oBAAA,AAAAE;;;AACO,2CAAAA;;;;QAGhB,AAAAN;AG4EqCS,mCHzDtC,AAAAT;AI5BZ;AJgBcM,0CAAA,AAAAH;AAAA,YAAA,AAAAG;;;AACCI,\u002BCACHJ;AAAA;AACI,AAAAI;AACA,oBAAG,CAAK,mBAAiC,AAAAV;AACrC,AAAAU,6CAAyB,AAAAV;;;;AAG7B,8BAAiB,KAAA,kCAAiCQ;;;OG8DhCC;AHhC/B,WAAA,kBAA4B,AAAAT,yBAAwB,AAAAA,kBAAiB,AAAAA,eClF3CC,aCpBCC,eFiFb,UK3DqB,OL4DbC,oCKlEa,kBLmEF,yBKtEE;yBLyEf,wBACP,wDAAA,wBAAA,4BMw\u002BJ4B,UAAS,2BNv\u002BJrC,wDAAA,wBAAA,4BMsnJ6B,WAAU,4BNrnJvC,wDAAA,wBAAA,4BMgtFmD,gBCvyFf,APuFN,IOvF6B,yBPwF3D,wDAAA,wBAAA,4BMsqFA,UACZ,CAAA,CAAA,CAAA,ANvqF0B,IMuqFF,SEhtFkB,WFitFlB,ONxqFwB,sCAGpC,yDAAA,CAAG,AAAAH,kBAAA,OAAmB,AAAAA,qBAClB,wBAAA,4BM69E\u002BC,mBN79EzB,sCACtB,wDAAA,4BMgmKwB,iBAAgB,8BNlmK5C;0BKtFsB,UL2FV,wBK9FU,SL\u002BFX,yBElG3B,gEAEgBE,kBOH4C,mBCuLZ;mBCkbkC;kBCjMW,qCXpZUD;;;;;;;cDsFnDU;AAFpC,4BAAAA;;;6BAcZC,wCAAwBZ;;;AARjBa,kDAAAA;AAEH,eAAA,AAAAC,2CAAM,yDAAgBC,QAAO,AAAAF;;;;;;;;;;;;;WAiBrC,AAAqB,AAAAG,wDAAaF,wCAA4Bd;;;yDAG9D,2BACe;;;AAKXiB,\u002BCAAW;AACXC,yEACA,8BACsDD,UAC3C,SACI,UACH,mBAAWE,GAAE,KACF,kBACZ,WACY;AAE3B,WAAA,8HAC8E,uBAA8BC,UAAwB,IAA0BD,uDAEhJ,CAAA,AAAAE,6BACoC,KAAU,AAAV,AAAAA,sBACnC,0DACY,qCACM,YAAE,6DACA,CAAG,AAAAC,MAAI,WAAmB,AAAAJ,UAAU,aAAW,iFAC1C,AAAG,OAAAK,GAAIN,YAAoB,AAAAC,UAAU,aAAW;YAG3CM,yBAAAA;eAD/B,CAAA,AAAAH,gCAAA,EAC\u002BBG,MAD/B,AACJH,gBAA0C,AAAAC,QAAI,cAAXE,MAD/B,AACJH,gBAA\u002BD,AAAAH,UAAgB,AAAAM,eAC1E,aAAA;;YAG8BA,yBAAAA;eAD/B,CAAA,AAAAH,gCAAA,EAC\u002BBG,MAD/B,AACJH,gBAA0C,OAAAE,KAAIN,gBAAXO,MAD/B,AACJH,gBAAgE,AAAAH,UAAgB,AAAAM,eAC3E,aAAA;8GACsB,wFAEvB,CAAA,AAAAH,\u002BBACoC,YAAE,AAAAH,UAAgB,AAAlB,AAAAG,yBACnC;;;;ACvJcpB,8CQpB\u002BB,mBC0ZV,mBTpWtC,MWg4H\u002BB,QAAO,0BXh4H/B,uBUs3BmD,SX3vBjD,UY2yCoC,YZ1yCnC,yBY\u002BsCwC,eZ9sCrC,\u002BCY4gDmD;gBNkkCxE,CAAA,CAAA,CAAA,AN5kFsB,IM4kFE,SEhwFmB,YFiwFnB,ON7kFqB;yBACf;mBM67HwB;iBN37HhC;\u002BBSxLkC,mBCuLZ;;sBJs1EmB,ANh1ExC,KMg1E6D;mBN/0EhE;uBMq7HkC;uBNn7H9B;;kBAEV;;ASlM0C,WAAA,mBCuLZ;mBCkbkC;kBCjMW,qCXpZUA;;;;;ADoLnGwB;AACMnB,iDAAA,AAAAoB;AAAA,AADND,aACM,CAAA,AAAAnB,qCACoC,AAAAA,6BACnC;AAEX,QAAG,mBAAiCmB;eAChC,KAAK,AAAAE;;;AAkBE,eAAA,KAAc,OAbb,KAAK,AAAAA,oBACL,IACA,wBACA,wBACA,sCACA,qBARQ,SAAA,OAA6B,yBASrC,qBAAqB,AAAAF,6BACrB,sCACA,IACA,kEACA,KACA","file":null,"sourcesContent":null,"sourceRoot":null}
|