Compare commits
	
		
			No commits in common. "c972cfebee44be09413e2972ad14ce0df4986c50" and "a5730671683f45d99745e88e9ae979008348d203" have entirely different histories.
		
	
	
		
			c972cfebee
			...
			a573067168
		
	
		
							
								
								
									
										5
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.vscode/launch.json
									
									
									
									
										vendored
									
									
								
							@ -9,13 +9,12 @@
 | 
			
		||||
            "type": "go",
 | 
			
		||||
            "request": "launch",
 | 
			
		||||
            "mode": "auto",
 | 
			
		||||
            "program": "${workspaceFolder}/scripts/dev-server/devserver.go",
 | 
			
		||||
            "program": "${workspaceFolder}/scripts/devserver.go",
 | 
			
		||||
            "env": {
 | 
			
		||||
                "GOOS": "windows",
 | 
			
		||||
                "GOARCH": "amd64"
 | 
			
		||||
            },
 | 
			
		||||
            "args": [],
 | 
			
		||||
            "cwd": "${workspaceFolder}"
 | 
			
		||||
            "args": []
 | 
			
		||||
        }
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										2
									
								
								go.sum
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								go.sum
									
									
									
									
									
								
							@ -29,6 +29,8 @@ github.com/vugu/vjson v0.0.0-20191111004939-722507e863cb/go.mod h1:z7mAqSUjRDMQ0
 | 
			
		||||
github.com/vugu/vjson v0.0.0-20200505061711-f9cbed27d3d9 h1:0cwYt2uGUAwxOYF6zAkVvCKWt8zOV3JhQqjvwKb6jf0=
 | 
			
		||||
github.com/vugu/vjson v0.0.0-20200505061711-f9cbed27d3d9/go.mod h1:z7mAqSUjRDMQ09NIO18jG2llXMHLnUHlZ3/8MEMyBPA=
 | 
			
		||||
github.com/vugu/vugu v0.3.0/go.mod h1:RFwOrlJHEkdZvrFcde4d6c0/7SqlRA8E4l2yz1Rs8xM=
 | 
			
		||||
github.com/vugu/vugu v0.3.5-0.20221005220046-fff6df3754fe h1:noKPn5IWVr2aDtP7f41ZpbwwYWNtk3hFFUnq3swgREc=
 | 
			
		||||
github.com/vugu/vugu v0.3.5-0.20221005220046-fff6df3754fe/go.mod h1:E0NT8+F8KDmLDKzYTNySlcvljJdfOpBHzcMJ/0bYLfM=
 | 
			
		||||
github.com/vugu/vugu v0.3.5 h1:AdhL+RDWMI3ZLZij9b8HdRHTKqNYkSDbcgFND02zNGU=
 | 
			
		||||
github.com/vugu/vugu v0.3.5/go.mod h1:E0NT8+F8KDmLDKzYTNySlcvljJdfOpBHzcMJ/0bYLfM=
 | 
			
		||||
github.com/vugu/xxhash v0.0.0-20191111030615-ed24d0179019 h1:8NGiD5gWbVGObr+lnqcbM2rcOQBO6mr+m19BIblCdho=
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
<svg viewBox="0 0 16 16" vg-attr="c.AttrMap">
 | 
			
		||||
	<polyline class="d3c-icon-stroke" points="1.5,10.5 7.5,4.5 13.5,10.5 " stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
	<polyline class="d3c-icon-stroke" points="1.5,10.5 7.5,4.5 13.5,10.5 " stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
</svg>
 | 
			
		||||
 | 
			
		||||
<script type="application/x-go">
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 298 B  | 
@ -27,7 +27,7 @@ func (c *LChevronUp) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
		_ = vgparent
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "polyline", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "d3c-icon-stroke"}, vugu.VGAttribute{Namespace: "", Key: "points", Val: "1.5,10.5 7.5,4.5 13.5,10.5 "}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "polyline", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "d3c-icon-stroke"}, vugu.VGAttribute{Namespace: "", Key: "points", Val: "1.5,10.5 7.5,4.5 13.5,10.5 "}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
 | 
			
		||||
@ -1,12 +0,0 @@
 | 
			
		||||
