@progress/kendo-angular-buttons 7.0.3 → 7.0.4
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/dist/cdn/js/kendo-angular-buttons.js +2 -2
- package/dist/cdn/main.js +1 -1
- package/dist/es/floatingactionbutton/floatingactionbutton.component.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/es2015/floatingactionbutton/floatingactionbutton.component.js +2 -2
- package/dist/es2015/index.metadata.json +1 -1
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/fesm2015/index.js +3 -3
- package/dist/fesm5/index.js +3 -3
- package/dist/npm/floatingactionbutton/floatingactionbutton.component.js +2 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-angular-buttons.js +1 -1
- package/package.json +2 -2
|
@@ -775,11 +775,11 @@ var FloatingActionButtonComponent = /** @class */ (function () {
|
|
|
775
775
|
tslib_1.__metadata("design:type", TemplateRef)
|
|
776
776
|
], FloatingActionButtonComponent.prototype, "popupTemplate", void 0);
|
|
777
777
|
tslib_1.__decorate([
|
|
778
|
-
ContentChild(DialItemTemplateDirective, { static:
|
|
778
|
+
ContentChild(DialItemTemplateDirective, { static: false }),
|
|
779
779
|
tslib_1.__metadata("design:type", DialItemTemplateDirective)
|
|
780
780
|
], FloatingActionButtonComponent.prototype, "dialItemTemplate", void 0);
|
|
781
781
|
tslib_1.__decorate([
|
|
782
|
-
ContentChild(FloatingActionButtonTemplateDirective, { static:
|
|
782
|
+
ContentChild(FloatingActionButtonTemplateDirective, { static: false }),
|
|
783
783
|
tslib_1.__metadata("design:type", FloatingActionButtonTemplateDirective)
|
|
784
784
|
], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
|
|
785
785
|
tslib_1.__decorate([
|
|
@@ -9,7 +9,7 @@ export var packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1647343529,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -686,11 +686,11 @@ tslib_1.__decorate([
|
|
|
686
686
|
tslib_1.__metadata("design:type", TemplateRef)
|
|
687
687
|
], FloatingActionButtonComponent.prototype, "popupTemplate", void 0);
|
|
688
688
|
tslib_1.__decorate([
|
|
689
|
-
ContentChild(DialItemTemplateDirective, { static:
|
|
689
|
+
ContentChild(DialItemTemplateDirective, { static: false }),
|
|
690
690
|
tslib_1.__metadata("design:type", DialItemTemplateDirective)
|
|
691
691
|
], FloatingActionButtonComponent.prototype, "dialItemTemplate", void 0);
|
|
692
692
|
tslib_1.__decorate([
|
|
693
|
-
ContentChild(FloatingActionButtonTemplateDirective, { static:
|
|
693
|
+
ContentChild(FloatingActionButtonTemplateDirective, { static: false }),
|
|
694
694
|
tslib_1.__metadata("design:type", FloatingActionButtonTemplateDirective)
|
|
695
695
|
], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
|
|
696
696
|
tslib_1.__decorate([
|