Skip to content

Commit 8d42286

Browse files
gh-pages v4.12.0
1 parent 6a5022f commit 8d42286

File tree

136 files changed

+68290
-103
lines changed

Some content is hidden

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

136 files changed

+68290
-103
lines changed

customizer/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
l.href = '/release/ui-grid-unstable.css';
3737
}
3838
else {
39-
l.href = '/release/ui-grid.css';
39+
l.href = '/release/css/ui-grid.css';
4040
}
4141
document.write(outerHTML(l));
4242
</script>

docs/js/docs-setup.js

+5-5
Large diffs are not rendered by default.

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

+33-29
Large diffs are not rendered by default.

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

+4
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ <h2 id="usage">Usage</h2>
105105
array, you need to update $scope.gridOptions.data to point to that new array as well.</p>
106106
</div></div>
107107
</li>
108+
<li><h3 id="properties_disablegridmenuhideonscroll">disableGridMenuHideOnScroll</h3>
109+
<div class="disablegridmenuhideonscroll"><div class="disablegridmenuhideonscroll-page"><p>&#39;false&#39; by default. When provided, this setting disables Grid Menu Hide On Scroll</p>
110+
</div></div>
111+
</li>
108112
<li><h3 id="properties_enablecolumnmenus">enableColumnMenus</h3>
109113
<div class="enablecolumnmenus"><div class="enablecolumnmenus-page"><p>True by default. When enabled, this setting displays a column
110114
menu within each column.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
1414
</div></td></tr><tr><td>source</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ui-grid-class-page ui-grid-class-scrollevent-page"><p>the source of the event - from uiGridConstants.scrollEventSources or a string value of directive/service/factory.functionName</p>
1515
</div></td></tr></tbody></table></div>
1616
<div class="member method"><h2 id="methods">Methods</h2>
17-
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/ScrollEvent.js#L66" class="view-source icon-eye-open"> </a><h3 id="methods_firethrottledscrollingevent">fireThrottledScrollingEvent()</h3>
17+
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/ScrollEvent.js#L67" class="view-source icon-eye-open"> </a><h3 id="methods_firethrottledscrollingevent">fireThrottledScrollingEvent()</h3>
1818
<div class="firethrottledscrollingevent"><div class="firethrottledscrollingevent-page"><p>fires a throttled event using grid.api.core.raise.scrollEvent</p>
1919
</div></div>
2020
</li>
21-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/ScrollEvent.js#L79" class="view-source icon-eye-open"> </a><h3 id="methods_getnewscrollleft">getNewScrollLeft()</h3>
21+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/ScrollEvent.js#L80" class="view-source icon-eye-open"> </a><h3 id="methods_getnewscrollleft">getNewScrollLeft()</h3>
2222
<div class="getnewscrollleft"><div class="getnewscrollleft-page"><p>returns newScrollLeft property if available; calculates a new value if it isn&#39;t</p>
2323
</div></div>
2424
</li>
25-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/ScrollEvent.js#L111" class="view-source icon-eye-open"> </a><h3 id="methods_getnewscrolltop">getNewScrollTop()</h3>
25+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/core/src/js/factories/ScrollEvent.js#L112" class="view-source icon-eye-open"> </a><h3 id="methods_getnewscrolltop">getNewScrollTop()</h3>
2626
<div class="getnewscrolltop"><div class="getnewscrolltop-page"><p>returns newScrollTop property if available; calculates a new value if it isn&#39;t</p>
2727
</div></div>
2828
</li>

docs/partials/api/ui.grid.exporter.api.ColumnDef.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#L188" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">ColumnDef</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#L189" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">ColumnDef</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.exporter.api.GridOptions.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#L183" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridOptions</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#L184" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridOptions</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.exporter.api.GridRow.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#L966" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridRow</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#L968" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">GridRow</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
33
</span>
44
</div>

docs/partials/api/ui.grid.exporter.api.PublicApi.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/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#L98" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">PublicApi</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#L99" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">PublicApi</code>
22
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
33
</span>
44
</div>
@@ -7,7 +7,7 @@
77
<div class="description"><div class="ui-grid-exporter-api-page ui-grid-exporter-api-publicapi-page"><p>Public Api for exporter feature</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/exporter/src/js/exporter.js#L117" class="view-source icon-eye-open"> </a><h3 id="methods_csvexport">csvExport(rowTypes, colTypes)</h3>
10+
<ul class="methods"><li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L118" class="view-source icon-eye-open"> </a><h3 id="methods_csvexport">csvExport(rowTypes, colTypes)</h3>
1111
<div class="csvexport"><div class="csvexport-page"><p>Exports rows from the grid in csv format,
1212
the data exported is selected based on the provided options</p>
1313
</div><h5 id="methods_csvexport_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>rowTypes</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="csvexport-page"><p>which rows to export, valid values are
@@ -17,7 +17,7 @@
1717
uiGridExporterConstants.ALL, uiGridExporterConstants.VISIBLE</p>
1818
</div></td></tr></tbody></table></div>
1919
</li>
20-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L150" class="view-source icon-eye-open"> </a><h3 id="methods_excelexport">excelExport(rowTypes, colTypes)</h3>
20+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L151" class="view-source icon-eye-open"> </a><h3 id="methods_excelexport">excelExport(rowTypes, colTypes)</h3>
2121
<div class="excelexport"><div class="excelexport-page"><p>Exports rows from the grid in excel format,
2222
the data exported is selected based on the provided options</p>
2323
</div><h5 id="methods_excelexport_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>rowTypes</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="excelexport-page"><p>which rows to export, valid values are
@@ -27,7 +27,7 @@
2727
uiGridExporterConstants.ALL, uiGridExporterConstants.VISIBLE</p>
2828
</div></td></tr></tbody></table></div>
2929
</li>
30-
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L135" class="view-source icon-eye-open"> </a><h3 id="methods_pdfexport">pdfExport(rowTypes, colTypes)</h3>
30+
<li><a href="https://github.com/angular-ui/ui-grid/blob/master/packages/exporter/src/js/exporter.js#L136" class="view-source icon-eye-open"> </a><h3 id="methods_pdfexport">pdfExport(rowTypes, colTypes)</h3>
3131
<div class="pdfexport"><div class="pdfexport-page"><p>Exports rows from the grid in pdf format,
3232
the data exported is selected based on the provided options
3333
Note that this function has a dependency on pdfMake, all

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#L1746" 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#L1749" 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>

0 commit comments

Comments
 (0)