@yh-ui/components 0.1.5 → 0.1.6
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.
|
@@ -208,15 +208,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
208
208
|
readonly indent: number;
|
|
209
209
|
readonly nodeKey: string;
|
|
210
210
|
readonly showCheckbox: boolean;
|
|
211
|
-
readonly
|
|
211
|
+
readonly checkOnClickNode: boolean;
|
|
212
|
+
readonly expandOnClickNode: boolean;
|
|
212
213
|
readonly defaultExpandAll: boolean;
|
|
213
214
|
readonly defaultExpandedKeys: (string | number)[];
|
|
214
215
|
readonly defaultCheckedKeys: (string | number)[];
|
|
216
|
+
readonly accordion: boolean;
|
|
217
|
+
readonly checkboxPosition: "left" | "right";
|
|
215
218
|
readonly currentNodeKey: string | number;
|
|
216
219
|
readonly highlightCurrent: boolean;
|
|
217
|
-
readonly accordion: boolean;
|
|
218
|
-
readonly expandOnClickNode: boolean;
|
|
219
|
-
readonly checkOnClickNode: boolean;
|
|
220
220
|
readonly showLine: boolean;
|
|
221
221
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
222
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -208,15 +208,15 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
208
208
|
readonly indent: number;
|
|
209
209
|
readonly nodeKey: string;
|
|
210
210
|
readonly showCheckbox: boolean;
|
|
211
|
-
readonly
|
|
211
|
+
readonly checkOnClickNode: boolean;
|
|
212
|
+
readonly expandOnClickNode: boolean;
|
|
212
213
|
readonly defaultExpandAll: boolean;
|
|
213
214
|
readonly defaultExpandedKeys: (string | number)[];
|
|
214
215
|
readonly defaultCheckedKeys: (string | number)[];
|
|
216
|
+
readonly accordion: boolean;
|
|
217
|
+
readonly checkboxPosition: "left" | "right";
|
|
215
218
|
readonly currentNodeKey: string | number;
|
|
216
219
|
readonly highlightCurrent: boolean;
|
|
217
|
-
readonly accordion: boolean;
|
|
218
|
-
readonly expandOnClickNode: boolean;
|
|
219
|
-
readonly checkOnClickNode: boolean;
|
|
220
220
|
readonly showLine: boolean;
|
|
221
221
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
222
222
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -125,12 +125,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
125
125
|
readonly indent: number;
|
|
126
126
|
readonly nodeKey: string;
|
|
127
127
|
readonly showCheckbox: boolean;
|
|
128
|
+
readonly checkOnClickNode: boolean;
|
|
129
|
+
readonly expandOnClickNode: boolean;
|
|
128
130
|
readonly defaultExpandAll: boolean;
|
|
129
131
|
readonly defaultExpandedKeys: TreeKey[];
|
|
130
132
|
readonly defaultCheckedKeys: TreeKey[];
|
|
131
133
|
readonly accordion: boolean;
|
|
132
|
-
readonly expandOnClickNode: boolean;
|
|
133
|
-
readonly checkOnClickNode: boolean;
|
|
134
134
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
135
135
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
136
136
|
export default _default;
|
|
@@ -125,12 +125,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
125
125
|
readonly indent: number;
|
|
126
126
|
readonly nodeKey: string;
|
|
127
127
|
readonly showCheckbox: boolean;
|
|
128
|
+
readonly checkOnClickNode: boolean;
|
|
129
|
+
readonly expandOnClickNode: boolean;
|
|
128
130
|
readonly defaultExpandAll: boolean;
|
|
129
131
|
readonly defaultExpandedKeys: TreeKey[];
|
|
130
132
|
readonly defaultCheckedKeys: TreeKey[];
|
|
131
133
|
readonly accordion: boolean;
|
|
132
|
-
readonly expandOnClickNode: boolean;
|
|
133
|
-
readonly checkOnClickNode: boolean;
|
|
134
134
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
135
135
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
136
136
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "YH-UI Vue 3 Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"async-validator": "^4.2.5",
|
|
39
39
|
"dayjs": "^1.11.19",
|
|
40
40
|
"viewerjs": "^1.11.7",
|
|
41
|
-
"@yh-ui/hooks": "0.1.
|
|
42
|
-
"@yh-ui/locale": "0.1.
|
|
43
|
-
"@yh-ui/theme": "0.1.
|
|
44
|
-
"@yh-ui/utils": "0.1.
|
|
41
|
+
"@yh-ui/hooks": "0.1.6",
|
|
42
|
+
"@yh-ui/locale": "0.1.6",
|
|
43
|
+
"@yh-ui/theme": "0.1.6",
|
|
44
|
+
"@yh-ui/utils": "0.1.6"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.27"
|