-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e9d016
commit 7862e5c
Showing
12 changed files
with
1,731 additions
and
36 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,8 @@ | |
"id": "item_2" | ||
}, | ||
{ | ||
"id": "item_10" | ||
"id": "item_10", | ||
"property": "A value" | ||
}, | ||
{ | ||
"id": "item_a" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,6 +48,7 @@ | |
}, | ||
{ | ||
"type": "data_items", | ||
"name": "data_items", | ||
"value": "@data.comp_data_items_list", | ||
"rows": [ | ||
{ | ||
|
@@ -57,7 +58,7 @@ | |
"_translations": { | ||
"value": {} | ||
}, | ||
"_nested_name": "data_items_5[email protected]", | ||
"_nested_name": "data_items[email protected]", | ||
"_dynamicFields": { | ||
"name": [ | ||
{ | ||
|
@@ -77,7 +78,7 @@ | |
], | ||
"_nested_name": [ | ||
{ | ||
"fullExpression": "data_items_5[email protected]", | ||
"fullExpression": "data_items[email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
|
@@ -99,7 +100,7 @@ | |
"_translations": { | ||
"value": {} | ||
}, | ||
"_nested_name": "data_items_5[email protected]", | ||
"_nested_name": "data_items[email protected]", | ||
"_dynamicFields": { | ||
"name": [ | ||
{ | ||
|
@@ -119,7 +120,7 @@ | |
], | ||
"_nested_name": [ | ||
{ | ||
"fullExpression": "data_items_5[email protected]", | ||
"fullExpression": "data_items[email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
|
@@ -135,10 +136,144 @@ | |
"value" | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "display_group", | ||
"name": "[email protected]", | ||
"rows": [ | ||
{ | ||
"type": "text", | ||
"name": "[email protected]", | ||
"value": "Item ID: @item.id", | ||
"_translations": { | ||
"value": {} | ||
}, | ||
"_nested_name": "[email protected][email protected]", | ||
"_dynamicFields": { | ||
"name": [ | ||
{ | ||
"fullExpression": "[email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
], | ||
"value": [ | ||
{ | ||
"fullExpression": "Item ID: @item.id", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
], | ||
"_nested_name": [ | ||
{ | ||
"fullExpression": "[email protected][email protected]", | ||
"matchedExpression": "@item.id.dg_id_", | ||
"type": "item", | ||
"fieldName": "id" | ||
}, | ||
{ | ||
"fullExpression": "[email protected][email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
] | ||
}, | ||
"_dynamicDependencies": { | ||
"@item.id": [ | ||
"name", | ||
"value", | ||
"_nested_name" | ||
], | ||
"@item.id.dg_id_": [ | ||
"_nested_name" | ||
] | ||
} | ||
}, | ||
{ | ||
"type": "text", | ||
"name": "[email protected]", | ||
"value": "local_1 value: @local.local_1", | ||
"_translations": { | ||
"value": {} | ||
}, | ||
"_nested_name": "[email protected][email protected]", | ||
"_dynamicFields": { | ||
"name": [ | ||
{ | ||
"fullExpression": "[email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
], | ||
"value": [ | ||
{ | ||
"fullExpression": "local_1 value: @local.local_1", | ||
"matchedExpression": "@local.local_1", | ||
"type": "local", | ||
"fieldName": "local_1" | ||
} | ||
], | ||
"_nested_name": [ | ||
{ | ||
"fullExpression": "[email protected][email protected]", | ||
"matchedExpression": "@item.id.dg_text_", | ||
"type": "item", | ||
"fieldName": "id" | ||
}, | ||
{ | ||
"fullExpression": "[email protected][email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
] | ||
}, | ||
"_dynamicDependencies": { | ||
"@item.id": [ | ||
"name", | ||
"_nested_name" | ||
], | ||
"@local.local_1": [ | ||
"value" | ||
], | ||
"@item.id.dg_text_": [ | ||
"_nested_name" | ||
] | ||
} | ||
} | ||
], | ||
"_nested_name": "[email protected]", | ||
"_dynamicFields": { | ||
"name": [ | ||
{ | ||
"fullExpression": "[email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
], | ||
"_nested_name": [ | ||
{ | ||
"fullExpression": "[email protected]", | ||
"matchedExpression": "@item.id", | ||
"type": "item", | ||
"fieldName": "id" | ||
} | ||
] | ||
}, | ||
"_dynamicDependencies": { | ||
"@item.id": [ | ||
"name", | ||
"_nested_name" | ||
] | ||
} | ||
} | ||
], | ||
"name": "data_items_5", | ||
"_nested_name": "data_items_5", | ||
"_nested_name": "data_items", | ||
"_dynamicFields": { | ||
"value": [ | ||
{ | ||
|
Oops, something went wrong.