<svg viewBox="0 0 16 16" vg-attr="c.AttrMap">
 | 
			
		||||
	<polyline class="fil1 str0" points="14.41,13.5 15.5,13.5 15.5,9.5 13.5,7.5 10.5,7.5 10.5,13.5 11.59,13.5 " width="3.0" height="3.0" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
	<circle class="fil1 str0" cx="3" cy="14" r="1.5" width="3.0" height="3.0" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
	<circle class="fil1 str0" cx="13" cy="14" r="1.5" width="3.0" height="3.0" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
	<polyline class="fil1 str0" points="1.59,13.5 0.5,13.5 0.5,4.5 10.5,4.5 10.5,13.5 4.41,13.5 " width="3.0" height="3.0" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
</svg>
 | 
			
		||||
 | 
			
		||||
<script type="application/x-go">
 | 
			
		||||
	type LDeliver struct{
 | 
			
		||||
		AttrMap vugu.AttrMap
 | 
			
		||||
	}
 | 
			
		||||
</script>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 922 B  | 
@ -1,54 +0,0 @@
 | 
			
		||||
package icons
 | 
			
		||||
 | 
			
		||||
// Code generated by vugu via vugugen. Please regenerate instead of editing or add additional code in a separate file. DO NOT EDIT.
 | 
			
		||||
 | 
			
		||||
import "fmt"
 | 
			
		||||
import "reflect"
 | 
			
		||||
import "github.com/vugu/vjson"
 | 
			
		||||
import "github.com/vugu/vugu"
 | 
			
		||||
import js "github.com/vugu/vugu/js"
 | 
			
		||||
 | 
			
		||||
type LDeliver struct {
 | 
			
		||||
	AttrMap vugu.AttrMap
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (c *LDeliver) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
 | 
			
		||||
	vgout = &vugu.BuildOut{}
 | 
			
		||||
 | 
			
		||||
	var vgiterkey interface{}
 | 
			
		||||
	_ = vgiterkey
 | 
			
		||||
	var vgn *vugu.VGNode
 | 
			
		||||
	vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "svg", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "viewBox", Val: "0 0 16 16"}}}
 | 
			
		||||
	vgout.Out = append(vgout.Out, vgn)	// root for output
 | 
			
		||||
	vgn.AddAttrList(c.AttrMap)
 | 
			
		||||
	{
 | 
			
		||||
		vgparent := vgn
 | 
			
		||||
		_ = vgparent
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "polyline", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "fil1 str0"}, vugu.VGAttribute{Namespace: "", Key: "points", Val: "14.41,13.5 15.5,13.5 15.5,9.5 13.5,7.5 10.5,7.5 10.5,13.5 11.59,13.5 "}, vugu.VGAttribute{Namespace: "", Key: "width", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "height", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "circle", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "fil1 str0"}, vugu.VGAttribute{Namespace: "", Key: "cx", Val: "3"}, vugu.VGAttribute{Namespace: "", Key: "cy", Val: "14"}, vugu.VGAttribute{Namespace: "", Key: "r", Val: "1.5"}, vugu.VGAttribute{Namespace: "", Key: "width", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "height", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "circle", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "fil1 str0"}, vugu.VGAttribute{Namespace: "", Key: "cx", Val: "13"}, vugu.VGAttribute{Namespace: "", Key: "cy", Val: "14"}, vugu.VGAttribute{Namespace: "", Key: "r", Val: "1.5"}, vugu.VGAttribute{Namespace: "", Key: "width", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "height", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "polyline", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "fil1 str0"}, vugu.VGAttribute{Namespace: "", Key: "points", Val: "1.59,13.5 0.5,13.5 0.5,4.5 10.5,4.5 10.5,13.5 4.41,13.5 "}, vugu.VGAttribute{Namespace: "", Key: "width", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "height", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
	}
 | 
			
		||||
	return vgout
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 'fix' unused imports
 | 
			
		||||
var _ fmt.Stringer
 | 
			
		||||
var _ reflect.Type
 | 
			
		||||
var _ vjson.RawMessage
 | 
			
		||||
var _ js.Value
 | 
			
		||||
@ -1,10 +0,0 @@
 | 
			
		||||
