@abi-software/map-side-bar 2.2.1-beta.5 → 2.3.1
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/cypress.config.js +23 -0
- package/dist/map-side-bar.js +6 -5
- package/dist/map-side-bar.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +8 -3
- package/reporter-config.json +10 -0
- package/src/components/SideBar.vue +1 -1
- package/src/components/Tabs.vue +17 -17
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { defineConfig } from "cypress";
|
|
2
|
+
|
|
3
|
+
export default defineConfig({
|
|
4
|
+
defaultCommandTimeout: 10000,
|
|
5
|
+
reporter: "junit",
|
|
6
|
+
experimentalMemoryManagement: true,
|
|
7
|
+
numTestsKeptInMemory: 0,
|
|
8
|
+
reporter: "cypress-multi-reporters",
|
|
9
|
+
reporterOptions: {
|
|
10
|
+
configFile: "reporter-config.json",
|
|
11
|
+
},
|
|
12
|
+
component: {
|
|
13
|
+
viewportWidth: 1440,
|
|
14
|
+
viewportHeight: 900,
|
|
15
|
+
specPattern: "cypress/component/*.cy.js",
|
|
16
|
+
devServer: {
|
|
17
|
+
framework: "vue",
|
|
18
|
+
bundler: "vite",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
video: true,
|
|
22
|
+
videoCompression: true,
|
|
23
|
+
});
|
package/dist/map-side-bar.js
CHANGED
|
@@ -17477,7 +17477,7 @@ const CF = ["src"], kF = ["src"], EF = {
|
|
|
17477
17477
|
}, 8, ["shadow", "body-style", "style"]);
|
|
17478
17478
|
};
|
|
17479
17479
|
}
|
|
17480
|
-
}, IF = /* @__PURE__ */ Qu(AF, [["__scopeId", "data-v-
|
|
17480
|
+
}, IF = /* @__PURE__ */ Qu(AF, [["__scopeId", "data-v-8306387d"]]), Oi = (e) => (Po("data-v-e745b327"), e = e(), Fo(), e), PF = {
|
|
17481
17481
|
ref: "myButton",
|
|
17482
17482
|
class: "gallery"
|
|
17483
17483
|
}, FF = { class: "gallery-strip" }, $F = /* @__PURE__ */ Oi(() => /* @__PURE__ */ j("span", { class: "progress-button" }, "‹", -1)), RF = [
|
|
@@ -21541,7 +21541,7 @@ const um = /* @__PURE__ */ Kn(Z9, [["render", E$], ["__scopeId", "data-v-f1c5062
|
|
|
21541
21541
|
this.$emit("tab-close", e);
|
|
21542
21542
|
}
|
|
21543
21543
|
}
|
|
21544
|
-
}, T$ = (e) => (Po("data-v-
|
|
21544
|
+
}, T$ = (e) => (Po("data-v-a569bcfd"), e = e(), Fo(), e), A$ = { class: "tab-container" }, I$ = ["onClick"], P$ = { class: "title-text" }, F$ = /* @__PURE__ */ T$(() => /* @__PURE__ */ j("span", { class: "visually-hidden" }, "Close", -1));
|
|
21545
21545
|
function $$(e, t, n, r, o, a) {
|
|
21546
21546
|
const s = Fn;
|
|
21547
21547
|
return x(), A("div", A$, [
|
|
@@ -21570,7 +21570,7 @@ function $$(e, t, n, r, o, a) {
|
|
|
21570
21570
|
], 2))), 128))
|
|
21571
21571
|
]);
|
|
21572
21572
|
}
|
|
21573
|
-
const cm = /* @__PURE__ */ Kn(O$, [["render", $$], ["__scopeId", "data-v-
|
|
21573
|
+
const cm = /* @__PURE__ */ Kn(O$, [["render", $$], ["__scopeId", "data-v-a569bcfd"]]), R$ = {
|
|
21574
21574
|
components: {
|
|
21575
21575
|
SidebarContent: im,
|
|
21576
21576
|
Tabs: cm,
|
|
@@ -21634,7 +21634,8 @@ const cm = /* @__PURE__ */ Kn(O$, [["render", $$], ["__scopeId", "data-v-312bf84
|
|
|
21634
21634
|
},
|
|
21635
21635
|
data: function() {
|
|
21636
21636
|
return {
|
|
21637
|
-
drawerOpen: !1
|
|
21637
|
+
drawerOpen: !1,
|
|
21638
|
+
availableAnatomyFacets: []
|
|
21638
21639
|
};
|
|
21639
21640
|
},
|
|
21640
21641
|
methods: {
|
|
@@ -21840,7 +21841,7 @@ function D$(e, t, n, r, o, a) {
|
|
|
21840
21841
|
}, 8, ["modelValue"])
|
|
21841
21842
|
], 512);
|
|
21842
21843
|
}
|
|
21843
|
-
const V$ = /* @__PURE__ */ Kn(R$, [["render", D$], ["__scopeId", "data-v-
|
|
21844
|
+
const V$ = /* @__PURE__ */ Kn(R$, [["render", D$], ["__scopeId", "data-v-4d616bd4"]]);
|
|
21844
21845
|
export {
|
|
21845
21846
|
V$ as SideBar
|
|
21846
21847
|
};
|