@f1studio/form-spec 5.0.0-alpha.151 → 5.0.0-alpha.154
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.TS/FormSpec.FS/BitmaskHelpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/BlueprintValidation.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/FormSpec.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js +3 -3
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js +2 -2
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CoreMREncoder.js +23 -21
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CoreMRSourceMap.js +16 -7
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js.map +1 -0
- 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/TemplateDecodeTypes.js.map +1 -0
- package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/CorEMR/TemplateManifestDecoder.js +199 -8
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/OpenFda/OpenFdaTypes.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interfaces.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/Facade/FormAnswersGate.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Migrator.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PathwayValidator.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/PluginInterface.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Prelude.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Provenance.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js.map +1 -0
- package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -0
- package/FormSpec.TS/PluginRegistration.js.map +1 -0
- package/{Thoth.Json → FormSpec.TS/Thoth.Json}/packages/Thoth.Json/Decode.js +63 -69
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Decode.js.map +1 -0
- package/{Thoth.Json → FormSpec.TS/Thoth.Json}/packages/Thoth.Json/Encode.js +6 -10
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Encode.js.map +1 -0
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Extra.js.map +1 -0
- package/FormSpec.TS/Thoth.Json/packages/Thoth.Json/Types.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Base.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Error.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Extensions.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.3.0.0/Field.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.js.map +1 -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/ColorField.fs.js.map +1 -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/DateTimeLocalField.fs.js.map +1 -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/FileField.fs.js.map +1 -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/FormList.fs.js.map +1 -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/Html.View.fs.js.map +1 -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/NumberField.fs.js.map +1 -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/RadioField.fs.js.map +1 -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/Section.fs.js.map +1 -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/TelField.fs.js.map +1 -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/TextareaField.fs.js.map +1 -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/Types.fs.js.map +1 -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/ColorField.fs.js.map +1 -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/DateTimeLocalField.fs.js.map +1 -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/NumberField.fs.js.map +1 -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/RadioField.fs.js.map +1 -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/SearchField.fs.js.map +1 -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/TelField.fs.js.map +1 -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/TextareaField.fs.js.map +1 -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.Promise.3.2.0/AsyncIterable.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/Promise.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Colors.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +1 -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/Internal.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Key.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Properties.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactDOM.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactTypes.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/StyleTypes.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Svg.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.js.map +1 -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/Modifiers.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +1 -0
- package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +1 -0
- package/FormSpec.TS/plugins/allergyfinder/src/AllergyFinderField.js.map +1 -0
- package/{plugins → FormSpec.TS/plugins}/allergyfinder/src/AllergyLogic.js +0 -63
- package/FormSpec.TS/plugins/allergyfinder/src/AllergyLogic.js.map +1 -0
- package/FormSpec.TS/plugins/allergyfinder/src/OpenFdaClient.js.map +1 -0
- package/FormSpec.TS/plugins/bmi/src/BMIField.js.map +1 -0
- package/FormSpec.TS/plugins/demographics/src/DemographicsField.js.map +1 -0
- package/FormSpec.TS/plugins/likert/src/LikertField.js.map +1 -0
- package/FormSpec.TS/plugins/signature/src/SignatureField.js.map +1 -0
- package/FormSpec.TS/plugins/vitals/src/VitalsField.js.map +1 -0
- package/FormSpec.TS/plugins/vitals/src/VitalsLogic.js.map +1 -0
- package/README.md +7 -7
- package/Thoth.Json/packages/Thoth.Json/Decode.d.ts +2 -2
- package/Thoth.Json/packages/Thoth.Json/Decode.d.ts.map +1 -1
- package/Thoth.Json/packages/Thoth.Json/Encode.d.ts.map +1 -1
- package/package.json +13 -15
- package/plugins/allergyfinder/src/AllergyLogic.d.ts +0 -6
- package/plugins/allergyfinder/src/AllergyLogic.d.ts.map +1 -1
- 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/Thoth.Json/packages/Thoth.Json/Decode.ts +38 -55
- package/src/Thoth.Json/packages/Thoth.Json/Encode.ts +10 -16
- package/src/plugins/allergyfinder/src/AllergyLogic.ts +4 -22
- package/FormSpec.FS/BitmaskHelpers.js.map +0 -1
- package/FormSpec.FS/BlueprintValidation.js.map +0 -1
- package/FormSpec.FS/Components/HelloComponent.js.map +0 -1
- package/FormSpec.FS/Designer.js.map +0 -1
- package/FormSpec.FS/FormSpecHelpers.js.map +0 -1
- package/FormSpec.FS/FormSpecValues.js.map +0 -1
- package/FormSpec.FS/Helpers.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map +0 -1
- package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js.map +0 -1
- package/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js.map +0 -1
- package/FormSpec.FS/Integrations/CorEMR/TemplateDecodeTypes.js.map +0 -1
- package/FormSpec.FS/Integrations/CorEMR/TemplateManifestDecoder.js.map +0 -1
- package/FormSpec.FS/Integrations/OpenFda/OpenFdaTypes.js.map +0 -1
- package/FormSpec.FS/Interfaces.js.map +0 -1
- package/FormSpec.FS/Interop/Facade/BlueprintFilledForm.js.map +0 -1
- package/FormSpec.FS/Interop/Facade/FormAnswersGate.js.map +0 -1
- package/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +0 -1
- package/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +0 -1
- package/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +0 -1
- package/FormSpec.FS/Logging/LogTypes.js.map +0 -1
- package/FormSpec.FS/Migrator.js.map +0 -1
- package/FormSpec.FS/PathwayDataExtractor.js.map +0 -1
- package/FormSpec.FS/PathwayExecutor.js.map +0 -1
- package/FormSpec.FS/PathwayValidator.js.map +0 -1
- package/FormSpec.FS/PluginInterface.js.map +0 -1
- package/FormSpec.FS/Prelude.js.map +0 -1
- package/FormSpec.FS/Provenance.js.map +0 -1
- package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +0 -1
- package/FormSpec.FS/Renderers/MermaidRenderer.js.map +0 -1
- package/FormSpec.FS/Renderers/PathwayRenderers.js.map +0 -1
- package/PathwayExecutor.withPlugins.js.map +0 -1
- package/PluginRegistration.js.map +0 -1
- package/Thoth.Json/packages/Thoth.Json/Decode.js.map +0 -1
- package/Thoth.Json/packages/Thoth.Json/Encode.js.map +0 -1
- package/Thoth.Json/packages/Thoth.Json/Extra.js.map +0 -1
- package/Thoth.Json/packages/Thoth.Json/Types.js.map +0 -1
- package/fable_modules/Fable.Form.3.0.0/Base.fs.js.map +0 -1
- package/fable_modules/Fable.Form.3.0.0/Error.fs.js.map +0 -1
- package/fable_modules/Fable.Form.3.0.0/Extensions.fs.js.map +0 -1
- package/fable_modules/Fable.Form.3.0.0/Field.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +0 -1
- package/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +0 -1
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js.map +0 -1
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js.map +0 -1
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js.map +0 -1
- package/fable_modules/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.js.map +0 -1
- package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.js.map +0 -1
- package/fable_modules/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Colors.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Internal.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Interop.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Key.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Properties.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/ReactDOM.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/ReactInterop.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/ReactTypes.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/StyleTypes.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Svg.fs.js.map +0 -1
- package/fable_modules/Feliz.2.8.0/Types.fs.js.map +0 -1
- package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +0 -1
- package/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +0 -1
- package/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +0 -1
- package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +0 -1
- package/plugins/allergyfinder/src/AllergyFinderField.js.map +0 -1
- package/plugins/allergyfinder/src/AllergyLogic.js.map +0 -1
- package/plugins/allergyfinder/src/OpenFdaClient.js.map +0 -1
- package/plugins/bmi/src/BMIField.js.map +0 -1
- package/plugins/demographics/src/DemographicsField.js.map +0 -1
- package/plugins/likert/src/LikertField.js.map +0 -1
- package/plugins/signature/src/SignatureField.js.map +0 -1
- package/plugins/vitals/src/VitalsField.js.map +0 -1
- package/plugins/vitals/src/VitalsLogic.js.map +0 -1
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/BitmaskHelpers.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/BlueprintValidation.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Components/HelloComponent.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Designer.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/FormSpec.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/FormSpecHelpers.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/FormSpecValues.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Helpers.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRAdapter.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRSectioning.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRTemplateMapper.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/FormSystemAdapter.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/CorEMR/CoreMRTypes.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/CorEMR/TemplateDecodeTypes.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Integrations/OpenFda/OpenFdaTypes.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Interfaces.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Interop/Facade/BlueprintFilledForm.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Interop/Facade/FormAnswersGate.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Interop/FormSpec.Api.Helpers.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Interop/FormSpec.Api.Option.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Interop/FormSpec.Values.Api.Option.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Logging/LogTypes.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Migrator.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/PathwayDataExtractor.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/PathwayExecutor.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/PathwayValidator.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/PluginInterface.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Prelude.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Provenance.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Renderers/FormSpecMarkdownRenderer.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Renderers/MermaidRenderer.js +0 -0
- /package/{FormSpec.FS → FormSpec.TS/FormSpec.FS}/Renderers/PathwayRenderers.js +0 -0
- /package/{PathwayExecutor.withPlugins.js → FormSpec.TS/PathwayExecutor.withPlugins.js} +0 -0
- /package/{PluginRegistration.js → FormSpec.TS/PluginRegistration.js} +0 -0
- /package/{Thoth.Json → FormSpec.TS/Thoth.Json}/packages/Thoth.Json/Extra.js +0 -0
- /package/{Thoth.Json → FormSpec.TS/Thoth.Json}/packages/Thoth.Json/Types.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.3.0.0/Base.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.3.0.0/Error.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.3.0.0/Extensions.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.3.0.0/Field.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.5.0.1/Form.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Promise.3.2.0/Promise.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.React.Types.18.3.0/Fable.React.Hooks.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.React.Types.18.3.0/Fable.React.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Fable.ReactDom.Types.18.2.0/Fable.ReactDom.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Colors.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/DateParsing.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Helpers.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Internal.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Interop.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Key.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Properties.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/ReactDOM.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/ReactInterop.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/ReactTypes.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/StyleTypes.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Svg.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.2.8.0/Types.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.Bulma.3.0.0/ElementBuilders.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.Bulma.3.0.0/Modifiers.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Feliz.Bulma.3.0.0/Operators.fs.js +0 -0
- /package/{fable_modules → FormSpec.TS/fable_modules}/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/allergyfinder/src/AllergyFinderField.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/allergyfinder/src/OpenFdaClient.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/bmi/src/BMIField.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/demographics/src/DemographicsField.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/likert/src/LikertField.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/signature/src/SignatureField.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/vitals/src/VitalsField.js +0 -0
- /package/{plugins → FormSpec.TS/plugins}/vitals/src/VitalsLogic.js +0 -0
|
@@ -3,14 +3,14 @@ import { int32 } from "@fable-org/fable-library-js/Int32.js";
|
|
|
3
3
|
import { equals, toInt32, int64 } from "@fable-org/fable-library-js/BigInt.js";
|
|
4
4
|
import { map as map_1, defaultArg, Option } from "@fable-org/fable-library-js/Option.js";
|
|
5
5
|
import { int32ToString, uncurry2, comparePrimitives, IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
|
|
6
|
-
import { class_type, list_type,
|
|
7
|
-
import { filter, length, sumBy as sumBy_1,
|
|
8
|
-
import { toSeq, ofList, FSharpMap } from "@fable-org/fable-library-js/Map.js";
|
|
6
|
+
import { bool_type, class_type, list_type, record_type, option_type, string_type, int64_type, int32_type, TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
|
|
7
|
+
import { filter, length, sumBy as sumBy_1, collect, map as map_2, isEmpty, empty, FSharpList } from "@fable-org/fable-library-js/List.js";
|
|
8
|
+
import { toSeq, empty as empty_1, ofList, FSharpMap } from "@fable-org/fable-library-js/Map.js";
|
|
9
9
|
import { Auto_generateBoxedDecoder_Z6670B51 } from "../../../Thoth.Json/packages/Thoth.Json/Decode.js";
|
|
10
10
|
import { FSharpResult$2_$union } from "@fable-org/fable-library-js/Result.js";
|
|
11
11
|
import { ErrorReason_$union } from "../../../Thoth.Json/packages/Thoth.Json/Types.js";
|
|
12
12
|
import { isNullOrEmpty, toConsole, printf, toText } from "@fable-org/fable-library-js/String.js";
|
|
13
|
-
import { fromString, list as list_5,
|
|
13
|
+
import { fromString, bool, list as list_5, IOptionalGetter, IGetters, string, int, IRequiredGetter, object, map, keyValuePairs } from "../../../Thoth.Json/packages/Thoth.Json/Decode.js";
|
|
14
14
|
import { CoreMRFormData, CoreMRTag, CoreMRTrigger, CoreMRFormMetadata, CoreMRItem, CoreMRChoice } from "./CoreMRTypes.js";
|
|
15
15
|
import { sumBy } from "@fable-org/fable-library-js/Seq.js";
|
|
16
16
|
|
|
@@ -38,6 +38,68 @@ export function TemplateChoice_$reflection(): TypeInfo {
|
|
|
38
38
|
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TemplateChoice", [], TemplateChoice, () => [["ChoiceId", int32_type], ["Sequence", int32_type], ["Score", int64_type], ["Text", string_type], ["BitPosition", option_type(int32_type)], ["Code", option_type(string_type)], ["Highlight", option_type(int32_type)]]);
|
|
39
39
|
}
|
|
40
40
|
|
|
41
|
+
export class TriggerCondition extends Record implements IEquatable<TriggerCondition>, IComparable<TriggerCondition> {
|
|
42
|
+
readonly ConditionId: int32;
|
|
43
|
+
readonly SourceFieldId: int32;
|
|
44
|
+
readonly Source: string;
|
|
45
|
+
readonly Operator: string;
|
|
46
|
+
readonly Values: FSharpList<string>;
|
|
47
|
+
readonly RawChoiceIds: FSharpList<int32>;
|
|
48
|
+
readonly BooleanOperator: string;
|
|
49
|
+
constructor(ConditionId: int32, SourceFieldId: int32, Source: string, Operator: string, Values: FSharpList<string>, RawChoiceIds: FSharpList<int32>, BooleanOperator: string) {
|
|
50
|
+
super();
|
|
51
|
+
this.ConditionId = (ConditionId | 0);
|
|
52
|
+
this.SourceFieldId = (SourceFieldId | 0);
|
|
53
|
+
this.Source = Source;
|
|
54
|
+
this.Operator = Operator;
|
|
55
|
+
this.Values = Values;
|
|
56
|
+
this.RawChoiceIds = RawChoiceIds;
|
|
57
|
+
this.BooleanOperator = BooleanOperator;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export function TriggerCondition_$reflection(): TypeInfo {
|
|
62
|
+
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TriggerCondition", [], TriggerCondition, () => [["ConditionId", int32_type], ["SourceFieldId", int32_type], ["Source", string_type], ["Operator", string_type], ["Values", list_type(string_type)], ["RawChoiceIds", list_type(int32_type)], ["BooleanOperator", string_type]]);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export class TriggerAction extends Record implements IEquatable<TriggerAction>, IComparable<TriggerAction> {
|
|
66
|
+
readonly ActionId: int32;
|
|
67
|
+
readonly ActionType: string;
|
|
68
|
+
readonly Params: FSharpMap<string, string>;
|
|
69
|
+
constructor(ActionId: int32, ActionType: string, Params: FSharpMap<string, string>) {
|
|
70
|
+
super();
|
|
71
|
+
this.ActionId = (ActionId | 0);
|
|
72
|
+
this.ActionType = ActionType;
|
|
73
|
+
this.Params = Params;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export function TriggerAction_$reflection(): TypeInfo {
|
|
78
|
+
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TriggerAction", [], TriggerAction, () => [["ActionId", int32_type], ["ActionType", string_type], ["Params", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, string_type])]]);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export class ItemTrigger extends Record implements IEquatable<ItemTrigger>, IComparable<ItemTrigger> {
|
|
82
|
+
readonly TriggerId: int32;
|
|
83
|
+
readonly EventName: string;
|
|
84
|
+
readonly Enabled: boolean;
|
|
85
|
+
readonly ExclusiveTag: Option<string>;
|
|
86
|
+
readonly Conditions: FSharpList<TriggerCondition>;
|
|
87
|
+
readonly Actions: FSharpList<TriggerAction>;
|
|
88
|
+
constructor(TriggerId: int32, EventName: string, Enabled: boolean, ExclusiveTag: Option<string>, Conditions: FSharpList<TriggerCondition>, Actions: FSharpList<TriggerAction>) {
|
|
89
|
+
super();
|
|
90
|
+
this.TriggerId = (TriggerId | 0);
|
|
91
|
+
this.EventName = EventName;
|
|
92
|
+
this.Enabled = Enabled;
|
|
93
|
+
this.ExclusiveTag = ExclusiveTag;
|
|
94
|
+
this.Conditions = Conditions;
|
|
95
|
+
this.Actions = Actions;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export function ItemTrigger_$reflection(): TypeInfo {
|
|
100
|
+
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.ItemTrigger", [], ItemTrigger, () => [["TriggerId", int32_type], ["EventName", string_type], ["Enabled", bool_type], ["ExclusiveTag", option_type(string_type)], ["Conditions", list_type(TriggerCondition_$reflection())], ["Actions", list_type(TriggerAction_$reflection())]]);
|
|
101
|
+
}
|
|
102
|
+
|
|
41
103
|
export class TemplateItem extends Record implements IEquatable<TemplateItem>, IComparable<TemplateItem> {
|
|
42
104
|
readonly ItemId: int32;
|
|
43
105
|
readonly Sequence: int32;
|
|
@@ -51,7 +113,8 @@ export class TemplateItem extends Record implements IEquatable<TemplateItem>, IC
|
|
|
51
113
|
readonly GenderRequired: Option<string>;
|
|
52
114
|
readonly Highlight: Option<int32>;
|
|
53
115
|
readonly Choices: FSharpList<TemplateChoice>;
|
|
54
|
-
|
|
116
|
+
readonly Triggers: FSharpList<ItemTrigger>;
|
|
117
|
+
constructor(ItemId: int32, Sequence: int32, Type: int32, NestingLevel: int32, IsRequired: boolean, Text$: string, SequenceText: Option<string>, Code: Option<string>, Uuid: Option<string>, GenderRequired: Option<string>, Highlight: Option<int32>, Choices: FSharpList<TemplateChoice>, Triggers: FSharpList<ItemTrigger>) {
|
|
55
118
|
super();
|
|
56
119
|
this.ItemId = (ItemId | 0);
|
|
57
120
|
this.Sequence = (Sequence | 0);
|
|
@@ -65,11 +128,12 @@ export class TemplateItem extends Record implements IEquatable<TemplateItem>, IC
|
|
|
65
128
|
this.GenderRequired = GenderRequired;
|
|
66
129
|
this.Highlight = Highlight;
|
|
67
130
|
this.Choices = Choices;
|
|
131
|
+
this.Triggers = Triggers;
|
|
68
132
|
}
|
|
69
133
|
}
|
|
70
134
|
|
|
71
135
|
export function TemplateItem_$reflection(): TypeInfo {
|
|
72
|
-
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TemplateItem", [], TemplateItem, () => [["ItemId", int32_type], ["Sequence", int32_type], ["Type", int32_type], ["NestingLevel", int32_type], ["IsRequired", bool_type], ["Text", string_type], ["SequenceText", option_type(string_type)], ["Code", option_type(string_type)], ["Uuid", option_type(string_type)], ["GenderRequired", option_type(string_type)], ["Highlight", option_type(int32_type)], ["Choices", list_type(TemplateChoice_$reflection())]]);
|
|
136
|
+
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TemplateItem", [], TemplateItem, () => [["ItemId", int32_type], ["Sequence", int32_type], ["Type", int32_type], ["NestingLevel", int32_type], ["IsRequired", bool_type], ["Text", string_type], ["SequenceText", option_type(string_type)], ["Code", option_type(string_type)], ["Uuid", option_type(string_type)], ["GenderRequired", option_type(string_type)], ["Highlight", option_type(int32_type)], ["Choices", list_type(TemplateChoice_$reflection())], ["Triggers", list_type(ItemTrigger_$reflection())]]);
|
|
73
137
|
}
|
|
74
138
|
|
|
75
139
|
export class EncounterTypes extends Record implements IEquatable<EncounterTypes>, IComparable<EncounterTypes> {
|
|
@@ -222,6 +286,22 @@ export function CodeExtractionStats_$reflection(): TypeInfo {
|
|
|
222
286
|
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.CodeExtractionStats", [], CodeExtractionStats, () => [["Extracted", int32_type], ["Generated", int32_type], ["BySource", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["Regex", string_type]]);
|
|
223
287
|
}
|
|
224
288
|
|
|
289
|
+
export class TriggerStats extends Record implements IEquatable<TriggerStats>, IComparable<TriggerStats> {
|
|
290
|
+
readonly FormsWithTriggers: int32;
|
|
291
|
+
readonly TotalTriggers: int32;
|
|
292
|
+
readonly ByActionType: FSharpMap<string, int32>;
|
|
293
|
+
constructor(FormsWithTriggers: int32, TotalTriggers: int32, ByActionType: FSharpMap<string, int32>) {
|
|
294
|
+
super();
|
|
295
|
+
this.FormsWithTriggers = (FormsWithTriggers | 0);
|
|
296
|
+
this.TotalTriggers = (TotalTriggers | 0);
|
|
297
|
+
this.ByActionType = ByActionType;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export function TriggerStats_$reflection(): TypeInfo {
|
|
302
|
+
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TriggerStats", [], TriggerStats, () => [["FormsWithTriggers", int32_type], ["TotalTriggers", int32_type], ["ByActionType", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])]]);
|
|
303
|
+
}
|
|
304
|
+
|
|
225
305
|
export class TemplateStats extends Record implements IEquatable<TemplateStats>, IComparable<TemplateStats> {
|
|
226
306
|
readonly TotalForms: int32;
|
|
227
307
|
readonly WithCodes: int32;
|
|
@@ -231,7 +311,8 @@ export class TemplateStats extends Record implements IEquatable<TemplateStats>,
|
|
|
231
311
|
readonly ByUsage: FSharpMap<string, int32>;
|
|
232
312
|
readonly ByElementType: FSharpMap<string, int32>;
|
|
233
313
|
readonly CodeExtraction: CodeExtractionStats;
|
|
234
|
-
|
|
314
|
+
readonly TriggerStats: Option<TriggerStats>;
|
|
315
|
+
constructor(TotalForms: int32, WithCodes: int32, WithSyntheticCodes: int32, WithScoring: int32, WithSignature: int32, ByUsage: FSharpMap<string, int32>, ByElementType: FSharpMap<string, int32>, CodeExtraction: CodeExtractionStats, TriggerStats: Option<TriggerStats>) {
|
|
235
316
|
super();
|
|
236
317
|
this.TotalForms = (TotalForms | 0);
|
|
237
318
|
this.WithCodes = (WithCodes | 0);
|
|
@@ -241,11 +322,12 @@ export class TemplateStats extends Record implements IEquatable<TemplateStats>,
|
|
|
241
322
|
this.ByUsage = ByUsage;
|
|
242
323
|
this.ByElementType = ByElementType;
|
|
243
324
|
this.CodeExtraction = CodeExtraction;
|
|
325
|
+
this.TriggerStats = TriggerStats;
|
|
244
326
|
}
|
|
245
327
|
}
|
|
246
328
|
|
|
247
329
|
export function TemplateStats_$reflection(): TypeInfo {
|
|
248
|
-
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TemplateStats", [], TemplateStats, () => [["TotalForms", int32_type], ["WithCodes", int32_type], ["WithSyntheticCodes", int32_type], ["WithScoring", int32_type], ["WithSignature", int32_type], ["ByUsage", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["ByElementType", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["CodeExtraction", CodeExtractionStats_$reflection()]]);
|
|
330
|
+
return record_type("FormSpec.Integrations.CorEMR.TemplateManifestDecoder.TemplateStats", [], TemplateStats, () => [["TotalForms", int32_type], ["WithCodes", int32_type], ["WithSyntheticCodes", int32_type], ["WithScoring", int32_type], ["WithSignature", int32_type], ["ByUsage", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["ByElementType", class_type("Microsoft.FSharp.Collections.FSharpMap`2", [string_type, int32_type])], ["CodeExtraction", CodeExtractionStats_$reflection()], ["TriggerStats", option_type(TriggerStats_$reflection())]]);
|
|
249
331
|
}
|
|
250
332
|
|
|
251
333
|
export class CoreEmrInfo extends Record implements IEquatable<CoreEmrInfo>, IComparable<CoreEmrInfo> {
|
|
@@ -344,10 +426,27 @@ const choiceDecoder = (path_2: string): ((arg0: any) => FSharpResult$2_$union<Te
|
|
|
344
426
|
return new TemplateChoice((objectArg_1 = get$.Required, objectArg_1.Field<int32>("choiceId", uncurry2(int))), (objectArg_2 = get$.Required, objectArg_2.Field<int32>("sequence", uncurry2(int))), score, (objectArg_3 = get$.Required, objectArg_3.Field<string>("text", string)), (objectArg_4 = get$.Optional, objectArg_4.Field<int32>("bitPosition", uncurry2(int))), (objectArg_5 = get$.Optional, objectArg_5.Field<string>("code", string)), (objectArg_6 = get$.Optional, objectArg_6.Field<int32>("highlight", uncurry2(int))));
|
|
345
427
|
}, path_2, v));
|
|
346
428
|
|
|
347
|
-
const
|
|
348
|
-
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IRequiredGetter, objectArg_3: IRequiredGetter, objectArg_4:
|
|
349
|
-
return new
|
|
350
|
-
},
|
|
429
|
+
const triggerConditionDecoder = (path_6: string): ((arg0: any) => FSharpResult$2_$union<TriggerCondition, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<TriggerCondition, [string, ErrorReason_$union]> => object<TriggerCondition>((get$: IGetters): TriggerCondition => {
|
|
430
|
+
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IRequiredGetter, objectArg_3: IRequiredGetter, objectArg_4: IOptionalGetter, objectArg_5: IOptionalGetter, objectArg_6: IOptionalGetter;
|
|
431
|
+
return new TriggerCondition((objectArg = get$.Required, objectArg.Field<int32>("conditionId", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<int32>("sourceFieldId", uncurry2(int))), (objectArg_2 = get$.Required, objectArg_2.Field<string>("source", string)), (objectArg_3 = get$.Required, objectArg_3.Field<string>("operator", string)), defaultArg((objectArg_4 = get$.Optional, objectArg_4.Field<FSharpList<string>>("values", (path_3: string, value_3: any): FSharpResult$2_$union<FSharpList<string>, [string, ErrorReason_$union]> => list_5<string>(string, path_3, value_3))), empty<string>()), defaultArg((objectArg_5 = get$.Optional, objectArg_5.Field<FSharpList<int32>>("rawChoiceIds", (path_4: string, value_5: any): FSharpResult$2_$union<FSharpList<int32>, [string, ErrorReason_$union]> => list_5<int32>(uncurry2(int), path_4, value_5))), empty<int32>()), defaultArg((objectArg_6 = get$.Optional, objectArg_6.Field<string>("booleanOperator", string)), "&&"));
|
|
432
|
+
}, path_6, v));
|
|
433
|
+
|
|
434
|
+
const triggerActionDecoder = (path_2: string): ((arg0: any) => FSharpResult$2_$union<TriggerAction, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<TriggerAction, [string, ErrorReason_$union]> => object<TriggerAction>((get$: IGetters): TriggerAction => {
|
|
435
|
+
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, arg_5: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<FSharpMap<string, string>, [string, ErrorReason_$union]>)), objectArg_2: IOptionalGetter;
|
|
436
|
+
return new TriggerAction((objectArg = get$.Required, objectArg.Field<int32>("actionId", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<string>("actionType", string)), defaultArg((arg_5 = dictDecoder<string>(string), (objectArg_2 = get$.Optional, objectArg_2.Field<FSharpMap<string, string>>("params", uncurry2(arg_5)))), empty_1<string, string>({
|
|
437
|
+
Compare: comparePrimitives,
|
|
438
|
+
})));
|
|
439
|
+
}, path_2, v));
|
|
440
|
+
|
|
441
|
+
const itemTriggerDecoder = (path_5: string): ((arg0: any) => FSharpResult$2_$union<ItemTrigger, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<ItemTrigger, [string, ErrorReason_$union]> => object<ItemTrigger>((get$: IGetters): ItemTrigger => {
|
|
442
|
+
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IOptionalGetter, objectArg_3: IOptionalGetter, objectArg_4: IOptionalGetter, objectArg_5: IOptionalGetter;
|
|
443
|
+
return new ItemTrigger((objectArg = get$.Required, objectArg.Field<int32>("triggerId", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<string>("eventName", string)), defaultArg((objectArg_2 = get$.Optional, objectArg_2.Field<boolean>("enabled", bool)), true), (objectArg_3 = get$.Optional, objectArg_3.Field<string>("exclusiveTag", string)), defaultArg((objectArg_4 = get$.Optional, objectArg_4.Field<FSharpList<TriggerCondition>>("conditions", (path_3: string, value_4: any): FSharpResult$2_$union<FSharpList<TriggerCondition>, [string, ErrorReason_$union]> => list_5<TriggerCondition>(uncurry2(triggerConditionDecoder), path_3, value_4))), empty<TriggerCondition>()), defaultArg((objectArg_5 = get$.Optional, objectArg_5.Field<FSharpList<TriggerAction>>("actions", (path_4: string, value_6: any): FSharpResult$2_$union<FSharpList<TriggerAction>, [string, ErrorReason_$union]> => list_5<TriggerAction>(uncurry2(triggerActionDecoder), path_4, value_6))), empty<TriggerAction>()));
|
|
444
|
+
}, path_5, v));
|
|
445
|
+
|
|
446
|
+
const itemDecoder = (path_8: string): ((arg0: any) => FSharpResult$2_$union<TemplateItem, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<TemplateItem, [string, ErrorReason_$union]> => object<TemplateItem>((get$: IGetters): TemplateItem => {
|
|
447
|
+
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IRequiredGetter, objectArg_3: IRequiredGetter, objectArg_4: IRequiredGetter, objectArg_5: IRequiredGetter, objectArg_6: IOptionalGetter, objectArg_7: IOptionalGetter, objectArg_8: IOptionalGetter, objectArg_9: IOptionalGetter, objectArg_10: IOptionalGetter, objectArg_11: IRequiredGetter, objectArg_12: IOptionalGetter;
|
|
448
|
+
return new TemplateItem((objectArg = get$.Required, objectArg.Field<int32>("itemId", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<int32>("sequence", uncurry2(int))), (objectArg_2 = get$.Required, objectArg_2.Field<int32>("type", uncurry2(int))), (objectArg_3 = get$.Required, objectArg_3.Field<int32>("nestingLevel", uncurry2(int))), (objectArg_4 = get$.Required, objectArg_4.Field<boolean>("isRequired", bool)), (objectArg_5 = get$.Required, objectArg_5.Field<string>("text", string)), (objectArg_6 = get$.Optional, objectArg_6.Field<string>("sequenceText", string)), (objectArg_7 = get$.Optional, objectArg_7.Field<string>("code", string)), (objectArg_8 = get$.Optional, objectArg_8.Field<string>("uuid", string)), (objectArg_9 = get$.Optional, objectArg_9.Field<string>("genderRequired", string)), (objectArg_10 = get$.Optional, objectArg_10.Field<int32>("highlight", uncurry2(int))), (objectArg_11 = get$.Required, objectArg_11.Field<FSharpList<TemplateChoice>>("choices", (path_6: string, value_6: any): FSharpResult$2_$union<FSharpList<TemplateChoice>, [string, ErrorReason_$union]> => list_5<TemplateChoice>(uncurry2(choiceDecoder), path_6, value_6))), defaultArg((objectArg_12 = get$.Optional, objectArg_12.Field<FSharpList<ItemTrigger>>("triggers", (path_7: string, value_7: any): FSharpResult$2_$union<FSharpList<ItemTrigger>, [string, ErrorReason_$union]> => list_5<ItemTrigger>(uncurry2(itemTriggerDecoder), path_7, value_7))), empty<ItemTrigger>()));
|
|
449
|
+
}, path_8, v));
|
|
351
450
|
|
|
352
451
|
const encounterTypesDecoder = (path_4: string): ((arg0: any) => FSharpResult$2_$union<EncounterTypes, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<EncounterTypes, [string, ErrorReason_$union]> => object<EncounterTypes>((get$: IGetters): EncounterTypes => {
|
|
353
452
|
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IRequiredGetter, objectArg_3: IRequiredGetter;
|
|
@@ -384,9 +483,16 @@ const codeExtractionStatsDecoder = (path_1: string): ((arg0: any) => FSharpResul
|
|
|
384
483
|
return new CodeExtractionStats((objectArg = get$.Required, objectArg.Field<int32>("extracted", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<int32>("generated", uncurry2(int))), (arg_5 = dictDecoder<int32>(uncurry2(int)), (objectArg_2 = get$.Required, objectArg_2.Field<FSharpMap<string, int32>>("bySource", uncurry2(arg_5)))), (objectArg_3 = get$.Required, objectArg_3.Field<string>("regex", string)));
|
|
385
484
|
}, path_1, v));
|
|
386
485
|
|
|
486
|
+
const triggerStatsDecoder = (path: string): ((arg0: any) => FSharpResult$2_$union<TriggerStats, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<TriggerStats, [string, ErrorReason_$union]> => object<TriggerStats>((get$: IGetters): TriggerStats => {
|
|
487
|
+
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, arg_5: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<FSharpMap<string, int32>, [string, ErrorReason_$union]>)), objectArg_2: IOptionalGetter;
|
|
488
|
+
return new TriggerStats((objectArg = get$.Required, objectArg.Field<int32>("formsWithTriggers", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<int32>("totalTriggers", uncurry2(int))), defaultArg((arg_5 = dictDecoder<int32>(uncurry2(int)), (objectArg_2 = get$.Optional, objectArg_2.Field<FSharpMap<string, int32>>("byActionType", uncurry2(arg_5)))), empty_1<string, int32>({
|
|
489
|
+
Compare: comparePrimitives,
|
|
490
|
+
})));
|
|
491
|
+
}, path, v));
|
|
492
|
+
|
|
387
493
|
const statsDecoder = (path: string): ((arg0: any) => FSharpResult$2_$union<TemplateStats, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<TemplateStats, [string, ErrorReason_$union]> => object<TemplateStats>((get$: IGetters): TemplateStats => {
|
|
388
|
-
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IRequiredGetter, objectArg_3: IRequiredGetter, objectArg_4: IRequiredGetter, arg_11: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<FSharpMap<string, int32>, [string, ErrorReason_$union]>)), objectArg_5: IRequiredGetter, arg_13: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<FSharpMap<string, int32>, [string, ErrorReason_$union]>)), objectArg_6: IRequiredGetter, objectArg_7: IRequiredGetter;
|
|
389
|
-
return new TemplateStats((objectArg = get$.Required, objectArg.Field<int32>("totalForms", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<int32>("withCodes", uncurry2(int))), (objectArg_2 = get$.Required, objectArg_2.Field<int32>("withSyntheticCodes", uncurry2(int))), (objectArg_3 = get$.Required, objectArg_3.Field<int32>("withScoring", uncurry2(int))), (objectArg_4 = get$.Required, objectArg_4.Field<int32>("withSignature", uncurry2(int))), (arg_11 = dictDecoder<int32>(uncurry2(int)), (objectArg_5 = get$.Required, objectArg_5.Field<FSharpMap<string, int32>>("byUsage", uncurry2(arg_11)))), (arg_13 = dictDecoder<int32>(uncurry2(int)), (objectArg_6 = get$.Required, objectArg_6.Field<FSharpMap<string, int32>>("byElementType", uncurry2(arg_13)))), (objectArg_7 = get$.Required, objectArg_7.Field<CodeExtractionStats>("codeExtraction", uncurry2(codeExtractionStatsDecoder))));
|
|
494
|
+
let objectArg: IRequiredGetter, objectArg_1: IRequiredGetter, objectArg_2: IRequiredGetter, objectArg_3: IRequiredGetter, objectArg_4: IRequiredGetter, arg_11: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<FSharpMap<string, int32>, [string, ErrorReason_$union]>)), objectArg_5: IRequiredGetter, arg_13: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<FSharpMap<string, int32>, [string, ErrorReason_$union]>)), objectArg_6: IRequiredGetter, objectArg_7: IRequiredGetter, objectArg_8: IOptionalGetter;
|
|
495
|
+
return new TemplateStats((objectArg = get$.Required, objectArg.Field<int32>("totalForms", uncurry2(int))), (objectArg_1 = get$.Required, objectArg_1.Field<int32>("withCodes", uncurry2(int))), (objectArg_2 = get$.Required, objectArg_2.Field<int32>("withSyntheticCodes", uncurry2(int))), (objectArg_3 = get$.Required, objectArg_3.Field<int32>("withScoring", uncurry2(int))), (objectArg_4 = get$.Required, objectArg_4.Field<int32>("withSignature", uncurry2(int))), (arg_11 = dictDecoder<int32>(uncurry2(int)), (objectArg_5 = get$.Required, objectArg_5.Field<FSharpMap<string, int32>>("byUsage", uncurry2(arg_11)))), (arg_13 = dictDecoder<int32>(uncurry2(int)), (objectArg_6 = get$.Required, objectArg_6.Field<FSharpMap<string, int32>>("byElementType", uncurry2(arg_13)))), (objectArg_7 = get$.Required, objectArg_7.Field<CodeExtractionStats>("codeExtraction", uncurry2(codeExtractionStatsDecoder))), (objectArg_8 = get$.Optional, objectArg_8.Field<TriggerStats>("triggerStats", uncurry2(triggerStatsDecoder))));
|
|
390
496
|
}, path, v));
|
|
391
497
|
|
|
392
498
|
const coreEmrDecoder = (path_2: string): ((arg0: any) => FSharpResult$2_$union<CoreEmrInfo, [string, ErrorReason_$union]>) => ((v: any): FSharpResult$2_$union<CoreEmrInfo, [string, ErrorReason_$union]> => object<CoreEmrInfo>((get$: IGetters): CoreEmrInfo => {
|
|
@@ -4,14 +4,14 @@ import { Result_Bind, Result_Map, FSharpResult$2_Ok, FSharpResult$2_Error, FShar
|
|
|
4
4
|
import { tryParse as tryParse_2 } from "@fable-org/fable-library-js/Guid.js";
|
|
5
5
|
import { toString as toString_12, FSharpRef } from "@fable-org/fable-library-js/Types.js";
|
|
6
6
|
import { float32 as float32_1, uint32 as uint32_1, int32, uint16 as uint16_1, int16 as int16_1, uint8, tryParse as tryParse_3, int8, float64 } from "@fable-org/fable-library-js/Int32.js";
|
|
7
|
-
import { parse, fromInt32,
|
|
7
|
+
import { parse, fromInt32, uint64 as uint64_1, toUInt64, int64 as int64_1, fromFloat64, toInt64, toFloat64 } from "@fable-org/fable-library-js/BigInt.js";
|
|
8
8
|
import { tryParse as tryParse_4 } from "@fable-org/fable-library-js/Long.js";
|
|
9
9
|
import { tryParse as tryParse_5, decimal as decimal_1 } from "@fable-org/fable-library-js/Decimal.js";
|
|
10
10
|
import Decimal from "@fable-org/fable-library-js/Decimal.js";
|
|
11
11
|
import { toUniversalTime, tryParse as tryParse_6, minValue } from "@fable-org/fable-library-js/Date.js";
|
|
12
12
|
import { tryParse as tryParse_7, minValue as minValue_1 } from "@fable-org/fable-library-js/DateOffset.js";
|
|
13
13
|
import { tryParse as tryParse_8 } from "@fable-org/fable-library-js/TimeSpan.js";
|
|
14
|
-
import { map as map_4, value as
|
|
14
|
+
import { map as map_4, value as value_44, defaultArg, some, Option } from "@fable-org/fable-library-js/Option.js";
|
|
15
15
|
import { ofArray, toArray, map as map_1, length, singleton, append as append_1, tail as tail_1, head as head_1, isEmpty, ofSeq, empty, reverse, fold, FSharpList, tryLast, cons } from "@fable-org/fable-library-js/List.js";
|
|
16
16
|
import { IComparable, int16ToString, numberHash, compare, comparePrimitives, uncurry3, defaultOf, uncurry2, int32ToString } from "@fable-org/fable-library-js/Util.js";
|
|
17
17
|
import { map as map_2, tryFind, foldBack, fill, setItem, fold as fold_1, item } from "@fable-org/fable-library-js/Array.js";
|
|
@@ -306,64 +306,45 @@ export const uint32 = (path: string): ((arg0: any) => FSharpResult$2_$union<uint
|
|
|
306
306
|
}
|
|
307
307
|
});
|
|
308
308
|
|
|
309
|
-
export
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
else {
|
|
316
|
-
return FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([path, ErrorReason_BadPrimitive("an int64", value_1)] as [string, ErrorReason_$union]);
|
|
317
|
-
}
|
|
309
|
+
export const int64 = (path: string): ((arg0: any) => FSharpResult$2_$union<int64_1, [string, ErrorReason_$union]>) => ((value_2: any): FSharpResult$2_$union<int64_1, [string, ErrorReason_$union]> => {
|
|
310
|
+
const path_1: string = path;
|
|
311
|
+
const value_3: any = value_2;
|
|
312
|
+
if ((typeof value_3) === "number") {
|
|
313
|
+
const value_1_1: float64 = value_3;
|
|
314
|
+
return (isFinite(value_1_1) && Math.floor(value_1_1) === value_1_1) ? (((toFloat64(-9223372036854775808n) <= value_1_1) && (value_1_1 <= toFloat64(9223372036854775807n))) ? FSharpResult$2_Ok<int64_1, [string, ErrorReason_$union]>(toInt64(fromFloat64(value_1_1))) : FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitiveExtra("an int64", value_1_1, "Value was either too large or too small for an int64")] as [string, ErrorReason_$union])) : FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitiveExtra("an int64", value_1_1, "Value is not an integral value")] as [string, ErrorReason_$union]);
|
|
318
315
|
}
|
|
319
|
-
else if (typeof
|
|
316
|
+
else if (typeof value_3 === "string") {
|
|
320
317
|
let matchValue: [boolean, int64_1];
|
|
321
318
|
let outArg: int64_1 = 0n;
|
|
322
|
-
matchValue = ([tryParse_4(
|
|
319
|
+
matchValue = ([tryParse_4(value_3, 511, false, 64, new FSharpRef<int64_1>((): int64_1 => outArg, (v: int64_1): void => {
|
|
323
320
|
outArg = v;
|
|
324
321
|
})), outArg] as [boolean, int64_1]);
|
|
325
|
-
|
|
326
|
-
return FSharpResult$2_Ok<int64_1, [string, ErrorReason_$union]>(matchValue[1]);
|
|
327
|
-
}
|
|
328
|
-
else {
|
|
329
|
-
return FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([path, ErrorReason_BadPrimitive("an int64", value_1)] as [string, ErrorReason_$union]);
|
|
330
|
-
}
|
|
322
|
+
return matchValue[0] ? FSharpResult$2_Ok<int64_1, [string, ErrorReason_$union]>(matchValue[1]) : FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitive("an int64", value_3)] as [string, ErrorReason_$union]);
|
|
331
323
|
}
|
|
332
324
|
else {
|
|
333
|
-
return FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([
|
|
325
|
+
return FSharpResult$2_Error<int64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitive("an int64", value_3)] as [string, ErrorReason_$union]);
|
|
334
326
|
}
|
|
335
|
-
}
|
|
327
|
+
});
|
|
336
328
|
|
|
337
|
-
export
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
if (((floatVal >= 0) && (floatVal <= toFloat64(18446744073709551615n))) && (floatVal === Math.floor(floatVal))) {
|
|
344
|
-
return FSharpResult$2_Ok<uint64_1, [string, ErrorReason_$union]>(toUInt64(fromFloat64(floatVal)));
|
|
345
|
-
}
|
|
346
|
-
else {
|
|
347
|
-
return FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([path, ErrorReason_BadPrimitive("an uint64", value_1)] as [string, ErrorReason_$union]);
|
|
348
|
-
}
|
|
329
|
+
export const uint64 = (path: string): ((arg0: any) => FSharpResult$2_$union<uint64_1, [string, ErrorReason_$union]>) => ((value_2: any): FSharpResult$2_$union<uint64_1, [string, ErrorReason_$union]> => {
|
|
330
|
+
const path_1: string = path;
|
|
331
|
+
const value_3: any = value_2;
|
|
332
|
+
if ((typeof value_3) === "number") {
|
|
333
|
+
const value_1_1: float64 = value_3;
|
|
334
|
+
return (isFinite(value_1_1) && Math.floor(value_1_1) === value_1_1) ? (((toFloat64(0n) <= value_1_1) && (value_1_1 <= toFloat64(18446744073709551615n))) ? FSharpResult$2_Ok<uint64_1, [string, ErrorReason_$union]>(toUInt64(fromFloat64(value_1_1))) : FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitiveExtra("an uint64", value_1_1, "Value was either too large or too small for an uint64")] as [string, ErrorReason_$union])) : FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitiveExtra("an uint64", value_1_1, "Value is not an integral value")] as [string, ErrorReason_$union]);
|
|
349
335
|
}
|
|
350
|
-
else if (typeof
|
|
336
|
+
else if (typeof value_3 === "string") {
|
|
351
337
|
let matchValue: [boolean, uint64_1];
|
|
352
338
|
let outArg: uint64_1 = 0n;
|
|
353
|
-
matchValue = ([tryParse_4(
|
|
339
|
+
matchValue = ([tryParse_4(value_3, 511, true, 64, new FSharpRef<uint64_1>((): uint64_1 => outArg, (v: uint64_1): void => {
|
|
354
340
|
outArg = v;
|
|
355
341
|
})), outArg] as [boolean, uint64_1]);
|
|
356
|
-
|
|
357
|
-
return FSharpResult$2_Ok<uint64_1, [string, ErrorReason_$union]>(matchValue[1]);
|
|
358
|
-
}
|
|
359
|
-
else {
|
|
360
|
-
return FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([path, ErrorReason_BadPrimitive("an uint64", value_1)] as [string, ErrorReason_$union]);
|
|
361
|
-
}
|
|
342
|
+
return matchValue[0] ? FSharpResult$2_Ok<uint64_1, [string, ErrorReason_$union]>(matchValue[1]) : FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitive("an uint64", value_3)] as [string, ErrorReason_$union]);
|
|
362
343
|
}
|
|
363
344
|
else {
|
|
364
|
-
return FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([
|
|
345
|
+
return FSharpResult$2_Error<uint64_1, [string, ErrorReason_$union]>([path_1, ErrorReason_BadPrimitive("an uint64", value_3)] as [string, ErrorReason_$union]);
|
|
365
346
|
}
|
|
366
|
-
}
|
|
347
|
+
});
|
|
367
348
|
|
|
368
349
|
export function bigint(path: string, value_1: any): FSharpResult$2_$union<bigint, [string, ErrorReason_$union]> {
|
|
369
350
|
if ((typeof value_1) === "number") {
|
|
@@ -596,7 +577,7 @@ export function optionalAt<value>(fieldNames: FSharpList<string>, decoder: ((arg
|
|
|
596
577
|
}
|
|
597
578
|
}
|
|
598
579
|
else {
|
|
599
|
-
return
|
|
580
|
+
return value_44(_arg[2]);
|
|
600
581
|
}
|
|
601
582
|
}
|
|
602
583
|
|
|
@@ -645,7 +626,7 @@ export function at<value>(fieldNames: FSharpList<string>, decoder: ((arg0: strin
|
|
|
645
626
|
return decoder(_arg[0], _arg[1]);
|
|
646
627
|
}
|
|
647
628
|
else {
|
|
648
|
-
return
|
|
629
|
+
return value_44(_arg[2]);
|
|
649
630
|
}
|
|
650
631
|
}
|
|
651
632
|
|
|
@@ -1668,7 +1649,7 @@ function mixedArray(offset: int32, decoders: ((arg0: string) => ((arg0: any) =>
|
|
|
1668
1649
|
function makeUnion(extra: FSharpMap<string, FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>>, caseStrategy: CaseStrategy_$union, t: any, name: string, path: string, values: any[]): FSharpResult$2_$union<any, [string, ErrorReason_$union]> {
|
|
1669
1650
|
const uci: Option<any> = tryFind<any>((x: any): boolean => (name_3(x) === name), getUnionCases(t, true));
|
|
1670
1651
|
if (uci != null) {
|
|
1671
|
-
const uci_1: any =
|
|
1652
|
+
const uci_1: any = value_44(uci);
|
|
1672
1653
|
const decoders: ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))[] = map_2<any, ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>((fi: any): ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>)) => autoDecoder(extra, caseStrategy, false, fi[1]), getUnionCaseFields(uci_1));
|
|
1673
1654
|
return Result_Map<FSharpList<any>, any, [string, ErrorReason_$union]>((values_2: FSharpList<any>): any => makeUnion_1(uci_1, toArray<any>(values_2), true), ((decoders.length === 0) && (values.length <= 1)) ? FSharpResult$2_Ok<FSharpList<any>, [string, ErrorReason_$union]>(empty<any>()) : mixedArray(1, decoders, path, values));
|
|
1674
1655
|
}
|
|
@@ -1897,19 +1878,21 @@ function autoDecoder(extra: FSharpMap<string, FSharpRef<((arg0: string) => ((arg
|
|
|
1897
1878
|
case "System.Single":
|
|
1898
1879
|
return (path_28: string): ((arg0: any) => FSharpResult$2_$union<float32_1, [string, ErrorReason_$union]>) => ((value_37: any): FSharpResult$2_$union<float32_1, [string, ErrorReason_$union]> => float32(path_28, value_37));
|
|
1899
1880
|
case "System.Int64":
|
|
1900
|
-
return
|
|
1881
|
+
return int64;
|
|
1901
1882
|
case "System.UInt64":
|
|
1902
|
-
return
|
|
1883
|
+
return uint64;
|
|
1903
1884
|
case "System.Numerics.BigInteger":
|
|
1904
|
-
return (
|
|
1885
|
+
return (path_29: string): ((arg0: any) => FSharpResult$2_$union<bigint, [string, ErrorReason_$union]>) => ((value_38: any): FSharpResult$2_$union<bigint, [string, ErrorReason_$union]> => bigint(path_29, value_38));
|
|
1886
|
+
case "System.Decimal":
|
|
1887
|
+
return (path_30: string): ((arg0: any) => FSharpResult$2_$union<decimal_1, [string, ErrorReason_$union]>) => ((value_39: any): FSharpResult$2_$union<decimal_1, [string, ErrorReason_$union]> => decimal(path_30, value_39));
|
|
1905
1888
|
case "System.DateTime":
|
|
1906
|
-
return (
|
|
1889
|
+
return (path_31: string): ((arg0: any) => FSharpResult$2_$union<Date, [string, ErrorReason_$union]>) => ((value_40: any): FSharpResult$2_$union<Date, [string, ErrorReason_$union]> => datetimeUtc(path_31, value_40));
|
|
1907
1890
|
case "System.DateTimeOffset":
|
|
1908
|
-
return (
|
|
1891
|
+
return (path_32: string): ((arg0: any) => FSharpResult$2_$union<Date, [string, ErrorReason_$union]>) => ((value_41: any): FSharpResult$2_$union<Date, [string, ErrorReason_$union]> => datetimeOffset(path_32, value_41));
|
|
1909
1892
|
case "System.TimeSpan":
|
|
1910
|
-
return (
|
|
1893
|
+
return (path_33: string): ((arg0: any) => FSharpResult$2_$union<number, [string, ErrorReason_$union]>) => ((value_42: any): FSharpResult$2_$union<number, [string, ErrorReason_$union]> => timespan(path_33, value_42));
|
|
1911
1894
|
case "System.Guid":
|
|
1912
|
-
return (
|
|
1895
|
+
return (path_34: string): ((arg0: any) => FSharpResult$2_$union<string, [string, ErrorReason_$union]>) => ((value_43: any): FSharpResult$2_$union<string, [string, ErrorReason_$union]> => guid(path_34, value_43));
|
|
1913
1896
|
case "System.Object":
|
|
1914
1897
|
return (_arg_6: string): ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>) => (FSharpResult$2_Ok);
|
|
1915
1898
|
default:
|
|
@@ -1918,14 +1901,14 @@ function autoDecoder(extra: FSharpMap<string, FSharpRef<((arg0: string) => ((arg
|
|
|
1918
1901
|
}
|
|
1919
1902
|
}
|
|
1920
1903
|
else {
|
|
1921
|
-
const decoderRef: FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))> =
|
|
1904
|
+
const decoderRef: FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))> = value_44(matchValue);
|
|
1922
1905
|
return (path: string): ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>) => ((value_1: any): FSharpResult$2_$union<any, [string, ErrorReason_$union]> => decoderRef.contents(path)(value_1));
|
|
1923
1906
|
}
|
|
1924
1907
|
}
|
|
1925
1908
|
|
|
1926
1909
|
function makeExtra(extra: Option<ExtraCoders>): FSharpMap<string, FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>> {
|
|
1927
1910
|
if (extra != null) {
|
|
1928
|
-
return map_3<string, [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))], FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>>((_arg: string, tupledArg: [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))]): FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))> => (new FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>(tupledArg[1])),
|
|
1911
|
+
return map_3<string, [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))], FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>>((_arg: string, tupledArg: [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))]): FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))> => (new FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>(tupledArg[1])), value_44(extra).Coders);
|
|
1929
1912
|
}
|
|
1930
1913
|
else {
|
|
1931
1914
|
return empty_1<string, FSharpRef<((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))>>({
|
|
@@ -2,10 +2,10 @@ import { decimal as decimal_1, toString as toString_1 } from "@fable-org/fable-l
|
|
|
2
2
|
import { comparePrimitives, Lazy, IDisposable, disposeSafe, IEnumerator, getEnumerator, defaultOf } from "@fable-org/fable-library-js/Util.js";
|
|
3
3
|
import { map as map_1, FSharpList } from "@fable-org/fable-library-js/List.js";
|
|
4
4
|
import { empty, map as map_5, tryFind, add, FSharpMap, toList } from "@fable-org/fable-library-js/Map.js";
|
|
5
|
-
import { uint64 as uint64_1, int64 as int64_1,
|
|
5
|
+
import { uint64 as uint64_1, int64 as int64_1, toString as toString_2 } from "@fable-org/fable-library-js/BigInt.js";
|
|
6
6
|
import { toString as toString_3 } from "@fable-org/fable-library-js/Date.js";
|
|
7
7
|
import { toString as toString_4 } from "@fable-org/fable-library-js/TimeSpan.js";
|
|
8
|
-
import { defaultArg, value as
|
|
8
|
+
import { defaultArg, value as value_48, Option, map as map_2, defaultArgWith, some } from "@fable-org/fable-library-js/Option.js";
|
|
9
9
|
import { float32, float64, uint32, uint16, int16, uint8, int8, int32 } from "@fable-org/fable-library-js/Int32.js";
|
|
10
10
|
import { toString as toString_5, FSharpRef } from "@fable-org/fable-library-js/Types.js";
|
|
11
11
|
import { class_type, TypeInfo, getGenerics, getGenericTypeDefinition, getTupleFields, getTupleElements, isTuple, isGenericType, getEnumUnderlyingType, isEnum, getElementType, isArray, getUnionCaseFields, getUnionFields, isUnion, getRecordElements, getRecordField, name, isRecord, fullName as fullName_1 } from "@fable-org/fable-library-js/Reflection.js";
|
|
@@ -134,21 +134,11 @@ export function timespan(value: number): any {
|
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
export function int64(value: int64_1): any {
|
|
137
|
-
|
|
138
|
-
return toFloat64(value);
|
|
139
|
-
}
|
|
140
|
-
else {
|
|
141
|
-
return String(value);
|
|
142
|
-
}
|
|
137
|
+
return String(value);
|
|
143
138
|
}
|
|
144
139
|
|
|
145
140
|
export function uint64(value: uint64_1): any {
|
|
146
|
-
|
|
147
|
-
return toFloat64(value);
|
|
148
|
-
}
|
|
149
|
-
else {
|
|
150
|
-
return String(value);
|
|
151
|
-
}
|
|
141
|
+
return String(value);
|
|
152
142
|
}
|
|
153
143
|
|
|
154
144
|
export function unit(): any {
|
|
@@ -416,6 +406,10 @@ function autoEncoder(extra: FSharpMap<string, FSharpRef<((arg0: any) => any)>>,
|
|
|
416
406
|
return int64;
|
|
417
407
|
case "System.UInt64":
|
|
418
408
|
return uint64;
|
|
409
|
+
case "System.Numerics.BigInteger":
|
|
410
|
+
return bigint;
|
|
411
|
+
case "System.Decimal":
|
|
412
|
+
return decimal;
|
|
419
413
|
case "System.DateTime":
|
|
420
414
|
return datetime;
|
|
421
415
|
case "System.DateTimeOffset":
|
|
@@ -432,14 +426,14 @@ function autoEncoder(extra: FSharpMap<string, FSharpRef<((arg0: any) => any)>>,
|
|
|
432
426
|
}
|
|
433
427
|
}
|
|
434
428
|
else {
|
|
435
|
-
const encoderRef: FSharpRef<((arg0: any) => any)> =
|
|
429
|
+
const encoderRef: FSharpRef<((arg0: any) => any)> = value_48(matchValue);
|
|
436
430
|
return (v: any): any => encoderRef.contents(v);
|
|
437
431
|
}
|
|
438
432
|
}
|
|
439
433
|
|
|
440
434
|
function makeExtra(extra: Option<ExtraCoders>): FSharpMap<string, FSharpRef<((arg0: any) => any)>> {
|
|
441
435
|
if (extra != null) {
|
|
442
|
-
return map_5<string, [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))], FSharpRef<((arg0: any) => any)>>((_arg: string, tupledArg: [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))]): FSharpRef<((arg0: any) => any)> => (new FSharpRef<((arg0: any) => any)>(tupledArg[0])),
|
|
436
|
+
return map_5<string, [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))], FSharpRef<((arg0: any) => any)>>((_arg: string, tupledArg: [((arg0: any) => any), ((arg0: string) => ((arg0: any) => FSharpResult$2_$union<any, [string, ErrorReason_$union]>))]): FSharpRef<((arg0: any) => any)> => (new FSharpRef<((arg0: any) => any)>(tupledArg[0])), value_48(extra).Coders);
|
|
443
437
|
}
|
|
444
438
|
else {
|
|
445
439
|
return empty<string, FSharpRef<((arg0: any) => any)>>({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { FSharpRef,
|
|
2
|
-
import { uncurry2,
|
|
1
|
+
import { FSharpRef, Record } from "@fable-org/fable-library-js/Types.js";
|
|
2
|
+
import { uncurry2, stringHash, IComparable, IEquatable } from "@fable-org/fable-library-js/Util.js";
|
|
3
3
|
import { int32_type, record_type, bool_type, array_type, string_type, TypeInfo } from "@fable-org/fable-library-js/Reflection.js";
|
|
4
4
|
import { tryParse, int32 } from "@fable-org/fable-library-js/Int32.js";
|
|
5
|
-
import { compare,
|
|
5
|
+
import { compare, isNullOrWhiteSpace } from "@fable-org/fable-library-js/String.js";
|
|
6
6
|
import { tryFind, append as append_1, map, contains } from "@fable-org/fable-library-js/Array.js";
|
|
7
7
|
import { empty, singleton, append, delay, toArray } from "@fable-org/fable-library-js/Seq.js";
|
|
8
8
|
import { fromString, IOptionalGetter, IGetters, bool, array as array_3, IRequiredGetter, string, object } from "../../../Thoth.Json/packages/Thoth.Json/Decode.js";
|
|
@@ -10,10 +10,7 @@ import { bind, map as map_1, Option, defaultArgWith, orElse, defaultArg } from "
|
|
|
10
10
|
import { FSharpResult$2_$union } from "@fable-org/fable-library-js/Result.js";
|
|
11
11
|
import { ErrorReason_$union } from "../../../Thoth.Json/packages/Thoth.Json/Types.js";
|
|
12
12
|
import { newGuid } from "@fable-org/fable-library-js/Guid.js";
|
|
13
|
-
import {
|
|
14
|
-
import { toString, list, nil, object as object_1 } from "../../../Thoth.Json/packages/Thoth.Json/Encode.js";
|
|
15
|
-
import { ofArray } from "@fable-org/fable-library-js/List.js";
|
|
16
|
-
import { Convert_fieldValueToTs } from "../../../FormSpec.FS/Interop/Facade/BlueprintFilledForm.js";
|
|
13
|
+
import { Shared_PluginDataProperty, Shared_PluginPropertyKey } from "../../../FormSpec.FS/FormSpec.js";
|
|
17
14
|
|
|
18
15
|
export class AllergyEntryData extends Record implements IEquatable<AllergyEntryData>, IComparable<AllergyEntryData> {
|
|
19
16
|
readonly Id: string;
|
|
@@ -153,21 +150,6 @@ export const PropertyKeys_HasSevereAllergy: Shared_PluginPropertyKey = new Share
|
|
|
153
150
|
|
|
154
151
|
export const PropertyKeys_AllergiesJson: Shared_PluginPropertyKey = new Shared_PluginPropertyKey("af100003-af10-af10-af10-af10af10af10");
|
|
155
152
|
|
|
156
|
-
function allergyEntryEncoder(a: AllergyEntryData): any {
|
|
157
|
-
return object_1([["Id", a.Id] as [string, any], ["Name", a.Name] as [string, any], ["SubstanceName", a.SubstanceName] as [string, any], ["NdcCode", isNullOrEmpty(a.NdcCode) ? nil : a.NdcCode] as [string, any], ["Category", a.Category] as [string, any], ["Severity", a.Severity] as [string, any], ["Reactions", list(ofArray<any>(map<string, any>((value_6: string): any => value_6, a.Reactions)))] as [string, any], ["Remedy", isNullOrEmpty(a.Remedy) ? nil : a.Remedy] as [string, any], ["OnsetTiming", isNullOrEmpty(a.OnsetTiming) ? nil : a.OnsetTiming] as [string, any], ["StaffOnly", a.StaffOnly] as [string, any], ["Notes", isNullOrEmpty(a.Notes) ? nil : a.Notes] as [string, any]]);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
/**
|
|
161
|
-
* Serialize allergy entries to the canonical TS wire format.
|
|
162
|
-
* Returns the output of Convert.fieldValueToTs(FieldValue.PluginData [...]).
|
|
163
|
-
* TypeScript passes this directly to onValueChange — zero ad-hoc construction.
|
|
164
|
-
*/
|
|
165
|
-
export function serializeAllergiesToCanonical(entries: AllergyEntryData[]): any {
|
|
166
|
-
const hasSevere: boolean = entries.some((e: AllergyEntryData): boolean => isSevere(e.Severity));
|
|
167
|
-
const allergiesJson: string = toString(0, list(ofArray<any>(map<AllergyEntryData, any>(allergyEntryEncoder, entries))));
|
|
168
|
-
return Convert_fieldValueToTs(Shared_FieldValue_PluginData(ofArray([new Shared_PluginDataProperty(PropertyKeys_AllergyCount, "allergy_count", "int", int32ToString(entries.length), "Allergy Count", undefined, undefined), new Shared_PluginDataProperty(PropertyKeys_HasSevereAllergy, "has_severe_allergy", "bool", toString_1(hasSevere).toLowerCase(), "Has Severe Allergy", undefined, undefined), new Shared_PluginDataProperty(PropertyKeys_AllergiesJson, "allergies_json", "string", allergiesJson, "Allergies Data", undefined, undefined)])));
|
|
169
|
-
}
|
|
170
|
-
|
|
171
153
|
/**
|
|
172
154
|
* Validate plugin data from the wire format.
|
|
173
155
|
* Takes array (not list) of PluginDataProperty for TS interop.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../FormSpec.TS/FormSpec.FS/BitmaskHelpers.ts"],"names":["bit","acc","positions","scores","x","score","i","isBitmaskEncoded","sortedScores"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;eAsBW,UAAA,EAAA,CAAA,KAAA;QACC,IAAG,AAAAA,OAAO,KAAKA,MAAM,IAAA;4CACjB,oBAAA,EAAAC,KAAAA,IAAAA,eAAAA,MAAS,oBAAA,EAAA,EAAA,EAAOD;;mBAEhBC;;OAAK,EAAA,EALbC;;;IAeA,IAAG,gBAAA,EAAAC,WAAiB,GAAA;eAAO;;QAMpB,WAAA,YAAA,EAAA,CAAA,IAAYC,OAHZ,gBAAA,EAAA,CAAA,GAAA,YAEC,cAAA,EAAAC,OAAAA,IAAAA,eAAAA,MADe,oBAAA,EAAA,EAAA,EAAOC,MAF1BH;;;;IASJ,IAAGI,iBAAiBC,eAAAA;;gBACG,WAAA,MAAE,kBAAA,EAAA,GAAA,OAAK,YAAA,EAAAA,gBAAsB;YACjC;SAAA;;;gBAEd,WAAA;YAAI;SAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../FormSpec.TS/FormSpec.FS/BlueprintValidation.ts","../../../../../../Thoth.Json/packages/Thoth.Json/Encode.fs"],"names":["hasTitle","spec","hasCode","c","version","hasVersion","isSemver","semverRegex","hasSteps","blankStepLabel","step","blankFieldLabel","field","invalidOptionsFields","matchValue","info","invalidMatrixItemsFields","relaxForImport","patternInput","fieldLabel","tupledArg","fieldName","warnings"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts"],"names":["matchValue","props"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgBcA,MAAAA,aAAAC,MAAAA,OAAAA;IAAA,IAAAD,cAAAA,MAAAA;QAEI,WAAA,cAAA,MAAQ,cAAA,EAAA,+BAA6BC,MAAAA,IAAAA;;kCADjCD;;;;IAKRA,MAAAA,aAAAC,MAAAA,aAAAA;IAAA,IAAAD,cAAAA,MAAAA;QACY,IAAA,aAAA,EAAAA,YAAQC,MAAAA,IAAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../FormSpec.TS/FormSpec.FS/Designer.ts"],"names":["x","s","categoryTagIndex","toString","c","key","matchValue","outArg","spec","categoryTags","fromString","order","label","fieldType","field","value","options"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts","../../../../../../Thoth.Json/packages/Thoth.Json/Encode.fs"],"names":["details","stepOrder","tupledArg","fd","i","stepsMap","matchValue","fieldDetails","a","tuple","pluginData","formSpec","fieldKey","getFieldValue","expectedValue","outArg","threshold","evaluator","actualValue","fieldHasValue","fieldGreaterThan","fieldLessThan","condition","conditionValue","evaluateFieldCondition","optionKey","fieldItemKey","propertyKey","expectedValueStr","evaluateFieldConditionByValue","pluginIdOpt","id","f","s","matrixValue","p","converter","propMeta","v","operator","conditions","evaluateCondition","errors","field","step","pathway","validateCondition","transition","propGuid","constraintDef","validateFormSpecFieldKeys","formSpecWithValues","validateFormDataFieldKeys","fieldValue","pluginDataList","fieldLabel","value"],"mappings":"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"}
|