<svg viewBox="0 0 16 16" vg-attr="c.AttrMap">
 | 
			
		||||
	<path class="d3c-icon-stroke" d="M14.5 15.5l-2 0 0 -9.0 -9.0 0 0 9.0 -2 -0c-0.272,0 -0.512,-0.1 -0.707,-0.293 -0.195,-0.195 -0.292,-0.433 -0.292,-0.708l0.015 -9 7 -5 1 0 6.982 5 0 9c0,0.54 -0.461,1 -1,1z" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
	<path class="d3c-icon-stroke" d="M3.5 15.5l3 0 0 -3 -3 0 0 3zm3 0l3 0 0 -3 -3 0 0 3zm-1 -3l3 0 0 -3 -3 0 0 3z" width="3.0" height="3.0" stroke="black" stroke-width="1" stroke-linejoin="round" stroke-linecap="round" fill="none"/>
 | 
			
		||||
</svg>
 | 
			
		||||
 | 
			
		||||
<script type="application/x-go">
 | 
			
		||||
	type LWarehouse struct{
 | 
			
		||||
		AttrMap vugu.AttrMap
 | 
			
		||||
	}
 | 
			
		||||
</script>
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 677 B  | 
@ -1,46 +0,0 @@
 | 
			
		||||
package icons
 | 
			
		||||
 | 
			
		||||
// Code generated by vugu via vugugen. Please regenerate instead of editing or add additional code in a separate file. DO NOT EDIT.
 | 
			
		||||
 | 
			
		||||
import "fmt"
 | 
			
		||||
import "reflect"
 | 
			
		||||
import "github.com/vugu/vjson"
 | 
			
		||||
import "github.com/vugu/vugu"
 | 
			
		||||
import js "github.com/vugu/vugu/js"
 | 
			
		||||
 | 
			
		||||
type LWarehouse struct {
 | 
			
		||||
	AttrMap vugu.AttrMap
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (c *LWarehouse) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
 | 
			
		||||
	vgout = &vugu.BuildOut{}
 | 
			
		||||
 | 
			
		||||
	var vgiterkey interface{}
 | 
			
		||||
	_ = vgiterkey
 | 
			
		||||
	var vgn *vugu.VGNode
 | 
			
		||||
	vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "svg", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "viewBox", Val: "0 0 16 16"}}}
 | 
			
		||||
	vgout.Out = append(vgout.Out, vgn)	// root for output
 | 
			
		||||
	vgn.AddAttrList(c.AttrMap)
 | 
			
		||||
	{
 | 
			
		||||
		vgparent := vgn
 | 
			
		||||
		_ = vgparent
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "path", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "d3c-icon-stroke"}, vugu.VGAttribute{Namespace: "", Key: "d", Val: "M14.5 15.5l-2 0 0 -9.0 -9.0 0 0 9.0 -2 -0c-0.272,0 -0.512,-0.1 -0.707,-0.293 -0.195,-0.195 -0.292,-0.433 -0.292,-0.708l0.015 -9 7 -5 1 0 6.982 5 0 9c0,0.54 -0.461,1 -1,1z"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "svg", Data: "path", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "d3c-icon-stroke"}, vugu.VGAttribute{Namespace: "", Key: "d", Val: "M3.5 15.5l3 0 0 -3 -3 0 0 3zm3 0l3 0 0 -3 -3 0 0 3zm-1 -3l3 0 0 -3 -3 0 0 3z"}, vugu.VGAttribute{Namespace: "", Key: "width", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "height", Val: "3.0"}, vugu.VGAttribute{Namespace: "", Key: "stroke", Val: "black"}, vugu.VGAttribute{Namespace: "", Key: "stroke-width", Val: "1"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linejoin", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "stroke-linecap", Val: "round"}, vugu.VGAttribute{Namespace: "", Key: "fill", Val: "none"}}}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
	}
 | 
			
		||||
	return vgout
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// 'fix' unused imports
 | 
			
		||||
var _ fmt.Stringer
 | 
			
		||||
var _ reflect.Type
 | 
			
		||||
var _ vjson.RawMessage
 | 
			
		||||
