Update tests

This commit is contained in:
Júlio César Batista 2022-11-16 11:56:28 -03:00
parent 58d9640089
commit 618d7f5edf
No known key found for this signature in database
GPG key ID: 10C4B861BF314878
123 changed files with 901 additions and 344 deletions

View file

@ -746,10 +746,14 @@ func flattenContainer(g *d2graph.Graph, obj *d2graph.Object) {
newEdge, _ = g.Root.Connect(e.Src.AbsIDArray(), obj.AbsIDArray(), e.SrcArrow, e.DstArrow, e.Attributes.Label.Value)
}
// TODO more attributes
newEdge.FromTableColumnIndex = new(int)
*newEdge.FromTableColumnIndex = *e.FromTableColumnIndex
newEdge.ToTableColumnIndex = new(int)
*newEdge.ToTableColumnIndex = *e.ToTableColumnIndex
if e.FromTableColumnIndex != nil {
newEdge.FromTableColumnIndex = new(int)
*newEdge.FromTableColumnIndex = *e.FromTableColumnIndex
}
if e.ToTableColumnIndex != nil {
newEdge.ToTableColumnIndex = new(int)
*newEdge.ToTableColumnIndex = *e.ToTableColumnIndex
}
newEdge.Attributes.Label = e.Attributes.Label
newEdge.References = e.References
}

View file

@ -0,0 +1,396 @@
{
"name": "",
"shapes": [
{
"id": "users",
"type": "sql_table",
"pos": {
"x": 0,
"y": 0
},
"width": 259,
"height": 216,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": "orders.user_id"
},
{
"name": "name",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "email",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "password",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "last_login",
"type": "datetime",
"constraint": "",
"reference": ""
}
],
"label": "users",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 61,
"labelHeight": 36
},
{
"id": "products",
"type": "sql_table",
"pos": {
"x": 319,
"y": 18
},
"width": 290,
"height": 180,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": "orders.product_id"
},
{
"name": "price",
"type": "decimal",
"constraint": "",
"reference": ""
},
{
"name": "sku",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "name",
"type": "string",
"constraint": "",
"reference": ""
}
],
"label": "products",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 99,
"labelHeight": 36
},
{
"id": "orders",
"type": "sql_table",
"pos": {
"x": 357,
"y": 316
},
"width": 215,
"height": 144,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "user_id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "product_id",
"type": "int",
"constraint": "",
"reference": ""
}
],
"label": "orders",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 74,
"labelHeight": 36
},
{
"id": "shipments",
"type": "sql_table",
"pos": {
"x": 669,
"y": 18
},
"width": 293,
"height": 180,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "order_id",
"type": "int",
"constraint": "",
"reference": "orders.id"
},
{
"name": "tracking_number",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "status",
"type": "string",
"constraint": "",
"reference": ""
}
],
"label": "shipments",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 116,
"labelHeight": 36
}
],
"connections": [
{
"id": "(users <-> orders)[0]",
"src": "users",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 129.5,
"y": 216
},
{
"x": 129.5,
"y": 256
},
{
"x": 174.9,
"y": 282.55844544095663
},
{
"x": 356.5,
"y": 348.7922272047833
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null
},
{
"id": "(products <-> orders)[0]",
"src": "products",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 464,
"y": 198
},
{
"x": 464,
"y": 252.4
},
{
"x": 464,
"y": 276
},
{
"x": 464,
"y": 316
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null
},
{
"id": "(shipments <-> orders)[0]",
"src": "shipments",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 815.5,
"y": 198
},
{
"x": 815.5,
"y": 252.4
},
{
"x": 766.7,
"y": 283
},
{
"x": 571.5,
"y": 351
}
],
"isCurve": true,
"animated": false,
"tooltip": "",
"icon": null
}
]
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 335 KiB

View file

