Skip to content

Commit

Permalink
Merge pull request smeup#2352 from smeup/cell-type-icon
Browse files Browse the repository at this point in the history
Add cell type icon
  • Loading branch information
pasere-smeup authored Jan 3, 2025
2 parents b050d39 + 4095a61 commit 22a2ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export enum FCellShapes {
EDITOR = 'EDT',
GAUGE = 'GAU',
IMAGE = 'IMG',
ICON = 'ICO',
INPUT_CHECKBOX = 'INC',
INPUT_FIELD = 'INF',
KNOB = 'KNB',
Expand Down
2 changes: 2 additions & 0 deletions packages/ketchup/src/managers/kup-data/kup-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export class KupData {
return FCellTypes.GAUGE;
case FCellShapes.IMAGE:
return FCellTypes.IMAGE;
case FCellShapes.ICON:
return FCellTypes.ICON;
case FCellShapes.INPUT_CHECKBOX:
return FCellTypes.CHECKBOX;
case FCellShapes.KNOB:
Expand Down

0 comments on commit 22a2ea0

Please sign in to comment.