Skip to content

Commit

Permalink
gh-pages v4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grud committed Dec 1, 2020
1 parent 7f49a84 commit db70314
Show file tree
Hide file tree
Showing 371 changed files with 97,637 additions and 175 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.treeBase</code>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.treeBase</code>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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>
<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>
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.treeBase</code>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="description"><div class="ui-grid-treebase-service-page ui-grid-treebase-service-uigridtreebaseservice-page"><p>Services for treeBase feature</p>
</div></div>
<div class="member method"><h2 id="methods">Methods</h2>
<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>
<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>
<div class="addorusenode"><div class="addorusenode-page"><p>Creates a tree node for this row. If this row already has a treeNode
recorded against it, preserves the state, but otherwise overwrites the data.</p>
</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>
Expand All @@ -29,7 +29,7 @@
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="aggregate"><div class="aggregate-page"><p>Accumulate the data from this row onto the aggregations for each parent</p>
<p>Iterate over the parents, then iterate over the aggregations for each of those parents,
and perform the aggregation for each individual aggregation</p>
Expand All @@ -49,7 +49,7 @@
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="buildaggregationobject"><div class="buildaggregationobject-page"><p>Build the object which is stored on the column for holding meta-data about the aggregation.
This method should only be called with columns which have an aggregation.</p>
</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>
Expand Down Expand Up @@ -114,13 +114,13 @@
</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>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="finaliseaggregation"><div class="finaliseaggregation-page"><p>Helper function used to finalize aggregation nodes and footer cells</p>
</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>
</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>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="finaliseaggregations"><div class="finaliseaggregations-page"><p>Format the data from the aggregation into the rendered text
e.g. if we had label: &#39;sum: &#39; and value: 25, we&#39;d create &#39;sum: 25&#39;.</p>
<p>As part of this we call any formatting callback routines we&#39;ve been provided.</p>
Expand All @@ -132,7 +132,7 @@
</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>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="fixfilter"><div class="fixfilter-page"><p>After filtering has run, we need to go back through the tree
and make sure the parent rows are always visible if any of the child rows
are visible (filtering may make a child visible, but the parent may not
Expand All @@ -143,7 +143,7 @@
</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>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="getaggregations"><div class="getaggregations-page"><p>Looks through the grid columns to find those with aggregations,
and collates the aggregation information into an array, returns that array</p>
</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>
Expand All @@ -167,15 +167,15 @@
</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>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="setcurrentstate"><div class="setcurrentstate-page"><p>Looks at the parents array to determine our current state.
If any node in the hierarchy is collapsed, then return collapsed, otherwise return
expanded.</p>
</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>
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="sorttree"><div class="sorttree-page"><p>Performs a recursive sort on the tree nodes, sorting the
children of each node and putting them back into the children array.</p>
<p>Before doing this it turns back on all the sortIgnore - things that were previously
Expand All @@ -202,7 +202,7 @@
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="treefooteraggregationtype"><div class="treefooteraggregationtype-page"><p>Uses the tree aggregation functions and finalizers to set the
column footer aggregations.</p>
</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>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ <h1 class="text-center">Angular UI Grid</h1>
Code on Github
</a>

<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">
<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">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.9.1 / 4.9.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.9.2 / 4.9.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.9.1 )</small>
Download <small>( 4.9.2 )</small>
</a>

<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
Expand Down
25 changes: 25 additions & 0 deletions release/4.9.2/css/ui-grid.cellnav.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.ui-grid-cell-focus {
outline: 0;
background-color: #b3c4c7;
}
.ui-grid-focuser {
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.ui-grid-focuser:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ui-grid-offscreen {
display: block;
position: absolute;
left: -10000px;
top: -10000px;
clip: rect(0px, 0px, 0px, 0px);
}
1 change: 1 addition & 0 deletions release/4.9.2/css/ui-grid.cellnav.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit db70314

Please sign in to comment.