@progress/kendo-angular-buttons 7.0.4-dev.202203091012 → 7.0.5-dev.202203211448

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 const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1646820662,
12
+ publishDate: 1647874037,
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
  };
@@ -39,7 +39,7 @@ const packageMetadata = {
39
39
  name: '@progress/kendo-angular-buttons',
40
40
  productName: 'Kendo UI for Angular',
41
41
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
42
- publishDate: 1646820662,
42
+ publishDate: 1647874037,
43
43
  version: '',
44
44
  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'
45
45
  };
@@ -236,7 +236,7 @@ let ButtonDirective = class ButtonDirective {
236
236
  if (iconClassName) {
237
237
  this.iconSetter(iconClassName, () => {
238
238
  this.isIconClass = true;
239
- const classes = 'k-button-icon k-icon ' + iconClassName;
239
+ const classes = 'k-button-icon ' + iconClassName;
240
240
  this.addIcon(classes);
241
241
  });
242
242
  }
@@ -4815,11 +4815,11 @@ __decorate([
4815
4815
  __metadata("design:type", TemplateRef)
4816
4816
  ], FloatingActionButtonComponent.prototype, "popupTemplate", void 0);
4817
4817
  __decorate([
4818
- ContentChild(DialItemTemplateDirective, { static: true }),
4818
+ ContentChild(DialItemTemplateDirective, { static: false }),
4819
4819
  __metadata("design:type", DialItemTemplateDirective)
4820
4820
  ], FloatingActionButtonComponent.prototype, "dialItemTemplate", void 0);
4821
4821
  __decorate([
4822
- ContentChild(FloatingActionButtonTemplateDirective, { static: true }),
4822
+ ContentChild(FloatingActionButtonTemplateDirective, { static: false }),
4823
4823
  __metadata("design:type", FloatingActionButtonTemplateDirective)
4824
4824
  ], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
4825
4825
  __decorate([
@@ -37,7 +37,7 @@ var packageMetadata = {
37
37
  name: '@progress/kendo-angular-buttons',
38
38
  productName: 'Kendo UI for Angular',
39
39
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
40
- publishDate: 1646820662,
40
+ publishDate: 1647874037,
41
41
  version: '',
42
42
  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'
43
43
  };
@@ -259,7 +259,7 @@ var ButtonDirective = /** @class */ (function () {
259
259
  if (iconClassName) {
260
260
  this.iconSetter(iconClassName, function () {
261
261
  _this.isIconClass = true;
262
- var classes = 'k-button-icon k-icon ' + iconClassName;
262
+ var classes = 'k-button-icon ' + iconClassName;
263
263
  _this.addIcon(classes);
264
264
  });
265
265
  }
@@ -5133,11 +5133,11 @@ var FloatingActionButtonComponent = /** @class */ (function () {
5133
5133
  __metadata("design:type", TemplateRef)
5134
5134
  ], FloatingActionButtonComponent.prototype, "popupTemplate", void 0);
5135
5135
  __decorate([
5136
- ContentChild(DialItemTemplateDirective, { static: true }),
5136
+ ContentChild(DialItemTemplateDirective, { static: false }),
5137
5137
  __metadata("design:type", DialItemTemplateDirective)
5138
5138
  ], FloatingActionButtonComponent.prototype, "dialItemTemplate", void 0);
5139
5139
  __decorate([
5140
- ContentChild(FloatingActionButtonTemplateDirective, { static: true }),
5140
+ ContentChild(FloatingActionButtonTemplateDirective, { static: false }),
5141
5141
  __metadata("design:type", FloatingActionButtonTemplateDirective)
5142
5142
  ], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
5143
5143
  __decorate([
@@ -135,7 +135,7 @@ var ButtonDirective = /** @class */ (function () {
135
135
  if (iconClassName) {
136
136
  this.iconSetter(iconClassName, function () {
137
137
  _this.isIconClass = true;
138
- var classes = 'k-button-icon k-icon ' + iconClassName;
138
+ var classes = 'k-button-icon ' + iconClassName;
139
139
  _this.addIcon(classes);
140
140
  });
141
141
  }
@@ -778,11 +778,11 @@ var FloatingActionButtonComponent = /** @class */ (function () {
778
778
  tslib_1.__metadata("design:type", core_1.TemplateRef)
779
779
  ], FloatingActionButtonComponent.prototype, "popupTemplate", void 0);
780
780
  tslib_1.__decorate([
781
- core_1.ContentChild(dial_item_template_directive_1.DialItemTemplateDirective, { static: true }),
781
+ core_1.ContentChild(dial_item_template_directive_1.DialItemTemplateDirective, { static: false }),
782
782
  tslib_1.__metadata("design:type", dial_item_template_directive_1.DialItemTemplateDirective)
783
783
  ], FloatingActionButtonComponent.prototype, "dialItemTemplate", void 0);
784
784
  tslib_1.__decorate([
785
- core_1.ContentChild(fab_template_directive_1.FloatingActionButtonTemplateDirective, { static: true }),
785
+ core_1.ContentChild(fab_template_directive_1.FloatingActionButtonTemplateDirective, { static: false }),
786
786
  tslib_1.__metadata("design:type", fab_template_directive_1.FloatingActionButtonTemplateDirective)
787
787
  ], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
788
788
  tslib_1.__decorate([
@@ -11,7 +11,7 @@ exports.packageMetadata = {
11
11
  name: '@progress/kendo-angular-buttons',
12
12
  productName: 'Kendo UI for Angular',
13
13
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
14
- publishDate: 1646820662,
14
+ publishDate: 1647874037,
15
15
  version: '',
16
16
  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'
17
17
  };