@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.
@@ -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: true }),
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: true }),
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: 1646131362,
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: true }),
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: true }),
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([