dlzn-ui 1.78.0 → 1.79.0
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/assets/menu-DaBAai1-.css +1 -0
- package/chunks/{MenuNode-Bsx5EX6G.mjs → MenuNode-B0BuD3Z-.mjs} +1 -1
- package/{hooks/useContextMenu/menu/Index.mjs → chunks/menu-DTGuCZKc.mjs} +8 -8
- package/hooks/useContextMenu/index.d.ts +1 -1
- package/hooks/useContextMenu/menu/index.d.ts +2 -0
- package/hooks/useContextMenu/menu/index.mjs +2 -0
- package/hooks/useContextMenu/menu/src/MenuNode.mjs +2 -0
- package/hooks/useContextMenu/menu/{MenuNode.vue.d.ts → src/MenuNode.vue.d.ts} +1 -1
- package/hooks/useContextMenu/menu/src/menu.mjs +2 -0
- package/package.json +1 -1
- package/assets/Index-BSZpeLbt.css +0 -1
- package/hooks/useContextMenu/menu/MenuNode.mjs +0 -2
- /package/hooks/useContextMenu/menu/{types.d.ts → src/menu.d.ts} +0 -0
- /package/hooks/useContextMenu/menu/{Index.vue.d.ts → src/menu.vue.d.ts} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.custom_context_menu[data-v-1f602ec6]{--td-bg-color-container-hover:var(--td-bg-color-secondarycontainer-hover);border:.5px solid var(--td-component-border);border-radius:var(--td-radius-medium);min-width:100px;box-shadow:var(--td-shadow-2)}.custom_context_menu[data-v-1f602ec6] .t-menu--scroll{padding:8px 0!important}.custom_context_menu[data-v-1f602ec6] .t-menu__item{height:var(--td-comp-size-s);line-height:var(--td-comp-size-s);margin-top:0!important;padding:0 12px!important}.custom_context_menu[data-v-1f602ec6] .t-submenu{margin-top:0!important}.custom_context_menu[data-v-1f602ec6] .t-fake-arrow{transform:rotate(270deg)!important}.custom_context_menu[data-v-1f602ec6] .t-fake-arrow path{d:path("M3.75 5.7998L7.99274 10.0425L12.2361 5.79921")!important}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Fragment as e, createBlock as t, createElementBlock as n, createSlots as r, createVNode as i, defineComponent as a, mergeProps as o, openBlock as s, renderList as c, resolveComponent as l, unref as u, withCtx as d } from "vue";
|
|
2
2
|
import { Icon as f, MenuItem as p, Submenu as m } from "tdesign-vue-next";
|
|
3
3
|
import '../assets/MenuNode-BWhgOPrH.css';//#endregion
|
|
4
|
-
//#region ../../packages/dlzn-ui/hooks/useContextMenu/menu/MenuNode.vue
|
|
4
|
+
//#region ../../packages/dlzn-ui/hooks/useContextMenu/menu/src/MenuNode.vue
|
|
5
5
|
var h = /* @__PURE__ */ a({
|
|
6
6
|
name: "MenuNode",
|
|
7
7
|
__name: "MenuNode",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { t as e } from "
|
|
2
|
-
import t from "../index.mjs";
|
|
3
|
-
import { t as n } from "
|
|
1
|
+
import { t as e } from "./plugin-vue_export-helper-B3ysoDQm.mjs";
|
|
2
|
+
import t from "../hooks/useContextMenu/index.mjs";
|
|
3
|
+
import { t as n } from "./MenuNode-B0BuD3Z-.mjs";
|
|
4
4
|
import { createBlock as r, createCommentVNode as i, createVNode as a, defineComponent as o, normalizeStyle as s, openBlock as c, unref as l, withCtx as u } from "vue";
|
|
5
5
|
import { Menu as d } from "tdesign-vue-next";
|
|
6
|
-
import '
|
|
7
|
-
//#region ../../packages/dlzn-ui/hooks/useContextMenu/menu/
|
|
6
|
+
import '../assets/menu-DaBAai1-.css';//#endregion
|
|
7
|
+
//#region ../../packages/dlzn-ui/hooks/useContextMenu/menu/src/menu.vue
|
|
8
8
|
var f = /*#__PURE__*/ e(/* @__PURE__ */ o({
|
|
9
|
-
__name: "
|
|
9
|
+
__name: "menu",
|
|
10
10
|
setup(e) {
|
|
11
11
|
let { items: o, showMenu: f, x: p, y: m } = t();
|
|
12
12
|
return (e, t) => l(f) ? (c(), r(l(d), {
|
|
@@ -23,6 +23,6 @@ var f = /*#__PURE__*/ e(/* @__PURE__ */ o({
|
|
|
23
23
|
_: 1
|
|
24
24
|
}, 8, ["style"])) : i("v-if", !0);
|
|
25
25
|
}
|
|
26
|
-
}), [["__scopeId", "data-v-
|
|
26
|
+
}), [["__scopeId", "data-v-1f602ec6"]]);
|
|
27
27
|
//#endregion
|
|
28
|
-
export { f as
|
|
28
|
+
export { f as t };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.custom_context_menu[data-v-ed6ea484]{--td-bg-color-container-hover:var(--td-bg-color-secondarycontainer-hover);border:.5px solid var(--td-component-border);border-radius:var(--td-radius-medium);min-width:100px;box-shadow:var(--td-shadow-2)}.custom_context_menu[data-v-ed6ea484] .t-menu--scroll{padding:8px 0!important}.custom_context_menu[data-v-ed6ea484] .t-menu__item{height:var(--td-comp-size-s);line-height:var(--td-comp-size-s);margin-top:0!important;padding:0 12px!important}.custom_context_menu[data-v-ed6ea484] .t-submenu{margin-top:0!important}.custom_context_menu[data-v-ed6ea484] .t-fake-arrow{transform:rotate(270deg)!important}.custom_context_menu[data-v-ed6ea484] .t-fake-arrow path{d:path("M3.75 5.7998L7.99274 10.0425L12.2361 5.79921")!important}
|
|
File without changes
|
|
File without changes
|