scope360-core 0.0.204 → 0.0.205
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/scope360-core.js
CHANGED
|
@@ -11786,7 +11786,11 @@ const e5 = {
|
|
|
11786
11786
|
}, s5 = /* @__PURE__ */ Ue(yD, [["__scopeId", "data-v-cd05e8e4"]]), _D = { class: "scope-tooltip" }, vD = {
|
|
11787
11787
|
__name: "Tooltip",
|
|
11788
11788
|
props: {
|
|
11789
|
-
alternative: Boolean
|
|
11789
|
+
alternative: Boolean,
|
|
11790
|
+
position: {
|
|
11791
|
+
type: String,
|
|
11792
|
+
default: "top"
|
|
11793
|
+
}
|
|
11790
11794
|
},
|
|
11791
11795
|
setup(t) {
|
|
11792
11796
|
return (e, n) => (D(), E("div", _D, [
|
|
@@ -11799,13 +11803,13 @@ const e5 = {
|
|
|
11799
11803
|
})
|
|
11800
11804
|
], 2),
|
|
11801
11805
|
A("div", {
|
|
11802
|
-
class: ue(["scope-tooltip__text", { "-alternative": t.alternative }])
|
|
11806
|
+
class: ue(["scope-tooltip__text", { "-alternative": t.alternative }, `-${t.position}`])
|
|
11803
11807
|
}, [
|
|
11804
11808
|
de(e.$slots, "default", {}, void 0, !0)
|
|
11805
11809
|
], 2)
|
|
11806
11810
|
]));
|
|
11807
11811
|
}
|
|
11808
|
-
}, ds = /* @__PURE__ */ Ue(vD, [["__scopeId", "data-v-
|
|
11812
|
+
}, ds = /* @__PURE__ */ Ue(vD, [["__scopeId", "data-v-b3a05358"]]), bD = { class: "no-more" }, wD = { class: "no-more__icon-wrapper" }, kD = { class: "__text-wrapper" }, xD = { class: "no-more__title" }, SD = { class: "no-more__subtitle" }, MD = {
|
|
11809
11813
|
__name: "NoMore",
|
|
11810
11814
|
props: {
|
|
11811
11815
|
title: {
|