Skip to content

Commit

Permalink
gh-pages v4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
moeyang13 committed Aug 1, 2023
1 parent 4c96ff9 commit b513002
Show file tree
Hide file tree
Showing 164 changed files with 69,475 additions and 4,389 deletions.
10,228 changes: 5,903 additions & 4,325 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.infiniteScroll.api.PublicAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
fire infinite scroll events downward</p>
</div></td></tr></tbody></table></div>
</li>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L481" class="view-source icon-eye-open"> </a><h3 id="methods_dataremovedbottom">dataRemovedBottom(grid, scrollUp, scrollDown)</h3>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L484" class="view-source icon-eye-open"> </a><h3 id="methods_dataremovedbottom">dataRemovedBottom(grid, scrollUp, scrollDown)</h3>
<div class="dataremovedbottom"><div class="dataremovedbottom-page"><p>Adjusts the scroll position after you&#39;ve removed data at the bottom. You should
have called <code>saveScrollPercentage</code> before you remove the data, and if you&#39;re doing this in
response to a <code>needMoreData</code> you should wait until the promise from <code>loadData</code> has resolved
Expand All @@ -53,7 +53,7 @@
fire infinite scroll events downward</p>
</div></td></tr></tbody></table></div>
</li>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L452" class="view-source icon-eye-open"> </a><h3 id="methods_dataremovedtop">dataRemovedTop(grid, scrollUp, scrollDown)</h3>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L455" class="view-source icon-eye-open"> </a><h3 id="methods_dataremovedtop">dataRemovedTop(grid, scrollUp, scrollDown)</h3>
<div class="dataremovedtop"><div class="dataremovedtop-page"><p>Adjusts the scroll position after you&#39;ve removed data at the top. You should
have called <code>saveScrollPercentage</code> before you remove the data, and if you&#39;re doing this in
response to a <code>needMoreData</code> you should wait until the promise from <code>loadData</code> has resolved
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/infinite-scroll/src/js/infinite-scroll.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/infinite-scroll/src/js/infinite-scroll.js#L525" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridInfiniteScroll</code>
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/infinite-scroll/src/js/infinite-scroll.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/infinite-scroll/src/js/infinite-scroll.js#L528" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridInfiniteScroll</code>
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.infiniteScroll</code>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<div class="description"><div class="ui-grid-infinitescroll-service-page ui-grid-infinitescroll-service-uigridinfinitescrollservice-page"><p>Service for infinite scroll features</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/infinite-scroll/src/js/infinite-scroll.js#L419" class="view-source icon-eye-open"> </a><h3 id="methods_adjustinfinitescrollposition">adjustInfiniteScrollPosition(grid, scrollTop)</h3>
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L422" class="view-source icon-eye-open"> </a><h3 id="methods_adjustinfinitescrollposition">adjustInfiniteScrollPosition(grid, scrollTop)</h3>
<div class="adjustinfinitescrollposition"><div class="adjustinfinitescrollposition-page"><p>This function fires &#39;needLoadMoreData&#39; or &#39;needLoadMoreDataTop&#39; event based on scrollDirection</p>
</div><h5 id="methods_adjustinfinitescrollposition_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="adjustinfinitescrollposition-page"><p>the grid we&#39;re working on</p>
</div></td></tr><tr><td>scrollTop</td><td><a href="" class="label type-hint type-hint-number">number</a></td><td><div class="adjustinfinitescrollposition-page"><p>the position through the grid that we want to scroll to</p>
</div></td></tr></tbody></table></div>
</li>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L368" class="view-source icon-eye-open"> </a><h3 id="methods_adjustscroll">adjustScroll(grid)</h3>
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/infinite-scroll/src/js/infinite-scroll.js#L371" class="view-source icon-eye-open"> </a><h3 id="methods_adjustscroll">adjustScroll(grid)</h3>
<div class="adjustscroll"><div class="adjustscroll-page"><p>Once we are informed that data has been loaded, adjust the scroll position to account for that
addition and to make things look clean.</p>
<p>If we&#39;re scrolling up we scroll to the first row of the old data set -
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.2">
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.12.3">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.12.2 / 4.12.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.12.3 / 4.12.3 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.12.2 )</small>
Download <small>( 4.12.3 )</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.3/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.3/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 b513002

Please sign in to comment.