@deskhero/dh_ui 1.47.1 → 1.48.0

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.
@@ -40,6 +40,10 @@ declare const _default: import("vue").DefineComponent<{
40
40
  type: PropType<"" | "content-horizontally-centered">;
41
41
  default: string;
42
42
  };
43
+ fitContent: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
43
47
  }, unknown, unknown, {}, {
44
48
  closed(): void;
45
49
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "close"[], "close", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -83,6 +87,10 @@ declare const _default: import("vue").DefineComponent<{
83
87
  type: PropType<"" | "content-horizontally-centered">;
84
88
  default: string;
85
89
  };
90
+ fitContent: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
86
94
  }>> & {
87
95
  onClose?: ((...args: any[]) => any) | undefined;
88
96
  }, {
@@ -96,5 +104,6 @@ declare const _default: import("vue").DefineComponent<{
96
104
  sideBarPosition: "left" | "right";
97
105
  hasCloseConfirmation: boolean;
98
106
  bodyClass: "" | "content-horizontally-centered";
107
+ fitContent: boolean;
99
108
  }>;
100
109
  export default _default;