@f1studio/form-spec 5.0.0-alpha.149 → 5.0.0-alpha.152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts.map +1 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts +5 -3
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts.map +1 -1
- package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.d.ts +19 -0
- package/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.d.ts +39 -2
- package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.d.ts.map +1 -1
- package/FormSpec.FS/Interop/Facade/BlueprintFilledForm.d.ts +16 -0
- package/FormSpec.FS/Interop/Facade/BlueprintFilledForm.d.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js +3 -3
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js +2 -2
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js +23 -21
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js +16 -7
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.js +580 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js +199 -8
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js +25 -1
- package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js.map +1 -1
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Encode.js.map +1 -1
- package/README.md +7 -7
- package/package.json +13 -15
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts +3 -3
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts +3 -3
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts +1 -1
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts +25 -23
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts +19 -13
- package/src/FormSpec.FS/Integrations/CorEMR/ItemTriggerConverter.ts +545 -0
- package/src/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.ts +120 -14
- package/src/FormSpec.FS/Interop/Facade/BlueprintFilledForm.ts +29 -1
- package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/BlueprintValidation.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Designer.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/FormSpec.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateDecodeTypes.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/OpenFda/OpenFdaTypes.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Interfaces.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Interop/Facade/FormAnswersGate.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Migrator.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/PathwayExecutor.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/PathwayValidator.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/PluginInterface.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Prelude.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Provenance.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.ts.map +0 -1
- package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.ts.map +0 -1
- package/FormSpec.TS/PluginRegistration.ts.map +0 -1
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Decode.ts.map +0 -1
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Encode.ts.map +0 -1
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Extra.ts.map +0 -1
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Types.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Base.fs +0 -511
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Base.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Error.fs +0 -16
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Error.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Extensions.fs +0 -50
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Extensions.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Fable.Form.fableproj +0 -28
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Field.fs +0 -24
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Field.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Fable.Form.Simple.fableproj +0 -31
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Form.fs +0 -178
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs +0 -47
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs +0 -49
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs +0 -52
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs +0 -54
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs +0 -48
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Fable.Form.Simple.Bulma.fableproj +0 -53
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs +0 -132
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs +0 -537
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs +0 -361
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs +0 -52
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs +0 -246
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs +0 -52
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs +0 -56
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs +0 -46
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs +0 -51
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs +0 -49
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs +0 -60
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs +0 -79
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs +0 -44
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs +0 -49
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs +0 -59
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs +0 -44
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs +0 -143
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs +0 -36
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs +0 -49
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs +0 -67
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs +0 -70
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs +0 -76
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/Fable.Form.Simple.Fields.Html.fableproj +0 -45
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs +0 -105
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs +0 -66
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs +0 -72
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs +0 -102
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs +0 -83
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs +0 -83
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs +0 -63
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs +0 -83
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs +0 -92
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs +0 -108
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Fable.Promise.fableproj +0 -20
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Promise.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Extensions.fs +0 -17
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs +0 -152
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Types.fableproj +0 -28
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs +0 -218
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.Types.fableproj +0 -27
- package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs +0 -82
- package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/BorderStyle.fs +0 -59
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs +0 -154
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs +0 -52
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Feliz.fableproj +0 -53
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Fonts.fs +0 -240
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/GridTypes.fs +0 -24
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs +0 -11
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Html.fs +0 -826
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs +0 -176
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs +0 -29
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Key.fs +0 -65
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Key.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Length.fs +0 -145
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Locale.fs +0 -876
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Properties.fs +0 -4085
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Properties.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/React.fs +0 -494
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactDOM.fs +0 -25
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactDOM.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.fs +0 -20
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs +0 -42
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/StyleTypes.fs +0 -57
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/StyleTypes.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Styles.fs +0 -6378
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Svg.fs +0 -1455
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Svg.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/TextDecorationLine.fs +0 -13
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/TextDecorationStyle.fs +0 -33
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Transform.fs +0 -181
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransformOrigin.fs +0 -17
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionProperty.fs +0 -162
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionTimingFunction.fs +0 -62
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs +0 -13
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Bulma.fs +0 -990
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs +0 -179
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Feliz.Bulma.fableproj +0 -32
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs +0 -1986
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs +0 -7
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/PropertyBuilders.fs +0 -8
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs +0 -14
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Glutinum.Feliz.ReactSignaturePadWrapper.fableproj +0 -18
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Interop.fs +0 -6
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs +0 -32
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs +0 -3
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts.map +0 -1
- package/FormSpec.TS/fable_modules/project_cracked.json +0 -1
- package/FormSpec.TS/plugins/allergyfinder/src/AllergyFinderField.ts.map +0 -1
- package/FormSpec.TS/plugins/allergyfinder/src/AllergyLogic.ts.map +0 -1
- package/FormSpec.TS/plugins/allergyfinder/src/OpenFdaClient.ts.map +0 -1
- package/FormSpec.TS/plugins/bmi/src/BMIField.ts.map +0 -1
- package/FormSpec.TS/plugins/demographics/src/DemographicsField.ts.map +0 -1
- package/FormSpec.TS/plugins/likert/src/LikertField.ts.map +0 -1
- package/FormSpec.TS/plugins/signature/src/SignatureField.ts.map +0 -1
- package/FormSpec.TS/plugins/vitals/src/VitalsField.ts.map +0 -1
- package/FormSpec.TS/plugins/vitals/src/VitalsLogic.ts.map +0 -1
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
module Feliz.Bulma.ElementBuilders
|
|
2
|
-
|
|
3
|
-
open Feliz
|
|
4
|
-
open Feliz.Bulma
|
|
5
|
-
|
|
6
|
-
module Helpers =
|
|
7
|
-
let [<Literal>] private ClassName = "className"
|
|
8
|
-
|
|
9
|
-
let inline internal getClasses (xs:IReactProperty list) =
|
|
10
|
-
xs
|
|
11
|
-
|> List.choose (unbox<string * obj> >> function
|
|
12
|
-
| (k, v) when k = ClassName -> Some (string v)
|
|
13
|
-
| _ -> None)
|
|
14
|
-
|
|
15
|
-
let extractClasses (xs:IReactProperty list) =
|
|
16
|
-
xs
|
|
17
|
-
|> List.rev
|
|
18
|
-
|> List.fold (fun (classes, props) x ->
|
|
19
|
-
match unbox<string * obj> x with
|
|
20
|
-
| (k, v) when k = ClassName -> string v :: classes, props
|
|
21
|
-
| _ -> classes, x :: props) ([], [])
|
|
22
|
-
|
|
23
|
-
let combineClasses cn (xs:IReactProperty list) =
|
|
24
|
-
xs
|
|
25
|
-
|> extractClasses
|
|
26
|
-
|> fun (classes, props) -> (cn :: classes |> prop.classes) :: props
|
|
27
|
-
|
|
28
|
-
module Div =
|
|
29
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.div (Helpers.combineClasses cn xs)
|
|
30
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.div [ prop.className cn; prop.children children ]
|
|
31
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
32
|
-
let inline valueStr (cn:string) (value:string) = Html.div [ prop.className cn; prop.text value ]
|
|
33
|
-
let inline valueInt (cn:string) (value:int) = Html.div [ prop.className cn; prop.text value ]
|
|
34
|
-
|
|
35
|
-
module Nav =
|
|
36
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.nav (Helpers.combineClasses cn xs)
|
|
37
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.nav [ prop.className cn; prop.children children ]
|
|
38
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
39
|
-
|
|
40
|
-
module Article =
|
|
41
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.article (Helpers.combineClasses cn xs)
|
|
42
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.article [ prop.className cn; prop.children children ]
|
|
43
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
44
|
-
|
|
45
|
-
module Section =
|
|
46
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.section (Helpers.combineClasses cn xs)
|
|
47
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.section [ prop.className cn; prop.children children ]
|
|
48
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
49
|
-
|
|
50
|
-
module Footer =
|
|
51
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.footer (Helpers.combineClasses cn xs)
|
|
52
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.footer [ prop.className cn; prop.children children ]
|
|
53
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
54
|
-
|
|
55
|
-
module Label =
|
|
56
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.label (Helpers.combineClasses cn xs)
|
|
57
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.label [ prop.className cn; prop.children children ]
|
|
58
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
59
|
-
let inline valueStr (cn:string) (value:string) = Html.label [ prop.className cn; prop.text value ]
|
|
60
|
-
let inline valueInt (cn:string) (value:int) = Html.label [ prop.className cn; prop.text value ]
|
|
61
|
-
|
|
62
|
-
module Input =
|
|
63
|
-
let inline propsWithType (cn:string) (typ: IReactProperty) (xs:IReactProperty list) =
|
|
64
|
-
Html.input (typ :: Helpers.combineClasses cn xs)
|
|
65
|
-
|
|
66
|
-
module Textarea =
|
|
67
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.textarea (Helpers.combineClasses cn xs)
|
|
68
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.textarea [ prop.className cn; prop.children children ]
|
|
69
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
70
|
-
|
|
71
|
-
module Button =
|
|
72
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.button (Helpers.combineClasses cn xs)
|
|
73
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.button [ prop.className cn; prop.children children ]
|
|
74
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
75
|
-
let inline valueStr (cn:string) (value:string) = Html.button [ prop.className cn; prop.text value ]
|
|
76
|
-
let inline valueInt (cn:string) (value:int) = Html.button [ prop.className cn; prop.text value ]
|
|
77
|
-
|
|
78
|
-
module Span =
|
|
79
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.span (Helpers.combineClasses cn xs)
|
|
80
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.span [ prop.className cn; prop.children children ]
|
|
81
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
82
|
-
let inline valueStr (cn:string) (value:string) = Html.span [ prop.className cn; prop.text value ]
|
|
83
|
-
let inline valueInt (cn:string) (value:int) = Html.span [ prop.className cn; prop.text value ]
|
|
84
|
-
|
|
85
|
-
module Figure =
|
|
86
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.figure (Helpers.combineClasses cn xs)
|
|
87
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.figure [ prop.className cn; prop.children children ]
|
|
88
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
89
|
-
|
|
90
|
-
module Progress =
|
|
91
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.progress (Helpers.combineClasses cn xs)
|
|
92
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.progress [ prop.className cn; prop.children children ]
|
|
93
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
94
|
-
let inline valueStr (cn:string) (value:string) = Html.progress [ prop.className cn; prop.text value ]
|
|
95
|
-
let inline valueInt (cn:string) (value:int) = Html.progress [ prop.className cn; prop.text value ]
|
|
96
|
-
|
|
97
|
-
module Table =
|
|
98
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.table (Helpers.combineClasses cn xs)
|
|
99
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.table [ prop.className cn; prop.children children ]
|
|
100
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
101
|
-
|
|
102
|
-
module H1 =
|
|
103
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.h1 (Helpers.combineClasses cn xs)
|
|
104
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.h1 [ prop.className cn; prop.children children ]
|
|
105
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
106
|
-
let inline valueStr (cn:string) (value:string) = Html.h1 [ prop.className cn; prop.text value ]
|
|
107
|
-
let inline valueInt (cn:string) (value:int) = Html.h1 [ prop.className cn; prop.text value ]
|
|
108
|
-
|
|
109
|
-
module H2 =
|
|
110
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.h2 (Helpers.combineClasses cn xs)
|
|
111
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.h2 [ prop.className cn; prop.children children ]
|
|
112
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
113
|
-
let inline valueStr (cn:string) (value:string) = Html.h2 [ prop.className cn; prop.text value ]
|
|
114
|
-
let inline valueInt (cn:string) (value:int) = Html.h2 [ prop.className cn; prop.text value ]
|
|
115
|
-
|
|
116
|
-
module H3 =
|
|
117
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.h3 (Helpers.combineClasses cn xs)
|
|
118
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.h3 [ prop.className cn; prop.children children ]
|
|
119
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
120
|
-
let inline valueStr (cn:string) (value:string) = Html.h3 [ prop.className cn; prop.text value ]
|
|
121
|
-
let inline valueInt (cn:string) (value:int) = Html.h3 [ prop.className cn; prop.text value ]
|
|
122
|
-
|
|
123
|
-
module H4 =
|
|
124
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.h4 (Helpers.combineClasses cn xs)
|
|
125
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.h4 [ prop.className cn; prop.children children ]
|
|
126
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
127
|
-
let inline valueStr (cn:string) (value:string) = Html.h4 [ prop.className cn; prop.text value ]
|
|
128
|
-
let inline valueInt (cn:string) (value:int) = Html.h4 [ prop.className cn; prop.text value ]
|
|
129
|
-
|
|
130
|
-
module H5 =
|
|
131
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.h5 (Helpers.combineClasses cn xs)
|
|
132
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.h5 [ prop.className cn; prop.children children ]
|
|
133
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
134
|
-
let inline valueStr (cn:string) (value:string) = Html.h5 [ prop.className cn; prop.text value ]
|
|
135
|
-
let inline valueInt (cn:string) (value:int) = Html.h5 [ prop.className cn; prop.text value ]
|
|
136
|
-
|
|
137
|
-
module H6 =
|
|
138
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.h6 (Helpers.combineClasses cn xs)
|
|
139
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.h6 [ prop.className cn; prop.children children ]
|
|
140
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
141
|
-
let inline valueStr (cn:string) (value:string) = Html.h6 [ prop.className cn; prop.text value ]
|
|
142
|
-
let inline valueInt (cn:string) (value:int) = Html.h6 [ prop.className cn; prop.text value ]
|
|
143
|
-
|
|
144
|
-
module Hr =
|
|
145
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.hr (Helpers.combineClasses cn xs)
|
|
146
|
-
|
|
147
|
-
module Aside =
|
|
148
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.aside (Helpers.combineClasses cn xs)
|
|
149
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.aside [ prop.className cn; prop.children children ]
|
|
150
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
151
|
-
|
|
152
|
-
module P =
|
|
153
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.p (Helpers.combineClasses cn xs)
|
|
154
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.p [ prop.className cn; prop.children children ]
|
|
155
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
156
|
-
let inline valueStr (cn:string) (value:string) = Html.p [ prop.className cn; prop.text value ]
|
|
157
|
-
let inline valueInt (cn:string) (value:int) = Html.p [ prop.className cn; prop.text value ]
|
|
158
|
-
|
|
159
|
-
module Ul =
|
|
160
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.ul (Helpers.combineClasses cn xs)
|
|
161
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.ul [ prop.className cn; prop.children children ]
|
|
162
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
163
|
-
|
|
164
|
-
module Li =
|
|
165
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.li (Helpers.combineClasses cn xs)
|
|
166
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.li [ prop.className cn; prop.children children ]
|
|
167
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
168
|
-
|
|
169
|
-
module Header =
|
|
170
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.header (Helpers.combineClasses cn xs)
|
|
171
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.header [ prop.className cn; prop.children children ]
|
|
172
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
173
|
-
|
|
174
|
-
module A =
|
|
175
|
-
let inline props (cn:string) (xs:IReactProperty list) = Html.a (Helpers.combineClasses cn xs)
|
|
176
|
-
let inline children (cn:string) (children:seq<ReactElement>) = Html.a [ prop.className cn; prop.children children ]
|
|
177
|
-
let inline valueElm (cn:string) (value:ReactElement) = value |> List.singleton |> children cn
|
|
178
|
-
let inline valueStr (cn:string) (value:string) = Html.a [ prop.className cn; prop.text value ]
|
|
179
|
-
let inline valueInt (cn:string) (value:int) = Html.a [ prop.className cn; prop.text value ]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["./ElementBuilders.fs","../Feliz.2.8.0/Properties.fs"],"names":["classes","tupledArg","props","matchValue","x","xs","extractClasses","cn"],"mappings":";;;;;;WAiBW;AAAgBA,4CAAA,AAAAC;AAASC,kDAAT,AAAAD;AACTE,0CAAoBC;AAApB,YACQ,AADR,AAAAD,kBACY;oBAAa,KAAA,SAAA,AAAAA,gBAAYH,UAASE;;;oBAC7CF,SAAS,KAAAI,GAAKF;;QAAQ,iBAAI,8EAJlC,wBADHG;;;;AAUQJ,wEADL,AAAAK,uBADHD;AAE2B,WAAA,MC4aoC,aAAa,KAAc,KD5a9D,KAAAE,IAApB,AAAAN,kCAAA,AAAAA","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
<Project Sdk="Microsoft.NET.Sdk">
|
|
2
|
-
<PropertyGroup>
|
|
3
|
-
<TargetFramework>netstandard2.0</TargetFramework>
|
|
4
|
-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
5
|
-
<PackageId>Feliz.Bulma</PackageId>
|
|
6
|
-
<Description>Bulma wrapper for amazing Feliz DSL</Description>
|
|
7
|
-
<RepositoryUrl>https://github.com/Dzoukr/Feliz.Bulma</RepositoryUrl>
|
|
8
|
-
<PackageProjectUrl>https://dzoukr.github.io/Feliz.Bulma</PackageProjectUrl>
|
|
9
|
-
<PackageLicenseUrl>https://github.com/Dzoukr/Feliz.Bulma/blob/master/LICENSE</PackageLicenseUrl>
|
|
10
|
-
<PackageIconUrl></PackageIconUrl>
|
|
11
|
-
<PackageTags>fsharp;fable;bulma;feliz;react;html</PackageTags>
|
|
12
|
-
<Authors>Roman Provazník</Authors>
|
|
13
|
-
<Version>3.0.0</Version>
|
|
14
|
-
<PackageReleaseNotes>Version 3.0.0 release</PackageReleaseNotes>
|
|
15
|
-
</PropertyGroup>
|
|
16
|
-
<PropertyGroup>
|
|
17
|
-
<NpmDependencies>
|
|
18
|
-
<NpmPackage Name="bulma" Version=">= 0.9.0 < 0.10.0" ResolutionStrategy="Max" />
|
|
19
|
-
</NpmDependencies>
|
|
20
|
-
</PropertyGroup>
|
|
21
|
-
<ItemGroup>
|
|
22
|
-
<Compile Include="PropertyBuilders.fs" />
|
|
23
|
-
<Compile Include="ElementBuilders.fs" />
|
|
24
|
-
<Compile Include="Modifiers.fs" />
|
|
25
|
-
<Compile Include="Operators.fs" />
|
|
26
|
-
<Compile Include="Bulma.fs" />
|
|
27
|
-
</ItemGroup>
|
|
28
|
-
<ItemGroup>
|
|
29
|
-
<Content Include="*.fsproj; *.fs; *.js;" PackagePath="fable\" />
|
|
30
|
-
</ItemGroup>
|
|
31
|
-
<Import Project="..\..\.paket\Paket.Restore.targets" />
|
|
32
|
-
</Project>
|