@deskhero/dh_ui 2.12.0 → 2.13.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/dist/dh_ui.es.js +2 -2
- package/dist/dh_ui.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -17449,7 +17449,7 @@ function oE(i, e, t, n, o, r) {
|
|
|
17449
17449
|
return C(), U("div", {
|
|
17450
17450
|
id: "main-contain",
|
|
17451
17451
|
ref: "main",
|
|
17452
|
-
class: "dh-tooltip-container tooltip",
|
|
17452
|
+
class: ne(["dh-tooltip-container tooltip", i.tooltipText.length === 0 ? "no-text" : ""]),
|
|
17453
17453
|
placement: i.placement,
|
|
17454
17454
|
target: i.target,
|
|
17455
17455
|
tooltipText: i.tooltipText,
|
|
@@ -17465,7 +17465,7 @@ function oE(i, e, t, n, o, r) {
|
|
|
17465
17465
|
}, [
|
|
17466
17466
|
Q("span", nE, re(i.tooltipText), 1)
|
|
17467
17467
|
], 10, iE)
|
|
17468
|
-
],
|
|
17468
|
+
], 42, tE);
|
|
17469
17469
|
}
|
|
17470
17470
|
const rE = /* @__PURE__ */ ht(eE, [["render", oE]]);
|
|
17471
17471
|
const aE = { class: "copy__text" }, sE = ["readonly"], t3 = {
|