@f1studio/form-spec 5.0.0-alpha.111 → 5.0.0-alpha.113
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/BitmaskHelpers.d.ts +23 -0
- package/FormSpec.FS/BitmaskHelpers.d.ts.map +1 -0
- package/FormSpec.FS/BlueprintValidation.d.ts +16 -0
- package/FormSpec.FS/BlueprintValidation.d.ts.map +1 -0
- package/FormSpec.FS/FormSpec.d.ts +19 -5
- package/FormSpec.FS/FormSpec.d.ts.map +1 -1
- package/FormSpec.FS/FormSpecHelpers.d.ts +4 -0
- package/FormSpec.FS/FormSpecHelpers.d.ts.map +1 -1
- package/FormSpec.FS/FormSpecValues.d.ts +5 -0
- package/FormSpec.FS/FormSpecValues.d.ts.map +1 -1
- package/FormSpec.FS/Helpers.d.ts.map +1 -1
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.d.ts +13 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.d.ts +22 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.d.ts +22 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.d.ts +130 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.d.ts +37 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.d.ts +231 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.d.ts +10 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.d.ts +55 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.d.ts +69 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts +21 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts +133 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.d.ts +52 -0
- package/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.d.ts +46 -0
- package/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.d.ts +4 -0
- package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.d.ts +36 -0
- package/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.d.ts +95 -0
- package/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.d.ts.map +1 -0
- package/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.d.ts +449 -0
- package/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.d.ts.map +1 -0
- package/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -1
- package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts +3 -1
- package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts.map +1 -1
- package/FormSpec.FS/Provenance.d.ts +10 -0
- package/FormSpec.FS/Provenance.d.ts.map +1 -0
- package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.d.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.js +56 -0
- package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/BitmaskHelpers.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/BlueprintValidation.js +116 -0
- package/FormSpec.TS/FormSpec.FS/BlueprintValidation.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/BlueprintValidation.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Designer.js +2 -2
- package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Designer.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpec.js +72 -3
- package/FormSpec.TS/FormSpec.FS/FormSpec.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpec.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js +201 -3
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.js +38 -3
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Helpers.js +44 -27
- package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js +45 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js +145 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js +139 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js +801 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js +121 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js +1380 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js +29 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js +172 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js +406 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js +317 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js +622 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js +448 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js +198 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js +57 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js +144 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.js +258 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js +1768 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js +22 -18
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js +18 -6
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js +1 -1
- package/FormSpec.TS/FormSpec.FS/Provenance.js +41 -0
- package/FormSpec.TS/FormSpec.FS/Provenance.js.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Provenance.ts.map +1 -0
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js +36 -13
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +1 -1
- package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js +1 -1
- package/FormSpec.TS/PathwayExecutor.withPlugins.js +0 -5
- package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -1
- package/FormSpec.TS/PluginRegistration.js +2 -0
- package/FormSpec.TS/PluginRegistration.js.map +1 -1
- package/FormSpec.TS/PluginRegistration.ts.map +1 -1
- package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.js.map +1 -1
- package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.ts.map +1 -1
- package/FormSpec.TS/fable_modules/project_cracked.json +1 -1
- package/FormSpec.TS/plugins/demographics/src/DemographicsField.js +918 -0
- package/FormSpec.TS/plugins/demographics/src/DemographicsField.js.map +1 -0
- package/FormSpec.TS/plugins/demographics/src/DemographicsField.ts.map +1 -0
- package/FormSpec.TS/plugins/likert/src/LikertField.js +1 -1
- package/PathwayExecutor.withPlugins.d.ts +0 -5
- package/PathwayExecutor.withPlugins.d.ts.map +1 -1
- package/README.md +7 -7
- package/fable_modules/Thoth.Json.10.4.1/Extra.fs.d.ts +3 -0
- package/fable_modules/Thoth.Json.10.4.1/Extra.fs.d.ts.map +1 -0
- package/package.json +4 -4
- package/plugins/demographics/src/DemographicsField.d.ts +104 -0
- package/plugins/demographics/src/DemographicsField.d.ts.map +1 -0
- package/src/FormSpec.FS/BitmaskHelpers.ts +52 -0
- package/src/FormSpec.FS/BlueprintValidation.ts +108 -0
- package/src/FormSpec.FS/Designer.ts +2 -2
- package/src/FormSpec.FS/FormSpec.ts +39 -8
- package/src/FormSpec.FS/FormSpecHelpers.ts +190 -12
- package/src/FormSpec.FS/FormSpecValues.ts +42 -3
- package/src/FormSpec.FS/Helpers.ts +44 -27
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRAdapter.ts +37 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRElementTypeMap.ts +103 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFieldTypeMapper.ts +129 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRFormSpecValidator.ts +490 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSectioning.ts +87 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRSemanticReportBuilder.ts +1046 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRStepsBuilder.ts +26 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTemplateToFormSpec.ts +161 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CorEMRTriggerConverter.ts +386 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMREncoder.ts +320 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/CoreMRSourceMap.ts +371 -0
- package/src/FormSpec.FS/Integrations/Adapters/CorEMR/FormSpecToCoreMRInsert.ts +372 -0
- package/src/FormSpec.FS/Integrations/Adapters/FormSystemAdapter.ts +92 -0
- package/src/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts +51 -0
- package/src/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts +71 -0
- package/src/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.ts +15 -0
- package/src/FormSpec.FS/Integrations/CorEMR/CoreMRTypes.ts +825 -0
- package/src/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts +19 -15
- package/src/FormSpec.FS/Interop/FormSpec.Api.Option.ts +13 -7
- package/src/FormSpec.FS/PathwayExecutor.ts +1 -1
- package/src/FormSpec.FS/Provenance.ts +19 -0
- package/src/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts +32 -12
- package/src/FormSpec.FS/Renderers/PathwayRenderers.ts +1 -1
- package/src/PathwayExecutor.withPlugins.ts +0 -5
- package/src/PluginRegistration.ts +2 -0
- package/src/plugins/demographics/src/DemographicsField.ts +502 -0
- package/src/plugins/likert/src/LikertField.ts +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../FormSpec.FS/Integrations/Adapters/FormSystemAdapter.fs"],"names":["adapter2","adapter1","transformer","source","primary","matchValue","fallback"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAkDQ,wBACW,OAAQ,OAAA,WAAS,AAAAA,eAAc,AAAAC,kHAGlC,AAAAA,2BADkB,AAAAC,YAAYC,mCAI9B,AAAAF,gCADkB,AAAAC,YAAYC,8EAI9B,AAAAF,wBADkB,AAAAC,YAAYC,2CAI9B,AAAAF,yBADkB,AAAAC,YAAYC,YAEd,AAAAF;;;;;;;WAKxB,wBACW,OAAQ,OAAA,qBAAmB,AAAAG;AAExBC,8GAAA,AAAAD,0BAA0BD;AAA1B,eAAA,CAAA,AAAAE,oCAEO,AAAAC,2BAA2BH,wFADzB,AAAAE;OAEM,AAAAD,gCACR,AAAAA,wBACC,AAAAA,yBACE,AAAAA","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "adapter", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return adapter;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _List = require("@fable-org/fable-library-js/List.js");
|
|
12
|
+
const _Result = require("@fable-org/fable-library-js/Result.js");
|
|
13
|
+
const _Map = require("@fable-org/fable-library-js/Map.js");
|
|
14
|
+
const _Option = require("@fable-org/fable-library-js/Option.js");
|
|
15
|
+
const _String = require("@fable-org/fable-library-js/String.js");
|
|
16
|
+
const _FormSystemAdapter = require("../FormSystemAdapter.js");
|
|
17
|
+
const adapter = new _FormSystemAdapter.FormSystemAdapter$1("react-hook-form", (schema)=>(0, _Result.FSharpResult$2_Error)((0, _List.singleton)("React Hook Form conversion not yet implemented. This adapter is a placeholder for future development.")), (schema_1)=>`
|
|
18
|
+
# React Hook Form Schema
|
|
19
|
+
|
|
20
|
+
## Summary
|
|
21
|
+
React Hook Form semantic report generation is not yet implemented.
|
|
22
|
+
|
|
23
|
+
## Schema Overview
|
|
24
|
+
- Field Count: ${(0, _List.length)(schema_1.Fields)}
|
|
25
|
+
- Has Validation: ${(0, _List.exists)((f)=>{
|
|
26
|
+
if (f.Required) {
|
|
27
|
+
return true;
|
|
28
|
+
} else {
|
|
29
|
+
return f.ValidationRules != null;
|
|
30
|
+
}
|
|
31
|
+
}, schema_1.Fields) ? "Yes" : "No"}
|
|
32
|
+
- Default Values: ${(0, _Map.count)(schema_1.DefaultValues)} fields
|
|
33
|
+
- Validation Mode: ${(0, _Option.defaultArg)(schema_1.ValidationMode, "onSubmit")}
|
|
34
|
+
|
|
35
|
+
## Fields
|
|
36
|
+
${(0, _String.join)("\n", (0, _List.map)((f_1)=>{
|
|
37
|
+
const required = f_1.Required ? " *required" : "";
|
|
38
|
+
return (0, _String.toText)((0, _String.printf)("- %s (%s)%s"))(f_1.Name)(f_1.Type)(required);
|
|
39
|
+
}, schema_1.Fields))}
|
|
40
|
+
|
|
41
|
+
## Next Steps
|
|
42
|
+
This is a stub implementation. To complete the adapter:
|
|
43
|
+
1. Implement field type mapping from React Hook Form to FormSpec
|
|
44
|
+
2. Handle validation rules conversion (yup, zod, joi, etc.)
|
|
45
|
+
3. Process default values and initial state
|
|
46
|
+
4. Map React Hook Form's control flow to FormSpec pathways
|
|
47
|
+
5. Generate comprehensive semantic reports
|
|
48
|
+
|
|
49
|
+
## Supported Features (When Implemented)
|
|
50
|
+
- Dynamic field arrays
|
|
51
|
+
- Nested field structures
|
|
52
|
+
- Custom validation
|
|
53
|
+
- Field dependencies
|
|
54
|
+
- Conditional rendering
|
|
55
|
+
`, (schema_2)=>(0, _List.isEmpty)(schema_2.Fields) ? (0, _Result.FSharpResult$2_Error)((0, _List.singleton)("Schema has no fields defined")) : (0, _Result.FSharpResult$2_Ok)(undefined), (schema_3)=>new _FormSystemAdapter.FormMetadata("React Hook Form", "Imported from React Hook Form schema", (0, _List.length)(schema_3.Fields), false, false, undefined), new _FormSystemAdapter.FormSystemFeatures(false, false, true, true, false)); //# sourceMappingURL=ReactHookFormAdapter.ts.map
|
|
56
|
+
|
|
57
|
+
//# sourceMappingURL=ReactHookFormAdapter.js.map
|
package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts"],"names":["schema","f","required"],"mappings":";;;;;;;;;;;;;;;;gBAOuD,IAAA,sCAAA,CAC5C,mBAAA,CAAA,SAAA,IAAA,4BAAA,MAGG,eAAA,EAAC,2GAAA,CAAA,WASP,CAAA,sLANiB,2BAAY,AAAAA,8CAcV,AAXZ;;;;;;;uBAWkC,EAAA,IAAA,CAAW,WAAA,EAAA,SAAA,GAVjC,GAAA,EAAA,iBAAU,AAAAA,6DAYgB,WAAzB,AAAAA,yBAA6C,0CAO7D,KAAc,MAHd;0BACKE,EAAAA,IAAAA,CAAc,AAAAD,AAAH,WAAGA,EAAgB,CAAA,GAAkB,IAAlB;QAClC,IAAA,EAAA,CAAA,OAAQ,EAAA,KAAA,gBAAc,AAAAA,UAAO,AAAAA,UAAOC;YAHxCF,OAAAA,ksBAuBD,AAAG,QAAa,AAAAA,kEACN,UAAC,+EAEJ,+DAGP,iBACY,mBACM,wCACD,2BAAY,AAAAA,kBACZ,OACC,OACJ,aAGE,uBACE,OACC,OACE,MACE,MACH"}
|
package/FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormAdapter.fs"],"names":["schema","f","required"],"mappings":";;;;;;;;;iEAOuD,wBAC5C,wNAGG,UAAC,uJASP,uLANiB,2BAAY,AAAAA,8CAcV,AAXZ;AAAsB,QAAA,AAAAC;eAAA;;;AAAc,eAAA,AAAAA;;GADvC,AAAAD,mBAYqC,QAAW,kCAVjC,sBAAU,AAAAA,6DAYgB,WAAzB,AAAAA,yBAA6C,0CAO7D,KAAc,MAHd;AACKE,6BAAW,AAAG,AAAAD,eAAgB,eAAkB;AACpD,WAAA,OAAQ,OAAA,gBAAc,AAAAA,UAAO,AAAAA,UAAOC;GAHxC,AAAAF,8sBAuBD,AAAG,QAAa,AAAAA,kEACN,UAAC,\u002BEAEJ,\u002BDAGP,iBACY,mBACM,wCACD,2BAAY,AAAAA,kBACZ,OACC,OACJ,aAGE,uBACE,OACC,OACE,MACE,MACH","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
function _export(target, all) {
|
|
6
|
+
for(var name in all)Object.defineProperty(target, name, {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: Object.getOwnPropertyDescriptor(all, name).get
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
_export(exports, {
|
|
12
|
+
get ReactHookFormField () {
|
|
13
|
+
return ReactHookFormField;
|
|
14
|
+
},
|
|
15
|
+
get ReactHookFormField_$reflection () {
|
|
16
|
+
return ReactHookFormField_$reflection;
|
|
17
|
+
},
|
|
18
|
+
get ReactHookFormSchema () {
|
|
19
|
+
return ReactHookFormSchema;
|
|
20
|
+
},
|
|
21
|
+
get ReactHookFormSchema_$reflection () {
|
|
22
|
+
return ReactHookFormSchema_$reflection;
|
|
23
|
+
},
|
|
24
|
+
get ReactHookFormValidation () {
|
|
25
|
+
return ReactHookFormValidation;
|
|
26
|
+
},
|
|
27
|
+
get ReactHookFormValidation_$reflection () {
|
|
28
|
+
return ReactHookFormValidation_$reflection;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
const _Types = require("@fable-org/fable-library-js/Types.js");
|
|
32
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
33
|
+
class ReactHookFormField extends _Types.Record {
|
|
34
|
+
constructor(Name, Type, Required, DefaultValue, ValidationRules){
|
|
35
|
+
super();
|
|
36
|
+
this.Name = Name;
|
|
37
|
+
this.Type = Type;
|
|
38
|
+
this.Required = Required;
|
|
39
|
+
this.DefaultValue = DefaultValue;
|
|
40
|
+
this.ValidationRules = ValidationRules;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
function ReactHookFormField_$reflection() {
|
|
44
|
+
return (0, _Reflection.record_type)("FormSpec.Integrations.ReactHookForm.ReactHookFormTypes.ReactHookFormField", [], ReactHookFormField, ()=>[
|
|
45
|
+
[
|
|
46
|
+
"Name",
|
|
47
|
+
_Reflection.string_type
|
|
48
|
+
],
|
|
49
|
+
[
|
|
50
|
+
"Type",
|
|
51
|
+
_Reflection.string_type
|
|
52
|
+
],
|
|
53
|
+
[
|
|
54
|
+
"Required",
|
|
55
|
+
_Reflection.bool_type
|
|
56
|
+
],
|
|
57
|
+
[
|
|
58
|
+
"DefaultValue",
|
|
59
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
60
|
+
],
|
|
61
|
+
[
|
|
62
|
+
"ValidationRules",
|
|
63
|
+
(0, _Reflection.option_type)(ReactHookFormValidation_$reflection())
|
|
64
|
+
]
|
|
65
|
+
]);
|
|
66
|
+
}
|
|
67
|
+
class ReactHookFormValidation extends _Types.Record {
|
|
68
|
+
constructor(Required, MinLength, MaxLength, Pattern, Min, Max, Custom){
|
|
69
|
+
super();
|
|
70
|
+
this.Required = Required;
|
|
71
|
+
this.MinLength = MinLength;
|
|
72
|
+
this.MaxLength = MaxLength;
|
|
73
|
+
this.Pattern = Pattern;
|
|
74
|
+
this.Min = Min;
|
|
75
|
+
this.Max = Max;
|
|
76
|
+
this.Custom = Custom;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
function ReactHookFormValidation_$reflection() {
|
|
80
|
+
return (0, _Reflection.record_type)("FormSpec.Integrations.ReactHookForm.ReactHookFormTypes.ReactHookFormValidation", [], ReactHookFormValidation, ()=>[
|
|
81
|
+
[
|
|
82
|
+
"Required",
|
|
83
|
+
_Reflection.bool_type
|
|
84
|
+
],
|
|
85
|
+
[
|
|
86
|
+
"MinLength",
|
|
87
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
88
|
+
],
|
|
89
|
+
[
|
|
90
|
+
"MaxLength",
|
|
91
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
92
|
+
],
|
|
93
|
+
[
|
|
94
|
+
"Pattern",
|
|
95
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
96
|
+
],
|
|
97
|
+
[
|
|
98
|
+
"Min",
|
|
99
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
100
|
+
],
|
|
101
|
+
[
|
|
102
|
+
"Max",
|
|
103
|
+
(0, _Reflection.option_type)(_Reflection.float64_type)
|
|
104
|
+
],
|
|
105
|
+
[
|
|
106
|
+
"Custom",
|
|
107
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
108
|
+
]
|
|
109
|
+
]);
|
|
110
|
+
}
|
|
111
|
+
class ReactHookFormSchema extends _Types.Record {
|
|
112
|
+
constructor(Fields, DefaultValues, SubmitHandler, ValidationMode){
|
|
113
|
+
super();
|
|
114
|
+
this.Fields = Fields;
|
|
115
|
+
this.DefaultValues = DefaultValues;
|
|
116
|
+
this.SubmitHandler = SubmitHandler;
|
|
117
|
+
this.ValidationMode = ValidationMode;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
function ReactHookFormSchema_$reflection() {
|
|
121
|
+
return (0, _Reflection.record_type)("FormSpec.Integrations.ReactHookForm.ReactHookFormTypes.ReactHookFormSchema", [], ReactHookFormSchema, ()=>[
|
|
122
|
+
[
|
|
123
|
+
"Fields",
|
|
124
|
+
(0, _Reflection.list_type)(ReactHookFormField_$reflection())
|
|
125
|
+
],
|
|
126
|
+
[
|
|
127
|
+
"DefaultValues",
|
|
128
|
+
(0, _Reflection.class_type)("Microsoft.FSharp.Collections.FSharpMap`2", [
|
|
129
|
+
_Reflection.string_type,
|
|
130
|
+
_Reflection.string_type
|
|
131
|
+
])
|
|
132
|
+
],
|
|
133
|
+
[
|
|
134
|
+
"SubmitHandler",
|
|
135
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
136
|
+
],
|
|
137
|
+
[
|
|
138
|
+
"ValidationMode",
|
|
139
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
140
|
+
]
|
|
141
|
+
]);
|
|
142
|
+
} //# sourceMappingURL=ReactHookFormTypes.ts.map
|
|
143
|
+
|
|
144
|
+
//# sourceMappingURL=ReactHookFormTypes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../../FormSpec.TS/FormSpec.FS/Integrations/Adapters/ReactHookForm/ReactHookFormTypes.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":null,"sourcesContent":null,"sourceRoot":null}
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "decodeTemplates", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return decodeTemplates;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
const _Decodefs = require("../../../fable_modules/Thoth.Json.10.4.1/Decode.fs.js");
|
|
12
|
+
const _Util = require("@fable-org/fable-library-js/Util.js");
|
|
13
|
+
const _Reflection = require("@fable-org/fable-library-js/Reflection.js");
|
|
14
|
+
function decodeTemplates(json) {
|
|
15
|
+
return (0, _Decodefs.fromString)((0, _Util.uncurry2)((0, _Decodefs.Auto_generateBoxedDecoder_Z6670B51)((0, _Reflection.anonRecord_type)([
|
|
16
|
+
"$schema",
|
|
17
|
+
_Reflection.string_type
|
|
18
|
+
], [
|
|
19
|
+
"coreEmr",
|
|
20
|
+
(0, _Reflection.option_type)((0, _Reflection.anonRecord_type)([
|
|
21
|
+
"appVersion",
|
|
22
|
+
_Reflection.string_type
|
|
23
|
+
], [
|
|
24
|
+
"schemaRevision",
|
|
25
|
+
_Reflection.string_type
|
|
26
|
+
], [
|
|
27
|
+
"schemaVersion",
|
|
28
|
+
_Reflection.string_type
|
|
29
|
+
]))
|
|
30
|
+
], [
|
|
31
|
+
"elementTypes",
|
|
32
|
+
(0, _Reflection.class_type)("Microsoft.FSharp.Collections.FSharpMap`2", [
|
|
33
|
+
_Reflection.string_type,
|
|
34
|
+
(0, _Reflection.anonRecord_type)([
|
|
35
|
+
"code",
|
|
36
|
+
_Reflection.string_type
|
|
37
|
+
], [
|
|
38
|
+
"textField",
|
|
39
|
+
_Reflection.string_type
|
|
40
|
+
], [
|
|
41
|
+
"valueEncoding",
|
|
42
|
+
_Reflection.string_type
|
|
43
|
+
])
|
|
44
|
+
])
|
|
45
|
+
], [
|
|
46
|
+
"forms",
|
|
47
|
+
(0, _Reflection.class_type)("Microsoft.FSharp.Collections.FSharpMap`2", [
|
|
48
|
+
_Reflection.string_type,
|
|
49
|
+
(0, _Reflection.anonRecord_type)([
|
|
50
|
+
"clinicalHash",
|
|
51
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
52
|
+
], [
|
|
53
|
+
"cosmeticHash",
|
|
54
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
55
|
+
], [
|
|
56
|
+
"currentVersionId",
|
|
57
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
58
|
+
], [
|
|
59
|
+
"description",
|
|
60
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
61
|
+
], [
|
|
62
|
+
"encounterTypes",
|
|
63
|
+
(0, _Reflection.option_type)((0, _Reflection.anonRecord_type)([
|
|
64
|
+
"dental",
|
|
65
|
+
_Reflection.bool_type
|
|
66
|
+
], [
|
|
67
|
+
"medical",
|
|
68
|
+
_Reflection.bool_type
|
|
69
|
+
], [
|
|
70
|
+
"mental",
|
|
71
|
+
_Reflection.bool_type
|
|
72
|
+
], [
|
|
73
|
+
"other",
|
|
74
|
+
_Reflection.bool_type
|
|
75
|
+
]))
|
|
76
|
+
], [
|
|
77
|
+
"formCode",
|
|
78
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
79
|
+
], [
|
|
80
|
+
"formCodeSource",
|
|
81
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
82
|
+
], [
|
|
83
|
+
"formId",
|
|
84
|
+
_Reflection.int32_type
|
|
85
|
+
], [
|
|
86
|
+
"hash",
|
|
87
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
88
|
+
], [
|
|
89
|
+
"isIntake",
|
|
90
|
+
(0, _Reflection.option_type)(_Reflection.bool_type)
|
|
91
|
+
], [
|
|
92
|
+
"items",
|
|
93
|
+
(0, _Reflection.array_type)((0, _Reflection.anonRecord_type)([
|
|
94
|
+
"choices",
|
|
95
|
+
(0, _Reflection.array_type)((0, _Reflection.anonRecord_type)([
|
|
96
|
+
"bitPosition",
|
|
97
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
98
|
+
], [
|
|
99
|
+
"choiceId",
|
|
100
|
+
_Reflection.int32_type
|
|
101
|
+
], [
|
|
102
|
+
"code",
|
|
103
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
104
|
+
], [
|
|
105
|
+
"highlight",
|
|
106
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
107
|
+
], [
|
|
108
|
+
"score",
|
|
109
|
+
_Reflection.int32_type
|
|
110
|
+
], [
|
|
111
|
+
"sequence",
|
|
112
|
+
_Reflection.int32_type
|
|
113
|
+
], [
|
|
114
|
+
"text",
|
|
115
|
+
_Reflection.string_type
|
|
116
|
+
]))
|
|
117
|
+
], [
|
|
118
|
+
"code",
|
|
119
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
120
|
+
], [
|
|
121
|
+
"genderRequired",
|
|
122
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
123
|
+
], [
|
|
124
|
+
"highlight",
|
|
125
|
+
(0, _Reflection.option_type)(_Reflection.int32_type)
|
|
126
|
+
], [
|
|
127
|
+
"isRequired",
|
|
128
|
+
_Reflection.bool_type
|
|
129
|
+
], [
|
|
130
|
+
"itemId",
|
|
131
|
+
_Reflection.int32_type
|
|
132
|
+
], [
|
|
133
|
+
"nestingLevel",
|
|
134
|
+
_Reflection.int32_type
|
|
135
|
+
], [
|
|
136
|
+
"sequence",
|
|
137
|
+
_Reflection.int32_type
|
|
138
|
+
], [
|
|
139
|
+
"sequenceText",
|
|
140
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
141
|
+
], [
|
|
142
|
+
"text",
|
|
143
|
+
_Reflection.string_type
|
|
144
|
+
], [
|
|
145
|
+
"type",
|
|
146
|
+
_Reflection.int32_type
|
|
147
|
+
], [
|
|
148
|
+
"uuid",
|
|
149
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
150
|
+
]))
|
|
151
|
+
], [
|
|
152
|
+
"name",
|
|
153
|
+
_Reflection.string_type
|
|
154
|
+
], [
|
|
155
|
+
"onceAYear",
|
|
156
|
+
(0, _Reflection.option_type)(_Reflection.bool_type)
|
|
157
|
+
], [
|
|
158
|
+
"requiresSignature",
|
|
159
|
+
(0, _Reflection.option_type)(_Reflection.bool_type)
|
|
160
|
+
], [
|
|
161
|
+
"scoring",
|
|
162
|
+
(0, _Reflection.option_type)((0, _Reflection.anonRecord_type)([
|
|
163
|
+
"choiceScores",
|
|
164
|
+
(0, _Reflection.class_type)("Microsoft.FSharp.Collections.FSharpMap`2", [
|
|
165
|
+
_Reflection.string_type,
|
|
166
|
+
_Reflection.int32_type
|
|
167
|
+
])
|
|
168
|
+
], [
|
|
169
|
+
"labels",
|
|
170
|
+
(0, _Reflection.array_type)((0, _Reflection.anonRecord_type)([
|
|
171
|
+
"min",
|
|
172
|
+
_Reflection.int32_type
|
|
173
|
+
], [
|
|
174
|
+
"name",
|
|
175
|
+
_Reflection.string_type
|
|
176
|
+
]))
|
|
177
|
+
], [
|
|
178
|
+
"scoreId",
|
|
179
|
+
_Reflection.int32_type
|
|
180
|
+
], [
|
|
181
|
+
"scoreName",
|
|
182
|
+
_Reflection.string_type
|
|
183
|
+
]))
|
|
184
|
+
], [
|
|
185
|
+
"structureHash",
|
|
186
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
187
|
+
], [
|
|
188
|
+
"usage",
|
|
189
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
190
|
+
])
|
|
191
|
+
])
|
|
192
|
+
], [
|
|
193
|
+
"generatedAt",
|
|
194
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
195
|
+
], [
|
|
196
|
+
"generatedFrom",
|
|
197
|
+
(0, _Reflection.option_type)(_Reflection.string_type)
|
|
198
|
+
], [
|
|
199
|
+
"stats",
|
|
200
|
+
(0, _Reflection.option_type)((0, _Reflection.anonRecord_type)([
|
|
201
|
+
"byElementType",
|
|
202
|
+
(0, _Reflection.class_type)("Microsoft.FSharp.Collections.FSharpMap`2", [
|
|
203
|
+
_Reflection.string_type,
|
|
204
|
+
_Reflection.int32_type
|
|
205
|
+
])
|
|
206
|
+
], [
|
|
207
|
+
"byUsage",
|
|
208
|
+
(0, _Reflection.class_type)("Microsoft.FSharp.Collections.FSharpMap`2", [
|
|
209
|
+
_Reflection.string_type,
|
|
210
|
+
_Reflection.int32_type
|
|
211
|
+
])
|
|
212
|
+
], [
|
|
213
|
+
"codeExtraction",
|
|
214
|
+
(0, _Reflection.anonRecord_type)([
|
|
215
|
+
"bySource",
|
|
216
|
+
(0, _Reflection.anonRecord_type)([
|
|
217
|
+
"description",
|
|
218
|
+
_Reflection.int32_type
|
|
219
|
+
], [
|
|
220
|
+
"generated",
|
|
221
|
+
_Reflection.int32_type
|
|
222
|
+
], [
|
|
223
|
+
"name",
|
|
224
|
+
_Reflection.int32_type
|
|
225
|
+
])
|
|
226
|
+
], [
|
|
227
|
+
"extracted",
|
|
228
|
+
_Reflection.int32_type
|
|
229
|
+
], [
|
|
230
|
+
"generated",
|
|
231
|
+
_Reflection.int32_type
|
|
232
|
+
], [
|
|
233
|
+
"regex",
|
|
234
|
+
_Reflection.string_type
|
|
235
|
+
])
|
|
236
|
+
], [
|
|
237
|
+
"totalForms",
|
|
238
|
+
_Reflection.int32_type
|
|
239
|
+
], [
|
|
240
|
+
"withCodes",
|
|
241
|
+
_Reflection.int32_type
|
|
242
|
+
], [
|
|
243
|
+
"withScoring",
|
|
244
|
+
_Reflection.int32_type
|
|
245
|
+
], [
|
|
246
|
+
"withSignature",
|
|
247
|
+
_Reflection.int32_type
|
|
248
|
+
], [
|
|
249
|
+
"withSyntheticCodes",
|
|
250
|
+
_Reflection.int32_type
|
|
251
|
+
]))
|
|
252
|
+
], [
|
|
253
|
+
"version",
|
|
254
|
+
_Reflection.int32_type
|
|
255
|
+
]), undefined, undefined)), json);
|
|
256
|
+
} //# sourceMappingURL=CorEmrTemplates.ts.map
|
|
257
|
+
|
|
258
|
+
//# sourceMappingURL=CorEmrTemplates.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../../../FormSpec.TS/FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.ts","../../../../FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.fs"],"names":["json"],"mappings":";;;;;;;;;;;;;;eAqtDY,oBAAA,EAAA,IAAA,cAAA,MArBA,4CAAA,EAAA,IAAA,2BAAA,EAAA;QAAA;QAAA,uBAAA;KAAA,EAAA;QAAA;QAAA,IAAA,uBAAA,EAAA,IAAA,2BAAA,EAAA;YAAA;YAAA,uBAAA;SAAA,EAAA;YAAA;YAAA,uBAAA;SAAA,EAAA;YAAA;YAAA,uBAAA;SAAA;KAAA,EAAA;QAAA;QAAA,IAAA,sBAAA,EAAA,4CAAA;YAAA,uBAAA;YAAA,IAAA,2BAAA,EAAA;gBAAA;gBAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,uBAAA;aAAA;SAAA;KAAA,EAAA;QAAA;QAAA,IAAA,sBAAA,EAAA,4CAAA;YAAA,uBAAA;YAAA,IAAA,2BAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,sBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,IAAA,2BAAA,EAAA;oBAAA;oBAAA,qBAAA;iBAAA,EAAA;oBAAA;oBAAA,qBAAA;iBAAA,EAAA;oBAAA;oBAAA,qBAAA;iBAAA,EAAA;oBAAA;oBAAA,qBAAA;iBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,sBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,qBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,sBAAA,EAAA,IAAA,2BAAA,EAAA;oBAAA;oBAAA,IAAA,sBAAA,EAAA,IAAA,2BAAA,EAAA;wBAAA;wBAAA,IAAA,uBAAA,EAAA,sBAAA;qBAAA,EAAA;wBAAA;wBAAA,sBAAA;qBAAA,EAAA;wBAAA;wBAAA,IAAA,uBAAA,EAAA,uBAAA;qBAAA,EAAA;wBAAA;wBAAA,IAAA,uBAAA,EAAA,sBAAA;qBAAA,EAAA;wBAAA;wBAAA,sBAAA;qBAAA,EAAA;wBAAA;wBAAA,sBAAA;qBAAA,EAAA;wBAAA;wBAAA,uBAAA;qBAAA;iBAAA,EAAA;oBAAA;oBAAA,IAAA,uBAAA,EAAA,uBAAA;iBAAA,EAAA;oBAAA;oBAAA,IAAA,uBAAA,EAAA,uBAAA;iBAAA,EAAA;oBAAA;oBAAA,IAAA,uBAAA,EAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,qBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,IAAA,uBAAA,EAAA,uBAAA;iBAAA,EAAA;oBAAA;oBAAA,uBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,IAAA,uBAAA,EAAA,uBAAA;iBAAA;aAAA,EAAA;gBAAA;gBAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,qBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,qBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,IAAA,2BAAA,EAAA;oBAAA;oBAAA,IAAA,sBAAA,EAAA,4CAAA;wBAAA,uBAAA;wBAAA,sBAAA;qBAAA;iBAAA,EAAA;oBAAA;oBAAA,IAAA,sBAAA,EAAA,IAAA,2BAAA,EAAA;wBAAA;wBAAA,sBAAA;qBAAA,EAAA;wBAAA;wBAAA,uBAAA;qBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,uBAAA;iBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA,EAAA;gBAAA;gBAAA,IAAA,uBAAA,EAAA,uBAAA;aAAA;SAAA;KAAA,EAAA;QAAA;QAAA,IAAA,uBAAA,EAAA,uBAAA;KAAA,EAAA;QAAA;QAAA,IAAA,uBAAA,EAAA,uBAAA;KAAA,EAAA;QAAA;QAAA,IAAA,uBAAA,EAAA,IAAA,2BAAA,EAAA;YAAA;YAAA,IAAA,sBAAA,EAAA,4CAAA;gBAAA,uBAAA;gBAAA,sBAAA;aAAA;SAAA,EAAA;YAAA;YAAA,IAAA,sBAAA,EAAA,4CAAA;gBAAA,uBAAA;gBAAA,sBAAA;aAAA;SAAA,EAAA;YAAA;YAAA,IAAA,2BAAA,EAAA;gBAAA;gBAAA,IAAA,2BAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA,EAAA;oBAAA;oBAAA,sBAAA;iBAAA;aAAA,EAAA;gBAAA;gBAAA,sBAAA;aAAA,EAAA;gBAAA;gBAAA,sBAAA;aAAA,EAAA;gBAAA;gBAAA,uBAAA;aAAA;SAAA,EAAA;YAAA;YAAA,sBAAA;SAAA,EAAA;YAAA;YAAA,sBAAA;SAAA,EAAA;YAAA;YAAA,sBAAA;SAAA,EAAA;YAAA;YAAA,sBAAA;SAAA,EAAA;YAAA;YAAA,sBAAA;SAAA;KAAA,EAAA;QAAA;QAAA,sBAAA;KAAA,GAAA,WAAA,aCzkD0BA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../../fable_modules/Thoth.Json.10.4.1/Decode.fs","../../../../FormSpec.FS/Integrations/CorEMR/CorEmrTemplates.fs"],"names":["json"],"mappings":";;;;;;;;;;;WAqtDY,k9CArBA,m0FCzkD0BA","file":null,"sourcesContent":null,"sourceRoot":null}
|