Skip to content

Commit eff4eab

Browse files
committed
more
1 parent 434d52e commit eff4eab

File tree

91 files changed

+13827
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+13827
-0
lines changed

extensions/devui/resources/pom.xml

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>io.quarkus</groupId>
6+
<artifactId>quarkus-vertx-http-parent</artifactId>
7+
<version>999-SNAPSHOT</version>
8+
<relativePath>../</relativePath>
9+
</parent>
10+
<artifactId>quarkus-vertx-http-dev-ui-resources</artifactId>
11+
<name>Quarkus - Vert.x - HTTP - Dev UI Resources</name>
12+
13+
<dependencies>
14+
<!-- Vaadin Router -->
15+
<dependency>
16+
<groupId>org.mvnpm.at.vaadin</groupId>
17+
<artifactId>router</artifactId>
18+
<scope>runtime</scope>
19+
</dependency>
20+
<dependency>
21+
<groupId>org.mvnpm</groupId>
22+
<artifactId>path-to-regexp</artifactId>
23+
<scope>runtime</scope>
24+
</dependency>
25+
<!-- Vaadin Web components -->
26+
<dependency>
27+
<groupId>org.mvnpm.at.mvnpm</groupId>
28+
<artifactId>vaadin-webcomponents</artifactId>
29+
<scope>runtime</scope>
30+
</dependency>
31+
<dependency>
32+
<groupId>org.mvnpm.at.vaadin</groupId>
33+
<artifactId>vaadin-usage-statistics</artifactId>
34+
<scope>runtime</scope>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.mvnpm.at.vaadin</groupId>
38+
<artifactId>vaadin-development-mode-detector</artifactId>
39+
<scope>runtime</scope>
40+
</dependency>
41+
<dependency>
42+
<groupId>org.mvnpm.at.polymer</groupId>
43+
<artifactId>polymer</artifactId>
44+
<scope>runtime</scope>
45+
</dependency>
46+
<dependency>
47+
<groupId>org.mvnpm.at.webcomponents</groupId>
48+
<artifactId>shadycss</artifactId>
49+
<scope>runtime</scope>
50+
</dependency>
51+
<dependency>
52+
<groupId>org.mvnpm.at.open-wc</groupId>
53+
<artifactId>dedupe-mixin</artifactId>
54+
<scope>runtime</scope>
55+
</dependency>
56+
57+
<!-- Lit -->
58+
<dependency>
59+
<groupId>org.mvnpm</groupId>
60+
<artifactId>lit</artifactId>
61+
<scope>runtime</scope>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.mvnpm.at.lit</groupId>
65+
<artifactId>reactive-element</artifactId>
66+
<scope>runtime</scope>
67+
</dependency>
68+
<dependency>
69+
<groupId>org.mvnpm</groupId>
70+
<artifactId>lit-element</artifactId>
71+
<scope>runtime</scope>
72+
</dependency>
73+
<dependency>
74+
<groupId>org.mvnpm</groupId>
75+
<artifactId>lit-html</artifactId>
76+
<scope>runtime</scope>
77+
</dependency>
78+
<dependency>
79+
<groupId>org.mvnpm.at.lit-labs</groupId>
80+
<artifactId>ssr-dom-shim</artifactId>
81+
<scope>runtime</scope>
82+
</dependency>
83+
<dependency>
84+
<groupId>org.mvnpm.at.types</groupId>
85+
<artifactId>trusted-types</artifactId>
86+
<scope>runtime</scope>
87+
</dependency>
88+
<dependency>
89+
<groupId>org.mvnpm</groupId>
90+
<artifactId>lit-element-state</artifactId>
91+
<scope>runtime</scope>
92+
</dependency>
93+
94+
<!-- Apache echarts -->
95+
<dependency>
96+
<groupId>org.mvnpm</groupId>
97+
<artifactId>echarts</artifactId>
98+
<scope>runtime</scope>
99+
</dependency>
100+
101+
<!-- Code editor -->
102+
<dependency>
103+
<groupId>org.mvnpm.at.mvnpm</groupId>
104+
<artifactId>codeblock</artifactId>
105+
<scope>runtime</scope>
106+
</dependency>
107+
108+
<!-- Qomponent -->
109+
<dependency>
110+
<groupId>org.mvnpm.at.mvnpm</groupId>
111+
<artifactId>qomponent</artifactId>
112+
<scope>runtime</scope>
113+
</dependency>
114+
<dependency>
115+
<groupId>org.mvnpm.at.qomponent</groupId>
116+
<artifactId>qui-directory-tree</artifactId>
117+
<scope>runtime</scope>
118+
</dependency>
119+
120+
<!-- Markdown it -->
121+
<dependency>
122+
<groupId>org.mvnpm</groupId>
123+
<artifactId>markdown-it</artifactId>
124+
<scope>runtime</scope>
125+
</dependency>
126+
<dependency>
127+
<groupId>org.mvnpm</groupId>
128+
<artifactId>argparse</artifactId>
129+
<scope>runtime</scope>
130+
</dependency>
131+
<dependency>
132+
<groupId>org.mvnpm</groupId>
133+
<artifactId>entities</artifactId>
134+
<scope>runtime</scope>
135+
</dependency>
136+
<dependency>
137+
<groupId>org.mvnpm</groupId>
138+
<artifactId>linkify-it</artifactId>
139+
<scope>runtime</scope>
140+
</dependency>
141+
<dependency>
142+
<groupId>org.mvnpm</groupId>
143+
<artifactId>mdurl</artifactId>
144+
<scope>runtime</scope>
145+
</dependency>
146+
<dependency>
147+
<groupId>org.mvnpm</groupId>
148+
<artifactId>punycode.js</artifactId>
149+
<scope>runtime</scope>
150+
</dependency>
151+
<dependency>
152+
<groupId>org.mvnpm</groupId>
153+
<artifactId>uc.micro</artifactId>
154+
<scope>runtime</scope>
155+
</dependency>
156+
157+
<!-- Polyfill for importmaps -->
158+
<dependency>
159+
<groupId>org.mvnpm</groupId>
160+
<artifactId>es-module-shims</artifactId>
161+
<scope>runtime</scope>
162+
</dependency>
163+
</dependencies>
164+
</project>

