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
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ <a name="5.6.1"></a>
2
+ ## [5.6.1](https://github.com/valor-software/ngx-bootstrap/compare/v5.6.0...v5.6.1) (2020-03-31)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **ci:** update typescript ver in latest script, to fix build ([8b420a5](https://github.com/valor-software/ngx-bootstrap/commit/8b420a5))
8
+ * **datepicker:** remove spread operator from datepicker module ([6047bce](https://github.com/valor-software/ngx-bootstrap/commit/6047bce))
9
+ * **typeahead:** add variable which was missed in MR [#5547](https://github.com/valor-software/ngx-bootstrap/issues/5547) ([09f1270](https://github.com/valor-software/ngx-bootstrap/commit/09f1270))
10
+
11
+
12
+
1
13
  <a name="5.6.0"></a>
2
14
  # [5.6.0](https://github.com/valor-software/ngx-bootstrap/compare/v5.5.0...v5.6.0) (2020-03-19)
3
15
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/accordion",
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-accordion.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/alert",
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-alert.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/buttons",
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-buttons.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/carousel",
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-carousel.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/chronos",
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-chronos.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/collapse",
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-collapse.umd.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-bootstrap/component-loader",
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-component-loader.umd.js",
@@ -6167,19 +6167,6 @@
6167
6167
  * @fileoverview added by tsickle
6168
6168
  * @suppress {checkTypes,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc
6169
6169
  */
6170
- /** @type {?} */
6171
- var _exports = [
6172
- BsDatepickerContainerComponent,
6173
- BsDatepickerDirective,
6174
- BsDatepickerInlineContainerComponent,
6175
- BsDatepickerInlineDirective,
6176
- BsDatepickerInputDirective,
6177
- BsDaterangepickerContainerComponent,
6178
- BsDaterangepickerDirective,
6179
- BsDaterangepickerInlineContainerComponent,
6180
- BsDaterangepickerInlineDirective,
6181
- BsDaterangepickerInputDirective
6182
- ];
6183
6170
  var BsDatepickerModule = /** @class */ (function () {
6184
6171
  function BsDatepickerModule() {
6185
6172
  }
@@ -6209,7 +6196,7 @@
6209
6196
  BsDatepickerModule.decorators = [
6210
6197
  { type: core.NgModule, args: [{
6211
6198
  imports: [common.CommonModule],
6212
- declarations: __spread([
6199
+ declarations: [
6213
6200
  BsCalendarLayoutComponent,
6214
6201
  BsCurrentDateViewComponent,
6215
6202
  BsCustomDatesViewComponent,
@@ -6218,15 +6205,36 @@
6218
6205
  BsDaysCalendarViewComponent,
6219
6206
  BsMonthCalendarViewComponent,
6220
6207
  BsTimepickerViewComponent,
6221
- BsYearsCalendarViewComponent
6222
- ], _exports),
6208
+ BsYearsCalendarViewComponent,
6209
+ BsDatepickerContainerComponent,
6210
+ BsDatepickerDirective,
6211
+ BsDatepickerInlineContainerComponent,
6212
+ BsDatepickerInlineDirective,
6213
+ BsDatepickerInputDirective,
6214
+ BsDaterangepickerContainerComponent,
6215
+ BsDaterangepickerDirective,
6216
+ BsDaterangepickerInlineContainerComponent,
6217
+ BsDaterangepickerInlineDirective,
6218
+ BsDaterangepickerInputDirective
6219
+ ],
6223
6220
  entryComponents: [
6224
6221
  BsDatepickerContainerComponent,
6225
6222
  BsDaterangepickerContainerComponent,
6226
6223
  BsDatepickerInlineContainerComponent,
6227
6224
  BsDaterangepickerInlineContainerComponent
6228
6225
  ],
6229
- exports: _exports
6226
+ exports: [
6227
+ BsDatepickerContainerComponent,
6228
+ BsDatepickerDirective,
6229
+ BsDatepickerInlineContainerComponent,
6230
+ BsDatepickerInlineDirective,
6231
+ BsDatepickerInputDirective,
6232
+ BsDaterangepickerContainerComponent,
6233
+ BsDaterangepickerDirective,
6234
+ BsDaterangepickerInlineContainerComponent,
6235
+ BsDaterangepickerInlineDirective,
6236
+ BsDaterangepickerInputDirective
6237
+ ]
6230
6238
  },] }
6231
6239
  ];
6232
6240
  return BsDatepickerModule;