@dao-style/core 1.31.1-beta.1 → 1.31.1-beta.2
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/nav/nav-item.d.ts +20 -1
- package/dist/components/nav/nav-item.vue.d.ts +9 -0
- package/dist/components/nav/nav-sub.d.ts +20 -1
- package/dist/components/nav/nav-sub.vue.d.ts +9 -0
- package/dist/components/nav/props.d.ts +8 -0
- package/dist/dao-style.js +1 -1
- package/dist/dao-style.mjs +18 -4
- package/package.json +1 -1
package/dist/dao-style.mjs
CHANGED
|
@@ -9090,6 +9090,10 @@ const Mw = /* @__PURE__ */ se(Lw, [["render", Aw]]), Pw = Mw, Rw = Pw, ru = ["2n
|
|
|
9090
9090
|
type: Boolean,
|
|
9091
9091
|
default: !1
|
|
9092
9092
|
},
|
|
9093
|
+
ellipsis: {
|
|
9094
|
+
type: Boolean,
|
|
9095
|
+
default: !0
|
|
9096
|
+
},
|
|
9093
9097
|
locked: {
|
|
9094
9098
|
type: Boolean,
|
|
9095
9099
|
default: !1
|
|
@@ -9129,6 +9133,10 @@ const Mw = /* @__PURE__ */ se(Lw, [["render", Aw]]), Pw = Mw, Rw = Pw, ru = ["2n
|
|
|
9129
9133
|
type: String,
|
|
9130
9134
|
default: ""
|
|
9131
9135
|
},
|
|
9136
|
+
ellipsis: {
|
|
9137
|
+
type: Boolean,
|
|
9138
|
+
default: !0
|
|
9139
|
+
},
|
|
9132
9140
|
external: {
|
|
9133
9141
|
type: Boolean,
|
|
9134
9142
|
default: !1
|
|
@@ -9373,12 +9381,15 @@ function nD(e, t, n, o, a, s) {
|
|
|
9373
9381
|
name: e.icon
|
|
9374
9382
|
}, null, 8, ["name"])) : j("", !0),
|
|
9375
9383
|
P("span", tD, [
|
|
9376
|
-
J(i, {
|
|
9384
|
+
J(i, {
|
|
9385
|
+
"ellipsis-placement": "right",
|
|
9386
|
+
disabled: !e.ellipsis
|
|
9387
|
+
}, {
|
|
9377
9388
|
default: F(() => [
|
|
9378
9389
|
re(X(e.title), 1)
|
|
9379
9390
|
]),
|
|
9380
9391
|
_: 1
|
|
9381
|
-
})
|
|
9392
|
+
}, 8, ["disabled"])
|
|
9382
9393
|
]),
|
|
9383
9394
|
e.iconRightName ? (T(), te(r, {
|
|
9384
9395
|
key: 1,
|
|
@@ -9516,12 +9527,15 @@ function pD(e, t, n, o, a, s) {
|
|
|
9516
9527
|
name: e.icon
|
|
9517
9528
|
}, null, 8, ["name"])) : j("", !0),
|
|
9518
9529
|
P("span", iD, [
|
|
9519
|
-
J(i, {
|
|
9530
|
+
J(i, {
|
|
9531
|
+
"ellipsis-placement": "right",
|
|
9532
|
+
disabled: !e.ellipsis
|
|
9533
|
+
}, {
|
|
9520
9534
|
default: F(() => [
|
|
9521
9535
|
re(X(e.title), 1)
|
|
9522
9536
|
]),
|
|
9523
9537
|
_: 1
|
|
9524
|
-
})
|
|
9538
|
+
}, 8, ["disabled"])
|
|
9525
9539
|
]),
|
|
9526
9540
|
e.iconRightName ? (T(), te(r, {
|
|
9527
9541
|
key: 1,
|