dfh-ui-library 1.13.9 → 1.13.11

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.
@@ -648,6 +648,7 @@ export interface IPanelCardProps extends AdditionalClassesProp {
648
648
  backButtonClick?: () => void;
649
649
  isLoading?: boolean;
650
650
  onClick?: () => void;
651
+ loadingContent?: any;
651
652
  }
652
653
  export declare enum BorderType {
653
654
  Dotted = "border-dotted",
@@ -146,6 +146,7 @@ export interface ImagePreviewProps {
146
146
  handleImageLoad?: () => void;
147
147
  defaultImageUrl?: string;
148
148
  isAddEditPatient?: boolean;
149
+ isLoading?: boolean;
149
150
  }
150
151
  export interface ImageInputProps {
151
152
  imageUrl?: string;
package/dist/index.d.ts CHANGED
@@ -123,6 +123,7 @@ interface ImagePreviewProps {
123
123
  handleImageLoad?: () => void;
124
124
  defaultImageUrl?: string;
125
125
  isAddEditPatient?: boolean;
126
+ isLoading?: boolean;
126
127
  }
127
128
  interface ImageInputProps {
128
129
  imageUrl?: string;
@@ -1273,6 +1274,7 @@ interface IPanelCardProps extends AdditionalClassesProp {
1273
1274
  backButtonClick?: () => void;
1274
1275
  isLoading?: boolean;
1275
1276
  onClick?: () => void;
1277
+ loadingContent?: any;
1276
1278
  }
1277
1279
  declare enum BorderType {
1278
1280
  Dotted = "border-dotted",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.9",
3
+ "version": "1.13.11",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",