scope360-core 0.0.24 → 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
|
@@ -9238,14 +9238,16 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9238
9238
|
tabName: String,
|
|
9239
9239
|
selected: Boolean,
|
|
9240
9240
|
isFull: Boolean,
|
|
9241
|
-
|
|
9241
|
+
page: String
|
|
9242
9242
|
},
|
|
9243
|
-
emits: ["
|
|
9243
|
+
emits: ["openPage"],
|
|
9244
9244
|
setup(n, { emit: e }) {
|
|
9245
|
-
const t = e
|
|
9246
|
-
|
|
9245
|
+
const t = e, a = (r) => {
|
|
9246
|
+
t("openPage", r);
|
|
9247
|
+
};
|
|
9248
|
+
return (r, i) => (A(), V("button", {
|
|
9247
9249
|
class: he(["scope-navigation-tab", { "-selected": n.selected }]),
|
|
9248
|
-
onClick:
|
|
9250
|
+
onClick: i[0] || (i[0] = (s) => a(n.page))
|
|
9249
9251
|
}, [
|
|
9250
9252
|
se("div", lm, [
|
|
9251
9253
|
Te(on, {
|
|
@@ -9256,7 +9258,7 @@ const em = { class: "scope-datepicker__wrapper" }, tm = {
|
|
|
9256
9258
|
n.isFull ? (A(), V("span", um, Pe(n.tabName), 1)) : W("", !0)
|
|
9257
9259
|
], 2));
|
|
9258
9260
|
}
|
|
9259
|
-
}, yy = /* @__PURE__ */ Yt(cm, [["__scopeId", "data-v-
|
|
9261
|
+
}, yy = /* @__PURE__ */ Yt(cm, [["__scopeId", "data-v-5e3c38cb"]]);
|
|
9260
9262
|
function hn(n) {
|
|
9261
9263
|
if (n === void 0)
|
|
9262
9264
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|