qy-ui-for-ls 0.4.75 → 0.4.77

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.
@@ -33,6 +33,7 @@ declare const QyTree: ({
33
33
  type: ObjectConstructor;
34
34
  default: () => {
35
35
  label: string;
36
+ value: string;
36
37
  children: string;
37
38
  };
38
39
  };
@@ -90,6 +91,7 @@ declare const QyTree: ({
90
91
  type: ObjectConstructor;
91
92
  default: () => {
92
93
  label: string;
94
+ value: string;
93
95
  children: string;
94
96
  };
95
97
  };
@@ -144,6 +146,7 @@ declare const QyTree: ({
144
146
  type: ObjectConstructor;
145
147
  default: () => {
146
148
  label: string;
149
+ value: string;
147
150
  children: string;
148
151
  };
149
152
  };
@@ -38,6 +38,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
38
38
  type: ObjectConstructor;
39
39
  default: () => {
40
40
  label: string;
41
+ value: string;
41
42
  children: string;
42
43
  };
43
44
  };
@@ -78,6 +79,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
78
79
  type: ObjectConstructor;
79
80
  default: () => {
80
81
  label: string;
82
+ value: string;
81
83
  children: string;
82
84
  };
83
85
  };