@avilang/practical-ui 0.3.75 → 0.3.77
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 +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30436,6 +30436,7 @@ const Kr = /* @__PURE__ */ Object.assign({
|
|
|
30436
30436
|
type: { type: String, default: "primary" },
|
|
30437
30437
|
size: { type: String, default: "medium" },
|
|
30438
30438
|
attrType: { type: String, default: "button" },
|
|
30439
|
+
focusable: { type: Boolean, default: !0 },
|
|
30439
30440
|
block: { type: Boolean, default: !1 },
|
|
30440
30441
|
loading: { type: Boolean, default: !1 },
|
|
30441
30442
|
ghost: { type: Boolean, default: !1 },
|
|
@@ -30460,7 +30461,7 @@ const Kr = /* @__PURE__ */ Object.assign({
|
|
|
30460
30461
|
]),
|
|
30461
30462
|
style: Ut(Q(r).style || ""),
|
|
30462
30463
|
"attr-type": e.attrType,
|
|
30463
|
-
focusable:
|
|
30464
|
+
focusable: e.focusable,
|
|
30464
30465
|
bordered: !0,
|
|
30465
30466
|
keyboard: !1,
|
|
30466
30467
|
block: e.block,
|
|
@@ -30486,7 +30487,7 @@ const Kr = /* @__PURE__ */ Object.assign({
|
|
|
30486
30487
|
]),
|
|
30487
30488
|
key: "0"
|
|
30488
30489
|
} : void 0
|
|
30489
|
-
]), 1032, ["class", "style", "attr-type", "block", "size", "type", "loading", "ghost", "secondary", "text", "disabled", "onClick"]));
|
|
30490
|
+
]), 1032, ["class", "style", "attr-type", "focusable", "block", "size", "type", "loading", "ghost", "secondary", "text", "disabled", "onClick"]));
|
|
30490
30491
|
}
|
|
30491
30492
|
}), pB = { key: 0 }, mB = { class: "p-search-item-content" }, bB = {
|
|
30492
30493
|
__name: "search-item",
|
|
@@ -30564,6 +30565,7 @@ const Kr = /* @__PURE__ */ Object.assign({
|
|
|
30564
30565
|
e.item._isActionItem ? (Be(), dt(je, { key: 1 }, [
|
|
30565
30566
|
Yt(Q(pr), {
|
|
30566
30567
|
style: { width: "80px" },
|
|
30568
|
+
focusable: !1,
|
|
30567
30569
|
onClick: a
|
|
30568
30570
|
}, {
|
|
30569
30571
|
icon: We(() => [
|
|
@@ -30599,6 +30601,7 @@ const Kr = /* @__PURE__ */ Object.assign({
|
|
|
30599
30601
|
Yt(Q(pr), {
|
|
30600
30602
|
style: { "margin-left": "10px", width: "80px" },
|
|
30601
30603
|
type: "default",
|
|
30604
|
+
focusable: !1,
|
|
30602
30605
|
onClick: s
|
|
30603
30606
|
}, br({
|
|
30604
30607
|
default: We(() => [
|