Skip to content

Commit 7f49a84

Browse files
author
Portugal
committed
gh-pages v4.9.1
1 parent 9cc044b commit 7f49a84

File tree

371 files changed

+97617
-221
lines changed

Some content is hidden

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

371 files changed

+97617
-221
lines changed

docs/js/docs-setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ UI_DOCS={
870870
"type": "service",
871871
"moduleName": "ui.grid.exporter",
872872
"shortDescription": "Services for exporter feature",
873-
"keywords": "add adds addtomenu adjust align alignment allow allowing anode api applied applycellfilters appropriate array attributes base based basic blob bom browser browsers calculatepdfheaderwidths call casting cell cellfilters cells checks children client colleagues coltypes column columns columnseparator consumable content continues continuing contribute csv csv-ified csvcontent csvexport current data definition dependency determines display displayname docdefinition document don download downloadfile downloadpdf downloads drawn drawnwidth element excel excel-ified export exportcolumnheaders exportdata exported exporter exporteralldatafn exporterenableexporting exporterisexcelcompatible exporterolderexcelcompatibility exporterpdffilename exportheaders exports extra false feature field file filename format formatascsv formatasexcel formatfieldascsv formatfieldasexcel formatrowascsv formatrowasexcel formatrowaspdf formats formatted function generate generates generation getcolumnheaders getdata getdatasorted getrowsfromnode grid gridwidth grouped header headercellfilters headers heuristic https including installed isie issue items join leaf load loadalldataifneeded logic marked meaning menu metadata native node nodes note numeric object objects open opens options pagination pass pdf pdf-able pdfexport pdfmake processing promise provided quotes raw ready recurse renderaspdf renders represents resolved retrieves return returns row rows rowtypes select selected sends sep separator server service services set side single string string-ified strings title tree triggers turned type ui uigridexporterconstants user utf-16 valid values version visible width widths window",
873+
"keywords": "add adds addtomenu adjust align alignment allow allowing anode api applied applycellfilters appropriate array attributes base based basic blob bom browser browsers calculatepdfheaderwidths call casting cell cellfilters cells checks child children client colleagues coltypes column columns columnseparator consumable content continues continuing contribute csv csv-ified csvcontent csvexport current data definition dependency determines display displayname docdefinition document don download downloadfile downloadpdf downloads drawn drawnwidth element excel excel-ified export exportcolumnheaders exportdata exported exporter exporteralldatafn exporterenableexporting exporterisexcelcompatible exporterolderexcelcompatibility exporterpdffilename exportheaders exports extra false feature field file filename format formatascsv formatasexcel formatfieldascsv formatfieldasexcel formatrowascsv formatrowasexcel formatrowaspdf formats formatted function generate generates generation getcolumnheaders getdata getdatasorted getrowsfromnode grid gridwidth grouped header headercellfilters headers heuristic https including installed isie issue items join leaf load loadalldataifneeded logic marked meaning menu metadata native node nodes note numeric object objects open opens options pagination pass pdf pdf-able pdfexport pdfmake processing promise provided quotes raw ready recurse renderaspdf renders represents resolved retrieves return returns row rows rowtypes select selected sends sep separator server service services set side single string string-ified strings title tree triggers turned type ui uigridexporterconstants user utf-16 valid values version visible width widths window",
874874
"isDeprecated": false
875875
},
876876
{

docs/partials/api/ui.grid.exporter.directive.uiGridExporter.html

Lines changed: 1 addition & 1 deletion
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#L1708" 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#L1711" 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

Lines changed: 17 additions & 17 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div></td></tr></tbody></table><h5 id="methods_createboundedwrapper_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-function">Function</a></td><td><div class="createboundedwrapper-page"><p>The wrapper that performs the binding</p>
1919
</div></td></tr></table></div>
2020
</li>
21-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1158" class="view-source icon-eye-open"> </a><h3 id="methods_debounce">debounce(func, wait, immediate)</h3>
21+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1165" class="view-source icon-eye-open"> </a><h3 id="methods_debounce">debounce(func, wait, immediate)</h3>
2222
<div class="debounce"><div class="debounce-page"><p>Copied from <a href="https://github.com/shahata/angular-debounce">https://github.com/shahata/angular-debounce</a>
2323
Takes a function, decorates it to execute only 1 time after multiple calls, and returns the decorated function</p>
2424
</div><h5 id="methods_debounce_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>func</td><td><a href="" class="label type-hint type-hint-function">function</a></td><td><div class="debounce-page"><p>function to debounce</p>
@@ -35,7 +35,7 @@
3535
</div></div>
3636
</div>
3737
</li>
38-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1081" class="view-source icon-eye-open"> </a><h3 id="methods_denormalizescrollleft">denormalizeScrollLeft(element, scrollLeft, grid)</h3>
38+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1088" class="view-source icon-eye-open"> </a><h3 id="methods_denormalizescrollleft">denormalizeScrollLeft(element, scrollLeft, grid)</h3>
3939
<div class="denormalizescrollleft"><div class="denormalizescrollleft-page"><p>Browsers currently handle RTL in different ways, resulting in inconsistent scrollLeft values. This method denormalizes a value for the current browser.</p>
4040
</div><h5 id="methods_denormalizescrollleft_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>element</td><td><a href="" class="label type-hint type-hint-element">element</a></td><td><div class="denormalizescrollleft-page"><p>The element to normalize the <code>scrollLeft</code> value for</p>
4141
</div></td></tr><tr><td>scrollLeft</td><td><a href="" class="label type-hint type-hint-number">number</a></td><td><div class="denormalizescrollleft-page"><p>The <code>scrollLeft</code> value to denormalize.</p>
@@ -141,7 +141,7 @@
141141
</div></div>
142142
</div>
143143
</li>
144-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1046" class="view-source icon-eye-open"> </a><h3 id="methods_normalizescrollleft">normalizeScrollLeft(element, grid)</h3>
144+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1053" class="view-source icon-eye-open"> </a><h3 id="methods_normalizescrollleft">normalizeScrollLeft(element, grid)</h3>
145145
<div class="normalizescrollleft"><div class="normalizescrollleft-page"><p>Browsers currently handle RTL in different ways, resulting in inconsistent scrollLeft values. This method normalizes them</p>
146146
</div><h5 id="methods_normalizescrollleft_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>element</td><td><a href="" class="label type-hint type-hint-element">element</a></td><td><div class="normalizescrollleft-page"><p>The element to get the <code>scrollLeft</code> from.</p>
147147
</div></td></tr><tr><td>grid</td><td><a href="" class="label type-hint type-hint-grid">grid</a></td><td><div class="normalizescrollleft-page"><ul>
@@ -159,7 +159,7 @@
159159
</div></td></tr></tbody></table><h5 id="methods_normalizewheelevent_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-event">event</a></td><td><div class="normalizewheelevent-page"><p>A normalized event</p>
160160
</div></td></tr></table></div>
161161
</li>
162-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1121" class="view-source icon-eye-open"> </a><h3 id="methods_preeval">preEval(path)</h3>
162+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1128" class="view-source icon-eye-open"> </a><h3 id="methods_preeval">preEval(path)</h3>
163163
<div class="preeval"><div class="preeval-page"><p>Takes a field path and converts it to bracket notation to allow for special characters in path</p>
164164
</div><h5 id="methods_preeval_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>path</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="preeval-page"><p>Path to evaluate</p>
165165
</div></td></tr></tbody></table><h5 id="methods_preeval_returns">Returns</h5><table class="variables-matrix"><tr><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="preeval-page"><p>A path that is normalized.</p>
@@ -205,7 +205,7 @@
205205
</div></div>
206206
</div>
207207
</li>
208-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1217" class="view-source icon-eye-open"> </a><h3 id="methods_throttle">throttle(func, wait, options)</h3>
208+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/services/ui-grid-util.js#L1224" class="view-source icon-eye-open"> </a><h3 id="methods_throttle">throttle(func, wait, options)</h3>
209209
<div class="throttle"><div class="throttle-page"><p>Adapted from debounce function (above)
210210
Potential keys for Params Object are:
211211
trailing (bool) - whether to trigger after throttle time ends if called multiple times

index.html

Lines changed: 3 additions & 3 deletions
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.9.0">
79+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.9.1">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.9.0 / 4.9.0 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.9.1 / 4.9.1 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.9.0 )</small>
83+
Download <small>( 4.9.1 )</small>
8484
</a>
8585

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

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

Lines changed: 25 additions & 0 deletions
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.9.1/css/ui-grid.cellnav.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)