@medplum/react 2.1.3 → 2.1.4

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.
@@ -1,4 +1,4 @@
1
- import { QuestionnaireItem, QuestionnaireResponseItem } from '@medplum/fhirtypes';
1
+ import { QuestionnaireItem, QuestionnaireResponseItem, QuestionnaireResponseItemAnswer } from '@medplum/fhirtypes';
2
2
  export declare enum QuestionnaireItemType {
3
3
  group = "group",
4
4
  display = "display",
@@ -20,3 +20,4 @@ export declare enum QuestionnaireItemType {
20
20
  }
21
21
  export declare function isChoiceQuestion(item: QuestionnaireItem): boolean;
22
22
  export declare function isQuestionEnabled(item: QuestionnaireItem, responseItems: QuestionnaireResponseItem[]): boolean;
23
+ export declare function getNewMultiSelectValues(selected: string[], propertyName: string, item: QuestionnaireItem): QuestionnaireResponseItemAnswer[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/react",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Medplum React Component Library",
5
5
  "author": "Medplum <hello@medplum.com>",
6
6
  "license": "Apache-2.0",