@medplum/react 4.4.2 → 4.4.3

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.
@@ -692,6 +692,12 @@ export declare interface FormSectionProps {
692
692
  readonly readonly?: boolean;
693
693
  }
694
694
 
695
+ /**
696
+ * Returns the application name from environment variables or a default value.
697
+ * @returns The application name.
698
+ */
699
+ export declare function getAppName(): string;
700
+
695
701
  export declare function getErrorsForInput(outcome: OperationOutcome | undefined, expression: string | undefined): string | undefined;
696
702
 
697
703
  /**
@@ -1379,6 +1385,13 @@ export declare interface ResourceDiffProps {
1379
1385
  readonly ignoreMeta?: boolean;
1380
1386
  }
1381
1387
 
1388
+ export declare function ResourceDiffTable(props: ResourceDiffTableProps): JSX.Element | null;
1389
+
1390
+ export declare interface ResourceDiffTableProps {
1391
+ readonly original: Resource;
1392
+ readonly revised: Resource;
1393
+ }
1394
+
1382
1395
  export declare function ResourceForm(props: ResourceFormProps): JSX.Element;
1383
1396
 
1384
1397
  export declare interface ResourceFormProps {
@@ -692,6 +692,12 @@ export declare interface FormSectionProps {
692
692
  readonly readonly?: boolean;
693
693
  }
694
694
 
695
+ /**
696
+ * Returns the application name from environment variables or a default value.
697
+ * @returns The application name.
698
+ */
699
+ export declare function getAppName(): string;
700
+
695
701
  export declare function getErrorsForInput(outcome: OperationOutcome | undefined, expression: string | undefined): string | undefined;
696
702
 
697
703
  /**
@@ -1379,6 +1385,13 @@ export declare interface ResourceDiffProps {
1379
1385
  readonly ignoreMeta?: boolean;
1380
1386
  }
1381
1387
 
1388
+ export declare function ResourceDiffTable(props: ResourceDiffTableProps): JSX.Element | null;
1389
+
1390
+ export declare interface ResourceDiffTableProps {
1391
+ readonly original: Resource;
1392
+ readonly revised: Resource;
1393
+ }
1394
+
1382
1395
  export declare function ResourceForm(props: ResourceFormProps): JSX.Element;
1383
1396
 
1384
1397
  export declare interface ResourceFormProps {