yhz-ui-v3 0.9.7 → 0.9.8
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/yhz-ui-v3.es.ts +6 -1
- package/dist/yhz-ui-v3.umd.ts +1 -1
- package/package.json +1 -1
package/dist/yhz-ui-v3.es.ts
CHANGED
|
@@ -25178,6 +25178,10 @@ const sM = ["innerHTML", "title"], aM = { key: 2 }, iM = {
|
|
|
25178
25178
|
show: !1
|
|
25179
25179
|
}
|
|
25180
25180
|
})
|
|
25181
|
+
},
|
|
25182
|
+
closeOnClickOutside: {
|
|
25183
|
+
type: Boolean,
|
|
25184
|
+
default: !1
|
|
25181
25185
|
}
|
|
25182
25186
|
},
|
|
25183
25187
|
emits: ["dblclick", "current-change", "selection-change", "menu-click", "context-menu"],
|
|
@@ -25355,13 +25359,14 @@ const sM = ["innerHTML", "title"], aM = { key: 2 }, iM = {
|
|
|
25355
25359
|
multiple: !0,
|
|
25356
25360
|
onChange: M,
|
|
25357
25361
|
"is-other": e.isOther,
|
|
25362
|
+
closeOnClickOutside: e.closeOnClickOutside,
|
|
25358
25363
|
align: "right"
|
|
25359
25364
|
}, {
|
|
25360
25365
|
default: tl(() => [
|
|
25361
25366
|
Bn(X.$slots, "toolbar")
|
|
25362
25367
|
]),
|
|
25363
25368
|
_: 3
|
|
25364
|
-
}, 8, ["columns", "modelValue", "is-other"])) : it("", !0),
|
|
25369
|
+
}, 8, ["columns", "modelValue", "is-other", "closeOnClickOutside"])) : it("", !0),
|
|
25365
25370
|
fe("div", {
|
|
25366
25371
|
class: "table-wrapper",
|
|
25367
25372
|
ref_key: "tableWrapperRef",
|