File tree Expand file tree Collapse file tree 2 files changed +663
-5
lines changed
java/com/flowingcode/vaadin/addons/carousel
resources/META-INF/resources/frontend/paper-slider Expand file tree Collapse file tree 2 files changed +663
-5
lines changed Original file line number Diff line number Diff line change 22 * #%L
33 * Carousel Addon
44 * %%
5- * Copyright (C) 2018 - 2021 Flowing Code
5+ * Copyright (C) 2018 - 2024 Flowing Code
66 * %%
77 * Licensed under the Apache License, Version 2.0 (the "License");
88 * you may not use this file except in compliance with the License.
2626import com .vaadin .flow .component .EventData ;
2727import com .vaadin .flow .component .HasSize ;
2828import com .vaadin .flow .component .Tag ;
29- import com .vaadin .flow .component .dependency .HtmlImport ;
3029import com .vaadin .flow .component .dependency .JsModule ;
3130import com .vaadin .flow .component .dependency .NpmPackage ;
3231import com .vaadin .flow .shared .Registration ;
3837 */
3938@ SuppressWarnings ("serial" )
4039@ Tag ("l2t-paper-slider" )
41- @ HtmlImport ("bower_components/l2t-paper-slider/l2t-paper-slider.html" )
42- @ NpmPackage (value = "@xpertsea/paper-slider" , version = "3.0.0" )
43- @ JsModule ("@xpertsea/paper-slider/l2t-paper-slider.js" )
40+ @ NpmPackage (value = "@polymer/iron-a11y-keys-behavior" , version = "3.0.1" )
41+ @ JsModule ("./paper-slider/l2t-paper-slider.js" )
4442public class Carousel extends Component implements HasSize {
4543
4644 private static final String HIDE_NAV = "hideNav" ;
You can’t perform that action at this time.
0 commit comments