File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/main/java/com/flowingcode/addons/ycalendar Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2424import com .vaadin .flow .component .HasTheme ;
2525import com .vaadin .flow .component .Tag ;
2626import com .vaadin .flow .component .dependency .JsModule ;
27+ import com .vaadin .flow .component .dependency .Uses ;
2728import com .vaadin .flow .function .SerializableFunction ;
2829import java .time .LocalDate ;
2930import java .util .Optional ;
3031
3132@ SuppressWarnings ("serial" )
3233@ Tag ("fc-inline-date-picker" )
3334@ JsModule ("./fc-inline-date-picker/fc-inline-date-picker.js" )
35+ @ Uses (YearMonthField .class )
36+ @ Uses (MonthCalendar .class )
3437public class InlineDatePicker extends AbstractSinglePropertyField <InlineDatePicker , LocalDate > implements HasSize , HasTheme {
3538
3639 private static final String VALUE_PROPERTY = "value" ;
You can’t perform that action at this time.
0 commit comments