Skip to content
Snippets Groups Projects
Verified Commit 21512e89 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update tests and doc

parent cdec3719
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,6 @@
* License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
*/
import { Tabs as NewTabs } from "../layout/tabs.mjs";
import {
registerCustomElement,
} from "../../dom/customelement.mjs";
export { Tabs };
/**
......@@ -57,4 +52,4 @@ class Tabs extends NewTabs {
}
registerCustomElement(Tabs);
/**
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
* Node module: @schukai/monster
......@@ -15,6 +16,10 @@
* @author schukai GmbH
*/
export * from "./components/layout/tabs.mjs";
export * from "./components/layout/split-screen.mjs";
export * from "./components/layout/stylesheet/tabs.mjs";
export * from "./components/layout/stylesheet/split-screen.mjs";
export * from "./components/form/message-state-button.mjs";
export * from "./components/form/button-bar.mjs";
export * from "./components/form/reload.mjs";
......@@ -42,7 +47,6 @@ export * from "./components/form/constants.mjs";
export * from "./components/form/stylesheet/message-state-button.mjs";
export * from "./components/form/stylesheet/button-bar.mjs";
export * from "./components/form/stylesheet/context-help.mjs";
export * from "./components/form/stylesheet/tabs.mjs";
export * from "./components/form/stylesheet/state-button.mjs";
export * from "./components/form/stylesheet/popper.mjs";
export * from "./components/form/stylesheet/select.mjs";
......
......@@ -46,7 +46,7 @@ describe('Tabs', function () {
}));
}
promises.push(import("../../../../source/components/form/tabs.mjs").then((m) => {
promises.push(import("../../../../source/components/layout/tabs.mjs").then((m) => {
Tabs = m['Tabs'];
}))
......
/** this file was created automatically by the run-web-tests script */
import "./prepare.js";
import "../cases/components/layout/tabs.mjs";
import "../cases/components/form/reload.mjs";
import "../cases/components/form/tabs.mjs";
import "../cases/components/form/state-button.mjs";
import "../cases/components/form/select.mjs";
import "../cases/components/form/confirm-button.mjs";
......
......@@ -15,8 +15,8 @@
</head>
<body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 3.57.0</h1>
<div id="lastupdate" style='font-size:0.7em'>last update So 17. Mär 11:35:11 CET 2024</div>
<h1 style='margin-bottom: 0.1em;'>Monster 3.58.4</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Sa 23. Mär 22:04:34 CET 2024</div>
</div>
<div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment