Skip to content

Commit 6a109a5

Browse files
Portugal, MarceloPortugal, Marcelo
Portugal, Marcelo
authored and
Portugal, Marcelo
committed
gh-pages v4.8.2
1 parent 4807cbb commit 6a109a5

File tree

372 files changed

+97832
-374
lines changed

Some content is hidden

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

372 files changed

+97832
-374
lines changed

docs/grunt-scripts/marked.js

+366-176
Large diffs are not rendered by default.

docs/js/marked.min.js

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

docs/partials/api/ui.grid.class.Grid.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
5252
values (ALL, ROW, EDIT, COLUMN, OPTIONS)</p>
5353
</div></td></tr></tbody></table></div>
5454
</li>
55-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2500" class="view-source icon-eye-open"> </a><h3 id="methods_clearallfilters">clearAllFilters(refreshRows, clearConditions, clearFlags)</h3>
55+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2501" class="view-source icon-eye-open"> </a><h3 id="methods_clearallfilters">clearAllFilters(refreshRows, clearConditions, clearFlags)</h3>
5656
<div class="clearallfilters"><div class="clearallfilters-page"><p>Clears all filters and optionally refreshes the visible rows.</p>
5757
</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>
5858
</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>
@@ -332,7 +332,7 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
332332
</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>
333333
</div></td></tr></tbody></table></div>
334334
</li>
335-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2477" class="view-source icon-eye-open"> </a><h3 id="methods_scrollto">scrollTo(rowEntity, colDef)</h3>
335+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2478" class="view-source icon-eye-open"> </a><h3 id="methods_scrollto">scrollTo(rowEntity, colDef)</h3>
336336
<div class="scrollto"><div class="scrollto-page"><p>Scroll the grid such that the specified
337337
row and column is in view</p>
338338
</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>

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.8.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.8.2">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.8.3 / 4.8.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.8.2 / 4.8.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.8.1 )</small>
83+
Download <small>( 4.8.2 )</small>
8484
</a>
8585

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

less/footer.less

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
.ui-grid-footer-viewport,
3131
.ui-grid-footer-canvas {
32-
display: flex;
33-
flex: 1 1 auto;
3432
height: 100%;
3533
}
3634

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

+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.8.2/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)