Skip to content

Commit

Permalink
gh-pages v4.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Aug 1, 2021
1 parent 8eb1587 commit 2f3e66b
Show file tree
Hide file tree
Showing 375 changed files with 102,288 additions and 5,782 deletions.
9,764 changes: 4,261 additions & 5,503 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.

10 changes: 5 additions & 5 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#L2501" 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#L2500" 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 @@ -137,15 +137,15 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
<div class="hasleftcontainer"><div class="hasleftcontainer-page"><p>returns true if leftContainer exists</p>
</div></div>
</li>
<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>
<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>
<div class="hasleftcontainercolumns"><div class="hasleftcontainercolumns-page"><p>returns true if leftContainer has columns</p>
</div></div>
</li>
<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>
<div class="hasrightcontainer"><div class="hasrightcontainer-page"><p>returns true if rightContainer exists</p>
</div></div>
</li>
<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>
<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>
<div class="hasrightcontainercolumns"><div class="hasrightcontainercolumns-page"><p>returns true if rightContainer has columns</p>
</div></div>
</li>
Expand Down Expand Up @@ -332,15 +332,15 @@ <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#L2478" 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#L2477" 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>
</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>
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="scrolltoifnecessary"><div class="scrolltoifnecessary-page"><p>Scrolls the grid to make a certain row and column combo visible,
in the case that it is not completely visible on the screen already.</p>
</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>
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/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>
<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>
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.exporter</code>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
</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>
</div></td></tr></table></div>
</li>
<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>
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including
quotes around the value</p>
</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,
may be of any type</p>
</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>
</div></td></tr></table></div>
</li>
<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>
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a pdf-able field, which
is different from a csv field only in that strings don&#39;t have quotes
Expand All @@ -94,14 +102,6 @@
</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>
</div></td></tr></table></div>
</li>
<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>
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including
quotes around the value</p>
</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,
may be of any type</p>
</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>
</div></td></tr></table></div>
</li>
<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>
<div class="formatfieldasexcel"><div class="formatfieldasexcel-page"><p>Renders a single field as a excel-ified field</p>
</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,
Expand Down
8 changes: 4 additions & 4 deletions docs/partials/api/ui.grid.service.rowSearcher.html
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/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>
<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>
<div><span class="hint">service in module <code ng:non-bindable="">ui.grid</code>
</span>
</div>
Expand All @@ -7,14 +7,14 @@
<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>
</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/core/src/js/services/rowSearcher.js#L30" class="view-source icon-eye-open"> </a><h3 id="methods_getterm">getTerm(filter)</h3>
<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>
<div class="getterm"><div class="getterm-page"><p>Get the term from a filter
Trims leading and trailing whitespace</p>
</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>
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="guesscondition"><div class="guesscondition-page"><p>Guess the condition for a filter based on its term
<br>
Defaults to STARTS_WITH. Uses CONTAINS for strings beginning and ending with <em>s (</em>bob<em>).
Expand Down Expand Up @@ -61,7 +61,7 @@
</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>
</div></td></tr></table></div>
</li>
<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>
<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>
<div class="stripterm"><div class="stripterm-page"><p>Remove leading and trailing asterisk (*) from the filter&#39;s term</p>
</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>
</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>
Expand Down
10 changes: 5 additions & 5 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.10.2">
<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">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.10.2 / 4.10.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.10.3 / 4.10.3 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.10.2 )</small>
Download <small>( 4.10.3 )</small>
</a>

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

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular-animate.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js"></script>
<script src="//ui-grid.info/release/ui-grid-unstable.min.js"></script>
<script>
angular.module('demo', ['ngAnimate', 'ui.grid', 'ui.grid.edit', 'ui.grid.resizeColumns', 'ui.grid.pagination'])
Expand Down
1 change: 1 addition & 0 deletions less/body.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
.ui-grid-canvas {
position: relative;
padding-top: 1px; // to prevent canvas from absorbing the 1st rendered row's margin
min-height: 1px; // so that it's rendered, even if it has no data
}

.ui-grid-row {
Expand Down
25 changes: 25 additions & 0 deletions release/4.10.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.10.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 2f3e66b

Please sign in to comment.