Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Monster
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Libraries
Javascript
Monster
Commits
334c654b
Verified
Commit
334c654b
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
chore: build-webtest
parent
fb60e229
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
source/monster.mjs
+3
-0
3 additions, 0 deletions
source/monster.mjs
test/web/import.js
+1
-0
1 addition, 0 deletions
test/web/import.js
test/web/test.html
+2
-2
2 additions, 2 deletions
test/web/test.html
test/web/tests.js
+990
-460
990 additions, 460 deletions
test/web/tests.js
with
996 additions
and
462 deletions
source/monster.mjs
+
3
−
0
View file @
334c654b
/**
/**
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
* Copyright schukai GmbH and contributors 2023. All Rights Reserved.
* Node module: @schukai/monster
* Node module: @schukai/monster
...
@@ -35,6 +36,7 @@ export * from "./components/form/tree-select.mjs";
...
@@ -35,6 +36,7 @@ export * from "./components/form/tree-select.mjs";
export
*
from
"
./components/form/popper-button.mjs
"
;
export
*
from
"
./components/form/popper-button.mjs
"
;
export
*
from
"
./components/form/shadow-reload.mjs
"
;
export
*
from
"
./components/form/shadow-reload.mjs
"
;
export
*
from
"
./components/form/button.mjs
"
;
export
*
from
"
./components/form/button.mjs
"
;
export
*
from
"
./components/form/toggle-switch.mjs
"
;
export
*
from
"
./components/form/types/state.mjs
"
;
export
*
from
"
./components/form/types/state.mjs
"
;
export
*
from
"
./components/form/template.mjs
"
;
export
*
from
"
./components/form/template.mjs
"
;
export
*
from
"
./components/form/constants.mjs
"
;
export
*
from
"
./components/form/constants.mjs
"
;
...
@@ -53,6 +55,7 @@ export * from "./components/form/stylesheet/api-button.mjs";
...
@@ -53,6 +55,7 @@ export * from "./components/form/stylesheet/api-button.mjs";
export
*
from
"
./components/form/stylesheet/tree-select.mjs
"
;
export
*
from
"
./components/form/stylesheet/tree-select.mjs
"
;
export
*
from
"
./components/form/stylesheet/popper-button.mjs
"
;
export
*
from
"
./components/form/stylesheet/popper-button.mjs
"
;
export
*
from
"
./components/form/stylesheet/button.mjs
"
;
export
*
from
"
./components/form/stylesheet/button.mjs
"
;
export
*
from
"
./components/form/stylesheet/toggle-switch.mjs
"
;
export
*
from
"
./components/notify/message.mjs
"
;
export
*
from
"
./components/notify/message.mjs
"
;
export
*
from
"
./components/notify/notify.mjs
"
;
export
*
from
"
./components/notify/notify.mjs
"
;
export
*
from
"
./components/notify/constants.mjs
"
;
export
*
from
"
./components/notify/constants.mjs
"
;
...
...
This diff is collapsed.
Click to expand it.
test/web/import.js
+
1
−
0
View file @
334c654b
...
@@ -8,6 +8,7 @@ import "../cases/components/form/confirm-button.mjs";
...
@@ -8,6 +8,7 @@ import "../cases/components/form/confirm-button.mjs";
import
"
../cases/components/form/form.mjs
"
;
import
"
../cases/components/form/form.mjs
"
;
import
"
../cases/components/form/tree-select.mjs
"
;
import
"
../cases/components/form/tree-select.mjs
"
;
import
"
../cases/components/form/button.mjs
"
;
import
"
../cases/components/form/button.mjs
"
;
import
"
../cases/components/form/toggle-switch.mjs
"
;
import
"
../cases/components/form/template.mjs
"
;
import
"
../cases/components/form/template.mjs
"
;
import
"
../cases/components/notify/message.mjs
"
;
import
"
../cases/components/notify/message.mjs
"
;
import
"
../cases/components/notify/notify.mjs
"
;
import
"
../cases/components/notify/notify.mjs
"
;
...
...
This diff is collapsed.
Click to expand it.
test/web/test.html
+
2
−
2
View file @
334c654b
...
@@ -15,8 +15,8 @@
...
@@ -15,8 +15,8 @@
</head>
</head>
<body>
<body>
<div
id=
"headline"
style=
"display: flex;align-items: center;justify-content: center;flex-direction: column;"
>
<div
id=
"headline"
style=
"display: flex;align-items: center;justify-content: center;flex-direction: column;"
>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 3.5
6.1
</h1>
<h1
style=
'margin-bottom: 0.1em;'
>
Monster 3.5
7.0
</h1>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update
M
o
4
. Mär
0
1:3
8:34
CET 2024
</div>
<div
id=
"lastupdate"
style=
'font-size:0.7em'
>
last update
S
o
17
. Mär
1
1:3
5:11
CET 2024
</div>
</div>
</div>
<div
id=
"mocha-errors"
<div
id=
"mocha-errors"
style=
"color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"
></div>
style=
"color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"
></div>
...
...
This diff is collapsed.
Click to expand it.
test/web/tests.js
+
990
−
460
View file @
334c654b
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment