qy-ui-for-ls 0.4.43 → 0.4.45

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.
@@ -36,10 +36,14 @@ declare const QyTree: ({
36
36
  children: string;
37
37
  };
38
38
  };
39
+ expandOnClickNode: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
39
43
  }>> & Readonly<{
40
- on?: ((...args: any[]) => any) | undefined;
44
+ onNodeClick?: ((...args: any[]) => any) | undefined;
41
45
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
42
- "": (...args: any[]) => void;
46
+ nodeClick: (...args: any[]) => void;
43
47
  }, PublicProps, {
44
48
  height: string;
45
49
  defaultProps: Record<string, any>;
@@ -48,6 +52,7 @@ declare const QyTree: ({
48
52
  indent: number;
49
53
  leafKey: string;
50
54
  dashColor: string;
55
+ expandOnClickNode: boolean;
51
56
  showSearch: boolean;
52
57
  }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
53
58
  P: {};
@@ -92,8 +97,12 @@ declare const QyTree: ({
92
97
  children: string;
93
98
  };
94
99
  };
100
+ expandOnClickNode: {
101
+ type: BooleanConstructor;
102
+ default: boolean;
103
+ };
95
104
  }>> & Readonly<{
96
- on?: ((...args: any[]) => any) | undefined;
105
+ onNodeClick?: ((...args: any[]) => any) | undefined;
97
106
  }>, {}, {}, {}, {}, {
98
107
  height: string;
99
108
  defaultProps: Record<string, any>;
@@ -102,6 +111,7 @@ declare const QyTree: ({
102
111
  indent: number;
103
112
  leafKey: string;
104
113
  dashColor: string;
114
+ expandOnClickNode: boolean;
105
115
  showSearch: boolean;
106
116
  }>;
107
117
  __isFragment?: never;
@@ -143,10 +153,14 @@ declare const QyTree: ({
143
153
  children: string;
144
154
  };
145
155
  };
156
+ expandOnClickNode: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
146
160
  }>> & Readonly<{
147
- on?: ((...args: any[]) => any) | undefined;
161
+ onNodeClick?: ((...args: any[]) => any) | undefined;
148
162
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
149
- "": (...args: any[]) => void;
163
+ nodeClick: (...args: any[]) => void;
150
164
  }, string, {
151
165
  height: string;
152
166
  defaultProps: Record<string, any>;
@@ -155,6 +169,7 @@ declare const QyTree: ({
155
169
  indent: number;
156
170
  leafKey: string;
157
171
  dashColor: string;
172
+ expandOnClickNode: boolean;
158
173
  showSearch: boolean;
159
174
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
160
175
  $slots: {
@@ -41,8 +41,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
41
41
  children: string;
42
42
  };
43
43
  };
44
+ expandOnClickNode: {
45
+ type: BooleanConstructor;
46
+ default: boolean;
47
+ };
44
48
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
45
- "": (...args: any[]) => void;
49
+ nodeClick: (...args: any[]) => void;
46
50
  }, string, PublicProps, Readonly< ExtractPropTypes<{
47
51
  showSearch: {
48
52
  type: BooleanConstructor;
@@ -79,8 +83,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
79
83
  children: string;
80
84
  };
81
85
  };
86
+ expandOnClickNode: {
87
+ type: BooleanConstructor;
88
+ default: boolean;
89
+ };
82
90
  }>> & Readonly<{
83
- on?: ((...args: any[]) => any) | undefined;
91
+ onNodeClick?: ((...args: any[]) => any) | undefined;
84
92
  }>, {
85
93
  height: string;
86
94
  defaultProps: Record<string, any>;
@@ -89,6 +97,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
89
97
  indent: number;
90
98
  leafKey: string;
91
99
  dashColor: string;
100
+ expandOnClickNode: boolean;
92
101
  showSearch: boolean;
93
102
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
94
103
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;