Skip to content

Commit b3e7fb0

Browse files
committed
gh-pages v3.0.0-rc.20-823e3d5
1 parent 92cdf3f commit b3e7fb0

6 files changed

+110
-14
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ <h1 class="text-center">Angular UI Grid</h1>
6161
Code on Github
6262
</a>
6363

64-
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 3.0.0-rc.20-cb3d301">
64+
<a class="btn btn-danger btn-large" href="https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release" title="Download 3.0.0-rc.20-823e3d5">
6565
<i class="fa fa-download fa-fw"></i>
66-
<!-- Download <small>( 2.0.14 / 3.0.0-rc.20-cb3d301 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
66+
<!-- Download <small>( 2.0.14 / 3.0.0-rc.20-823e3d5 )</small> --> <!-- TODO(c0bra): note: not showing stable version till 3.0.0 is released -->
6767

68-
Download <small>( 3.0.0-rc.20-cb3d301 )</small>
68+
Download <small>( 3.0.0-rc.20-823e3d5 )</small>
6969
</a>
7070

7171
<a class="btn btn-success btn-large" href="http://ui-grid.info/docs/#/tutorial" title="Tutorial">

less/ui-grid.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v3.0.0-rc.20-cb3d301 - 2015-03-17
2+
* ui-grid - v3.0.0-rc.20-823e3d5 - 2015-03-18
33
* Copyright (c) 2015 ; License: MIT
44
*/
55

release/ui-grid-unstable.css

+94-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v3.0.0-rc.20-cb3d301 - 2015-03-17
2+
* ui-grid - v3.0.0-rc.20-823e3d5 - 2015-03-18
33
* Copyright (c) 2015 ; License: MIT
44
*/
55
.ui-grid {
@@ -1261,3 +1261,96 @@ div.ui-grid-cell input.ng-valid {
12611261
.ui-grid-selection-row-header-buttons.ui-grid-all-selected {
12621262
opacity: 1;
12631263
}
1264+
1265+
.ui-grid-icon-plus-squared:before {
1266+
content: '\c350';
1267+
}
1268+
/* '썐' */
1269+
.ui-grid-icon-minus-squared:before {
1270+
content: '\c351';
1271+
}
1272+
/* '썑' */
1273+
.ui-grid-icon-search:before {
1274+
content: '\c352';
1275+
}
1276+
/* '썒' */
1277+
.ui-grid-icon-cancel:before {
1278+
content: '\c353';
1279+
}
1280+
/* '썓' */
1281+
.ui-grid-icon-info-circled:before {
1282+
content: '\c354';
1283+
}
1284+
/* '썔' */
1285+
.ui-grid-icon-lock:before {
1286+
content: '\c355';
1287+
}
1288+
/* '썕' */
1289+
.ui-grid-icon-lock-open:before {
1290+
content: '\c356';
1291+
}
1292+
/* '썖' */
1293+
.ui-grid-icon-pencil:before {
1294+
content: '\c357';
1295+
}
1296+
/* '썗' */
1297+
.ui-grid-icon-down-dir:before {
1298+
content: '\c358';
1299+
}
1300+
/* '썘' */
1301+
.ui-grid-icon-up-dir:before {
1302+
content: '\c359';
1303+
}
1304+
/* '썙' */
1305+
.ui-grid-icon-left-dir:before {
1306+
content: '\c35a';
1307+
}
1308+
/* '썚' */
1309+
.ui-grid-icon-right-dir:before {
1310+
content: '\c35b';
1311+
}
1312+
/* '썛' */
1313+
.ui-grid-icon-left-open:before {
1314+
content: '\c35c';
1315+
}
1316+
/* '썜' */
1317+
.ui-grid-icon-right-open:before {
1318+
content: '\c35d';
1319+
}
1320+
/* '썝' */
1321+
.ui-grid-icon-angle-down:before {
1322+
content: '\c35e';
1323+
}
1324+
/* '썞' */
1325+
.ui-grid-icon-filter:before {
1326+
content: '\c35f';
1327+
}
1328+
/* '썟' */
1329+
.ui-grid-icon-sort-alt-up:before {
1330+
content: '\c360';
1331+
}
1332+
/* '썠' */
1333+
.ui-grid-icon-sort-alt-down:before {
1334+
content: '\c361';
1335+
}
1336+
/* '썡' */
1337+
.ui-grid-icon-ok:before {
1338+
content: '\c362';
1339+
}
1340+
/* '썢' */
1341+
.ui-grid-icon-menu:before {
1342+
content: '\c363';
1343+
}
1344+
/* '썣' */
1345+
.ui-grid-icon-indent-left:before {
1346+
content: '\e800';
1347+
}
1348+
/* '' */
1349+
.ui-grid-icon-indent-right:before {
1350+
content: '\e801';
1351+
}
1352+
/* '' */
1353+
.ui-grid-icon-spin5:before {
1354+
content: '\ea61';
1355+
}
1356+
/* '' */

release/ui-grid-unstable.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* ui-grid - v3.0.0-rc.20-cb3d301 - 2015-03-17
2+
* ui-grid - v3.0.0-rc.20-823e3d5 - 2015-03-18
33
* Copyright (c) 2015 ; License: MIT
44
*/
55

@@ -4722,8 +4722,10 @@ angular.module('ui.grid')
47224722
if (!add) {
47234723
self.resetColumnSorting(column);
47244724
column.sort.priority = 0;
4725+
// Get the actual priority since there may be columns which have suppressRemoveSort set
4726+
column.sort.priority = self.getNextColumnSortPriority();
47254727
}
4726-
else {
4728+
else if (!column.sort.priority){
47274729
column.sort.priority = self.getNextColumnSortPriority();
47284730
}
47294731

@@ -4736,7 +4738,7 @@ angular.module('ui.grid')
47364738
if ( column.colDef && column.suppressRemoveSort ){
47374739
column.sort.direction = uiGridConstants.ASC;
47384740
} else {
4739-
column.sort.direction = null;
4741+
column.sort = {};
47404742
}
47414743
}
47424744
else {

release/ui-grid-unstable.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/ui-grid-unstable.min.js

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)