Skip to content

Commit 2f3e66b

Browse files
gh-pages v4.10.3
1 parent 8eb1587 commit 2f3e66b

File tree

375 files changed

+102288
-5782
lines changed

Some content is hidden

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

375 files changed

+102288
-5782
lines changed

docs/grunt-scripts/pdfmake.js

+4,261-5,503
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.class.Grid.html

+5-5
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#L2501" 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#L2500" 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>
@@ -137,15 +137,15 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
137137
<div class="hasleftcontainer"><div class="hasleftcontainer-page"><p>returns true if leftContainer exists</p>
138138
</div></div>
139139
</li>
140-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2269" class="view-source icon-eye-open"> </a><h3 id="methods_hasleftcontainercolumns">hasLeftContainerColumns()</h3>
140+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2268" class="view-source icon-eye-open"> </a><h3 id="methods_hasleftcontainercolumns">hasLeftContainerColumns()</h3>
141141
<div class="hasleftcontainercolumns"><div class="hasleftcontainercolumns-page"><p>returns true if leftContainer has columns</p>
142142
</div></div>
143143
</li>
144144
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L1019" class="view-source icon-eye-open"> </a><h3 id="methods_hasrightcontainer">hasRightContainer()</h3>
145145
<div class="hasrightcontainer"><div class="hasrightcontainer-page"><p>returns true if rightContainer exists</p>
146146
</div></div>
147147
</li>
148-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2279" class="view-source icon-eye-open"> </a><h3 id="methods_hasrightcontainercolumns">hasRightContainerColumns()</h3>
148+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2278" class="view-source icon-eye-open"> </a><h3 id="methods_hasrightcontainercolumns">hasRightContainerColumns()</h3>
149149
<div class="hasrightcontainercolumns"><div class="hasrightcontainercolumns-page"><p>returns true if rightContainer has columns</p>
150150
</div></div>
151151
</li>
@@ -332,15 +332,15 @@ <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#L2478" 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#L2477" 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>
339339
</div></td></tr><tr><td>colDef</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="scrollto-page"><p>to make visible</p>
340340
</div></td></tr></tbody></table><h5 id="methods_scrollto_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-promise">promise</a></td><td><div class="scrollto-page"><p>a promise that is resolved after any scrolling is finished</p>
341341
</div></td></tr></table></div>
342342
</li>
343-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2324" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltoifnecessary">scrollToIfNecessary(gridRow, gridCol)</h3>
343+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/Grid.js#L2323" class="view-source icon-eye-open"> </a><h3 id="methods_scrolltoifnecessary">scrollToIfNecessary(gridRow, gridCol)</h3>
344344
<div class="scrolltoifnecessary"><div class="scrolltoifnecessary-page"><p>Scrolls the grid to make a certain row and column combo visible,
345345
in the case that it is not completely visible on the screen already.</p>
346346
</div><h5 id="methods_scrolltoifnecessary_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>gridRow</td><td><a href="" class="label type-hint type-hint-gridrow">GridRow</a></td><td><div class="scrolltoifnecessary-page"><p>row to make visible</p>

docs/partials/api/ui.grid.exporter.directive.uiGridExporter.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/exporter/src/js/exporter.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/exporter/src/js/exporter.js#L1711" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridExporter</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/exporter/src/js/exporter.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/exporter/src/js/exporter.js#L1712" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridExporter</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.exporter</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.exporter.service.uiGridExporterService.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
</div></td></tr></tbody></table><h5 id="methods_formatasexcel_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatasexcel-page"><p>csv the formatted excel as a string</p>
8686
</div></td></tr></table></div>
8787
</li>
88+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1127" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldascsv">formatFieldAsCsv(field)</h3>
89+
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including
90+
quotes around the value</p>
91+
</div><h5 id="methods_formatfieldascsv_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>field</td><td><a href="" class="label type-hint type-hint-field">field</a></td><td><div class="formatfieldascsv-page"><p>the field to be turned into a csv string,
92+
may be of any type</p>
93+
</div></td></tr></tbody></table><h5 id="methods_formatfieldascsv_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatfieldascsv-page"><p>a csv-ified version of the field</p>
94+
</div></td></tr></table></div>
95+
</li>
8896
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1472" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldascsv">formatFieldAsCsv(field)</h3>
8997
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a pdf-able field, which
9098
is different from a csv field only in that strings don&#39;t have quotes
@@ -94,14 +102,6 @@
94102
</div></td></tr></tbody></table><h5 id="methods_formatfieldascsv_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatfieldascsv-page"><p>a string-ified version of the field</p>
95103
</div></td></tr></table></div>
96104
</li>
97-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1127" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldascsv">formatFieldAsCsv(field)</h3>
98-
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including
99-
quotes around the value</p>
100-
</div><h5 id="methods_formatfieldascsv_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>field</td><td><a href="" class="label type-hint type-hint-field">field</a></td><td><div class="formatfieldascsv-page"><p>the field to be turned into a csv string,
101-
may be of any type</p>
102-
</div></td></tr></tbody></table><h5 id="methods_formatfieldascsv_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="formatfieldascsv-page"><p>a csv-ified version of the field</p>
103-
</div></td></tr></table></div>
104-
</li>
105105
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L1569" class="view-source icon-eye-open"> </a><h3 id="methods_formatfieldasexcel">formatFieldAsExcel(field)</h3>
106106
<div class="formatfieldasexcel"><div class="formatfieldasexcel-page"><p>Renders a single field as a excel-ified field</p>
107107
</div><h5 id="methods_formatfieldasexcel_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>field</td><td><a href="" class="label type-hint type-hint-field">field</a></td><td><div class="formatfieldasexcel-page"><p>the field to be excel-ified,

