Add [From/To]TableRowIndex to edges

This commit is contained in:
Júlio César Batista 2022-11-15 19:41:44 -03:00
parent cfffc563a5
commit a943bea111
No known key found for this signature in database
GPG key ID: 10C4B861BF314878
120 changed files with 348 additions and 4 deletions

View file

@ -682,10 +682,9 @@ func (c *compiler) compileSQLTable(obj *d2graph.Object) {
if srcID == absID {
// Frontend isn't aware of container IDs.
d2Col.Reference = strings.TrimPrefix(dstID, parentID+".")
relSrc := strings.TrimPrefix(absID, parentID+".")
e.Attributes.Label.Value = fmt.Sprintf("%s %s %s", relSrc, e.ArrowString(), d2Col.Reference)
// removeContainer() will adjust the edge to point to the table and not inside.
break
e.FromTableRowIndex = len(obj.SQLTable.Columns)
} else {
e.ToTableRowIndex = len(obj.SQLTable.Columns)
}
}
@ -746,6 +745,8 @@ 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.FromTableRowIndex = e.FromTableRowIndex
newEdge.ToTableRowIndex = e.ToTableRowIndex
newEdge.Attributes.Label = e.Attributes.Label
newEdge.References = e.References
}

View file

@ -607,6 +607,9 @@ type Edge struct {
MinWidth int `json:"minWidth"`
MinHeight int `json:"minHeight"`
FromTableRowIndex int `json:"fromTableRowIndex"`
ToTableRowIndex int `json:"toTableRowIndex"`
LabelDimensions d2target.TextDimensions `json:"label_dimensions"`
LabelPosition *string `json:"labelPosition,omitempty"`
LabelPercentage *float64 `json:"labelPercentage,omitempty"`

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -214,6 +214,8 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -241,6 +243,8 @@
"index": 0,
"minWidth": 0,
"minHeight": 0,
"fromTableRowIndex": 0,
"toTableRowIndex": 0,
"label_dimensions": {
"width": 0,
"height": 0
@ -268,6 +272,8 @@
"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