stable
Clone or download
Read-only
request #13710 split Testmanagements vue components
Split Testmanagements vue components in order to make the components more legible and updatable. No fonctional change are expected Change-Id: I6e57967ec5d616d62801308ae7ca8210da2fd9ca
Modified Files
Name | ||||
---|---|---|---|---|
M | scripts/package-lock.json | +8 | −0 | Go to diff View file |
M | scripts/package.json | +1 | −1 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionActions.vue | +61 | −0 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionArrowExpected.vue | +28 | −0 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionEditableStep.vue | +123 | −0 | Go to diff View file |
M | scripts/step-definition-field/StepDefinitionEntry.vue | +23 | −172 | Go to diff View file |
M | scripts/step-definition-field/StepDefinitionField.vue | +20 | −26 | Go to diff View file |
A | scripts/step-definition-field/StepDefinitionMarkedAsDeleted.vue | +74 | −0 | Go to diff View file |
A | scripts/step-definition-field/StepDeletionActionButtonMarkAsDeleted.vue | +25 | −0 | Go to diff View file |
A | scripts/step-definition-field/StepDeletionActionButtonUnmarkDeletion.vue | +25 | −0 | Go to diff View file |
M | scripts/step-definition-field/index.js | +8 | −6 | Go to diff View file |