Skip to content

Commit 91bb694

Browse files
committed
gh-pages v4.6.0-9ab0a4c6
1 parent d6fd440 commit 91bb694

File tree

117 files changed

+579
-252
lines changed

Some content is hidden

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

117 files changed

+579
-252
lines changed

docs/js/docs-setup.js

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

docs/partials/api/ui.grid.api.PublicApi.html

Lines changed: 297 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<a href="https://github.com/{{repo}}/edit/master/{{file}}" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">uiGridAutoResize</code>
2+
<div><span class="hint">directive in module <code ng:non-bindable="">ui.grid.autoResize</code>
3+
</span>
4+
</div>
5+
</h1>
6+
<div><h2 id="description">Description</h2>
7+
<div class="description"><div class="ui-grid-autoresize-directive-page ui-grid-autoresize-directive-uigridautoresize-page"><p>Stacks on top of the ui-grid directive and
8+
adds the a watch to the grid&#39;s height and width which refreshes
9+
the grid content whenever its dimensions change.</p>
10+
</div></div>
11+
<h2 id="usage">Usage</h2>
12+
<div class="usage">as attribute<pre class="prettyprint linenums">&lt;div ui-grid-auto-resize&gt;
13+
...
14+
&lt;/div&gt;</pre>
15+
</div>
16+
</div>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<a href="https://github.com/{{repo}}/edit/master/{{file}}" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/{{repo}}/blob/{{sha}}/{{file}}#L{{codeline}}" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">cellNav</code>
2-
<div><span class="hint">service in module <code ng:non-bindable="">ui.grid.cellNav:Grid</code>
2+
<div><span class="hint">object in module <code ng:non-bindable="">ui.grid.cellNav</code>
33
</span>
44
</div>
55
</h1>
66
<div><h2 id="description">Description</h2>
7-
<div class="description"><div class="ui-grid-cellnav-page ui-grid-cellnav-grid-cellnav-page"><p>cellNav properties added to grid class</p>
7+
<div class="description"><div class="ui-grid-cellnav-grid-page ui-grid-cellnav-grid-cellnav-page"><p>cellNav properties added to grid class</p>
88
</div></div>
99
</div>

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
<br/>Defaults to false</p>
188188
</div></div>
189189
</li>
190+
<li><h3 id="properties_exportermenualldata">exporterMenuAllData</h3>
191+
<div class="exportermenualldata"><div class="exportermenualldata-page"><p>Add export all data as cvs/pdf menu items to the ui-grid grid menu, if it&#39;s present. Defaults to true.</p>
192+
</div></div>
193+
</li>
190194
<li><h3 id="properties_exportermenucsv">exporterMenuCsv</h3>
191195
<div class="exportermenucsv"><div class="exportermenucsv-page"><p>Add csv export menu items to the ui-grid grid menu, if it&#39;s present. Defaults to true.</p>
192196
</div></div>
@@ -210,6 +214,14 @@
210214
<div class="exportermenupdf"><div class="exportermenupdf-page"><p>Add pdf export menu items to the ui-grid grid menu, if it&#39;s present. Defaults to true.</p>
211215
</div></div>
212216
</li>
217+
<li><h3 id="properties_exportermenuselecteddata">exporterMenuSelectedData</h3>
218+
<div class="exportermenuselecteddata"><div class="exportermenuselecteddata-page"><p>Add export selected data as cvs/pdf menu items to the ui-grid grid menu, if it&#39;s present. Defaults to true.</p>
219+
</div></div>
220+
</li>
221+
<li><h3 id="properties_exportermenuvisibledata">exporterMenuVisibleData</h3>
222+
<div class="exportermenuvisibledata"><div class="exportermenuvisibledata-page"><p>Add export visible data as cvs/pdf menu items to the ui-grid grid menu, if it&#39;s present. Defaults to true.</p>
223+
</div></div>
224+
</li>
213225
<li><h3 id="properties_exporterolderexcelcompatibility">exporterOlderExcelCompatibility</h3>
214226
<div class="exporterolderexcelcompatibility"><div class="exporterolderexcelcompatibility-page"><p>Some versions of excel don&#39;t like the utf-16 BOM on the front, and it comes
215227
through as  in the first column header. Setting this option to false will suppress this, at the

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</div>
55
</h1>
66
<div><h2 id="description">Description</h2>
7-
<div class="description"><div class="ui-grid-service-page ui-grid-service-gridutil-focus-page"><p>Provies a set of methods to set the document focus inside the grid.
7+
<div class="description"><div class="ui-grid-service-page ui-grid-service-gridutil-focus-page"><p>Provides a set of methods to set the document focus inside the grid.
88
Timeouts are utilized to ensure that the focus is invoked after any other event has been triggered.
99
e.g. click events that need to run before the focus or
1010
inputs elements that are in a disabled state but are enabled when those events

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
</div>
233233
<div class="member property"><h2 id="properties">Properties</h2>
234234
<ul class="properties"><li><h3 id="properties_focus">focus</h3>
235-
<div class="focus"><div class="focus-page"><p>Provies a set of methods to set the document focus inside the grid.
235+
<div class="focus"><div class="focus-page"><p>Provides a set of methods to set the document focus inside the grid.
236236
See <a href="#!/api/ui.grid.service:GridUtil.focus">ui.grid.service:GridUtil.focus</a> for more information.</p>
237237
</div></div>
238238
</li>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</div></div>
4040
</li>
4141
<li><h3 id="properties_datachange">dataChange</h3>
42-
<div class="datachange"><div class="datachange-page"><p>Used with <a href="#!/api/ui.grid.core.api:PublicApi#methods_notifydatachange">PublicApi.notifyDataChange</a>,
42+
<div class="datachange"><div class="datachange-page"><p>Used with <a href="#!/api/ui.grid.api:PublicApi#methods_notifydatachange">PublicApi.notifyDataChange</a>,
4343
<a href="#!/api/ui.grid.class:Grid#methods_calldatachangecallbacks">Grid.callDataChangeCallbacks</a>,
4444
and <a href="#!/api/ui.grid.class:Grid#methods_registerdatachangecallback">Grid.registerDataChangeCallback</a>
4545
to specify the type of the event(s).</p>

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.6.0-8bd67215">
79+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 4.6.0-9ab0a4c6">
8080
<i class="fa fa-download fa-fw"></i>
81-
<!-- Download <small>( 4.6.0 / 4.6.0-8bd67215 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
81+
<!-- Download <small>( 4.6.0 / 4.6.0-9ab0a4c6 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
8282

83-
Download <small>( 4.6.0-8bd67215 )</small>
83+
Download <small>( 4.6.0-9ab0a4c6 )</small>
8484
</a>
8585

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

release/i18n/ui-grid.language.all.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v4.6.0-8bd67215 - 2018-06-26
2+
* ui-grid - v4.6.0-9ab0a4c6 - 2018-06-28
33
* Copyright (c) 2018 ; License: MIT
44
*/
55

@@ -1435,10 +1435,10 @@
14351435
pageForward: '次のページ',
14361436
pageToLast: '最後のページ'
14371437
},
1438-
sizes: '項目/ページ',
1439-
totalItems: '項目',
1438+
sizes: '/ページ',
1439+
totalItems: '',
14401440
through: 'から',
1441-
of: '項目/全'
1441+
of: '/全'
14421442
},
14431443
grouping: {
14441444
group: 'グループ化',

0 commit comments

Comments
 (0)