@pantograph/vue 0.34.1 → 0.34.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/index.js +3 -5
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16343,10 +16343,8 @@ const Bp = ["sm", "md", "lg"], eo = De("menu_item"), dv = (e) => {
|
|
|
16343
16343
|
if (o.selectable && !f.danger && !f.hasChildren)
|
|
16344
16344
|
if (o.multiple)
|
|
16345
16345
|
if (d.value.indexOf(f.key) > -1) {
|
|
16346
|
-
|
|
16347
|
-
|
|
16348
|
-
o.selectedKeys || (d.value = k), n("update:selectedKeys", k), n("deselect", { item: f, selectedKeys: d.value });
|
|
16349
|
-
}
|
|
16346
|
+
const k = He(d.value).filter((b) => b !== f.key);
|
|
16347
|
+
o.selectedKeys || (d.value = k), n("update:selectedKeys", k), n("deselect", { item: f, selectedKeys: d.value });
|
|
16350
16348
|
} else {
|
|
16351
16349
|
const k = [...He(d.value), f.key];
|
|
16352
16350
|
o.selectedKeys || (d.value = k), n("update:selectedKeys", k), n("select", { item: f, selectedKeys: d.value });
|
|
@@ -52995,7 +52993,7 @@ const Ed = /* @__PURE__ */ V({
|
|
|
52995
52993
|
});
|
|
52996
52994
|
Object.assign(xl, fe(xl, "Tooltip"));
|
|
52997
52995
|
Object.assign(Ed, fe(Ed, "TooltipProvider"));
|
|
52998
|
-
const _z = "0.34.
|
|
52996
|
+
const _z = "0.34.1", Oz = function(e, t = {}) {
|
|
52999
52997
|
const { cssInJs: o } = t;
|
|
53000
52998
|
return e.config.globalProperties.$pantographCssInJs = o, import("@pantograph/tokens/style/index.css"), o || import("@pantograph/styles/index.css"), Object.values(tx).forEach((n) => {
|
|
53001
52999
|
n.install && e.use(n);
|