var _ js.Value
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@ -8,7 +8,7 @@
 | 
			
		||||
			u4iewgooijqoie ioigq oiegq eog qoeg
 | 
			
		||||
		</view:Code>
 | 
			
		||||
		<p>Some <view:CodeInline>inlined code</view:CodeInline> in this line!</p>
 | 
			
		||||
		<div class="page-icons-row icon-size-32" style="display: flex; flex-wrap: wrap">
 | 
			
		||||
		<div class="page-icons-row icon-size-32">
 | 
			
		||||
			<icons:LArrowDown></icons:LArrowDown>
 | 
			
		||||
			<icons:LArrowLeft></icons:LArrowLeft>
 | 
			
		||||
			<icons:LArrowRight></icons:LArrowRight>
 | 
			
		||||
@ -25,7 +25,6 @@
 | 
			
		||||
			<icons:LCustomize></icons:LCustomize>
 | 
			
		||||
			<icons:LCut></icons:LCut>
 | 
			
		||||
			<icons:LDelete></icons:LDelete>
 | 
			
		||||
			<icons:LDeliver></icons:LDeliver>
 | 
			
		||||
			<icons:LDownload></icons:LDownload>
 | 
			
		||||
			<icons:LEdit></icons:LEdit>
 | 
			
		||||
			<icons:LFavoriteStar></icons:LFavoriteStar>
 | 
			
		||||
@ -49,12 +48,11 @@
 | 
			
		||||
			<icons:LUndo></icons:LUndo>
 | 
			
		||||
			<icons:LUnlock></icons:LUnlock>
 | 
			
		||||
			<icons:LUpload></icons:LUpload>
 | 
			
		||||
			<icons:LWarehouse></icons:LWarehouse>
 | 
			
		||||
			<icons:LZoom></icons:LZoom>
 | 
			
		||||
			<icons:LZoomIn></icons:LZoomIn>
 | 
			
		||||
			<icons:LZoomOut></icons:LZoomOut>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="page-icons-row icon-size-16" style="display: flex; flex-wrap: wrap">
 | 
			
		||||
		<div class="page-icons-row icon-size-16">
 | 
			
		||||
			<icons:LArrowDown></icons:LArrowDown>
 | 
			
		||||
			<icons:LArrowLeft></icons:LArrowLeft>
 | 
			
		||||
			<icons:LArrowRight></icons:LArrowRight>
 | 
			
		||||
@ -71,7 +69,6 @@
 | 
			
		||||
			<icons:LCustomize></icons:LCustomize>
 | 
			
		||||
			<icons:LCut></icons:LCut>
 | 
			
		||||
			<icons:LDelete></icons:LDelete>
 | 
			
		||||
			<icons:LDeliver></icons:LDeliver>
 | 
			
		||||
			<icons:LDownload></icons:LDownload>
 | 
			
		||||
			<icons:LEdit></icons:LEdit>
 | 
			
		||||
			<icons:LFavoriteStar></icons:LFavoriteStar>
 | 
			
		||||
@ -95,7 +92,6 @@
 | 
			
		||||
			<icons:LUndo></icons:LUndo>
 | 
			
		||||
			<icons:LUnlock></icons:LUnlock>
 | 
			
		||||
			<icons:LUpload></icons:LUpload>
 | 
			
		||||
			<icons:LWarehouse></icons:LWarehouse>
 | 
			
		||||
			<icons:LZoom></icons:LZoom>
 | 
			
		||||
			<icons:LZoomIn></icons:LZoomIn>
 | 
			
		||||
			<icons:LZoomOut></icons:LZoomOut>
 | 
			
		||||
 | 
			
		||||
