File tree Expand file tree Collapse file tree 2 files changed +0
-200
lines changed
Expand file tree Collapse file tree 2 files changed +0
-200
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import MenuItem from "./menu-item" ;
22import Angle from "../../utlis/angle" ;
33import { MenuItemDefinition } from "../interfaces" ;
4- import Crankslider from "./crankslider" ;
54import Ribbonslider from "./ribbonslider" ;
65import Checkbox from "./checkbox" ;
76import RadioGroup from "./radio-group" ;
@@ -35,10 +34,6 @@ export default class MenuParser {
3534 item = new MenuItem ( structure . id , structure . direction , structure . text , structure . icon ) ;
3635 } else {
3736 switch ( structure . type ) {
38- case 'crankslider' :
39- item = new Crankslider ( structure . id , structure . direction , structure . text , structure . icon ) ;
40- break ;
41-
4237 case 'slider' :
4338 case 'ribbonslider' :
4439 item = new Ribbonslider ( structure . id , structure . direction , structure . text , structure . icon ) ;
You can’t perform that action at this time.
0 commit comments