diff --git a/Gruntfile.js b/Gruntfile.js
index ee9fe4574..475e6edb3 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -117,14 +117,14 @@ module.exports = function (grunt) {
title: 'Angular Patternfly Documentation',
dest: 'dist/docs',
image: 'misc/logo-alt.svg',
- scripts: ['lib/patternfly/components/jquery/dist/jquery.js',
- 'lib/patternfly/components/bootstrap/dist/js/bootstrap.js',
- 'lib/patternfly/components/bootstrap-combobox/js/bootstrap-combobox.js',
- 'lib/patternfly/components/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
- 'lib/patternfly/components/bootstrap-select/js/bootstrap-select.js',
- 'lib/patternfly/components/bootstrap-treeview/src/js/bootstrap-treeview.js',
- 'lib/patternfly/components/c3/c3.js',
- 'lib/patternfly/components/d3/d3.js',
+ scripts: ['lib/jquery/dist/jquery.js',
+ 'lib/bootstrap/dist/js/bootstrap.js',
+ 'lib/bootstrap-combobox/js/bootstrap-combobox.js',
+ 'lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
+ 'lib/bootstrap-select/js/bootstrap-select.js',
+ 'lib/bootstrap-treeview/src/js/bootstrap-treeview.js',
+ 'lib/c3/c3.js',
+ 'lib/d3/d3.js',
'lib/patternfly/dist/js/patternfly.js',
'lib/angular/angular.js',
'lib/angular-sanitize/angular-sanitize.js',
diff --git a/bower.json b/bower.json
index d8bf0900b..c86fbf89a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-patternfly",
- "version": "2.10.0",
+ "version": "3.0.0",
"authors": [
"Red Hat"
],
@@ -39,7 +39,7 @@
"angular-sanitize": "1.3.0 - 1.4.*",
"angular-bootstrap": "0.13.x",
"lodash": "3.x",
- "patternfly": "~2.10.0"
+ "patternfly": "~3.0.0"
},
"devDependencies": {
"angular-mocks": "1.3.0 - 1.4.*"
diff --git a/dist/docs/css/patternfly-additions.css b/dist/docs/css/patternfly-additions.css
index 09d6c2a6b..944e27c1a 100644
--- a/dist/docs/css/patternfly-additions.css
+++ b/dist/docs/css/patternfly-additions.css
@@ -2771,9 +2771,6 @@ table.datatable th:active {
.pficon-info:before {
content: "\e604";
}
-.pficon-kubernetes:before {
- content: "\e627";
-}
.pficon-memory:before {
content: "\e908";
}
@@ -2784,9 +2781,6 @@ table.datatable th:active {
color: #3f9c35;
content: "\e602";
}
-.pficon-openshift:before {
- content: "\e626";
-}
.pficon-print:before {
content: "\e612";
}
@@ -3159,7 +3153,7 @@ table.datatable th:active {
-ms-flex: 1;
flex: 1;
vertical-align: top;
- width: 10000px;
+ width: 100%;
}
@media (min-width: 992px) {
.list-view-pf-body {
@@ -3169,9 +3163,6 @@ table.datatable th:active {
flex-direction: row;
}
}
-@supports (display: flex) {
- width: auto!important;
-}
.list-view-pf-checkbox {
border-right: 1px solid #d1d1d1;
float: left;
diff --git a/dist/docs/css/patternfly.css b/dist/docs/css/patternfly.css
index ccd423f67..0dadaa6f6 100644
--- a/dist/docs/css/patternfly.css
+++ b/dist/docs/css/patternfly.css
@@ -290,8 +290,8 @@ th {
}
@font-face {
font-family: 'Glyphicons Halflings';
- src: url('../../components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
- src: url('../../components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
+ src: url('../fonts/glyphicons-halflings-regular.eot');
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
position: relative;
@@ -6837,8 +6837,8 @@ button.close {
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
- src: url('../../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
- src: url('../../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
+ src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
diff --git a/dist/docs/partials/api/patternfly.autofocus.pfFocused.html b/dist/docs/partials/api/patternfly.autofocus.pfFocused.html
index 77282f83f..1023ec3a8 100644
--- a/dist/docs/partials/api/patternfly.autofocus.pfFocused.html
+++ b/dist/docs/partials/api/patternfly.autofocus.pfFocused.html
@@ -1,4 +1,4 @@
- Improve this doc View source
pfFocused
+ Improve this doc View sourcepfFocused
directive in module patternfly
diff --git a/dist/docs/partials/api/patternfly.card.directive.pfAggregateStatusCard.html b/dist/docs/partials/api/patternfly.card.directive.pfAggregateStatusCard.html
index c0091b47f..a43ef33b3 100644
--- a/dist/docs/partials/api/patternfly.card.directive.pfAggregateStatusCard.html
+++ b/dist/docs/partials/api/patternfly.card.directive.pfAggregateStatusCard.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfAggregateStatusCard
+ Improve this doc View sourcepfAggregateStatusCard
directive in module patternfly.card
diff --git a/dist/docs/partials/api/patternfly.card.directive.pfCard.html b/dist/docs/partials/api/patternfly.card.directive.pfCard.html
index 236a7c23b..09d27e524 100644
--- a/dist/docs/partials/api/patternfly.card.directive.pfCard.html
+++ b/dist/docs/partials/api/patternfly.card.directive.pfCard.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfCard
+ Improve this doc View sourcepfCard
directive in module patternfly.card
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfC3Chart.html b/dist/docs/partials/api/patternfly.charts.directive.pfC3Chart.html
index b751044e8..df054b1a0 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfC3Chart.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfC3Chart.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfC3Chart
+ Improve this doc View sourcepfC3Chart
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfDonutPctChart.html b/dist/docs/partials/api/patternfly.charts.directive.pfDonutPctChart.html
index c5a228795..a08f9b86c 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfDonutPctChart.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfDonutPctChart.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfDonutPctChart
+ Improve this doc View sourcepfDonutPctChart
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfHeatMap.html b/dist/docs/partials/api/patternfly.charts.directive.pfHeatMap.html
index 448dbe117..36dd348fe 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfHeatMap.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfHeatMap.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfHeatMap
+ Improve this doc View sourcepfHeatMap
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfSparklineChart.html b/dist/docs/partials/api/patternfly.charts.directive.pfSparklineChart.html
index 11b934e00..3ad97d7d3 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfSparklineChart.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfSparklineChart.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfSparklineChart
+ Improve this doc View sourcepfSparklineChart
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfTrendsChart.html b/dist/docs/partials/api/patternfly.charts.directive.pfTrendsChart.html
index 4b748dfed..328fa0771 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfTrendsChart.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfTrendsChart.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfTrendsChart
+ Improve this doc View sourcepfTrendsChart
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationBarChart.html b/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationBarChart.html
index fd2bef105..ab0f43683 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationBarChart.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationBarChart.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfUtilizationBarChart
+ Improve this doc View sourcepfUtilizationBarChart
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationTrendChart.html b/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationTrendChart.html
index 06fd0134e..a88094202 100644
--- a/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationTrendChart.html
+++ b/dist/docs/partials/api/patternfly.charts.directive.pfUtilizationTrendChart.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfUtilizationTrendChart
+ Improve this doc View sourcepfUtilizationTrendChart
directive in module patternfly.charts
diff --git a/dist/docs/partials/api/patternfly.filters.directive.pfFilter.html b/dist/docs/partials/api/patternfly.filters.directive.pfFilter.html
index 73a6b1d34..8f0b267c3 100644
--- a/dist/docs/partials/api/patternfly.filters.directive.pfFilter.html
+++ b/dist/docs/partials/api/patternfly.filters.directive.pfFilter.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfFilter
+ Improve this doc View sourcepfFilter
directive in module patternfly.filters
diff --git a/dist/docs/partials/api/patternfly.filters.directive.pfFilterFields.html b/dist/docs/partials/api/patternfly.filters.directive.pfFilterFields.html
index 4cb8fcf07..05d0004c3 100644
--- a/dist/docs/partials/api/patternfly.filters.directive.pfFilterFields.html
+++ b/dist/docs/partials/api/patternfly.filters.directive.pfFilterFields.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfFilterFields
+ Improve this doc View sourcepfFilterFields
directive in module patternfly.filters
diff --git a/dist/docs/partials/api/patternfly.filters.directive.pfFilterResults.html b/dist/docs/partials/api/patternfly.filters.directive.pfFilterResults.html
index 03e64e5a1..83841e7b9 100644
--- a/dist/docs/partials/api/patternfly.filters.directive.pfFilterResults.html
+++ b/dist/docs/partials/api/patternfly.filters.directive.pfFilterResults.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfFilterResults
+ Improve this doc View sourcepfFilterResults
directive in module patternfly.filters
diff --git a/dist/docs/partials/api/patternfly.form.directive.pfDatepicker.html b/dist/docs/partials/api/patternfly.form.directive.pfDatepicker.html
index 22fa74b87..5f54b238d 100644
--- a/dist/docs/partials/api/patternfly.form.directive.pfDatepicker.html
+++ b/dist/docs/partials/api/patternfly.form.directive.pfDatepicker.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfDatepicker
+ Improve this doc View sourcepfDatepicker
directive in module patternfly.form
diff --git a/dist/docs/partials/api/patternfly.form.directive.pfFormButtons.html b/dist/docs/partials/api/patternfly.form.directive.pfFormButtons.html
index 451203ae8..3f6a008f2 100644
--- a/dist/docs/partials/api/patternfly.form.directive.pfFormButtons.html
+++ b/dist/docs/partials/api/patternfly.form.directive.pfFormButtons.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfFormButtons
+ Improve this doc View sourcepfFormButtons
directive in module patternfly.form
diff --git a/dist/docs/partials/api/patternfly.form.directive.pfFormGroup.html b/dist/docs/partials/api/patternfly.form.directive.pfFormGroup.html
index 6a07ddd29..407372e1e 100644
--- a/dist/docs/partials/api/patternfly.form.directive.pfFormGroup.html
+++ b/dist/docs/partials/api/patternfly.form.directive.pfFormGroup.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfFormGroup
+ Improve this doc View sourcepfFormGroup
directive in module patternfly.form
diff --git a/dist/docs/partials/api/patternfly.form.directive.pfRemainingCharsCount.html b/dist/docs/partials/api/patternfly.form.directive.pfRemainingCharsCount.html
index c462122e4..64c2f86fb 100644
--- a/dist/docs/partials/api/patternfly.form.directive.pfRemainingCharsCount.html
+++ b/dist/docs/partials/api/patternfly.form.directive.pfRemainingCharsCount.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfRemainingCharsCount
+ Improve this doc View sourcepfRemainingCharsCount
directive in module patternfly.form
diff --git a/dist/docs/partials/api/patternfly.notification.Notification.html b/dist/docs/partials/api/patternfly.notification.Notification.html
index a4e67b8db..30c232807 100644
--- a/dist/docs/partials/api/patternfly.notification.Notification.html
+++ b/dist/docs/partials/api/patternfly.notification.Notification.html
@@ -1,4 +1,4 @@
- Improve this doc View sourceNotification
+ Improve this doc View sourceNotification
service in module patternfly.notification
diff --git a/dist/docs/partials/api/patternfly.notification.directive.pfInlineNotification.html b/dist/docs/partials/api/patternfly.notification.directive.pfInlineNotification.html
index fe8ff821d..00cdaeda4 100644
--- a/dist/docs/partials/api/patternfly.notification.directive.pfInlineNotification.html
+++ b/dist/docs/partials/api/patternfly.notification.directive.pfInlineNotification.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfInlineNotification
+ Improve this doc View sourcepfInlineNotification
directive in module patternfly.notification
diff --git a/dist/docs/partials/api/patternfly.notification.directive.pfNotificationList.html b/dist/docs/partials/api/patternfly.notification.directive.pfNotificationList.html
index 07bd1cf4a..ef6189a3d 100644
--- a/dist/docs/partials/api/patternfly.notification.directive.pfNotificationList.html
+++ b/dist/docs/partials/api/patternfly.notification.directive.pfNotificationList.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfNotificationList
+ Improve this doc View sourcepfNotificationList
directive in module patternfly.notification
diff --git a/dist/docs/partials/api/patternfly.select.pfSelect.html b/dist/docs/partials/api/patternfly.select.pfSelect.html
index a60211b14..f037f2070 100644
--- a/dist/docs/partials/api/patternfly.select.pfSelect.html
+++ b/dist/docs/partials/api/patternfly.select.pfSelect.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfSelect
+ Improve this doc View sourcepfSelect
directive in module patternfly
diff --git a/dist/docs/partials/api/patternfly.sort.directive.pfSort.html b/dist/docs/partials/api/patternfly.sort.directive.pfSort.html
index a1285f88c..9e0f8bd7f 100644
--- a/dist/docs/partials/api/patternfly.sort.directive.pfSort.html
+++ b/dist/docs/partials/api/patternfly.sort.directive.pfSort.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfSort
+ Improve this doc View sourcepfSort
directive in module patternfly.sort
diff --git a/dist/docs/partials/api/patternfly.toolbars.directive.pfToolbar.html b/dist/docs/partials/api/patternfly.toolbars.directive.pfToolbar.html
index 0e898cf52..98bf04322 100644
--- a/dist/docs/partials/api/patternfly.toolbars.directive.pfToolbar.html
+++ b/dist/docs/partials/api/patternfly.toolbars.directive.pfToolbar.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfToolbar
+ Improve this doc View sourcepfToolbar
directive in module patternfly.toolbars
diff --git a/dist/docs/partials/api/patternfly.utils.directive.pfTransclude.html b/dist/docs/partials/api/patternfly.utils.directive.pfTransclude.html
index b82d9ad81..b0ccbae84 100644
--- a/dist/docs/partials/api/patternfly.utils.directive.pfTransclude.html
+++ b/dist/docs/partials/api/patternfly.utils.directive.pfTransclude.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfTransclude
+ Improve this doc View sourcepfTransclude
directive in module patternfly.utils
diff --git a/dist/docs/partials/api/patternfly.validation.pfValidation.html b/dist/docs/partials/api/patternfly.validation.pfValidation.html
index 1e2fac3db..50182f306 100644
--- a/dist/docs/partials/api/patternfly.validation.pfValidation.html
+++ b/dist/docs/partials/api/patternfly.validation.pfValidation.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfValidation
+ Improve this doc View sourcepfValidation
directive in module patternfly
diff --git a/dist/docs/partials/api/patternfly.views.directive.pfCardView.html b/dist/docs/partials/api/patternfly.views.directive.pfCardView.html
index 8fcb79128..9171d17be 100644
--- a/dist/docs/partials/api/patternfly.views.directive.pfCardView.html
+++ b/dist/docs/partials/api/patternfly.views.directive.pfCardView.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfCardView
+ Improve this doc View sourcepfCardView
directive in module patternfly.views
diff --git a/dist/docs/partials/api/patternfly.views.directive.pfListView.html b/dist/docs/partials/api/patternfly.views.directive.pfListView.html
index 73e9c73e6..c5dc6eaa2 100644
--- a/dist/docs/partials/api/patternfly.views.directive.pfListView.html
+++ b/dist/docs/partials/api/patternfly.views.directive.pfListView.html
@@ -1,4 +1,4 @@
- Improve this doc View sourcepfListView
+ Improve this doc View sourcepfListView
directive in module patternfly.views
diff --git a/package.json b/package.json
index b08b5920a..d915d95aa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"author": "Red Hat",
"name": "angular-patternfly",
- "version": "2.10.0",
+ "version": "3.0.0",
"description": "Angular extension of the PatternFly project.",
"homepage": "https://github.com/patternfly/angular-patternfly",
"dependencies": {},
diff --git a/test/karma.conf.js b/test/karma.conf.js
index 57560f2c6..0b1babe82 100644
--- a/test/karma.conf.js
+++ b/test/karma.conf.js
@@ -8,11 +8,11 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
- 'lib/patternfly/components/jquery/dist/jquery.js',
- 'lib/patternfly/components/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
- 'lib/patternfly/components/bootstrap-select/js/bootstrap-select.js',
- 'lib/patternfly/components/d3/d3.js',
- 'lib/patternfly/components/c3/c3.js',
+ 'lib/jquery/dist/jquery.js',
+ 'lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
+ 'lib/bootstrap-select/js/bootstrap-select.js',
+ 'lib/d3/d3.js',
+ 'lib/c3/c3.js',
'lib/patternfly/dist/js/patternfly.js',
'lib/angular/angular.js',
'lib/angular-sanitize/angular-sanitize.js',