scope360-core 0.0.25 → 0.0.26
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
|
@@ -9243,7 +9243,7 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9243
9243
|
emits: ["openPage"],
|
|
9244
9244
|
setup(n, { emit: e }) {
|
|
9245
9245
|
const t = e, a = (r) => {
|
|
9246
|
-
|
|
9246
|
+
t("openPage", r);
|
|
9247
9247
|
};
|
|
9248
9248
|
return (r, i) => (A(), V("button", {
|
|
9249
9249
|
class: he(["scope-navigation-tab", { "-selected": n.selected }]),
|
|
@@ -9258,7 +9258,7 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9258
9258
|
n.isFull ? (A(), V("span", um, Pe(n.tabName), 1)) : W("", !0)
|
|
9259
9259
|
], 2));
|
|
9260
9260
|
}
|
|
9261
|
-
}, yy = /* @__PURE__ */ Yt(cm, [["__scopeId", "data-v-
|
|
9261
|
+
}, yy = /* @__PURE__ */ Yt(cm, [["__scopeId", "data-v-5e3c38cb"]]);
|
|
9262
9262
|
function hn(n) {
|
|
9263
9263
|
if (n === void 0)
|
|
9264
9264
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|