[editor] Refactor Props-Panel including standalone components
Move element specific components to sub folder and just generally improve the file/component structure.
Showing
- projects/common/models/elements/element.ts 8 additions, 0 deletionsprojects/common/models/elements/element.ts
- projects/editor/src/app/app.module.ts 14 additions, 34 deletionsprojects/editor/src/app/app.module.ts
- projects/editor/src/app/components/properties-panel/hotspot-list-panel.component.ts 0 additions, 87 deletions...mponents/properties-panel/hotspot-list-panel.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.html 15 additions, 112 deletions...el-properties-tab/element-model-properties.component.html
- projects/editor/src/app/components/properties-panel/model-properties-tab/element-model-properties.component.ts 18 additions, 40 deletions...odel-properties-tab/element-model-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific-props.component.ts 99 additions, 0 deletions...operties-tab/input-groups/ele-specific-props.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/border-properties.component.ts 17 additions, 12 deletions.../input-groups/ele-specific/border-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/button-properties.component.ts 41 additions, 14 deletions.../input-groups/ele-specific/button-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/drop-list-properties.component.ts 40 additions, 23 deletions...put-groups/ele-specific/drop-list-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/geometry-props.component.ts 142 additions, 0 deletions...tab/input-groups/ele-specific/geometry-props.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/hotspot-props.component.ts 42 additions, 13 deletions...-tab/input-groups/ele-specific/hotspot-props.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/math-field-props.component.ts 26 additions, 0 deletions...b/input-groups/ele-specific/math-field-props.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/math-table-properties.component.ts 33 additions, 12 deletions...ut-groups/ele-specific/math-table-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/slider-properties.component.ts 13 additions, 0 deletions.../input-groups/ele-specific/slider-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/ele-specific/text-properties-field-set.component.ts 15 additions, 11 deletions...roups/ele-specific/text-properties-field-set.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/input-element-properties.component.ts 5 additions, 7 deletions...es-tab/input-groups/input-element-properties.component.ts
- projects/editor/src/app/components/properties-panel/model-properties-tab/input-groups/options-field-set.component.ts 3 additions, 4 deletions...roperties-tab/input-groups/options-field-set.component.ts
- projects/editor/src/app/components/properties-panel/option-list-panel.component.ts 18 additions, 3 deletions...omponents/properties-panel/option-list-panel.component.ts
Loading
Please register or sign in to comment