-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Updated Components Documentation
Closes CM-188
- Loading branch information
1 parent
42584bf
commit ee522c9
Showing
8 changed files
with
101 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# AttributeRules | ||
|
||
The component to allow to view and edit the Attributes and Rules for the States of a Context Factor | ||
|
||
## Props | ||
|
||
<!-- @vuese:AttributeRules:props:start --> | ||
|Name|Description|Type|Required|Default| | ||
|---|---|---|---|---| | ||
|contextFactor|gets the Context Factor|`Object`|`true`|-| | ||
|
||
<!-- @vuese:AttributeRules:props:end --> | ||
|
||
|
||
## Methods | ||
|
||
<!-- @vuese:AttributeRules:methods:start --> | ||
|Method|Description|Parameters| | ||
|---|---|---| | ||
|convertToTableData|Converts the context rules to a representation that can be used in the table|-| | ||
|convertFromTableData|Converts the context rules table representation to a string that can be stored|-| | ||
|reRender|Triggers a new render of the component|-| | ||
|
||
<!-- @vuese:AttributeRules:methods:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# ExtensionAreaEditDialog | ||
|
||
A Dialog to edit an Extension Area | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# InjectionMapping | ||
|
||
A Component to edit an Injection Mapping | ||
|
||
## Props | ||
|
||
<!-- @vuese:InjectionMapping:props:start --> | ||
|Name|Description|Type|Required|Default| | ||
|---|---|---|---|---| | ||
|injectionMapping|the Injection Mapping|`Object`|`true`|-| | ||
|
||
<!-- @vuese:InjectionMapping:props:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# ProcessPreview | ||
|
||
A Component to preview the svg of a process | ||
|
||
## Props | ||
|
||
<!-- @vuese:ProcessPreview:props:start --> | ||
|Name|Description|Type|Required|Default| | ||
|---|---|---|---|---| | ||
|process|The Process object|`Object`|`true`|-| | ||
|
||
<!-- @vuese:ProcessPreview:props:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# RulesCell | ||
|
||
A Cell which allows to edit the Attribute Cell of the Rules in the Context Factor | ||
|
||
## Props | ||
|
||
<!-- @vuese:RulesCell:props:start --> | ||
|Name|Description|Type|Required|Default| | ||
|---|---|---|---|---| | ||
|type|The type of the input field|`'Number'` / `'Boolean'` / `'String'`|`true`|-| | ||
|value|The value of the input field|`String`|`false`|-| | ||
|
||
<!-- @vuese:RulesCell:props:end --> | ||
|
||
|
||
## Events | ||
|
||
<!-- @vuese:RulesCell:events:start --> | ||
|Event Name|Description|Parameters| | ||
|---|---|---| | ||
|change|Emitted on change of the value|The updated value| | ||
|
||
<!-- @vuese:RulesCell:events:end --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters