Skip to content

Commit

Permalink
gh-pages v4.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mportuga committed Apr 11, 2024
1 parent cb55c03 commit 9ef4fc1
Show file tree
Hide file tree
Showing 290 changed files with 119,105 additions and 65,606 deletions.
103,841 changes: 38,349 additions & 65,492 deletions docs/grunt-scripts/pdfmake.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/grunt-scripts/vfs_fonts.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/partials/api/ui.grid.class.Grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
values (ALL, ROW, EDIT, COLUMN, OPTIONS)</p>
</div></td></tr></tbody></table></div>
</li>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2579" class="view-source icon-eye-open"> </a><h3 id="methods_clearallfilters">clearAllFilters(refreshRows, clearConditions, clearFlags)</h3>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2581" class="view-source icon-eye-open"> </a><h3 id="methods_clearallfilters">clearAllFilters(refreshRows, clearConditions, clearFlags)</h3>
<div class="clearallfilters"><div class="clearallfilters-page"><p>Clears all filters and optionally refreshes the visible rows.</p>
</div><h5 id="methods_clearallfilters_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>refreshRows</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="clearallfilters-page"><p>Defaults to true.</p>
</div></td></tr><tr><td>clearConditions</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="clearallfilters-page"><p>Defaults to false.</p>
Expand Down Expand Up @@ -354,7 +354,7 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
</div><h5 id="methods_resetcolumnsorting_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>[excludedColumn]</td><td><a href="" class="label type-hint type-hint-gridcolumn">GridColumn</a></td><td><div class="resetcolumnsorting-page"><p>Optional GridColumn to exclude from having its sorting reset</p>
</div></td></tr></tbody></table></div>
</li>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2556" class="view-source icon-eye-open"> </a><h3 id="methods_scrollto">scrollTo(rowEntity, colDef)</h3>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2558" class="view-source icon-eye-open"> </a><h3 id="methods_scrollto">scrollTo(rowEntity, colDef)</h3>
<div class="scrollto"><div class="scrollto-page"><p>Scroll the grid such that the specified
row and column is in view</p>
</div><h5 id="methods_scrollto_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>rowEntity</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="scrollto-page"><p>gridOptions.data[] array instance to make visible</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.12.4">
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.12.5">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.12.4 / 4.12.4 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.12.5 / 4.12.5 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.12.4 )</small>
Download <small>( 4.12.5 )</small>
</a>

<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
Expand Down
25 changes: 25 additions & 0 deletions release/4.12.5/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.12.5/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 9ef4fc1

Please sign in to comment.