@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.
- package/dist/cdn/js/kendo-angular-buttons.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/button/button.directive.js +1 -1
- package/dist/es/floatingactionbutton/floatingactionbutton.component.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/es2015/button/button.directive.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 +4 -4
- package/dist/fesm5/index.js +4 -4
- package/dist/npm/button/button.directive.js +1 -1
- 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 +1 -1
|
@@ -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: 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
|
};
|
|
@@ -110,7 +110,7 @@ let ButtonDirective = class ButtonDirective {
|
|
|
110
110
|
if (iconClassName) {
|
|
111
111
|
this.iconSetter(iconClassName, () => {
|
|
112
112
|
this.isIconClass = true;
|
|
113
|
-
const classes = 'k-button-icon
|
|
113
|
+
const classes = 'k-button-icon ' + iconClassName;
|
|
114
114
|
this.addIcon(classes);
|
|
115
115
|
});
|
|
116
116
|
}
|
|
@@ -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([
|