@blueking/ai-blueking 1.1.1 → 1.1.2

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.
@@ -25,6 +25,7 @@ interface Props {
25
25
  showHistoryIcon?: boolean;
26
26
  showNewChatIcon?: boolean;
27
27
  placeholder?: string;
28
+ miniPadding?: number;
28
29
  }
29
30
  declare const _default: import("vue").DefineComponent<Props, {
30
31
  sessionContents: Ref<{
@@ -926,5 +927,6 @@ declare const _default: import("vue").DefineComponent<Props, {
926
927
  hideHeader: boolean;
927
928
  disabledInput: boolean;
928
929
  nimbusSize: "small" | "normal" | "large";
930
+ miniPadding: number;
929
931
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
930
932
  export default _default;
@@ -18,6 +18,8 @@ interface ResizableContainerOptions {
18
18
  defaultTop?: number;
19
19
  /** 自定义初始左侧位置 */
20
20
  defaultLeft?: number;
21
+ /** 压缩状态下的边距,默认为 0px */
22
+ miniPadding?: number;
21
23
  }
22
24
  /**
23
25
  * 使用可调整大小的容器
@@ -1,4 +1,4 @@
1
- import { g as wMe, c as Hee, p as gMe, d as pMe, s as bI, l as K1, a as J1n, i as vMe, b as mMe, e as Y1n, f as kMe, h as yMe, j as Uee, k as jMe, m as Q1n, n as $H, o as EMe, q as CMe } from "./vue2-DNySeAWF.mjs";
1
+ import { g as wMe, c as Hee, p as gMe, d as pMe, s as bI, l as K1, a as J1n, i as vMe, b as mMe, e as Y1n, f as kMe, h as yMe, j as Uee, k as jMe, m as Q1n, n as $H, o as EMe, q as CMe } from "./vue2-C9CpZuQV.mjs";
2
2
  import "dayjs";
3
3
  import "dayjs/plugin/isoWeek.js";
4
4
  import "dayjs/plugin/customParseFormat.js";
@@ -1,5 +1,5 @@
1
1
  import "@blueking/bkui-library";
2
- import { z as a } from "./vue2-DNySeAWF.mjs";
2
+ import { z as a } from "./vue2-C9CpZuQV.mjs";
3
3
  export {
4
4
  a as default
5
5
  };