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