File tree Expand file tree Collapse file tree 6 files changed +30
-2
lines changed
scripts/generator/templates
vaadin-platform-hybrid-test/frontend/views/components Expand file tree Collapse file tree 6 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 287
287
<artifactId >vaadin-progress-bar-flow</artifactId >
288
288
<version >${progress.bar.version}</version >
289
289
</dependency >
290
+ <dependency >
291
+ <groupId >com.vaadin</groupId >
292
+ <artifactId >vaadin-popover-flow</artifactId >
293
+ <version >${popover.version}</version >
294
+ </dependency >
290
295
<dependency >
291
296
<groupId >com.vaadin</groupId >
292
297
<artifactId >vaadin-radio-button-flow</artifactId >
Original file line number Diff line number Diff line change 172
172
<groupId >com.vaadin</groupId >
173
173
<artifactId >vaadin-progress-bar-flow</artifactId >
174
174
</dependency >
175
+ <dependency >
176
+ <groupId >com.vaadin</groupId >
177
+ <artifactId >vaadin-popover-flow</artifactId >
178
+ </dependency >
175
179
<dependency >
176
180
<groupId >com.vaadin</groupId >
177
181
<artifactId >vaadin-radio-button-flow</artifactId >
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ import '@vaadin/number-field';
48
48
import '@vaadin/password-field' ;
49
49
import '@vaadin/polymer-legacy-adapter/style-modules' ;
50
50
import '@vaadin/polymer-legacy-adapter/template-renderer' ;
51
+ import '@vaadin/popover' ;
51
52
import '@vaadin/progress-bar' ;
52
53
import '@vaadin/radio-group' ;
53
54
import '@vaadin/rich-text-editor' ;
@@ -248,6 +249,8 @@ export class ComponentsView extends View {
248
249
249
250
< vaadin-progress-bar indeterminate > </ vaadin-progress-bar >
250
251
252
+ < vaadin-popover > </ vaadin-popover >
253
+
251
254
< vaadin-menu-bar .items ="${ [
252
255
{ text : 'Home' } ,
253
256
{ text : 'Dashboard' } ,
@@ -262,7 +265,7 @@ export class ComponentsView extends View {
262
265
</ vaadin-radio-group >
263
266
264
267
< vaadin-rich-text-editor > </ vaadin-rich-text-editor >
265
-
268
+
266
269
< vaadin-side-nav collapsible >
267
270
< span slot ="label "> Main menu</ span >
268
271
< vaadin-side-nav-item path ="/1 "> Nav Item 1</ vaadin-side-nav-item >
@@ -272,7 +275,7 @@ export class ComponentsView extends View {
272
275
< vaadin-side-nav-item path ="/2/2 " slot ="children "> Nav Item 2 - 2</ vaadin-side-nav-item >
273
276
</ vaadin-side-nav-item >
274
277
</ vaadin-side-nav >
275
-
278
+
276
279
< vaadin-split-layout >
277
280
< div > < vaadin-button > RIGHT</ vaadin-button > </ div >
278
281
< div > < vaadin-button > LEFT</ vaadin-button > </ div >
Original file line number Diff line number Diff line change 187
187
<artifactId >vaadin-ordered-layout-testbench</artifactId >
188
188
<scope >compile</scope >
189
189
</dependency >
190
+ <dependency >
191
+ <groupId >com.vaadin</groupId >
192
+ <artifactId >vaadin-popover-testbench</artifactId >
193
+ <scope >compile</scope >
194
+ </dependency >
190
195
<dependency >
191
196
<groupId >com.vaadin</groupId >
192
197
<artifactId >vaadin-progress-bar-testbench</artifactId >
Original file line number Diff line number Diff line change 187
187
<artifactId >vaadin-ordered-layout-testbench</artifactId >
188
188
<scope >compile</scope >
189
189
</dependency >
190
+ <dependency >
191
+ <groupId >com.vaadin</groupId >
192
+ <artifactId >vaadin-popover-testbench</artifactId >
193
+ <scope >compile</scope >
194
+ </dependency >
190
195
<dependency >
191
196
<groupId >com.vaadin</groupId >
192
197
<artifactId >vaadin-progress-bar-testbench</artifactId >
Original file line number Diff line number Diff line change 245
245
"jsVersion" : " 24.5.0-alpha6" ,
246
246
"npmName" : " @vaadin/polymer-legacy-adapter"
247
247
},
248
+ "popover" : {
249
+ "javaVersion" : " {{version}}" ,
250
+ "jsVersion" : " 24.5.0-alpha6" ,
251
+ "mode" : " lit" ,
252
+ "npmName" : " @vaadin/popover"
253
+ },
248
254
"progress-bar" : {
249
255
"javaVersion" : " {{version}}" ,
250
256
"jsVersion" : " 24.5.0-alpha6" ,
You can’t perform that action at this time.
0 commit comments