@ -0,0 +1,385 @@
{
"name": "",
"shapes": [
{
"id": "users",
"type": "sql_table",
"pos": {
"x": 46,
"y": 412
},
"width": 259,
"height": 216,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": "orders.user_id"
},
{
"name": "name",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "email",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "password",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "last_login",
"type": "datetime",
"constraint": "",
"reference": ""
}
],
"label": "users",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 61,
"labelHeight": 36
},
{
"id": "products",
"type": "sql_table",
"pos": {
"x": 15,
"y": 212
},
"width": 290,
"height": 180,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": "orders.product_id"
},
{
"name": "price",
"type": "decimal",
"constraint": "",
"reference": ""
},
{
"name": "sku",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "name",
"type": "string",
"constraint": "",
"reference": ""
}
],
"label": "products",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 99,
"labelHeight": 36
},
{
"id": "orders",
"type": "sql_table",
"pos": {
"x": 405,
"y": 230
},
"width": 215,
"height": 144,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "user_id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "product_id",
"type": "int",
"constraint": "",
"reference": ""
}
],
"label": "orders",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 74,
"labelHeight": 36
},
{
"id": "shipments",
"type": "sql_table",
"pos": {
"x": 12,
"y": 12
},
"width": 293,
"height": 180,
"level": 1,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"borderRadius": 0,
"fill": "#FFFFFF",
"stroke": "#0A0F25",
"shadow": false,
"3d": false,
"multiple": false,
"tooltip": "",
"link": "",
"icon": null,
"iconPosition": "",
"fields": null,
"methods": null,
"columns": [
{
"name": "id",
"type": "int",
"constraint": "",
"reference": ""
},
{
"name": "order_id",
"type": "int",
"constraint": "",
"reference": "orders.id"
},
{
"name": "tracking_number",
"type": "string",
"constraint": "",
"reference": ""
},
{
"name": "status",
"type": "string",
"constraint": "",
"reference": ""
}
],
"label": "shipments",
"fontSize": 20,
"fontFamily": "DEFAULT",
"language": "",
"color": "#0A0F25",
"italic": false,
"bold": true,
"underline": false,
"labelWidth": 116,
"labelHeight": 36
}
],
"connections": [
{
"id": "(users <-> orders)[0]",
"src": "users",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 305,
"y": 520
},
{
"x": 355,
"y": 520
},
{
"x": 355,
"y": 338
},
{
"x": 405,
"y": 338
}
],
"animated": false,
"tooltip": "",
"icon": null
},
{
"id": "(products <-> orders)[0]",
"src": "products",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 305,
"y": 302
},
{
"x": 405,
"y": 302
}
],
"animated": false,
"tooltip": "",
"icon": null
},
{
"id": "(shipments <-> orders)[0]",
"src": "shipments",
"srcArrow": "triangle",
"srcLabel": "",
"dst": "orders",
"dstArrow": "triangle",
"dstLabel": "",
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
"stroke": "#0D32B2",
"label": "",
"fontSize": 16,
"fontFamily": "DEFAULT",
"language": "",
"color": "#676C7E",
"italic": true,
"bold": false,
"underline": false,
"labelWidth": 0,
"labelHeight": 0,
"labelPosition": "",
"labelPercentage": 0,
"route": [
{
"x": 305,
"y": 102
},
{
"x": 355,
"y": 102
},
{
"x": 355,
"y": 266
},
{
"x": 405,
"y": 266
}
],
"animated": false,
"tooltip": "",
"icon": null
}
]
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 335 KiB

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -253,8 +253,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -121,8 +121,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -150,8 +148,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -150,8 +150,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -179,8 +177,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -119,8 +119,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -162,8 +162,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -130,8 +130,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -145,8 +145,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -164,8 +164,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -174,8 +174,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -190,8 +190,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -203,8 +203,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -209,8 +209,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -222,8 +222,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -240,8 +240,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -130,8 +130,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -113,8 +113,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -142,8 +142,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -158,8 +158,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -176,8 +176,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -138,8 +138,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -120,8 +120,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -230,8 +230,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -124,8 +124,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -180,8 +180,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -125,8 +125,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -184,8 +184,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -213,8 +211,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -191,8 +191,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -220,8 +218,6 @@
"index": 1,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -196,8 +196,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -165,8 +165,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -113,8 +113,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -90,8 +90,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -114,8 +114,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -260,8 +260,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -289,8 +287,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -318,8 +314,6 @@
"index": 1,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -347,8 +341,6 @@
"index": 2,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -97,8 +97,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -130,8 +130,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -223,8 +223,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -252,8 +250,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -199,8 +199,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -137,8 +137,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -107,8 +107,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -119,8 +119,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -456,8 +456,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -488,8 +486,6 @@
"index": 1,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -520,8 +516,6 @@
"index": 2,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -552,8 +546,6 @@
"index": 3,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -185,8 +185,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -214,8 +212,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -107,8 +107,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -222,8 +222,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -251,8 +249,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -280,8 +276,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -208,8 +208,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -237,8 +235,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -266,8 +262,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -97,8 +97,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -172,8 +172,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -201,8 +199,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -211,8 +211,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -240,8 +238,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -269,8 +265,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -170,8 +170,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -170,8 +170,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -97,8 +97,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -149,8 +149,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -178,8 +176,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -271,8 +271,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -143,8 +143,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -172,8 +170,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -134,8 +134,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -163,8 +161,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -122,8 +122,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -151,8 +149,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -97,8 +97,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -148,8 +148,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -111,8 +111,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -140,8 +138,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -162,8 +162,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -191,8 +189,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -145,8 +145,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -174,8 +172,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -162,8 +162,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -191,8 +189,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -148,8 +148,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -137,8 +137,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -114,8 +114,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -217,8 +217,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -246,8 +244,6 @@
"index": 1,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -361,8 +361,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -390,8 +388,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -419,8 +415,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -130,8 +130,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -170,8 +170,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -178,8 +178,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -113,8 +113,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -120,8 +120,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -137,8 +137,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -114,8 +114,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -114,8 +114,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -103,8 +103,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -136,8 +136,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -166,8 +166,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -183,8 +183,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -74,8 +74,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

View file

@ -148,8 +148,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -177,8 +175,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -206,8 +202,6 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0

Some files were not shown because too many files have changed in this diff Show more