@progress/kendo-angular-layout 17.0.0-develop.26 → 17.0.0-develop.28
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: '17.0.0-develop.
|
|
12
|
+
publishDate: 1730302193,
|
|
13
|
+
version: '17.0.0-develop.28',
|
|
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
|
};
|
|
@@ -147,8 +147,11 @@ export class SplitterComponent {
|
|
|
147
147
|
this.configure = this.configure.bind(this);
|
|
148
148
|
}
|
|
149
149
|
ngAfterContentInit() {
|
|
150
|
+
if (!isDocumentAvailable()) {
|
|
151
|
+
return;
|
|
152
|
+
}
|
|
150
153
|
this.reconfigure();
|
|
151
|
-
|
|
154
|
+
this.setFixedHeight();
|
|
152
155
|
const allHaveFixedSize = this.panes.length && Array.from(this.panes).every(p => p.fixedSize);
|
|
153
156
|
if (allHaveFixedSize && isDevMode()) {
|
|
154
157
|
throw new Error(`
|
|
@@ -158,7 +161,7 @@ export class SplitterComponent {
|
|
|
158
161
|
}
|
|
159
162
|
this._styleObserver = new MutationObserver(() => {
|
|
160
163
|
this.ngZone.runOutsideAngular(() => {
|
|
161
|
-
|
|
164
|
+
this.setFixedHeight();
|
|
162
165
|
});
|
|
163
166
|
});
|
|
164
167
|
this._styleObserver.observe(this.element.nativeElement, { attributeFilter: ['style'] });
|
|
@@ -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: '17.0.0-develop.
|
|
31
|
+
publishDate: 1730302193,
|
|
32
|
+
version: '17.0.0-develop.28',
|
|
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
|
|
|
@@ -2598,8 +2598,11 @@ class SplitterComponent {
|
|
|
2598
2598
|
this.configure = this.configure.bind(this);
|
|
2599
2599
|
}
|
|
2600
2600
|
ngAfterContentInit() {
|
|
2601
|
+
if (!isDocumentAvailable()) {
|
|
2602
|
+
return;
|
|
2603
|
+
}
|
|
2601
2604
|
this.reconfigure();
|
|
2602
|
-
|
|
2605
|
+
this.setFixedHeight();
|
|
2603
2606
|
const allHaveFixedSize = this.panes.length && Array.from(this.panes).every(p => p.fixedSize);
|
|
2604
2607
|
if (allHaveFixedSize && isDevMode()) {
|
|
2605
2608
|
throw new Error(`
|
|
@@ -2609,7 +2612,7 @@ class SplitterComponent {
|
|
|
2609
2612
|
}
|
|
2610
2613
|
this._styleObserver = new MutationObserver(() => {
|
|
2611
2614
|
this.ngZone.runOutsideAngular(() => {
|
|
2612
|
-
|
|
2615
|
+
this.setFixedHeight();
|
|
2613
2616
|
});
|
|
2614
2617
|
});
|
|
2615
2618
|
this._styleObserver.observe(this.element.nativeElement, { attributeFilter: ['style'] });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.28",
|
|
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": "16 - 18",
|
|
40
40
|
"@angular/platform-browser": "16 - 18",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "17.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "17.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "17.0.0-develop.28",
|
|
43
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.28",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "17.0.0-develop.28",
|
|
45
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.28",
|
|
46
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.28",
|
|
47
|
+
"@progress/kendo-angular-intl": "17.0.0-develop.28",
|
|
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": "17.0.0-develop.
|
|
52
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.28",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"schematics": "./schematics/collection.json",
|