Skip to content

Commit

Permalink
gh-pages v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-portugal committed Feb 1, 2021
1 parent db70314 commit 1429644
Show file tree
Hide file tree
Showing 369 changed files with 97,740 additions and 326 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
addTag('script', {src: 'js/marked.min.js'}, sync);


addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular.js'}, sync);
addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js'}, sync);

addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular-touch.js'}, sync);
addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-touch.js'}, sync);

addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular-animate.js'}, sync);
addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js'}, sync);

addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular-aria.js'}, sync);
addTag('script', {src: '//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-aria.js'}, sync);

addTag('script', {src: 'grunt-scripts/csv.js'}, sync);

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
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.9.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.0">
<i class="fa fa-download fa-fw"></i>
<!-- Download <small>( 4.9.2 / 4.9.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
<!-- Download <small>( 4.10.0 / 4.10.0 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->

Download <small>( 4.9.2 )</small>
Download <small>( 4.10.0 )</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
25 changes: 25 additions & 0 deletions release/4.10.0/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.0/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 1429644

Please sign in to comment.