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.
- package/CHANGELOG.md +12 -0
- package/accordion/package.json +1 -1
- package/alert/package.json +1 -1
- package/buttons/package.json +1 -1
- package/carousel/package.json +1 -1
- package/chronos/package.json +1 -1
- package/collapse/package.json +1 -1
- package/component-loader/package.json +1 -1
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.js +25 -17
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.js.map +1 -1
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.min.js +1 -1
- package/datepicker/bundles/ngx-bootstrap-datepicker.umd.min.js.map +1 -1
- package/datepicker/esm2015/bs-datepicker.module.js +23 -16
- package/datepicker/esm5/bs-datepicker.module.js +26 -19
- package/datepicker/fesm2015/ngx-bootstrap-datepicker.js +22 -15
- package/datepicker/fesm2015/ngx-bootstrap-datepicker.js.map +1 -1
- package/datepicker/fesm5/ngx-bootstrap-datepicker.js +25 -17
- package/datepicker/fesm5/ngx-bootstrap-datepicker.js.map +1 -1
- package/datepicker/ngx-bootstrap-datepicker.metadata.json +1 -1
- package/datepicker/package.json +1 -1
- package/dropdown/package.json +1 -1
- package/locale/package.json +1 -1
- package/mini-ngrx/package.json +1 -1
- package/modal/package.json +1 -1
- package/package.json +2 -2
- package/pagination/package.json +1 -1
- package/popover/package.json +1 -1
- package/positioning/package.json +1 -1
- package/progressbar/package.json +1 -1
- package/rating/package.json +1 -1
- package/sortable/package.json +1 -1
- package/tabs/package.json +1 -1
- package/timepicker/package.json +1 -1
- package/tooltip/package.json +1 -1
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.js +3 -0
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.js.map +1 -1
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.min.js +1 -1
- package/typeahead/bundles/ngx-bootstrap-typeahead.umd.min.js.map +1 -1
- package/typeahead/esm2015/typeahead.directive.js +4 -1
- package/typeahead/esm5/typeahead.directive.js +4 -1
- package/typeahead/fesm2015/ngx-bootstrap-typeahead.js +3 -0
- package/typeahead/fesm2015/ngx-bootstrap-typeahead.js.map +1 -1
- package/typeahead/fesm5/ngx-bootstrap-typeahead.js +3 -0
- package/typeahead/fesm5/ngx-bootstrap-typeahead.js.map +1 -1
- package/typeahead/ngx-bootstrap-typeahead.metadata.json +1 -1
- package/typeahead/package.json +1 -1
- package/typeahead/typeahead.directive.d.ts +1 -0
- package/utils/package.json +1 -1
package/datepicker/package.json
CHANGED
package/dropdown/package.json
CHANGED
package/locale/package.json
CHANGED
package/mini-ngrx/package.json
CHANGED
package/modal/package.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"main": "bundles/ngx-bootstrap.umd.js",
|
3
|
-
"version": "5.6.
|
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.
|
29
|
+
"_id": "ngx-bootstrap@5.6.1",
|
30
30
|
"schematics": "./schematics/collection.json"
|
31
31
|
}
|
package/pagination/package.json
CHANGED
package/popover/package.json
CHANGED
package/positioning/package.json
CHANGED
package/progressbar/package.json
CHANGED
package/rating/package.json
CHANGED
package/sortable/package.json
CHANGED
package/tabs/package.json
CHANGED
package/timepicker/package.json
CHANGED
package/tooltip/package.json
CHANGED
@@ -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;
|