@blueking/ai-blueking 0.3.9 → 0.3.10

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.
@@ -19,11 +19,8 @@ interface IProps {
19
19
  model?: string;
20
20
  isShow?: boolean;
21
21
  shortcuts?: IShortCut[];
22
- enableCursorPopup?: boolean;
23
22
  }
24
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<IProps>, {
25
- enableCursorPopup: boolean;
26
- }>, {
23
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<IProps>, {
27
24
  setInputMessage: (val: string) => void;
28
25
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
26
  stop: () => void;
@@ -39,9 +36,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
39
36
  cite?: string | undefined;
40
37
  }) => void;
41
38
  "update:isShow": (val: boolean) => void;
42
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<IProps>, {
43
- enableCursorPopup: boolean;
44
- }>>> & {
39
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<IProps>>> & {
45
40
  onClose?: (() => any) | undefined;
46
41
  "onChange-prompt"?: ((val: string) => any) | undefined;
47
42
  "onChoose-prompt"?: ((prompt: IPrompt) => any) | undefined;
@@ -55,19 +50,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
55
50
  "onScroll-load"?: (() => any) | undefined;
56
51
  "onUpdate:model"?: ((val: string) => any) | undefined;
57
52
  "onUpdate:isShow"?: ((val: boolean) => any) | undefined;
58
- }, {
59
- enableCursorPopup: boolean;
60
- }, {}>;
53
+ }, {}, {}>;
61
54
  export default _default;
62
55
 
63
- type __VLS_WithDefaults<P, D> = {
64
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
65
- default: D[K];
66
- }> : P[K];
67
- };
68
- type __VLS_Prettify<T> = {
69
- [K in keyof T]: T[K];
70
- } & {};
71
56
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
72
57
  type __VLS_TypePropsToOption<T> = {
73
58
  [K in keyof T]-?: {} extends Pick<T, K> ? {
@@ -0,0 +1,2 @@
1
+ declare const _default: (md: any) => void;
2
+ export default _default;