Add Slider component (#14774)

* initial

* more cleanup

* update types
This commit is contained in:
Charles Gagnon
2021-03-18 09:47:36 -07:00
committed by GitHub
parent 03d2ac7206
commit 88b7960d01
11 changed files with 506 additions and 8 deletions

View File

@@ -20,7 +20,8 @@ export enum ComponentEventType {
onSelectedRowChanged,
onComponentCreated,
onCellAction,
onEnterKeyPressed
onEnterKeyPressed,
onInput
}
/**
@@ -145,5 +146,6 @@ export enum ModelComponentTypes {
TabbedPanel,
Separator,
PropertiesContainer,
InfoBox
InfoBox,
Slider
}