Skip to content

Commit db70314

Browse files
committed
gh-pages v4.9.2
1 parent 7f49a84 commit db70314

File tree

371 files changed

+97637
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+97637
-175
lines changed

docs/partials/api/ui.grid.treeBase.directive.uiGridTreeBaseExpandAllButtons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/tree-base/src/js/tree-base.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1629" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridTreeBaseExpandAllButtons</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/tree-base/src/js/tree-base.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1645" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridTreeBaseExpandAllButtons</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.treeBase</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.treeBase.directive.uiGridTreeRowHeaderButtons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/tree-base/src/js/tree-base.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1588" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridTreeRowHeaderButtons</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/tree-base/src/js/tree-base.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1604" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridTreeRowHeaderButtons</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.treeBase</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.treeBase.directive.uiGridViewport.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/tree-base/src/js/tree-base.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1670" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridViewport</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/tree-base/src/js/tree-base.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1686" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridViewport</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.treeBase</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.treeBase.service.uiGridTreeBaseService.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="description"><div class="ui-grid-treebase-service-page ui-grid-treebase-service-uigridtreebaseservice-page"><p>Services for treeBase feature</p>
88
</div></div>
99
<div class="member method"><h2 id="methods">Methods</h2>
10-
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1165" class="view-source icon-eye-open"> </a><h3 id="methods_addorusenode">addOrUseNode(grid, row, parents, aggregationBase)</h3>
10+
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1181" class="view-source icon-eye-open"> </a><h3 id="methods_addorusenode">addOrUseNode(grid, row, parents, aggregationBase)</h3>
1111
<div class="addorusenode"><div class="addorusenode-page"><p>Creates a tree node for this row. If this row already has a treeNode
1212
recorded against it, preserves the state, but otherwise overwrites the data.</p>
1313
</div><h5 id="methods_addorusenode_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>grid</td><td><a href="" class="label type-hint type-hint-grid">grid</a></td><td><div class="addorusenode-page"><p>The grid we&#39;re operating on</p>
@@ -29,7 +29,7 @@
2929
</div></td></tr></tbody></table><h5 id="methods_adjustsorting_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-array">array</a></td><td><div class="adjustsorting-page"><p>renderableRows that we passed on through</p>
3030
</div></td></tr></table></div>
3131
</li>
32-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1373" class="view-source icon-eye-open"> </a><h3 id="methods_aggregate">aggregate(grid, row, parents)</h3>
32+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1389" class="view-source icon-eye-open"> </a><h3 id="methods_aggregate">aggregate(grid, row, parents)</h3>
3333
<div class="aggregate"><div class="aggregate-page"><p>Accumulate the data from this row onto the aggregations for each parent</p>
3434
<p>Iterate over the parents, then iterate over the aggregations for each of those parents,
3535
and perform the aggregation for each individual aggregation</p>
@@ -49,7 +49,7 @@
4949
</div></td></tr></tbody></table><h5 id="methods_allexpanded_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-boolean">boolean</a></td><td><div class="allexpanded-page"><p>whether or not the tree is all expanded</p>
5050
</div></td></tr></table></div>
5151
</li>
52-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1318" class="view-source icon-eye-open"> </a><h3 id="methods_buildaggregationobject">buildAggregationObject(column)</h3>
52+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1334" class="view-source icon-eye-open"> </a><h3 id="methods_buildaggregationobject">buildAggregationObject(column)</h3>
5353
<div class="buildaggregationobject"><div class="buildaggregationobject-page"><p>Build the object which is stored on the column for holding meta-data about the aggregation.
5454
This method should only be called with columns which have an aggregation.</p>
5555
</div><h5 id="methods_buildaggregationobject_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>column</td><td><a href="" class="label type-hint type-hint-gridcolumn">GridColumn</a></td><td><div class="buildaggregationobject-page"><p>The column which this object relates to</p>
@@ -114,13 +114,13 @@
114114
</div></td></tr><tr><td>row</td><td><a href="" class="label type-hint type-hint-gridrow">GridRow</a></td><td><div class="expandrowchildren-page"><p>the row we want to expand</p>
115115
</div></td></tr></tbody></table></div>
116116
</li>
117-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1501" class="view-source icon-eye-open"> </a><h3 id="methods_finaliseaggregation">finaliseAggregation(row, aggregation)</h3>
117+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1517" class="view-source icon-eye-open"> </a><h3 id="methods_finaliseaggregation">finaliseAggregation(row, aggregation)</h3>
118118
<div class="finaliseaggregation"><div class="finaliseaggregation-page"><p>Helper function used to finalize aggregation nodes and footer cells</p>
119119
</div><h5 id="methods_finaliseaggregation_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>row</td><td><a href="" class="label type-hint type-hint-gridrow">gridRow</a></td><td><div class="finaliseaggregation-page"><p>The parent we&#39;re finalising</p>
120120
</div></td></tr><tr><td>aggregation</td><td><a href="" class="label type-hint type-hint-aggregation">aggregation</a></td><td><div class="finaliseaggregation-page"><p>The aggregation object manipulated by the aggregationFn</p>
121121
</div></td></tr></tbody></table></div>
122122
</li>
123-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1535" class="view-source icon-eye-open"> </a><h3 id="methods_finaliseaggregations">finaliseAggregations(row)</h3>
123+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1551" class="view-source icon-eye-open"> </a><h3 id="methods_finaliseaggregations">finaliseAggregations(row)</h3>
124124
<div class="finaliseaggregations"><div class="finaliseaggregations-page"><p>Format the data from the aggregation into the rendered text
125125
e.g. if we had label: &#39;sum: &#39; and value: 25, we&#39;d create &#39;sum: 25&#39;.</p>
126126
<p>As part of this we call any formatting callback routines we&#39;ve been provided.</p>
@@ -132,7 +132,7 @@
132132
</div><h5 id="methods_finaliseaggregations_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>row</td><td><a href="" class="label type-hint type-hint-gridrow">gridRow</a></td><td><div class="finaliseaggregations-page"><p>the parent we&#39;re finalising</p>
133133
</div></td></tr></tbody></table></div>
134134
</li>
135-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1273" class="view-source icon-eye-open"> </a><h3 id="methods_fixfilter">fixFilter(grid)</h3>
135+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1289" class="view-source icon-eye-open"> </a><h3 id="methods_fixfilter">fixFilter(grid)</h3>
136136
<div class="fixfilter"><div class="fixfilter-page"><p>After filtering has run, we need to go back through the tree
137137
and make sure the parent rows are always visible if any of the child rows
138138
are visible (filtering may make a child visible, but the parent may not
@@ -143,7 +143,7 @@
143143
</div><h5 id="methods_fixfilter_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>grid</td><td><a href="" class="label type-hint type-hint-grid">Grid</a></td><td><div class="fixfilter-page"><p>the grid to fix filters on</p>
144144
</div></td></tr></tbody></table></div>
145145
</li>
146-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1342" class="view-source icon-eye-open"> </a><h3 id="methods_getaggregations">getAggregations(grid)</h3>
146+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1358" class="view-source icon-eye-open"> </a><h3 id="methods_getaggregations">getAggregations(grid)</h3>
147147
<div class="getaggregations"><div class="getaggregations-page"><p>Looks through the grid columns to find those with aggregations,
148148
and collates the aggregation information into an array, returns that array</p>
149149
</div><h5 id="methods_getaggregations_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>grid</td><td><a href="" class="label type-hint type-hint-grid">Grid</a></td><td><div class="getaggregations-page"><p>the grid to get the aggregation information from</p>
@@ -167,15 +167,15 @@
167167
</div></td></tr><tr><td>targetState</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="setallnodes-page"><p>the state we want to set it to</p>
168168
</div></td></tr></tbody></table></div>
169169
</li>
170-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1199" class="view-source icon-eye-open"> </a><h3 id="methods_setcurrentstate">setCurrentState(parents)</h3>
170+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1215" class="view-source icon-eye-open"> </a><h3 id="methods_setcurrentstate">setCurrentState(parents)</h3>
171171
<div class="setcurrentstate"><div class="setcurrentstate-page"><p>Looks at the parents array to determine our current state.
172172
If any node in the hierarchy is collapsed, then return collapsed, otherwise return
173173
expanded.</p>
174174
</div><h5 id="methods_setcurrentstate_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>parents</td><td><a href="" class="label type-hint type-hint-array">array</a></td><td><div class="setcurrentstate-page"><p>An array of the parents this row should have</p>
175175
</div></td></tr></tbody></table><h5 id="methods_setcurrentstate_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="setcurrentstate-page"><p>The state we should be setting to any nodes we see</p>
176176
</div></td></tr></table></div>
177177
</li>
178-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1228" class="view-source icon-eye-open"> </a><h3 id="methods_sorttree">sortTree(grid)</h3>
178+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1244" class="view-source icon-eye-open"> </a><h3 id="methods_sorttree">sortTree(grid)</h3>
179179
<div class="sorttree"><div class="sorttree-page"><p>Performs a recursive sort on the tree nodes, sorting the
180180
children of each node and putting them back into the children array.</p>
181181
<p>Before doing this it turns back on all the sortIgnore - things that were previously
@@ -202,7 +202,7 @@
202202
</div></td></tr></tbody></table><h5 id="methods_treebasecolumnbuilder_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-promise">promise</a></td><td><div class="treebasecolumnbuilder-page"><p>promise for the builder - actually we do it all inline so it&#39;s immediately resolved</p>
203203
</div></td></tr></table></div>
204204
</li>
205-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1567" class="view-source icon-eye-open"> </a><h3 id="methods_treefooteraggregationtype">treeFooterAggregationType(rows, column)</h3>
205+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/tree-base/src/js/tree-base.js#L1583" class="view-source icon-eye-open"> </a><h3 id="methods_treefooteraggregationtype">treeFooterAggregationType(rows, column)</h3>
206206
<div class="treefooteraggregationtype"><div class="treefooteraggregationtype-page"><p>Uses the tree aggregation functions and finalizers to set the
207207
column footer aggregations.</p>
208208
</div><h5 id="methods_treefooteraggregationtype_parameters">Parameters</h5><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>rows</td><td><a href="" class="label type-hint type-hint-rows">rows</a></td><td><div class="treefooteraggregationtype-page"><p>The visible rows. not used, but accepted to match signature of GridColumn.aggregationType</p>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
7676
Code on Github
7777
</a>
7878

79-
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.9.1">
79+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.9.2">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.9.1 / 4.9.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.9.2 / 4.9.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.9.1 )</small>
83+
Download <small>( 4.9.2 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">

release/4.9.2/css/ui-grid.cellnav.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.ui-grid-cell-focus {
2+
outline: 0;
3+
background-color: #b3c4c7;
4+
}
5+
.ui-grid-focuser {
6+
position: absolute;
7+
left: 0;
8+
top: 0;
9+
z-index: -1;
10+
width: 100%;
11+
height: 100%;
12+
}
13+
.ui-grid-focuser:focus {
14+
border-color: #66afe9;
15+
outline: 0;
16+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
17+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
18+
}
19+
.ui-grid-offscreen {
20+
display: block;
21+
position: absolute;
22+
left: -10000px;
23+
top: -10000px;
24+
clip: rect(0px, 0px, 0px, 0px);
25+
}

release/4.9.2/css/ui-grid.cellnav.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)