bi-components-library 1.3.2-next.80 → 1.3.2-next.81

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.es.js CHANGED
@@ -40317,20 +40317,24 @@ tb.displayName = "FooterFilesList";
40317
40317
  const Xf = 9999, m_ = ({ messageRef: e }) => {
40318
40318
  const { message: t } = gr.useApp();
40319
40319
  return e.current = t, null;
40320
- }, nb = ge.memo(({ title: e, onClose: t }) => /* @__PURE__ */ v(dr, { title: "点击退出技能", placement: "top", children: /* @__PURE__ */ v("span", { className: "tag-node group", contentEditable: !1, children: /* @__PURE__ */ v(
40321
- "span",
40322
- {
40323
- className: "tag-label",
40324
- "data-tag-clickable": "true",
40325
- onMouseDown: (n) => {
40326
- n.preventDefault(), n.stopPropagation();
40327
- },
40328
- onClick: (n) => {
40329
- n.preventDefault(), n.stopPropagation(), t();
40330
- },
40331
- children: e
40332
- }
40333
- ) }) }));
40320
+ }, nb = ge.memo(({ title: e, onClose: t }) => (
40321
+ // zIndex 10000 盖过技能面板(SkillButton 弹层 9999),否则面板打开时 hover tag 的「点击退出技能」
40322
+ // 气泡被面板遮住(SeTooltip 默认 zIndex ~1070 < 9999)。与 SkillPanel 内各 tooltip 同款抬层。
40323
+ /* @__PURE__ */ v(dr, { title: "点击退出技能", placement: "top", zIndex: 1e4, children: /* @__PURE__ */ v("span", { className: "tag-node group", contentEditable: !1, children: /* @__PURE__ */ v(
40324
+ "span",
40325
+ {
40326
+ className: "tag-label",
40327
+ "data-tag-clickable": "true",
40328
+ onMouseDown: (n) => {
40329
+ n.preventDefault(), n.stopPropagation();
40330
+ },
40331
+ onClick: (n) => {
40332
+ n.preventDefault(), n.stopPropagation(), t();
40333
+ },
40334
+ children: e
40335
+ }
40336
+ ) }) })
40337
+ ));
40334
40338
  nb.displayName = "SkillTag";
40335
40339
  const V_ = (e) => {
40336
40340
  const {