Skip to content

Commit b513002

Browse files
author
moeyang13
committed
gh-pages v4.12.3
1 parent 4c96ff9 commit b513002

File tree

164 files changed

+69475
-4389
lines changed

Some content is hidden

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

164 files changed

+69475
-4389
lines changed

docs/grunt-scripts/pdfmake.js

+5,903-4,325
Large diffs are not rendered by default.

docs/grunt-scripts/vfs_fonts.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/partials/api/ui.grid.infiniteScroll.api.PublicAPI.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
fire infinite scroll events downward</p>
3434
</div></td></tr></tbody></table></div>
3535
</li>
36-
<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>
36+
<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>
3737
<div class="dataremovedbottom"><div class="dataremovedbottom-page"><p>Adjusts the scroll position after you&#39;ve removed data at the bottom. You should
3838
have called <code>saveScrollPercentage</code> before you remove the data, and if you&#39;re doing this in
3939
response to a <code>needMoreData</code> you should wait until the promise from <code>loadData</code> has resolved
@@ -53,7 +53,7 @@
5353
fire infinite scroll events downward</p>
5454
</div></td></tr></tbody></table></div>
5555
</li>
56-
<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>
56+
<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>
5757
<div class="dataremovedtop"><div class="dataremovedtop-page"><p>Adjusts the scroll position after you&#39;ve removed data at the top. You should
5858
have called <code>saveScrollPercentage</code> before you remove the data, and if you&#39;re doing this in
5959
response to a <code>needMoreData</code> you should wait until the promise from <code>loadData</code> has resolved

docs/partials/api/ui.grid.infiniteScroll.directive.uiGridInfiniteScroll.html

+1-1
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/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>
1+
<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>
22
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.infiniteScroll</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.infiniteScroll.service.uiGridInfiniteScrollService.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<div class="description"><div class="ui-grid-infinitescroll-service-page ui-grid-infinitescroll-service-uigridinfinitescrollservice-page"><p>Service for infinite scroll features</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/infinite-scroll/src/js/infinite-scroll.js#L419" class="view-source icon-eye-open"> </a><h3 id="methods_adjustinfinitescrollposition">adjustInfiniteScrollPosition(grid, scrollTop)</h3>
10+
<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>
1111
<div class="adjustinfinitescrollposition"><div class="adjustinfinitescrollposition-page"><p>This function fires &#39;needLoadMoreData&#39; or &#39;needLoadMoreDataTop&#39; event based on scrollDirection</p>
1212
</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>
1313
</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>
1414
</div></td></tr></tbody></table></div>
1515
</li>
16-
<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>
16+
<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>
1717
<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
1818
addition and to make things look clean.</p>
1919
<p>If we&#39;re scrolling up we scroll to the first row of the old data set -

index.html

+3-3
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.12.2">
79+
<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">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.12.2 / 4.12.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.12.3 / 4.12.3 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.12.2 )</small>
83+
Download <small>( 4.12.3 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
+25
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.12.3/css/ui-grid.cellnav.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)