Skip to content

Commit

Permalink
gh-pages v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Jan 12, 2023
1 parent 6a5022f commit 8d42286
Show file tree
Hide file tree
Showing 136 changed files with 68,290 additions and 103 deletions.
2 changes: 1 addition & 1 deletion customizer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
l.href = '/release/ui-grid-unstable.css';
}
else {
l.href = '/release/ui-grid.css';
l.href = '/release/css/ui-grid.css';
}
document.write(outerHTML(l));
</script>
Expand Down
10 changes: 5 additions & 5 deletions docs/js/docs-setup.js

Large diffs are not rendered by default.

62 changes: 33 additions & 29 deletions docs/partials/api/ui.grid.class.Grid.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/partials/api/ui.grid.class.GridOptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ <h2 id="usage">Usage</h2>
array, you need to update $scope.gridOptions.data to point to that new array as well.</p>
</div></div>
</li>
<li><h3 id="properties_disablegridmenuhideonscroll">disableGridMenuHideOnScroll</h3>
<div class="disablegridmenuhideonscroll"><div class="disablegridmenuhideonscroll-page"><p>&#39;false&#39; by default. When provided, this setting disables Grid Menu Hide On Scroll</p>
</div></div>
</li>
<li><h3 id="properties_enablecolumnmenus">enableColumnMenus</h3>
<div class="enablecolumnmenus"><div class="enablecolumnmenus-page"><p>True by default. When enabled, this setting displays a column
menu within each column.
Expand Down
6 changes: 3 additions & 3 deletions docs/partials/api/ui.grid.class.ScrollEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ <h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table ta
</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>
</div></td></tr></tbody></table></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/factories/ScrollEvent.js#L66" class="view-source icon-eye-open"> </a><h3 id="methods_firethrottledscrollingevent">fireThrottledScrollingEvent()</h3>
<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>
<div class="firethrottledscrollingevent"><div class="firethrottledscrollingevent-page"><p>fires a throttled event using grid.api.core.raise.scrollEvent</p>
</div></div>
</li>
<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>
<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>
<div class="getnewscrollleft"><div class="getnewscrollleft-page"><p>returns newScrollLeft property if available; calculates a new value if it isn&#39;t</p>
</div></div>
</li>
<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>
<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>
<div class="getnewscrolltop"><div class="getnewscrolltop-page"><p>returns newScrollTop property if available; calculates a new value if it isn&#39;t</p>
</div></div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/api/ui.grid.exporter.api.ColumnDef.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/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>
<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>
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/api/ui.grid.exporter.api.GridOptions.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/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>
<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>
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
</span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/partials/api/ui.grid.exporter.api.GridRow.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/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>
<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>
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
</span>
</div>
Expand Down
8 changes: 4 additions & 4 deletions docs/partials/api/ui.grid.exporter.api.PublicApi.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/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>
<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>
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.exporter</code>
</span>
</div>
Expand All @@ -7,7 +7,7 @@
<div class="description"><div class="ui-grid-exporter-api-page ui-grid-exporter-api-publicapi-page"><p>Public Api for exporter feature</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/exporter/src/js/exporter.js#L117" class="view-source icon-eye-open"> </a><h3 id="methods_csvexport">csvExport(rowTypes, colTypes)</h3>
<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>
<div class="csvexport"><div class="csvexport-page"><p>Exports rows from the grid in csv format,
the data exported is selected based on the provided options</p>
</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
Expand All @@ -17,7 +17,7 @@
uiGridExporterConstants.ALL, uiGridExporterConstants.VISIBLE</p>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="excelexport"><div class="excelexport-page"><p>Exports rows from the grid in excel format,
the data exported is selected based on the provided options</p>
</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
Expand All @@ -27,7 +27,7 @@
uiGridExporterConstants.ALL, uiGridExporterConstants.VISIBLE</p>
</div></td></tr></tbody></table></div>
</li>
<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>
<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>
<div class="pdfexport"><div class="pdfexport-page"><p>Exports rows from the grid in pdf format,
the data exported is selected based on the provided options
Note that this function has a dependency on pdfMake, all
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#L1746" 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#L1749" 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
Loading

0 comments on commit 8d42286

Please sign in to comment.