qy-ui-for-ls 0.4.44 → 0.4.46
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/dist/components/tree/index.d.ts +18 -13
- package/dist/components/tree/src/index.vue.d.ts +11 -6
- package/dist/qy-ui-for-ls.es.js +64915 -64836
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -36,11 +36,11 @@ declare const QyTree: ({
|
|
|
36
36
|
children: string;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
}, PublicProps, {
|
|
39
|
+
expandOnClickNode: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
44
44
|
height: string;
|
|
45
45
|
defaultProps: Record<string, any>;
|
|
46
46
|
offsetY: string;
|
|
@@ -48,6 +48,7 @@ declare const QyTree: ({
|
|
|
48
48
|
indent: number;
|
|
49
49
|
leafKey: string;
|
|
50
50
|
dashColor: string;
|
|
51
|
+
expandOnClickNode: boolean;
|
|
51
52
|
showSearch: boolean;
|
|
52
53
|
}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
53
54
|
P: {};
|
|
@@ -92,9 +93,11 @@ declare const QyTree: ({
|
|
|
92
93
|
children: string;
|
|
93
94
|
};
|
|
94
95
|
};
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
expandOnClickNode: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
default: boolean;
|
|
99
|
+
};
|
|
100
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
98
101
|
height: string;
|
|
99
102
|
defaultProps: Record<string, any>;
|
|
100
103
|
offsetY: string;
|
|
@@ -102,6 +105,7 @@ declare const QyTree: ({
|
|
|
102
105
|
indent: number;
|
|
103
106
|
leafKey: string;
|
|
104
107
|
dashColor: string;
|
|
108
|
+
expandOnClickNode: boolean;
|
|
105
109
|
showSearch: boolean;
|
|
106
110
|
}>;
|
|
107
111
|
__isFragment?: never;
|
|
@@ -143,11 +147,11 @@ declare const QyTree: ({
|
|
|
143
147
|
children: string;
|
|
144
148
|
};
|
|
145
149
|
};
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}, string, {
|
|
150
|
+
expandOnClickNode: {
|
|
151
|
+
type: BooleanConstructor;
|
|
152
|
+
default: boolean;
|
|
153
|
+
};
|
|
154
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
151
155
|
height: string;
|
|
152
156
|
defaultProps: Record<string, any>;
|
|
153
157
|
offsetY: string;
|
|
@@ -155,6 +159,7 @@ declare const QyTree: ({
|
|
|
155
159
|
indent: number;
|
|
156
160
|
leafKey: string;
|
|
157
161
|
dashColor: string;
|
|
162
|
+
expandOnClickNode: boolean;
|
|
158
163
|
showSearch: boolean;
|
|
159
164
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
160
165
|
$slots: {
|
|
@@ -41,9 +41,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
41
41
|
children: string;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
expandOnClickNode: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
47
49
|
showSearch: {
|
|
48
50
|
type: BooleanConstructor;
|
|
49
51
|
default: boolean;
|
|
@@ -79,9 +81,11 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
79
81
|
children: string;
|
|
80
82
|
};
|
|
81
83
|
};
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
expandOnClickNode: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
}>> & Readonly<{}>, {
|
|
85
89
|
height: string;
|
|
86
90
|
defaultProps: Record<string, any>;
|
|
87
91
|
offsetY: string;
|
|
@@ -89,6 +93,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
89
93
|
indent: number;
|
|
90
94
|
leafKey: string;
|
|
91
95
|
dashColor: string;
|
|
96
|
+
expandOnClickNode: boolean;
|
|
92
97
|
showSearch: boolean;
|
|
93
98
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
94
99
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|