@progress/kendo-angular-layout 6.4.2-dev.202201251524 → 6.4.2-dev.202201271101
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-layout.js +1 -1
- package/dist/cdn/main.js +1 -1
- package/dist/es/expansionpanel/expansionpanel.component.js +1 -0
- package/dist/es/package-metadata.js +1 -1
- package/dist/es2015/expansionpanel/expansionpanel.component.js +1 -0
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/fesm2015/index.js +2 -1
- package/dist/fesm5/index.js +2 -1
- package/dist/npm/expansionpanel/expansionpanel.component.js +1 -0
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-angular-layout.js +1 -1
- package/package.json +1 -1
|
@@ -166,6 +166,7 @@ var ExpansionPanelComponent = /** @class */ (function () {
|
|
|
166
166
|
};
|
|
167
167
|
ExpansionPanelComponent.prototype.ngOnInit = function () {
|
|
168
168
|
var _this = this;
|
|
169
|
+
this.renderer.removeAttribute(this.hostElement.nativeElement, 'title');
|
|
169
170
|
this.subscriptions = this.localizationService.changes.subscribe(function (_a) {
|
|
170
171
|
var rtl = _a.rtl;
|
|
171
172
|
_this.direction = rtl ? 'rtl' : 'ltr';
|
|
@@ -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:
|
|
12
|
+
publishDate: 1643281164,
|
|
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
|
};
|
|
@@ -149,6 +149,7 @@ let ExpansionPanelComponent = class ExpansionPanelComponent {
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
ngOnInit() {
|
|
152
|
+
this.renderer.removeAttribute(this.hostElement.nativeElement, 'title');
|
|
152
153
|
this.subscriptions = this.localizationService.changes.subscribe(({ rtl }) => { this.direction = rtl ? 'rtl' : 'ltr'; });
|
|
153
154
|
}
|
|
154
155
|
ngAfterViewInit() {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1643281164,
|
|
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
|
@@ -21,7 +21,7 @@ const packageMetadata = {
|
|
|
21
21
|
name: '@progress/kendo-angular-layout',
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
24
|
+
publishDate: 1643281164,
|
|
25
25
|
version: '',
|
|
26
26
|
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'
|
|
27
27
|
};
|
|
@@ -5754,6 +5754,7 @@ let ExpansionPanelComponent = class ExpansionPanelComponent {
|
|
|
5754
5754
|
}
|
|
5755
5755
|
}
|
|
5756
5756
|
ngOnInit() {
|
|
5757
|
+
this.renderer.removeAttribute(this.hostElement.nativeElement, 'title');
|
|
5757
5758
|
this.subscriptions = this.localizationService.changes.subscribe(({ rtl }) => { this.direction = rtl ? 'rtl' : 'ltr'; });
|
|
5758
5759
|
}
|
|
5759
5760
|
ngAfterViewInit() {
|
package/dist/fesm5/index.js
CHANGED
|
@@ -21,7 +21,7 @@ var packageMetadata = {
|
|
|
21
21
|
name: '@progress/kendo-angular-layout',
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
24
|
+
publishDate: 1643281164,
|
|
25
25
|
version: '',
|
|
26
26
|
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'
|
|
27
27
|
};
|
|
@@ -6042,6 +6042,7 @@ var ExpansionPanelComponent = /** @class */ (function () {
|
|
|
6042
6042
|
};
|
|
6043
6043
|
ExpansionPanelComponent.prototype.ngOnInit = function () {
|
|
6044
6044
|
var _this = this;
|
|
6045
|
+
this.renderer.removeAttribute(this.hostElement.nativeElement, 'title');
|
|
6045
6046
|
this.subscriptions = this.localizationService.changes.subscribe(function (_a) {
|
|
6046
6047
|
var rtl = _a.rtl;
|
|
6047
6048
|
_this.direction = rtl ? 'rtl' : 'ltr';
|
|
@@ -168,6 +168,7 @@ var ExpansionPanelComponent = /** @class */ (function () {
|
|
|
168
168
|
};
|
|
169
169
|
ExpansionPanelComponent.prototype.ngOnInit = function () {
|
|
170
170
|
var _this = this;
|
|
171
|
+
this.renderer.removeAttribute(this.hostElement.nativeElement, 'title');
|
|
171
172
|
this.subscriptions = this.localizationService.changes.subscribe(function (_a) {
|
|
172
173
|
var rtl = _a.rtl;
|
|
173
174
|
_this.direction = rtl ? 'rtl' : 'ltr';
|
|
@@ -11,7 +11,7 @@ exports.packageMetadata = {
|
|
|
11
11
|
name: '@progress/kendo-angular-layout',
|
|
12
12
|
productName: 'Kendo UI for Angular',
|
|
13
13
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate:
|
|
14
|
+
publishDate: 1643281164,
|
|
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
|
};
|