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/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
|
|
package/accordion/package.json
CHANGED
package/alert/package.json
CHANGED
package/buttons/package.json
CHANGED
package/carousel/package.json
CHANGED
package/chronos/package.json
CHANGED
package/collapse/package.json
CHANGED
@@ -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:
|
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
|
-
|
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:
|
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;
|