x-prop-tree 0.1.4 → 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.
- package/dist/index.js +3 -6
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -521,7 +521,7 @@ function D(e, t) {
|
|
|
521
521
|
}, {});
|
|
522
522
|
}
|
|
523
523
|
const Q = D({
|
|
524
|
-
class: [String, Array],
|
|
524
|
+
class: [String, Array, Object],
|
|
525
525
|
style: {
|
|
526
526
|
type: [String, Array, Object],
|
|
527
527
|
default: null
|
|
@@ -3498,7 +3498,7 @@ const _u = /* @__PURE__ */ Me({
|
|
|
3498
3498
|
{
|
|
3499
3499
|
style: {
|
|
3500
3500
|
background: n.value,
|
|
3501
|
-
|
|
3501
|
+
marginTop: "1px"
|
|
3502
3502
|
}
|
|
3503
3503
|
},
|
|
3504
3504
|
(() => {
|
|
@@ -3543,7 +3543,7 @@ const _u = /* @__PURE__ */ Me({
|
|
|
3543
3543
|
{
|
|
3544
3544
|
style: {
|
|
3545
3545
|
background: n.value,
|
|
3546
|
-
|
|
3546
|
+
marginTop: "1px"
|
|
3547
3547
|
}
|
|
3548
3548
|
},
|
|
3549
3549
|
(() => {
|
|
@@ -3741,9 +3741,6 @@ const _u = /* @__PURE__ */ Me({
|
|
|
3741
3741
|
{
|
|
3742
3742
|
class: {
|
|
3743
3743
|
"text-body-2": !0
|
|
3744
|
-
},
|
|
3745
|
-
style: {
|
|
3746
|
-
paddingBottom: "60px"
|
|
3747
3744
|
}
|
|
3748
3745
|
},
|
|
3749
3746
|
(() => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"vue": "^3.4.26",
|
|
26
26
|
"vue-i18n": "^9.13.1",
|
|
27
|
-
"vuetify": "^3.6.
|
|
27
|
+
"vuetify": "^3.6.5",
|
|
28
28
|
"x-essential-lib": "^0.3.14",
|
|
29
29
|
"x-runtime-lib": "^0.1.11"
|
|
30
30
|
},
|