extensions/devui/resources/src/main/resources/dev-ui-templates/build-time/build-time-data.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="shortcut icon" type="image/png" href="{contextRoot}favicon.ico">
7+
8+
<script async src="{nonApplicationRoot}_static/es-module-shims/{esModuleShimsVersion}/dist/es-module-shims.js"></script>
9+
10+
<script type="importmap">
11+
{importmap}
12+
</script>
13+
14+
<script type="module" src="{contextRoot}icon/font-awesome.js"></script>
15+
16+
<script type="module" src="{contextRoot}qwc/qwc-header.js"></script>
17+
<script type="module" src="{contextRoot}qwc/qwc-menu.js"></script>
18+
<script type="module" src="{contextRoot}qwc/qwc-footer.js"></script>
19+
20+
<title>Dev UI</title>
21+
22+
<style>
23+
body {
24+
{themeVars}
25+
--lumo-clickable-cursor: pointer;
26+
margin: 0;
27+
width:100vw;
28+
height: 100vh;
29+
font-family: var(--lumo-font-family);
30+
font-size: var(--lumo-font-size-m);
31+
line-height: var(--lumo-line-height-m);
32+
overflow: hidden;
33+
display: flex;
34+
flex-direction: column;
35+
justify-content: space-between;
36+
color: var(--lumo-body-text-color);
37+
background: var(--lumo-base-color);
38+
}
39+
40+
/*Contains the menu and pages*/
41+
.middle {
42+
overflow: hidden;
43+
display: flex;
44+
flex-direction: row;
45+
justify-content: flex-start;
46+
flex:1;
47+
}
48+
49+
#page {
50+
overflow-y: auto;
51+
overflow-x: hidden;
52+
flex: 1;
53+
padding-bottom: 10px;
54+
}
55+
56+
.loading {
57+
position: absolute;
58+
top: 50%;
59+
left: 50%;
60+
transform: translate(-50%, -50%);
61+
}
62+
63+
qwc-footer {
64+
overflow: hidden;
65+
min-height: 38px;
66+
}
67+
</style>
68+
</head>
69+
70+
<body>
71+
72+
<qwc-header></qwc-header>
73+
74+
<div class="middle">
75+
<qwc-menu></qwc-menu>
76+
<div id="page">
77+
<img class="loading" src="quarkus-logo.png" alt="Quarkus"></img>
78+
</div>
79+
</div>
80+
81+
<qwc-footer></qwc-footer>
82+
83+
</body>
84+
85+
</html>

0 commit comments

Comments
 (0)