x-prop-tree 0.8.28 → 0.8.29
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/index.js +10 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -703,6 +703,7 @@ var index_vue_vue_type_script_setup_true_lang_default$16 = /*@__PURE__*/ defineC
|
|
|
703
703
|
return {
|
|
704
704
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
705
705
|
height: "36px",
|
|
706
|
+
marginBottom: "1px",
|
|
706
707
|
userSelect: "none"
|
|
707
708
|
};
|
|
708
709
|
});
|
|
@@ -989,6 +990,7 @@ var group_vue_vue_type_script_setup_true_lang_default$1 = /*@__PURE__*/ defineCo
|
|
|
989
990
|
return {
|
|
990
991
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
991
992
|
height: "30px",
|
|
993
|
+
marginTop: "1px",
|
|
992
994
|
userSelect: "none"
|
|
993
995
|
};
|
|
994
996
|
});
|
|
@@ -1041,6 +1043,7 @@ var item_vue_vue_type_script_setup_true_lang_default$2 = /*@__PURE__*/ defineCom
|
|
|
1041
1043
|
return {
|
|
1042
1044
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
1043
1045
|
height: "48px",
|
|
1046
|
+
marginTop: "1px",
|
|
1044
1047
|
userSelect: "none"
|
|
1045
1048
|
};
|
|
1046
1049
|
});
|
|
@@ -1313,6 +1316,7 @@ var group_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComp
|
|
|
1313
1316
|
return {
|
|
1314
1317
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
1315
1318
|
height: "30px",
|
|
1319
|
+
marginTop: "1px",
|
|
1316
1320
|
userSelect: "none"
|
|
1317
1321
|
};
|
|
1318
1322
|
});
|
|
@@ -1365,6 +1369,7 @@ var item_vue_vue_type_script_setup_true_lang_default$1 = /*@__PURE__*/ defineCom
|
|
|
1365
1369
|
return {
|
|
1366
1370
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
1367
1371
|
height: "48px",
|
|
1372
|
+
marginTop: "1px",
|
|
1368
1373
|
userSelect: "none"
|
|
1369
1374
|
};
|
|
1370
1375
|
});
|
|
@@ -2503,6 +2508,7 @@ var item_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
|
|
|
2503
2508
|
return {
|
|
2504
2509
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
2505
2510
|
height: "48px",
|
|
2511
|
+
marginTop: "1px",
|
|
2506
2512
|
userSelect: "none"
|
|
2507
2513
|
};
|
|
2508
2514
|
});
|
|
@@ -3028,6 +3034,7 @@ var index_vue_vue_type_script_setup_true_lang_default$1 = /*@__PURE__*/ defineCo
|
|
|
3028
3034
|
background: mouseOver.value ? highlightColor.value : backgroundColor2.value,
|
|
3029
3035
|
minHeight: __props.minHeight,
|
|
3030
3036
|
paddingRight: "4px",
|
|
3037
|
+
marginBottom: "1px",
|
|
3031
3038
|
userSelect: "none"
|
|
3032
3039
|
};
|
|
3033
3040
|
});
|
|
@@ -3316,7 +3323,7 @@ var main_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
|
|
|
3316
3323
|
}
|
|
3317
3324
|
return entries;
|
|
3318
3325
|
})());
|
|
3319
|
-
return h("div", {}, (() => {
|
|
3326
|
+
return h("div", { style: { marginTop: "1px" } }, (() => {
|
|
3320
3327
|
const nodes = [];
|
|
3321
3328
|
nodes.push(title);
|
|
3322
3329
|
if (!isCollapse(collapseState, keys)) nodes.push(content);
|
|
@@ -3362,7 +3369,7 @@ var main_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
|
|
|
3362
3369
|
})(), void 0, false));
|
|
3363
3370
|
return nodes;
|
|
3364
3371
|
})());
|
|
3365
|
-
return h("div", {}, (() => {
|
|
3372
|
+
return h("div", { style: { marginTop: "1px" } }, (() => {
|
|
3366
3373
|
const nodes = [];
|
|
3367
3374
|
nodes.push(title);
|
|
3368
3375
|
if (!isCollapse(collapseState, keys)) nodes.push(content);
|
|
@@ -3402,7 +3409,7 @@ var main_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
|
|
|
3402
3409
|
for (let i = 0; i < value.length; i++) nodes.push(renderNode(keys, property, value, i, false, true));
|
|
3403
3410
|
return nodes;
|
|
3404
3411
|
})());
|
|
3405
|
-
return h("div", {}, (() => {
|
|
3412
|
+
return h("div", { style: { marginTop: "1px" } }, (() => {
|
|
3406
3413
|
const nodes = [];
|
|
3407
3414
|
nodes.push(title);
|
|
3408
3415
|
if (!isCollapse(collapseState, keys)) nodes.push(content);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.29",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"vue-i18n": "^11.4.6",
|
|
45
45
|
"vuetify": "^4.1.2",
|
|
46
46
|
"x-block-lib": "^0.11.6",
|
|
47
|
-
"x-error-lib": "^0.6.
|
|
48
|
-
"x-essential-lib": "^0.10.
|
|
47
|
+
"x-error-lib": "^0.6.4",
|
|
48
|
+
"x-essential-lib": "^0.10.37",
|
|
49
49
|
"x-group-list": "^0.4.18",
|
|
50
50
|
"x-runtime-lib": "^0.10.2",
|
|
51
51
|
"x-state-lib": "^0.4.3"
|