@yh-ui/components 0.1.6 → 0.1.7
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
|
|
212
|
-
readonly expandOnClickNode: boolean;
|
|
211
|
+
readonly checkboxPosition: "left" | "right";
|
|
213
212
|
readonly defaultExpandAll: boolean;
|
|
214
213
|
readonly defaultExpandedKeys: (string | number)[];
|
|
215
214
|
readonly defaultCheckedKeys: (string | number)[];
|
|
216
|
-
readonly accordion: boolean;
|
|
217
|
-
readonly checkboxPosition: "left" | "right";
|
|
218
215
|
readonly currentNodeKey: string | number;
|
|
219
216
|
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
|
|
212
|
-
readonly expandOnClickNode: boolean;
|
|
211
|
+
readonly checkboxPosition: "left" | "right";
|
|
213
212
|
readonly defaultExpandAll: boolean;
|
|
214
213
|
readonly defaultExpandedKeys: (string | number)[];
|
|
215
214
|
readonly defaultCheckedKeys: (string | number)[];
|
|
216
|
-
readonly accordion: boolean;
|
|
217
|
-
readonly checkboxPosition: "left" | "right";
|
|
218
215
|
readonly currentNodeKey: string | number;
|
|
219
216
|
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;
|
|
130
128
|
readonly defaultExpandAll: boolean;
|
|
131
129
|
readonly defaultExpandedKeys: TreeKey[];
|
|
132
130
|
readonly defaultCheckedKeys: TreeKey[];
|
|
133
131
|
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;
|
|
130
128
|
readonly defaultExpandAll: boolean;
|
|
131
129
|
readonly defaultExpandedKeys: TreeKey[];
|
|
132
130
|
readonly defaultCheckedKeys: TreeKey[];
|
|
133
131
|
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.7",
|
|
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/
|
|
43
|
-
"@yh-ui/
|
|
44
|
-
"@yh-ui/
|
|
41
|
+
"@yh-ui/hooks": "0.1.7",
|
|
42
|
+
"@yh-ui/theme": "0.1.7",
|
|
43
|
+
"@yh-ui/utils": "0.1.7",
|
|
44
|
+
"@yh-ui/locale": "0.1.7"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"vue": "^3.5.27"
|