docs/partials/api/ui.grid.service.rowSearcher.html

+4-4
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/core/src/js/services/rowSearcher.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/core/src/js/services/rowSearcher.js#L16" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">rowSearcher</code>
1+
<a href="https://github.com/angular-ui/ui-grid/edit/master/packages/core/src/js/services/rowSearcher.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/core/src/js/services/rowSearcher.js#L19" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">rowSearcher</code>
22
<div><span class="hint">service in module <code ng:non-bindable="">ui.grid</code>
33
</span>
44
</div>
@@ -7,14 +7,14 @@
77
<div class="description"><div class="ui-grid-service-page ui-grid-service-rowsearcher-page"><p>Service for searching/filtering rows based on column value conditions.</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/core/src/js/services/rowSearcher.js#L30" class="view-source icon-eye-open"> </a><h3 id="methods_getterm">getTerm(filter)</h3>
10+
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/rowSearcher.js#L33" class="view-source icon-eye-open"> </a><h3 id="methods_getterm">getTerm(filter)</h3>
1111
<div class="getterm"><div class="getterm-page"><p>Get the term from a filter
1212
Trims leading and trailing whitespace</p>
1313
</div><h5 id="methods_getterm_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>filter</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="getterm-page"><p>object to use</p>
1414
</div></td></tr></tbody></table><h5 id="methods_getterm_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="getterm-page"><p>Parsed term</p>
1515
</div></td></tr></table></div>
1616
</li>
17-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/rowSearcher.js#L74" class="view-source icon-eye-open"> </a><h3 id="methods_guesscondition">guessCondition(filter)</h3>
17+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/rowSearcher.js#L77" class="view-source icon-eye-open"> </a><h3 id="methods_guesscondition">guessCondition(filter)</h3>
1818
<div class="guesscondition"><div class="guesscondition-page"><p>Guess the condition for a filter based on its term
1919
<br>
2020
Defaults to STARTS_WITH. Uses CONTAINS for strings beginning and ending with <em>s (</em>bob<em>).
@@ -61,7 +61,7 @@
6161
</div></td></tr></tbody></table><h5 id="methods_setupfilters_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-array">array</a></td><td><div class="setupfilters-page"><p>An array of parsed/preprocessed filters</p>
6262
</div></td></tr></table></div>
6363
</li>
64-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/rowSearcher.js#L51" class="view-source icon-eye-open"> </a><h3 id="methods_stripterm">stripTerm(filter)</h3>
64+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/rowSearcher.js#L54" class="view-source icon-eye-open"> </a><h3 id="methods_stripterm">stripTerm(filter)</h3>
6565
<div class="stripterm"><div class="stripterm-page"><p>Remove leading and trailing asterisk (*) from the filter&#39;s term</p>
6666
</div><h5 id="methods_stripterm_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>filter</td><td><a href="" class="label type-hint type-hint-object">object</a></td><td><div class="stripterm-page"><p>object to use</p>
6767
</div></td></tr></tbody></table><h5 id="methods_stripterm_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-uigridconstants">uiGridConstants.filter&lt;int&gt;</a></td><td><div class="stripterm-page"><p>Value representing the condition constant value</p>

index.html

+5-5
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.10.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.10.3">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.10.2 / 4.10.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.10.3 / 4.10.3 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.10.2 )</small>
83+
Download <small>( 4.10.3 )</small>
8484
</a>
8585

8686
<a class="btn btn-success btn-large" href="/docs/#!/tutorial" title="Tutorial">
@@ -182,8 +182,8 @@ <h4 class="feature-heading">Complex Example</h4>
182182

183183
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
184184
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
185-
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular.js"></script>
186-
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular-animate.js"></script>
185+
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
186+
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js"></script>
187187
<script src="//ui-grid.info/release/ui-grid-unstable.min.js"></script>
188188
<script>
189189
angular.module('demo', ['ngAnimate', 'ui.grid', 'ui.grid.edit', 'ui.grid.resizeColumns', 'ui.grid.pagination'])

less/body.less

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
.ui-grid-canvas {
2828
position: relative;
2929
padding-top: 1px; // to prevent canvas from absorbing the 1st rendered row's margin
30+
min-height: 1px; // so that it's rendered, even if it has no data
3031
}
3132

3233
.ui-grid-row {
+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.10.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)