Skip to content

Commit 088632f

Browse files
Merge branch 'branch-4.0-dev-local' into branch-4.0-dev-dist
2 parents 8d6855c + 4c8076a commit 088632f

File tree

44 files changed

+97
-97
lines changed

Some content is hidden

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

44 files changed

+97
-97
lines changed

dist/angular-patternfly.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9543,24 +9543,24 @@ angular.module('patternfly.wizard').component('pfWizardSubstep', {
95439543
</div>
95449544
<pf-wizard-substep step-title="Details - Extra" next-enabled="true" step-id="details-extra" step-priority="1" show-review="true" show-review-details="true" review-template="review-second-template.html">
95459545
<form class="form-horizontal">
9546-
<div pf-form-group pf-label="Lorem" required>
9546+
<pf-form-group pf-label="Lorem" required>
95479547
<input id="new-lorem" name="lorem" ng-model="data.lorem" type="text" required/>
9548-
</div>
9549-
<div pf-form-group pf-label="Ipsum">
9548+
</pf-form-group>
9549+
<pf-form-group pf-label="Ipsum">
95509550
<input id="new-ipsum" name="ipsum" ng-model="data.ipsum" type="text" />
9551-
</div>
9551+
</pf-form-group>
95529552
</form>
95539553
</pf-wizard-substep>
95549554
</pf-wizard-step>
95559555
<pf-wizard-step step-title="Second Step" substeps="false" step-id="configuration" step-priority="1" show-review="true" review-template="review-second-template.html" >
95569556
<form class="form-horizontal">
95579557
<h3>Wizards should make use of substeps consistently throughout (either using them or not using them). This is an example only.</h3>
9558-
<div pf-form-group pf-label="Lorem">
9558+
<pf-form-group pf-label="Lorem">
95599559
<input id="new-lorem" name="lorem" ng-model="data.lorem" type="text"/>
9560-
</div>
9561-
<div pf-form-group pf-label="Ipsum">
9560+
</pf-form-group>
9561+
<pf-form-group pf-label="Ipsum">
95629562
<input id="new-ipsum" name="ipsum" ng-model="data.ipsum" type="text" />
9563-
</div>
9563+
</pf-form-group>
95649564
</form>
95659565
</pf-wizard-step>
95669566
<pf-wizard-step step-title="Review" substeps="true" step-id="review" step-priority="2">
@@ -9573,12 +9573,12 @@ angular.module('patternfly.wizard').component('pfWizardSubstep', {
95739573
<div ng-controller="DetailsGeneralController">
95749574
<pf-wizard-substep step-title="General" next-enabled="detailsGeneralComplete" step-id="details-general" step-priority="0" on-show="onShow" review-template="{{reviewTemplate}}" show-review-details="true">
95759575
<form class="form-horizontal">
9576-
<div pf-form-group pf-label="Name" required>
9577-
<input id="new-name" name="name" ng-model="data.name" type="text" ng-change="updateName()" required/>
9578-
</div>
9579-
<div pf-form-group pf-label="Description">
9580-
<input id="new-description" name="description" ng-model="data.description" type="text" />
9581-
</div>
9576+
<pf-form-group pf-label="Name" required>
9577+
<input id="new-name" name="name" ng-model="data.name" type="text" ng-change="updateName()" required/>
9578+
</pf-form-group>
9579+
<pf-form-group pf-label="Description">
9580+
<input id="new-description" name="description" ng-model="data.description" type="text" />
9581+
</pf-form-group>
95829582
</form>
95839583
</pf-wizard-substep>
95849584
</div>

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9543,24 +9543,24 @@ angular.module('patternfly.wizard').component('pfWizardSubstep', {
95439543
</div>
95449544
<pf-wizard-substep step-title="Details - Extra" next-enabled="true" step-id="details-extra" step-priority="1" show-review="true" show-review-details="true" review-template="review-second-template.html">
95459545
<form class="form-horizontal">
9546-
<div pf-form-group pf-label="Lorem" required>
9546+
<pf-form-group pf-label="Lorem" required>
95479547
<input id="new-lorem" name="lorem" ng-model="data.lorem" type="text" required/>
9548-
</div>
9549-
<div pf-form-group pf-label="Ipsum">
9548+
</pf-form-group>
9549+
<pf-form-group pf-label="Ipsum">
95509550
<input id="new-ipsum" name="ipsum" ng-model="data.ipsum" type="text" />
9551-
</div>
9551+
</pf-form-group>
95529552
</form>
95539553
</pf-wizard-substep>
95549554
</pf-wizard-step>
95559555
<pf-wizard-step step-title="Second Step" substeps="false" step-id="configuration" step-priority="1" show-review="true" review-template="review-second-template.html" >
95569556
<form class="form-horizontal">
95579557
<h3>Wizards should make use of substeps consistently throughout (either using them or not using them). This is an example only.</h3>
9558-
<div pf-form-group pf-label="Lorem">
9558+
<pf-form-group pf-label="Lorem">
95599559
<input id="new-lorem" name="lorem" ng-model="data.lorem" type="text"/>
9560-
</div>
9561-
<div pf-form-group pf-label="Ipsum">
9560+
</pf-form-group>
9561+
<pf-form-group pf-label="Ipsum">
95629562
<input id="new-ipsum" name="ipsum" ng-model="data.ipsum" type="text" />
9563-
</div>
9563+
</pf-form-group>
95649564
</form>
95659565
</pf-wizard-step>
95669566
<pf-wizard-step step-title="Review" substeps="true" step-id="review" step-priority="2">
@@ -9573,12 +9573,12 @@ angular.module('patternfly.wizard').component('pfWizardSubstep', {
95739573
<div ng-controller="DetailsGeneralController">
95749574
<pf-wizard-substep step-title="General" next-enabled="detailsGeneralComplete" step-id="details-general" step-priority="0" on-show="onShow" review-template="{{reviewTemplate}}" show-review-details="true">
95759575
<form class="form-horizontal">
9576-
<div pf-form-group pf-label="Name" required>
9577-
<input id="new-name" name="name" ng-model="data.name" type="text" ng-change="updateName()" required/>
9578-
</div>
9579-
<div pf-form-group pf-label="Description">
9580-
<input id="new-description" name="description" ng-model="data.description" type="text" />
9581-
</div>
9576+
<pf-form-group pf-label="Name" required>
9577+
<input id="new-name" name="name" ng-model="data.name" type="text" ng-change="updateName()" required/>
9578+
</pf-form-group>
9579+
<pf-form-group pf-label="Description">
9580+
<input id="new-description" name="description" ng-model="data.description" type="text" />
9581+
</pf-form-group>
95829582
</form>
95839583
</pf-wizard-substep>
95849584
</div>

dist/docs/js/docs-setup.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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/9184457/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/20fddcc/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.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/9184457/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/20fddcc/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/9184457/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/20fddcc/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/9184457/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/20fddcc/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>

dist/docs/partials/api/patternfly.card.component.pfCard - Utilization.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/basic/card.component.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/9184457/src/card/basic/card.component.js#L86" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCard - Utilization</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/card/basic/card.component.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/20fddcc/src/card/basic/card.component.js#L86" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfCard - Utilization</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.charts.directive.pfC3Chart.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/charts/c3/c3-chart.directive.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/9184457/src/charts/c3/c3-chart.directive.js#L75" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfC3Chart</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/charts/c3/c3-chart.directive.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/20fddcc/src/charts/c3/c3-chart.directive.js#L75" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfC3Chart</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.charts</code>
33
</span>
44
</div>

dist/docs/partials/api/patternfly.charts.directive.pfDonutPctChart.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/charts/donut/donut-pct-chart-directive.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/9184457/src/charts/donut/donut-pct-chart-directive.js#L260" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfDonutPctChart</code>
1+
<a href="https://github.com/patternfly/angular-patternfly/edit/master/src/charts/donut/donut-pct-chart-directive.js" class="improve-docs"><i class="icon-edit"> </i>Improve this doc</a><a href="https://github.com/patternfly/angular-patternfly/blob/20fddcc/src/charts/donut/donut-pct-chart-directive.js#L260" class="view-source"><i class="icon-eye-open"> </i>View source</a><h1><code ng:non-bindable="">pfDonutPctChart</code>
22
<div><span class="hint">directive in module <code ng:non-bindable="">patternfly.charts</code>
33
</span>
44
</div>

0 commit comments

Comments
 (0)