tsv2-library 1.0.61-alpha.24 → 1.0.61-alpha.26
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.
package/package.json
CHANGED
|
@@ -171,7 +171,9 @@ export type ButtonSelectTreeEmits = {
|
|
|
171
171
|
*
|
|
172
172
|
* @group Component
|
|
173
173
|
*/
|
|
174
|
-
declare class ButtonSelectTree extends ClassComponent<ButtonSelectTreeProps> {
|
|
174
|
+
declare class ButtonSelectTree extends ClassComponent<ButtonSelectTreeProps> {
|
|
175
|
+
dialogTreeKey: Ref<number>;
|
|
176
|
+
}
|
|
175
177
|
|
|
176
178
|
declare module '@vue/runtime-core' {
|
|
177
179
|
interface GlobalComponents {
|