@medplum/react 3.2.6 → 3.2.8

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.
@@ -56,6 +56,7 @@ import { QuestionnaireResponse } from '@medplum/fhirtypes';
56
56
  import { QuestionnaireResponseItem } from '@medplum/fhirtypes';
57
57
  import { QuestionnaireResponseItemAnswer } from '@medplum/fhirtypes';
58
58
  import { Range as Range_2 } from '@medplum/fhirtypes';
59
+ import { Ratio } from '@medplum/fhirtypes';
59
60
  import { ReactNode } from 'react';
60
61
  import { Reference } from '@medplum/fhirtypes';
61
62
  import { RequestGroup } from '@medplum/fhirtypes';
@@ -1010,6 +1011,17 @@ export declare function RangeInput(props: RangeInputProps): JSX.Element;
1010
1011
  export declare interface RangeInputProps extends ComplexTypeInputProps<Range_2> {
1011
1012
  }
1012
1013
 
1014
+ /**
1015
+ * Renders a Ratio input.
1016
+ * See: https://www.hl7.org/fhir/datatypes.html#Ratio
1017
+ * @param props - Ratio input properties.
1018
+ * @returns Ratio input element.
1019
+ */
1020
+ export declare function RatioInput(props: RatioInputProps): JSX.Element;
1021
+
1022
+ export declare interface RatioInputProps extends ComplexTypeInputProps<Ratio> {
1023
+ }
1024
+
1013
1025
  export declare const reactContext: Context<MedplumContext | undefined>;
1014
1026
 
1015
1027
  export declare function ReferenceDisplay(props: ReferenceDisplayProps): JSX.Element | null;
@@ -56,6 +56,7 @@ import { QuestionnaireResponse } from '@medplum/fhirtypes';
56
56
  import { QuestionnaireResponseItem } from '@medplum/fhirtypes';
57
57
  import { QuestionnaireResponseItemAnswer } from '@medplum/fhirtypes';
58
58
  import { Range as Range_2 } from '@medplum/fhirtypes';
59
+ import { Ratio } from '@medplum/fhirtypes';
59
60
  import { ReactNode } from 'react';
60
61
  import { Reference } from '@medplum/fhirtypes';
61
62
  import { RequestGroup } from '@medplum/fhirtypes';
@@ -1010,6 +1011,17 @@ export declare function RangeInput(props: RangeInputProps): JSX.Element;
1010
1011
  export declare interface RangeInputProps extends ComplexTypeInputProps<Range_2> {
1011
1012
  }
1012
1013
 
1014
+ /**
1015
+ * Renders a Ratio input.
1016
+ * See: https://www.hl7.org/fhir/datatypes.html#Ratio
1017
+ * @param props - Ratio input properties.
1018
+ * @returns Ratio input element.
1019
+ */
1020
+ export declare function RatioInput(props: RatioInputProps): JSX.Element;
1021
+
1022
+ export declare interface RatioInputProps extends ComplexTypeInputProps<Ratio> {
1023
+ }
1024
+
1013
1025
  export declare const reactContext: Context<MedplumContext | undefined>;
1014
1026
 
1015
1027
  export declare function ReferenceDisplay(props: ReferenceDisplayProps): JSX.Element | null;