ngx-bootstrap 5.6.0 → 5.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/accordion/package.json +1 -1
  3. package/alert/package.json +1 -1
  4. package/buttons/package.json +1 -1
  5. package/carousel/package.json +1 -1
  6. package/chronos/package.json +1 -1
  7. package/collapse/package.json +1 -1
  8. package/component-loader/package.json +1 -1
  9. package/datepicker/bundles/ngx-bootstrap-datepicker.umd.js +25 -17
  10. package/datepicker/bundles/ngx-bootstrap-datepicker.umd.js.map +1 -1
  11. package/datepicker/bundles/ngx-bootstrap-datepicker.umd.min.js +1 -1
  12. package/datepicker/bundles/ngx-bootstrap-datepicker.umd.min.js.map +1 -1
  13. package/datepicker/esm2015/bs-datepicker.module.js +23 -16
  14. package/datepicker/esm5/bs-datepicker.module.js +26 -19
  15. package/datepicker/fesm2015/ngx-bootstrap-datepicker.js +22 -15
  16. package/datepicker/fesm2015/ngx-bootstrap-datepicker.js.map +1 -1
  17. package/datepicker/fesm5/ngx-bootstrap-datepicker.js +25 -17
  18. package/datepicker/fesm5/ngx-bootstrap-datepicker.js.map +1 -1
  19. package/datepicker/ngx-bootstrap-datepicker.metadata.json +1 -1
  20. package/datepicker/package.json +1 -1
  21. package/dropdown/package.json +1 -1
  22. package/locale/package.json +1 -1
  23. package/mini-ngrx/package.json +1 -1
  24. package/modal/package.json +1 -1
  25. package/package.json +2 -2
  26. package/pagination/package.json +1 -1
  27. package/popover/package.json +1 -1
  28. package/positioning/package.json +1 -1
  29. package/progressbar/package.json +1 -1
  30. package/rating/package.json +1 -1
  31. package/sortable/package.json +1 -1
  32. package/tabs/package.json +1 -1
  33. package/timepicker/package.json +1 -1
  34. package/tooltip/package.json +1 -1
  35. package/typeahead/bundles/ngx-bootstrap-typeahead.umd.js +3 -0
  36. package/typeahead/bundles/ngx-bootstrap-typeahead.umd.js.map +1 -1
  37. package/typeahead/bundles/ngx-bootstrap-typeahead.umd.min.js +1 -1
  38. package/typeahead/bundles/ngx-bootstrap-typeahead.umd.min.js.map +1 -1
  39. package/typeahead/esm2015/typeahead.directive.js +4 -1
  40. package/typeahead/esm5/typeahead.directive.js +4 -1
  41. package/typeahead/fesm2015/ngx-bootstrap-typeahead.js +3 -0
  42. package/typeahead/fesm2015/ngx-bootstrap-typeahead.js.map +1 -1
  43. package/typeahead/fesm5/ngx-bootstrap-typeahead.js +3 -0
  44. package/typeahead/fesm5/ngx-bootstrap-typeahead.js.map +1 -1
  45. package/typeahead/ngx-bootstrap-typeahead.metadata.json +1 -1
  46. package/typeahead/package.json +1 -1
  47. package/typeahead/typeahead.directive.d.ts +1 -0
  48. package/utils/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/datepicker",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-datepicker.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/dropdown",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-dropdown.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/locale",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-locale.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/mini-ngrx",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-mini-ngrx.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/modal",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-modal.umd.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/ngx-bootstrap.umd.js",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "module": "esm5/ngx-bootstrap.js",
6
6
  "typings": "ngx-bootstrap.d.ts",
@@ -26,6 +26,6 @@
26
26
  "@angular/common": ">=7.0.0",
27
27
  "@angular/core": ">=7.0.0"
28
28
  },
29
- "_id": "ngx-bootstrap@5.6.0",
29
+ "_id": "ngx-bootstrap@5.6.1",
30
30
  "schematics": "./schematics/collection.json"
31
31
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/pagination",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-pagination.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/popover",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-popover.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/positioning",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-positioning.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/progressbar",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-progressbar.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/rating",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-rating.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/sortable",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-sortable.umd.js",
package/tabs/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/tabs",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-tabs.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/timepicker",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-timepicker.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/tooltip",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "Native Angular Bootstrap Components",
5
5
  "private": true,
6
6
  "main": "bundles/ngx-bootstrap-tooltip.umd.js",
@@ -2018,6 +2018,7 @@
2018
2018
  */
2019
2019
  this.dropup = false;
2020
2020
  this.isOpen = false;
2021
+ this.list = 'list';
2021
2022
  this.isActiveItemChanged = false;
2022
2023
  this.isFocused = false;
2023
2024
  this.cancelRequestOnFocusLost = false;
@@ -2857,6 +2858,8 @@
2857
2858
  /** @type {?} */
2858
2859
  TypeaheadDirective.prototype.isOpen;
2859
2860
  /** @type {?} */
2861
+ TypeaheadDirective.prototype.list;
2862
+ /** @type {?} */
2860
2863
  TypeaheadDirective.prototype._container;
2861
2864
  /** @type {?} */
2862
2865
  TypeaheadDirective.prototype.isActiveItemChanged;