Bugfix/ts style2 (#18)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael N. Lipp 2023-11-01 17:12:29 +01:00 committed by GitHub
parent 39a2a0389e
commit 350446b522
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -11,6 +11,6 @@
} }
] ]
}, },
"ignorePatterns": ["src/**/*.test.ts", "build/**"] "ignorePatterns": ["src/**/*.test.ts", "build/**/*"]
} }

View file

@ -0,0 +1 @@
rollup.config.mjs

View file

@ -16,7 +16,7 @@ let pathsMap = {
} }
export default { export default {
external: ['vue', 'aash-plugin', 'jgconsole', 'jgwc', 'l10nBundles'], external: ['aash-plugin', 'jgconsole', 'jgwc', 'l10nBundles', 'vue', 'chartjs'],
input: "src/" + packagePath + "/browser/" + baseName + "-functions.ts", input: "src/" + packagePath + "/browser/" + baseName + "-functions.ts",
output: [ output: [
{ {

View file

@ -39,8 +39,7 @@
.jdrupes-vmoperator-vmconlet-view-search { .jdrupes-vmoperator-vmconlet-view-search {
display: flex; display: flex;
justify-content: flex-end;
justify-content: flex-end
form { form {
white-space: nowrap; white-space: nowrap;