Skip to content

Commit 1429644

Browse files
gh-pages v4.10.0
1 parent db70314 commit 1429644

File tree

369 files changed

+97740
-326
lines changed

Some content is hidden

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

369 files changed

+97740
-326
lines changed

docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
addTag('script', {src: 'js/marked.min.js'}, sync);
4747

4848

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

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

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

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

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

docs/partials/api/ui.grid.exporter.service.uiGridExporterService.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
</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>
8686
</div></td></tr></table></div>
8787
</li>
88+
<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>
89+
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including
90+
quotes around the value</p>
91+
</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,
92+
may be of any type</p>
93+
</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>
94+
</div></td></tr></table></div>
95+
</li>
8896
<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>
8997
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a pdf-able field, which
9098
is different from a csv field only in that strings don&#39;t have quotes
@@ -94,14 +102,6 @@
94102
</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>
95103
</div></td></tr></table></div>
96104
</li>
97-
<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>
98-
<div class="formatfieldascsv"><div class="formatfieldascsv-page"><p>Renders a single field as a csv field, including
99-
quotes around the value</p>
100-
</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,
101-
may be of any type</p>
102-
</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>
103-
</div></td></tr></table></div>
104-
</li>
105105
<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>
106106
<div class="formatfieldasexcel"><div class="formatfieldasexcel-page"><p>Renders a single field as a excel-ified field</p>
107107
</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,

index.html

Lines changed: 5 additions & 5 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.2">
79+
<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">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.9.2 / 4.9.2 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.10.0 / 4.10.0 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.9.2 )</small>
83+
Download <small>( 4.10.0 )</small>
8484
</a>
8585

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

183183
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
184184
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
185-
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular.js"></script>
186-
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.8.0/angular-animate.js"></script>
185+
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js"></script>
186+
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js"></script>
187187
<script src="//ui-grid.info/release/ui-grid-unstable.min.js"></script>
188188
<script>
189189
angular.module('demo', ['ngAnimate', 'ui.grid', 'ui.grid.edit', 'ui.grid.resizeColumns', 'ui.grid.pagination'])
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.10.0/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)