@progress/kendo-angular-layout 11.4.1-develop.8 → 11.4.1-develop.9
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.
|
@@ -243,7 +243,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
243
243
|
<span class="k-avatar-text" [ngStyle]="cssStyle">{{ initials.substring(0, 2) }}</span>
|
|
244
244
|
</ng-container>
|
|
245
245
|
|
|
246
|
-
<ng-container *ngIf="icon || iconClass">
|
|
246
|
+
<ng-container *ngIf="icon || iconClass || svgIcon">
|
|
247
247
|
<span class="k-avatar-icon">
|
|
248
248
|
<kendo-icon-wrapper
|
|
249
249
|
[ngStyle]="cssStyle"
|
|
@@ -272,7 +272,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
272
272
|
<span class="k-avatar-text" [ngStyle]="cssStyle">{{ initials.substring(0, 2) }}</span>
|
|
273
273
|
</ng-container>
|
|
274
274
|
|
|
275
|
-
<ng-container *ngIf="icon || iconClass">
|
|
275
|
+
<ng-container *ngIf="icon || iconClass || svgIcon">
|
|
276
276
|
<span class="k-avatar-icon">
|
|
277
277
|
<kendo-icon-wrapper
|
|
278
278
|
[ngStyle]="cssStyle"
|
|
@@ -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: '11.4.1-develop.
|
|
12
|
+
publishDate: 1679481197,
|
|
13
|
+
version: '11.4.1-develop.9',
|
|
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
|
};
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '11.4.1-develop.
|
|
34
|
+
publishDate: 1679481197,
|
|
35
|
+
version: '11.4.1-develop.9',
|
|
36
36
|
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'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -6770,7 +6770,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
6770
6770
|
<span class="k-avatar-text" [ngStyle]="cssStyle">{{ initials.substring(0, 2) }}</span>
|
|
6771
6771
|
</ng-container>
|
|
6772
6772
|
|
|
6773
|
-
<ng-container *ngIf="icon || iconClass">
|
|
6773
|
+
<ng-container *ngIf="icon || iconClass || svgIcon">
|
|
6774
6774
|
<span class="k-avatar-icon">
|
|
6775
6775
|
<kendo-icon-wrapper
|
|
6776
6776
|
[ngStyle]="cssStyle"
|
|
@@ -6799,7 +6799,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6799
6799
|
<span class="k-avatar-text" [ngStyle]="cssStyle">{{ initials.substring(0, 2) }}</span>
|
|
6800
6800
|
</ng-container>
|
|
6801
6801
|
|
|
6802
|
-
<ng-container *ngIf="icon || iconClass">
|
|
6802
|
+
<ng-container *ngIf="icon || iconClass || svgIcon">
|
|
6803
6803
|
<span class="k-avatar-icon">
|
|
6804
6804
|
<kendo-icon-wrapper
|
|
6805
6805
|
[ngStyle]="cssStyle"
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '11.4.1-develop.
|
|
34
|
+
publishDate: 1679481197,
|
|
35
|
+
version: '11.4.1-develop.9',
|
|
36
36
|
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'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -6745,7 +6745,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
6745
6745
|
<span class="k-avatar-text" [ngStyle]="cssStyle">{{ initials.substring(0, 2) }}</span>
|
|
6746
6746
|
</ng-container>
|
|
6747
6747
|
|
|
6748
|
-
<ng-container *ngIf="icon || iconClass">
|
|
6748
|
+
<ng-container *ngIf="icon || iconClass || svgIcon">
|
|
6749
6749
|
<span class="k-avatar-icon">
|
|
6750
6750
|
<kendo-icon-wrapper
|
|
6751
6751
|
[ngStyle]="cssStyle"
|
|
@@ -6774,7 +6774,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
6774
6774
|
<span class="k-avatar-text" [ngStyle]="cssStyle">{{ initials.substring(0, 2) }}</span>
|
|
6775
6775
|
</ng-container>
|
|
6776
6776
|
|
|
6777
|
-
<ng-container *ngIf="icon || iconClass">
|
|
6777
|
+
<ng-container *ngIf="icon || iconClass || svgIcon">
|
|
6778
6778
|
<span class="k-avatar-icon">
|
|
6779
6779
|
<kendo-icon-wrapper
|
|
6780
6780
|
[ngStyle]="cssStyle"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "11.4.1-develop.
|
|
3
|
+
"version": "11.4.1-develop.9",
|
|
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,16 +39,16 @@
|
|
|
39
39
|
"@angular/core": "13 - 15",
|
|
40
40
|
"@angular/platform-browser": "13 - 15",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "11.4.1-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "11.4.1-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "11.4.1-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "11.4.1-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "11.4.1-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "11.4.1-develop.9",
|
|
43
|
+
"@progress/kendo-angular-l10n": "11.4.1-develop.9",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "11.4.1-develop.9",
|
|
45
|
+
"@progress/kendo-angular-icons": "11.4.1-develop.9",
|
|
46
|
+
"@progress/kendo-angular-buttons": "11.4.1-develop.9",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "11.4.1-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "11.4.1-develop.9",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|