@progress/kendo-angular-layout 16.7.0 → 16.7.1-develop.1
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-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.7.
|
|
12
|
+
publishDate: 1723123433,
|
|
13
|
+
version: '16.7.1-develop.1',
|
|
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
|
};
|
|
@@ -230,10 +230,7 @@ export class TimelineHorizontalComponent {
|
|
|
230
230
|
return 'right';
|
|
231
231
|
}
|
|
232
232
|
get calloutOffset() {
|
|
233
|
-
if (!isDocumentAvailable()) {
|
|
234
|
-
return;
|
|
235
|
-
}
|
|
236
|
-
if (!this.circleElementRefs?.first || !this.trackElementRef || !isPresent(this.selectedEventIndex)) {
|
|
233
|
+
if (!isDocumentAvailable() || (!this.circleElementRefs?.first || !this.trackElementRef || !isPresent(this.selectedEventIndex))) {
|
|
237
234
|
return {};
|
|
238
235
|
}
|
|
239
236
|
const circleCenter = this.circleElementRefs.get(this.selectedEventIndex).nativeElement.getBoundingClientRect().left +
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-layout',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '16.7.
|
|
31
|
+
publishDate: 1723123433,
|
|
32
|
+
version: '16.7.1-develop.1',
|
|
33
33
|
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'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -10852,10 +10852,7 @@ class TimelineHorizontalComponent {
|
|
|
10852
10852
|
}
|
|
10853
10853
|
get calloutOffset() {
|
|
10854
10854
|
var _a;
|
|
10855
|
-
if (!isDocumentAvailable()) {
|
|
10856
|
-
return;
|
|
10857
|
-
}
|
|
10858
|
-
if (!((_a = this.circleElementRefs) === null || _a === void 0 ? void 0 : _a.first) || !this.trackElementRef || !isPresent$1(this.selectedEventIndex)) {
|
|
10855
|
+
if (!isDocumentAvailable() || (!((_a = this.circleElementRefs) === null || _a === void 0 ? void 0 : _a.first) || !this.trackElementRef || !isPresent$1(this.selectedEventIndex))) {
|
|
10859
10856
|
return {};
|
|
10860
10857
|
}
|
|
10861
10858
|
const circleCenter = this.circleElementRefs.get(this.selectedEventIndex).nativeElement.getBoundingClientRect().left +
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-layout',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '16.7.
|
|
31
|
+
publishDate: 1723123433,
|
|
32
|
+
version: '16.7.1-develop.1',
|
|
33
33
|
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'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -10811,10 +10811,7 @@ class TimelineHorizontalComponent {
|
|
|
10811
10811
|
return 'right';
|
|
10812
10812
|
}
|
|
10813
10813
|
get calloutOffset() {
|
|
10814
|
-
if (!isDocumentAvailable()) {
|
|
10815
|
-
return;
|
|
10816
|
-
}
|
|
10817
|
-
if (!this.circleElementRefs?.first || !this.trackElementRef || !isPresent$1(this.selectedEventIndex)) {
|
|
10814
|
+
if (!isDocumentAvailable() || (!this.circleElementRefs?.first || !this.trackElementRef || !isPresent$1(this.selectedEventIndex))) {
|
|
10818
10815
|
return {};
|
|
10819
10816
|
}
|
|
10820
10817
|
const circleCenter = this.circleElementRefs.get(this.selectedEventIndex).nativeElement.getBoundingClientRect().left +
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "16.7.
|
|
3
|
+
"version": "16.7.1-develop.1",
|
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@angular/core": "15 - 18",
|
|
40
40
|
"@angular/platform-browser": "15 - 18",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "16.7.
|
|
43
|
-
"@progress/kendo-angular-l10n": "16.7.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "16.7.
|
|
45
|
-
"@progress/kendo-angular-icons": "16.7.
|
|
46
|
-
"@progress/kendo-angular-buttons": "16.7.
|
|
47
|
-
"@progress/kendo-angular-intl": "16.7.
|
|
42
|
+
"@progress/kendo-angular-common": "16.7.1-develop.1",
|
|
43
|
+
"@progress/kendo-angular-l10n": "16.7.1-develop.1",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "16.7.1-develop.1",
|
|
45
|
+
"@progress/kendo-angular-icons": "16.7.1-develop.1",
|
|
46
|
+
"@progress/kendo-angular-buttons": "16.7.1-develop.1",
|
|
47
|
+
"@progress/kendo-angular-intl": "16.7.1-develop.1",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "16.7.
|
|
52
|
+
"@progress/kendo-angular-schematics": "16.7.1-develop.1",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"schematics": "./schematics/collection.json",
|