Skip to content

Commit

Permalink
feat: add dashboard component (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Oct 8, 2024
1 parent bf51a6d commit 8262937
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const vaadinWebComponentPackages = [
'@vaadin/cookie-consent',
'@vaadin/crud',
'@vaadin/custom-field',
'@vaadin/dashboard',
'@vaadin/date-picker',
'@vaadin/date-time-picker',
'@vaadin/details',
Expand Down
35 changes: 35 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@vaadin/cookie-consent": "24.6.0-alpha1",
"@vaadin/crud": "24.6.0-alpha1",
"@vaadin/custom-field": "24.6.0-alpha1",
"@vaadin/dashboard": "24.6.0-alpha1",
"@vaadin/date-picker": "24.6.0-alpha1",
"@vaadin/date-time-picker": "24.6.0-alpha1",
"@vaadin/details": "24.6.0-alpha1",
Expand Down Expand Up @@ -146,6 +147,7 @@
"@vaadin/cookie-consent": "24.6.0-alpha1",
"@vaadin/crud": "24.6.0-alpha1",
"@vaadin/custom-field": "24.6.0-alpha1",
"@vaadin/dashboard": "24.6.0-alpha1",
"@vaadin/date-picker": "24.6.0-alpha1",
"@vaadin/date-time-picker": "24.6.0-alpha1",
"@vaadin/details": "24.6.0-alpha1",
Expand Down Expand Up @@ -261,6 +263,9 @@
"@vaadin/custom-field": {
"optional": true
},
"@vaadin/dashboard": {
"optional": true
},
"@vaadin/date-picker": {
"optional": true
},
Expand Down
3 changes: 2 additions & 1 deletion src/all-imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ import '@vaadin/charts';
import '@vaadin/confirm-dialog';
import '@vaadin/cookie-consent';
import '@vaadin/crud';
import '@vaadin/dashboard';
import '@vaadin/grid-pro';
import '@vaadin/grid-pro/lit.js';
import '@vaadin/grid-pro/vaadin-grid-pro-edit-column.js';
Expand Down Expand Up @@ -147,4 +148,4 @@ import 'lit/directives/until.js';
import 'lit/directives/when.js';
import 'lit/html.js';
import 'lit/polyfill-support.js';
import 'lit/static-html.js';
import 'lit/static-html.js';

0 comments on commit 8262937

Please sign in to comment.