@progress/kendo-angular-layout 6.5.1 → 6.5.2

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.
@@ -9,7 +9,7 @@ export var packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1646219087,
12
+ publishDate: 1647343533,
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
  };
@@ -293,15 +293,15 @@ var StepperComponent = /** @class */ (function () {
293
293
  tslib_1.__metadata("design:type", EventEmitter)
294
294
  ], StepperComponent.prototype, "currentStepChange", void 0);
295
295
  tslib_1.__decorate([
296
- ContentChild(StepperStepTemplateDirective, { static: true }),
296
+ ContentChild(StepperStepTemplateDirective, { static: false }),
297
297
  tslib_1.__metadata("design:type", StepperStepTemplateDirective)
298
298
  ], StepperComponent.prototype, "stepTemplate", void 0);
299
299
  tslib_1.__decorate([
300
- ContentChild(StepperLabelTemplateDirective, { static: true }),
300
+ ContentChild(StepperLabelTemplateDirective, { static: false }),
301
301
  tslib_1.__metadata("design:type", StepperLabelTemplateDirective)
302
302
  ], StepperComponent.prototype, "labelTemplate", void 0);
303
303
  tslib_1.__decorate([
304
- ContentChild(StepperIndicatorTemplateDirective, { static: true }),
304
+ ContentChild(StepperIndicatorTemplateDirective, { static: false }),
305
305
  tslib_1.__metadata("design:type", StepperIndicatorTemplateDirective)
306
306
  ], StepperComponent.prototype, "indicatorTemplate", void 0);
307
307
  StepperComponent = tslib_1.__decorate([