@davincihealthcare/elty-design-system-vue 1.48.0 → 1.49.1

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.
@@ -7,6 +7,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  status?: ElInlineBannerStatuses;
8
8
  title?: string;
9
9
  description: string;
10
+ loading?: boolean;
10
11
  action?: Pick<InstanceType<typeof ElButton>["$props"], "label" | "variant" | "onClick" | "icon" | "iconRight" | "loading" | "loadOnClick">;
11
12
  icon?: InstanceType<typeof ElIcon>["$props"];
12
13
  }>, {
@@ -18,6 +19,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
19
  status?: ElInlineBannerStatuses;
19
20
  title?: string;
20
21
  description: string;
22
+ loading?: boolean;
21
23
  action?: Pick<InstanceType<typeof ElButton>["$props"], "label" | "variant" | "onClick" | "icon" | "iconRight" | "loading" | "loadOnClick">;
22
24
  icon?: InstanceType<typeof ElIcon>["$props"];
23
25
  }>, {