Skip to content

Commit df85d3f

Browse files
Merge branch 'master-dist-local' into master-dist
2 parents ee118b6 + f79353f commit df85d3f

File tree

57 files changed

+93
-101
lines changed

Some content is hidden

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

57 files changed

+93
-101
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-patternfly",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"authors": [
55
"Red Hat"
66
],

dist/docs/css/patternfly-additions.css

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2043,18 +2043,13 @@ select.selectpicker {
20432043
font-size: 2em;
20442044
}
20452045
}
2046-
.navbar-pf .navbar-utility .applauncher-pf .dropdown-menu,
2047-
.navbar-pf-alt .navbar-utility .applauncher-pf .dropdown-menu,
2048-
.navbar-pf .applauncher-pf .dropdown-menu,
2049-
.navbar-pf-alt .applauncher-pf .dropdown-menu {
2046+
.navbar-utility .applauncher-pf .dropdown-menu {
20502047
border-width: 1px !important;
20512048
}
20522049
@media (min-width: 768px) {
2053-
.navbar-pf .navbar-utility .applauncher-pf .dropdown-menu,
2054-
.navbar-pf-alt .navbar-utility .applauncher-pf .dropdown-menu,
2055-
.navbar-pf .applauncher-pf .dropdown-menu,
2056-
.navbar-pf-alt .applauncher-pf .dropdown-menu {
2057-
margin-top: 11px;
2050+
.navbar-utility .applauncher-pf .dropdown-menu {
2051+
margin-top: 3px;
2052+
right: 0;
20582053
}
20592054
}
20602055
.navbar-pf .navbar-utility .applauncher-pf.open > a,
@@ -2333,7 +2328,7 @@ select.selectpicker {
23332328
.navbar-iconic .applauncher-pf.dropdown > .dropdown-toggle,
23342329
.navbar-iconic .navbar-utility .applauncher-pf .dropdown-toggle,
23352330
.navbar-iconic .applauncher-pf .dropdown-toggle {
2336-
padding: 15px;
2331+
padding: 22px 10px;
23372332
line-height: inherit;
23382333
}
23392334
}

dist/docs/grunt-scripts/c3.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ Axis.prototype.redraw = function redraw(transitions, isHidden) {
896896
transitions.axisSubX.call($$.subXAxis);
897897
};
898898

899-
var c3$1 = { version: "0.4.15" };
899+
var c3$1 = { version: "0.4.17" };
900900

901901
var c3_chart_fn;
902902
var c3_chart_internal_fn;
@@ -5093,6 +5093,7 @@ c3_chart_internal_fn.getDefaultConfig = function () {
50935093
bar_width_ratio: 0.6,
50945094
bar_width_max: undefined,
50955095
bar_zerobased: true,
5096+
bar_space: 0,
50965097
// area
50975098
area_zerobased: true,
50985099
area_above: false,
@@ -7702,7 +7703,7 @@ c3_chart_internal_fn.updateBar = function (durationForExit) {
77027703
$$.mainBar.exit().transition().duration(durationForExit).remove();
77037704
};
77047705
c3_chart_internal_fn.redrawBar = function (drawBar, withTransition) {
7705-
return [(withTransition ? this.mainBar.transition(Math.random().toString()) : this.mainBar).attr('d', drawBar).style("fill", this.color).style("opacity", 1)];
7706+
return [(withTransition ? this.mainBar.transition(Math.random().toString()) : this.mainBar).attr('d', drawBar).style("stroke", this.color).style("fill", this.color).style("opacity", 1)];
77067707
};
77077708
c3_chart_internal_fn.getBarW = function (axis, barTargetsNum) {
77087709
var $$ = this,
@@ -7750,6 +7751,7 @@ c3_chart_internal_fn.generateGetBarPoints = function (barIndices, isSub) {
77507751
barX = $$.getShapeX(barW, barTargetsNum, barIndices, !!isSub),
77517752
barY = $$.getShapeY(!!isSub),
77527753
barOffset = $$.getShapeOffset($$.isBarType, barIndices, !!isSub),
7754+
barSpaceOffset = barW * ($$.config.bar_space / 2),
77537755
yScale = isSub ? $$.getSubYScale : $$.getYScale;
77547756
return function (d, i) {
77557757
var y0 = yScale.call($$, d.id)(0),
@@ -7764,7 +7766,7 @@ c3_chart_internal_fn.generateGetBarPoints = function (barIndices, isSub) {
77647766
}
77657767
}
77667768
// 4 points that make a bar
7767-
return [[posX, offset], [posX, posY - (y0 - offset)], [posX + barW, posY - (y0 - offset)], [posX + barW, offset]];
7769+
return [[posX + barSpaceOffset, offset], [posX + barSpaceOffset, posY - (y0 - offset)], [posX + barW - barSpaceOffset, posY - (y0 - offset)], [posX + barW - barSpaceOffset, offset]];
77687770
};
77697771
};
77707772
c3_chart_internal_fn.isWithinBar = function (that) {

dist/docs/grunt-scripts/patternfly-settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict';
33

44
var patternfly = {
5-
version: "3.26.1",
5+
version: "3.26.6"
66
};
77

88
// definition of breakpoint sizes for tablet and desktop modes

dist/docs/partials/api/patternfly.autofocus.pfFocused.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/autofocus/autofocus.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/07ec6d3/src/autofocus/autofocus.js#L39" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfFocused</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/autofocus/autofocus.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/0737678/src/autofocus/autofocus.js#L39" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfFocused</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly</code>
33
</span>
44
</div>

dist/docs/partials/api/patternfly.canvas.directive.pfCanvas.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/canvas-view/examples/canvas.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/07ec6d3/src/canvas-view/examples/canvas.js#L329" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCanvas</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/canvas-view/examples/canvas.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/0737678/src/canvas-view/examples/canvas.js#L329" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCanvas</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.canvas</code>
33
</span>
44
</div>

dist/docs/partials/api/patternfly.canvas.directive.pfCanvasEditor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/canvas-view/examples/canvasEditor.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/07ec6d3/src/canvas-view/examples/canvasEditor.js#L344" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCanvasEditor</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/canvas-view/examples/canvasEditor.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/0737678/src/canvas-view/examples/canvasEditor.js#L344" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCanvasEditor</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.canvas</code>
33
</span>
44
</div>

dist/docs/partials/api/patternfly.card.component.pfAggregateStatusCard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/aggregate-status/aggregate-status-card.component.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/07ec6d3/src/card/aggregate-status/aggregate-status-card.component.js#L132" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfAggregateStatusCard</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/aggregate-status/aggregate-status-card.component.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/0737678/src/card/aggregate-status/aggregate-status-card.component.js#L132" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfAggregateStatusCard</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.card</code>
33
</span>
44
</div>

dist/docs/partials/api/patternfly.card.component.pfCard - Timeframe Filters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/examples/card-timeframe.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/07ec6d3/src/card/examples/card-timeframe.js#L82" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCard - Timeframe Filters</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/examples/card-timeframe.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/0737678/src/card/examples/card-timeframe.js#L82" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCard - Timeframe Filters</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.card</code>
33
</span>
44
</div>

dist/docs/partials/api/patternfly.card.component.pfCard - Trends.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/examples/card-trend.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/07ec6d3/src/card/examples/card-trend.js#L146" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCard - Trends</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/examples/card-trend.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/0737678/src/card/examples/card-trend.js#L146" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCard - Trends</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.card</code>
33
</span>
44
</div>

0 commit comments

Comments
 (0)