refactor-scriptaccount-action-editor #52
@ -62,7 +62,8 @@
|
|||||||
<td mat-cell *matCellDef="let element" [attr.colspan]="columnsToDisplayWithExpand.length">
|
<td mat-cell *matCellDef="let element" [attr.colspan]="columnsToDisplayWithExpand.length">
|
||||||
<div class="example-element-detail"
|
<div class="example-element-detail"
|
||||||
[@detailExpand]="element == expandedElement ? 'expanded' : 'collapsed'">
|
[@detailExpand]="element == expandedElement ? 'expanded' : 'collapsed'">
|
||||||
<app-scriptaccount-condition-editor [enableEditiong]="false" [conditions]="element.scriptAccountConditions" ></app-scriptaccount-condition-editor>
|
<app-scriptaccount-condition-editor [enableEditiong]="false" [conditions]="element.scriptAccountConditions" ></app-scriptaccount-condition-editor>
|
||||||
|
<app-scriptaccount-action-editor [enableEditing]="false" [actions]="element.scriptAccountActions"></app-scriptaccount-action-editor>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -7,8 +7,27 @@
|
|||||||
"conditions": [],
|
"conditions": [],
|
||||||
"stateLabel": "A",
|
"stateLabel": "A",
|
||||||
"stateDescription": ""
|
"stateDescription": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"initial": false,
|
||||||
|
"conditions": [],
|
||||||
|
"stateLabel": "B",
|
||||||
|
"stateDescription": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"transitions": [
|
||||||
|
{
|
||||||
|
"scriptAccountActions": [
|
||||||
|
{
|
||||||
|
"characterDependency": 2,
|
||||||
|
"changingValue": 6,
|
||||||
|
"scriptAccount": "Test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"scriptAccountConditions": [],
|
||||||
|
"startingState": "A",
|
||||||
|
"endingState": "B"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"transitions": [],
|
|
||||||
"generateIsolatedStates": false
|
"generateIsolatedStates": false
|
||||||
}
|
}
|
@ -7,8 +7,27 @@
|
|||||||
"conditions": [],
|
"conditions": [],
|
||||||
"stateLabel": "1",
|
"stateLabel": "1",
|
||||||
"stateDescription": ""
|
"stateDescription": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"initial": false,
|
||||||
|
"conditions": [],
|
||||||
|
"stateLabel": "2",
|
||||||
|
"stateDescription": ""
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"transitions": [
|
||||||
|
{
|
||||||
|
"scriptAccountActions": [
|
||||||
|
{
|
||||||
|
"characterDependency": 2,
|
||||||
|
"changingValue": 5,
|
||||||
|
"scriptAccount": "Test"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"scriptAccountConditions": [],
|
||||||
|
"startingState": "1",
|
||||||
|
"endingState": "2"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"transitions": [],
|
|
||||||
"generateIsolatedStates": false
|
"generateIsolatedStates": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user