Skip to content

Commit

Permalink
Merge pull request mvnpm#6450 from phillip-kruger/qomponent
Browse files Browse the repository at this point in the history
Qomponent
  • Loading branch information
phillip-kruger authored May 8, 2024
2 parents 4a5aa87 + cebae86 commit 5e795cf
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 60 deletions.
220 changes: 203 additions & 17 deletions .locker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,180 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.mvnpm</groupId>
<version>3.0.36-SNAPSHOT</version>
<version>3.0.37-SNAPSHOT</version>
<artifactId>mvnpm-locker</artifactId>
<packaging>pom</packaging>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>autocomplete</artifactId>
<version>6.16.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>commands</artifactId>
<version>6.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-css</artifactId>
<version>6.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-html</artifactId>
<version>6.4.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-java</artifactId>
<version>6.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-javascript</artifactId>
<version>6.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-json</artifactId>
<version>6.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-markdown</artifactId>
<version>6.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-sass</artifactId>
<version>6.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-sql</artifactId>
<version>6.6.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-xml</artifactId>
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lang-yaml</artifactId>
<version>6.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>language</artifactId>
<version>6.10.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>lint</artifactId>
<version>6.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>state</artifactId>
<version>6.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.codemirror</groupId>
<artifactId>view</artifactId>
<version>6.26.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>common</artifactId>
<version>1.2.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>css</artifactId>
<version>1.1.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>highlight</artifactId>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>html</artifactId>
<version>1.3.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>java</artifactId>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>javascript</artifactId>
<version>1.4.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>json</artifactId>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>lr</artifactId>
<version>1.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>markdown</artifactId>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>sass</artifactId>
<version>1.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>xml</artifactId>
<version>1.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lezer</groupId>
<artifactId>yaml</artifactId>
<version>1.0.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.lit-labs</groupId>
<artifactId>ssr-dom-shim</artifactId>
Expand All @@ -23,16 +191,10 @@
<version>2.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.mvnpm</groupId>
<artifactId>codeblock</artifactId>
<version>1.0.13</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.mvnpm</groupId>
<artifactId>vaadin-webcomponents</artifactId>
<version>24.3.11</version>
<version>24.3.12</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -48,15 +210,21 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.quarkus-webcomponents</groupId>
<artifactId>badge</artifactId>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-badge</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.quarkus-webcomponents</groupId>
<artifactId>card</artifactId>
<version>1.0.0</version>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-card</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-code-block</artifactId>
<version>1.0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -68,13 +236,13 @@
<dependency>
<groupId>org.mvnpm.at.vaadin</groupId>
<artifactId>component-base</artifactId>
<version>24.3.11</version>
<version>24.3.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.vaadin</groupId>
<artifactId>icon</artifactId>
<version>24.3.11</version>
<version>24.3.12</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -92,13 +260,13 @@
<dependency>
<groupId>org.mvnpm.at.vaadin</groupId>
<artifactId>vaadin-lumo-styles</artifactId>
<version>24.3.11</version>
<version>24.3.12</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm.at.vaadin</groupId>
<artifactId>vaadin-themable-mixin</artifactId>
<version>24.3.11</version>
<version>24.3.12</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -119,6 +287,12 @@
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>crelt</artifactId>
<version>1.0.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>lit-element</artifactId>
Expand Down Expand Up @@ -149,6 +323,18 @@
<version>2.4.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>style-mod</artifactId>
<version>4.1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>w3c-keyname</artifactId>
<version>2.2.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mvnpm</groupId>
<artifactId>mvnpm</artifactId>
<version>3.0.36-SNAPSHOT</version>
<version>3.0.37-SNAPSHOT</version>
<name>mvnpm</name>
<description>Maven on NPM</description>
<url>https://mvnpm.org/</url>
Expand Down Expand Up @@ -62,14 +62,14 @@

<pgpainless.version>1.5.5</pgpainless.version>
<!-- UI Libs -->
<quarkus-web-bundler.version>1.4.0</quarkus-web-bundler.version>
<quarkus-web-bundler.version>1.5.0.CR1</quarkus-web-bundler.version>
<importmap.version>1.0.10</importmap.version>
<vaadin.version>24.3.11</vaadin.version>
<vaadin.version>24.3.12</vaadin.version>
<vaadin-router.version>1.7.5</vaadin-router.version>
<codeblock.version>1.0.13</codeblock.version>
<codeblock.version>1.0.16</codeblock.version>
<compare-versions.version>6.1.0</compare-versions.version>
<marked.version>12.0.1</marked.version>
<card.version>1.0.0</card.version>
<card.version>1.0.1</card.version>
<badge.version>1.0.0</badge.version>
<!-- Testing-->
<playwright.version>0.0.1</playwright.version>
Expand Down Expand Up @@ -203,10 +203,10 @@
</dependency>
<!-- Codeblock -->
<dependency>
<groupId>org.mvnpm.at.mvnpm</groupId>
<artifactId>codeblock</artifactId>
<version>${codeblock.version}</version>
<scope>provided</scope>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-code-block</artifactId>
<version>${codeblock.version}</version>
<scope>provided</scope>
</dependency>
<!-- To compare versions -->
<dependency>
Expand All @@ -224,15 +224,15 @@
</dependency>
<!-- Cards for display -->
<dependency>
<groupId>org.mvnpm.at.quarkus-webcomponents</groupId>
<artifactId>card</artifactId>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-card</artifactId>
<version>${card.version}</version>
<scope>provided</scope>
</dependency>
<!-- Badges for display -->
<dependency>
<groupId>org.mvnpm.at.quarkus-webcomponents</groupId>
<artifactId>badge</artifactId>
<groupId>org.mvnpm.at.qomponent</groupId>
<artifactId>qui-badge</artifactId>
<version>${badge.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/web/app/mvnpm-doc.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { LitElement, html, css} from 'lit';
import { customElement, state } from 'lit/decorators.js';
import '@quarkus-webcomponents/codeblock';
import '@qomponent/qui-code-block';

/**
* This component shows the Doc screen
Expand Down
Loading

0 comments on commit 5e795cf

Please sign in to comment.