@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
|
@@ -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:
|
|
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
|
};
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -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:
|
|
42
|
+
publishDate: 1647343529,
|
|
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
|
};
|
|
@@ -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:
|
|
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:
|
|
4822
|
+
ContentChild(FloatingActionButtonTemplateDirective, { static: false }),
|
|
4823
4823
|
__metadata("design:type", FloatingActionButtonTemplateDirective)
|
|
4824
4824
|
], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
|
|
4825
4825
|
__decorate([
|
package/dist/fesm5/index.js
CHANGED
|
@@ -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:
|
|
40
|
+
publishDate: 1647343529,
|
|
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
|
};
|
|
@@ -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:
|
|
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:
|
|
5140
|
+
ContentChild(FloatingActionButtonTemplateDirective, { static: false }),
|
|
5141
5141
|
__metadata("design:type", FloatingActionButtonTemplateDirective)
|
|
5142
5142
|
], FloatingActionButtonComponent.prototype, "fabTemplate", void 0);
|
|
5143
5143
|
__decorate([
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
14
|
+
publishDate: 1647343529,
|
|
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
|
};
|