@ -31,7 +31,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
		vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t"}
 | 
			
		||||
		vgparent.AppendChild(vgn)
 | 
			
		||||
		{
 | 
			
		||||
			vgcompKey := vugu.MakeCompKey(0x8C57CC0135D992D8^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
			vgcompKey := vugu.MakeCompKey(0x7C8143BCAEBF62C9^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
			// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
			vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*layout.Container)
 | 
			
		||||
			if vgcomp == nil {
 | 
			
		||||
@ -60,7 +60,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t"}
 | 
			
		||||
				vgparent.AppendChild(vgn)
 | 
			
		||||
				{
 | 
			
		||||
					vgcompKey := vugu.MakeCompKey(0x38CCCBE0F5A4ECD7^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
					vgcompKey := vugu.MakeCompKey(0xBBB44D48279F533B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
					// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
					vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*view.Code)
 | 
			
		||||
					if vgcomp == nil {
 | 
			
		||||
@ -102,7 +102,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "Some "}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6DEFE30AFC65233B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x646ABECB6F1C8892^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*view.CodeInline)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -131,7 +131,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
				}
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t"}
 | 
			
		||||
				vgparent.AppendChild(vgn)
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "", Data: "div", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "page-icons-row icon-size-32"}, vugu.VGAttribute{Namespace: "", Key: "style", Val: "display: flex; flex-wrap: wrap"}}}
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "", Data: "div", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "page-icons-row icon-size-32"}}}
 | 
			
		||||
				vgparent.AppendChild(vgn)
 | 
			
		||||
				{
 | 
			
		||||
					vgparent := vgn
 | 
			
		||||
@ -139,7 +139,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xACED924C3123F5B8^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xEE30C4E51B506E91^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowDown)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -155,7 +155,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x311DC3151CAF09A4^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x83C57FB79FDEF454^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowLeft)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -171,7 +171,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9E02FA523BE88736^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xF58C64B7530F5E42^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowRight)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -187,7 +187,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA40AF21DC78767C7^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x3CEE1D72E112F48F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowUp)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -203,7 +203,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xCDD5E0BF566AE7CC^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x692D2F2EF0DA0F83^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LBackToWindow)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -219,7 +219,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xBED72D8EAB8F5400^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x29B51B8E40B1DDCB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCancel)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -235,7 +235,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xDB57C852C70CF429^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA5B1501A71374B71^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronDown)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -251,7 +251,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC821E785F41A8E43^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6BCF62EB2388DC08^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronLeft)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -267,7 +267,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xCFC4009FED5F0EFD^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA315A95A11FEF38D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronRight)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -283,7 +283,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x823C82A6D6FDFB17^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x13F3FBE7F6CC78EA^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronUp)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -299,7 +299,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x756692B1449D4841^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1C56D9C2590F1A08^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCircleMinus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -315,7 +315,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC3C7191576C7A8EC^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB497F3150C961C90^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCirclePlus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -331,7 +331,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1E6D9E1BBD61AE06^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x8FC06636D7771B53^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCopy)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -347,7 +347,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6CAB9EF137F51028^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xD16F92872AB81A16^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCustomize)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -363,7 +363,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1FEC208BA8E699F4^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE34D8A1B3C6B70CA^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCut)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -379,7 +379,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x61B4340C34A7F1C2^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x85E1E16389DF0326^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LDelete)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -395,23 +395,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE148B7C90E0D033B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LDeliver)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
							// create new one if needed
 | 
			
		||||
							vgcomp = new(icons.LDeliver)
 | 
			
		||||
							vgin.BuildEnv.WireComponent(vgcomp)
 | 
			
		||||
						}
 | 
			
		||||
						vgin.BuildEnv.UseComponent(vgcompKey, vgcomp)	// ensure we can use this in the cache next time around
 | 
			
		||||
						vgout.Components = append(vgout.Components, vgcomp)
 | 
			
		||||
						vgn = &vugu.VGNode{Component: vgcomp}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
					}
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9B2F7ACA6DFB1413^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x461F0BE8C505C2F1^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LDownload)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -427,7 +411,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7E9F0488F74C334F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xCE288EF566D466BB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LEdit)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -443,7 +427,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1B48272EF0945B21^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5B9D678FC2FC2A7C^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LFavoriteStar)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -459,7 +443,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7A6C429CD8AADDE9^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1625258AC81D1E84^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LFilter)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -475,7 +459,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x2321560EA11DCB88^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB428BC9957130453^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LFullScreen)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -491,7 +475,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9C409686DBD02E2F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA639B96920F6B77D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LGlobalNav)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -507,7 +491,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x40536B5B895E4038^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5E5A2F574580F839^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LHome)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -523,7 +507,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9E4178B5DE4F4FAE^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x777CCF813610D5F0^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LLock)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -539,7 +523,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x540883B62004BCAE^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6D89BA880B78E622^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LLockDisabled)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -555,7 +539,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x46A8F2A26221B461^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x80DA10F04A1ECA17^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LMinus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -571,7 +555,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5BD2929CC707196B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x2E66275BEE69DB87^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LMore)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -587,7 +571,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6D8BACCBF323CBFA^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1CEF7C33B5023064^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LPaste)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -603,7 +587,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA53256F10613ACF4^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9C0AA09B17729FF9^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LPlus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -619,7 +603,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x3103E5861A6F7679^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x8E2380925EF42BF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LPowerButton)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -635,7 +619,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE502C212B4A5ED91^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xCE3AB68E072BB22A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LRedo)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -651,7 +635,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xBD070885A9A3F6EF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x42213F4B1358AB9B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LReload)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -667,7 +651,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x33BD43C4746841B6^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xAB9BA62A89CA2201^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSave)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -683,7 +667,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xF0AF45B355972F9F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xDC6F012B2CAA8FB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSearch)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -699,7 +683,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x3CC458F29F64AABE^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xBE006DF027585260^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSettings)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -715,7 +699,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7F4486B4D920CA3E^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x639745E3E2E4052^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSort)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -731,7 +715,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x19E5A4BD4029820^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5F2A7F71D86925F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LUndo)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -747,7 +731,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xAE98D9018E54EEB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB31F41DF1CB7D03B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LUnlock)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -763,7 +747,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x3E6C8F8E5A8720EA^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x75EA0F68062EE0BD^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LUpload)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -779,23 +763,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x289422936BC851D3^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LWarehouse)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
							// create new one if needed
 | 
			
		||||
							vgcomp = new(icons.LWarehouse)
 | 
			
		||||
							vgin.BuildEnv.WireComponent(vgcomp)
 | 
			
		||||
						}
 | 
			
		||||
						vgin.BuildEnv.UseComponent(vgcompKey, vgcomp)	// ensure we can use this in the cache next time around
 | 
			
		||||
						vgout.Components = append(vgout.Components, vgcomp)
 | 
			
		||||
						vgn = &vugu.VGNode{Component: vgcomp}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
					}
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x59BBB5F39B5BB9A3^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x929C18CB72DECE0A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LZoom)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -811,7 +779,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6A3A2DCB0423C276^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x1341BBF6FF6DA6CB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LZoomIn)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -827,7 +795,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7C15A663B0B336A8^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x438D424AA353833E^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LZoomOut)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -845,7 +813,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
				}
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t"}
 | 
			
		||||
				vgparent.AppendChild(vgn)
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "", Data: "div", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "page-icons-row icon-size-16"}, vugu.VGAttribute{Namespace: "", Key: "style", Val: "display: flex; flex-wrap: wrap"}}}
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(3), Namespace: "", Data: "div", Attr: []vugu.VGAttribute{vugu.VGAttribute{Namespace: "", Key: "class", Val: "page-icons-row icon-size-16"}}}
 | 
			
		||||
				vgparent.AppendChild(vgn)
 | 
			
		||||
				{
 | 
			
		||||
					vgparent := vgn
 | 
			
		||||
@ -853,7 +821,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x94C4390610DC7D79^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x81083A506C7234A6^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowDown)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -869,7 +837,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x23C8F1B4C8F21546^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x2985816D5A180792^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowLeft)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -885,7 +853,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9D21B857B5EC482^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x17549E282C6E317A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowRight)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -901,7 +869,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE34A2A247DBA3384^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x95819ACEA910FEAA^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LArrowUp)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -917,7 +885,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x4BFCF65A9665A19F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC4BCE1EF56C90655^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LBackToWindow)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -933,7 +901,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x490FF39F57E93DEF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xAD0331212F5C4F24^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCancel)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -949,7 +917,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xFD92E68A057C0FF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5539FF6C550F3F13^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronDown)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -965,7 +933,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE3625C520F6B401F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC1E0F871B5867693^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronLeft)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -981,7 +949,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB3C70F1B2B52511^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x98452CA0CE03B3F6^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronRight)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -997,7 +965,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x517081C7A995C8D9^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x4DCAF2A4B153E015^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LChevronUp)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1013,7 +981,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7FCA69C2B3AB35B2^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xFD1879F0D3131B58^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCircleMinus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1029,7 +997,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x50B1837F0F39DC00^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xDAB6AC0646C3EED1^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCirclePlus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1045,7 +1013,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA1D4614769BF26B9^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x681D0F98D70B1695^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCopy)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1061,7 +1029,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC69BA23C77EA7203^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xEDA5F7614BB386B2^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCustomize)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1077,7 +1045,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x83F8680582EC3F6A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5CB3A1EBB345C58C^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LCut)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1093,7 +1061,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x67E45B4CC5281FBF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xBA300DA3CB5F0585^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LDelete)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1109,23 +1077,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xFDE35BB0887538FD^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LDeliver)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
							// create new one if needed
 | 
			
		||||
							vgcomp = new(icons.LDeliver)
 | 
			
		||||
							vgin.BuildEnv.WireComponent(vgcomp)
 | 
			
		||||
						}
 | 
			
		||||
						vgin.BuildEnv.UseComponent(vgcompKey, vgcomp)	// ensure we can use this in the cache next time around
 | 
			
		||||
						vgout.Components = append(vgout.Components, vgcomp)
 | 
			
		||||
						vgn = &vugu.VGNode{Component: vgcomp}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
					}
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA5C14E3A81E287ED^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x53998AD92102209F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LDownload)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1141,7 +1093,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xF359111472AA557F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB0FD721707AF7F2A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LEdit)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1157,7 +1109,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x48CA91AD018CCC03^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7821669CF30EDE63^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LFavoriteStar)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1173,7 +1125,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xBB7C59E5233E5B14^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x226D2A240A891C43^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LFilter)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1189,7 +1141,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA20160E023A099E4^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6559F05DDE0B613B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LFullScreen)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1205,7 +1157,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE15EC56D7CADA14D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xFC11861006D53BC1^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LGlobalNav)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1221,7 +1173,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xDCBD93B36BCBFCF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xFB75E097FDACA4B8^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LHome)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1237,7 +1189,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x3736D15228A84015^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xECBE222FA683C311^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LLock)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1253,7 +1205,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x2E6A38C84863856E^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x912295B5E9D622C2^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LLockDisabled)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1269,7 +1221,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xD0B1CC0951107A17^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7F94B887053482CF^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LMinus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1285,7 +1237,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x161667EBAF347A30^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x3AEDEA74CC9897C3^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LMore)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1301,7 +1253,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7E14F197ABEB8F2E^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xCE092A5630A8E0F7^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LPaste)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1317,7 +1269,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x77F262B4FD8909AD^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9958733872C05F2^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LPlus)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1333,7 +1285,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xDC6FAE57A93F927B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB044A31FD59C41B4^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LPowerButton)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1349,7 +1301,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB26B3DF9DC8FBE54^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9B74901CD2F20D2A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LRedo)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1365,7 +1317,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x407135B7834E50AB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA46248B21827D36F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LReload)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1381,7 +1333,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB408B990E39F7B78^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5626906964A1B595^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSave)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1397,7 +1349,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9FC9757DFDE806D3^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC75F43241B5AEA73^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSearch)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1413,7 +1365,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xBC16265D0873DE9F^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5D0FD15ADC63E561^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSettings)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1429,7 +1381,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xDA3BC239BB7D7F2A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xE9745951B949E9FB^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSort)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1445,7 +1397,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x6F33685D2D96612C^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA9698E3E512C6588^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LUndo)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1461,7 +1413,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xF301E67F8C4F083D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x5FFF9F218682D05D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LUnlock)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1477,7 +1429,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x84C87AAE4D44A8A1^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC873E58493F8C6F1^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LUpload)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1493,23 +1445,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xA268932A12EAD435^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LWarehouse)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
							// create new one if needed
 | 
			
		||||
							vgcomp = new(icons.LWarehouse)
 | 
			
		||||
							vgin.BuildEnv.WireComponent(vgcomp)
 | 
			
		||||
						}
 | 
			
		||||
						vgin.BuildEnv.UseComponent(vgcompKey, vgcomp)	// ensure we can use this in the cache next time around
 | 
			
		||||
						vgout.Components = append(vgout.Components, vgcomp)
 | 
			
		||||
						vgn = &vugu.VGNode{Component: vgcomp}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
					}
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xC5DC55AE61BE42B8^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xF2129295CB1A90FD^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LZoom)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1525,7 +1461,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x7782BA4A20C236D8^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x9071EA708E1AAA2^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LZoomIn)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
@ -1541,7 +1477,7 @@ func (c *PageIcons) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
					vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
					vgparent.AppendChild(vgn)
 | 
			
		||||
					{
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0x27230A473D023161^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						vgcompKey := vugu.MakeCompKey(0xB299C94560F85C20^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
						// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
						vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LZoomOut)
 | 
			
		||||
						if vgcomp == nil {
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										18
									
								
								root_vgen.go
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								root_vgen.go
									
									
									
									
									
								
							@ -47,7 +47,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
				vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t"}
 | 
			
		||||
				vgparent.AppendChild(vgn)
 | 
			
		||||
				{
 | 
			
		||||
					vgcompKey := vugu.MakeCompKey(0xAC07CE9215918907^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
					vgcompKey := vugu.MakeCompKey(0xEC8BC4BC6C6D2D4^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
					// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
					vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*navigation.Sidebar)
 | 
			
		||||
					if vgcomp == nil {
 | 
			
		||||
@ -68,7 +68,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
						vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t\t\t"}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
						{
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0x3385738581B38ECD^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0xA42397BA3009F083^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
							vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*input.ButtonNav)
 | 
			
		||||
							if vgcomp == nil {
 | 
			
		||||
@ -86,7 +86,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
								_ = vgparent
 | 
			
		||||
 | 
			
		||||
								{
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0xFD95D79A641BB291^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0x5117549436F68347^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
									vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LHome)
 | 
			
		||||
									if vgcomp == nil {
 | 
			
		||||
@ -119,7 +119,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
						vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t\t\t"}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
						{
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0x8B9A5BB576C6230B^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0xF054BED1DD48958A^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
							vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*input.ButtonNav)
 | 
			
		||||
							if vgcomp == nil {
 | 
			
		||||
@ -137,7 +137,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
								_ = vgparent
 | 
			
		||||
 | 
			
		||||
								{
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0x3CCABEEEAE21070E^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0x21C2CD96F1147248^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
									vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LGlobalNav)
 | 
			
		||||
									if vgcomp == nil {
 | 
			
		||||
@ -170,7 +170,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
						vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t\t\t"}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
						{
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0x688F80910A08718D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0xC9A3CE32D0229D57^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
							vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*input.ButtonNav)
 | 
			
		||||
							if vgcomp == nil {
 | 
			
		||||
@ -188,7 +188,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
								_ = vgparent
 | 
			
		||||
 | 
			
		||||
								{
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0x80B69921E9DDC42D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0xD691B415094CE5F0^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
									vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.Empty)
 | 
			
		||||
									if vgcomp == nil {
 | 
			
		||||
@ -232,7 +232,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
						vgn = &vugu.VGNode{Type: vugu.VGNodeType(1), Data: "\n\t\t\t\t\t"}
 | 
			
		||||
						vgparent.AppendChild(vgn)
 | 
			
		||||
						{
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0xD3A1205905F3AF7D^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							vgcompKey := vugu.MakeCompKey(0x8740E86F63E99DC6^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
							// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
							vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*input.ButtonNav)
 | 
			
		||||
							if vgcomp == nil {
 | 
			
		||||
@ -250,7 +250,7 @@ func (c *Root) Build(vgin *vugu.BuildIn) (vgout *vugu.BuildOut) {
 | 
			
		||||
								_ = vgparent
 | 
			
		||||
 | 
			
		||||
								{
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0xC906038F7ECC082E^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									vgcompKey := vugu.MakeCompKey(0x1CC14FE55A881125^vgin.CurrentPositionHash(), vgiterkey)
 | 
			
		||||
									// ask BuildEnv for prior instance of this specific component
 | 
			
		||||
									vgcomp, _ := vgin.BuildEnv.CachedComponent(vgcompKey).(*icons.LSettings)
 | 
			
		||||
									if vgcomp == nil {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user