@progress/kendo-angular-layout 11.0.0-develop.91 → 11.0.0-develop.92
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.
|
@@ -78,14 +78,19 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
78
78
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
79
79
|
|
|
80
80
|
<ng-container *ngIf="actionsArray">
|
|
81
|
-
<button
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
[class.k-
|
|
81
|
+
<button
|
|
82
|
+
type="button"
|
|
83
|
+
class="k-button k-button-md k-rounded-md"
|
|
84
|
+
[class.k-button-solid]="!action.flat"
|
|
85
|
+
[class.k-button-flat]="action.flat"
|
|
86
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
87
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
88
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
89
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
85
90
|
(click)="onClick(action)"
|
|
86
91
|
*ngFor="let action of actionsArray"
|
|
87
92
|
>
|
|
88
|
-
{{ action.text }}
|
|
93
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
89
94
|
</button>
|
|
90
95
|
</ng-container>
|
|
91
96
|
|
|
@@ -99,14 +104,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
99
104
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
100
105
|
|
|
101
106
|
<ng-container *ngIf="actionsArray">
|
|
102
|
-
<button
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
[class.k-
|
|
107
|
+
<button
|
|
108
|
+
type="button"
|
|
109
|
+
class="k-button k-button-md k-rounded-md"
|
|
110
|
+
[class.k-button-solid]="!action.flat"
|
|
111
|
+
[class.k-button-flat]="action.flat"
|
|
112
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
113
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
114
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
115
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
106
116
|
(click)="onClick(action)"
|
|
107
117
|
*ngFor="let action of actionsArray"
|
|
108
118
|
>
|
|
109
|
-
{{ action.text }}
|
|
119
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
110
120
|
</button>
|
|
111
121
|
</ng-container>
|
|
112
122
|
|
|
@@ -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: 1673253207,
|
|
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
|
};
|
|
@@ -26,7 +26,7 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-layout',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
29
|
+
publishDate: 1673253207,
|
|
30
30
|
version: '',
|
|
31
31
|
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'
|
|
32
32
|
};
|
|
@@ -6777,14 +6777,19 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
6777
6777
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6778
6778
|
|
|
6779
6779
|
<ng-container *ngIf="actionsArray">
|
|
6780
|
-
<button
|
|
6781
|
-
|
|
6782
|
-
|
|
6783
|
-
[class.k-
|
|
6780
|
+
<button
|
|
6781
|
+
type="button"
|
|
6782
|
+
class="k-button k-button-md k-rounded-md"
|
|
6783
|
+
[class.k-button-solid]="!action.flat"
|
|
6784
|
+
[class.k-button-flat]="action.flat"
|
|
6785
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
6786
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
6787
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
6788
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
6784
6789
|
(click)="onClick(action)"
|
|
6785
6790
|
*ngFor="let action of actionsArray"
|
|
6786
6791
|
>
|
|
6787
|
-
{{ action.text }}
|
|
6792
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
6788
6793
|
</button>
|
|
6789
6794
|
</ng-container>
|
|
6790
6795
|
|
|
@@ -6798,14 +6803,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
6798
6803
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6799
6804
|
|
|
6800
6805
|
<ng-container *ngIf="actionsArray">
|
|
6801
|
-
<button
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
[class.k-
|
|
6806
|
+
<button
|
|
6807
|
+
type="button"
|
|
6808
|
+
class="k-button k-button-md k-rounded-md"
|
|
6809
|
+
[class.k-button-solid]="!action.flat"
|
|
6810
|
+
[class.k-button-flat]="action.flat"
|
|
6811
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
6812
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
6813
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
6814
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
6805
6815
|
(click)="onClick(action)"
|
|
6806
6816
|
*ngFor="let action of actionsArray"
|
|
6807
6817
|
>
|
|
6808
|
-
{{ action.text }}
|
|
6818
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
6809
6819
|
</button>
|
|
6810
6820
|
</ng-container>
|
|
6811
6821
|
|
|
@@ -26,7 +26,7 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-layout',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
29
|
+
publishDate: 1673253207,
|
|
30
30
|
version: '',
|
|
31
31
|
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'
|
|
32
32
|
};
|
|
@@ -6752,14 +6752,19 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
6752
6752
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6753
6753
|
|
|
6754
6754
|
<ng-container *ngIf="actionsArray">
|
|
6755
|
-
<button
|
|
6756
|
-
|
|
6757
|
-
|
|
6758
|
-
[class.k-
|
|
6755
|
+
<button
|
|
6756
|
+
type="button"
|
|
6757
|
+
class="k-button k-button-md k-rounded-md"
|
|
6758
|
+
[class.k-button-solid]="!action.flat"
|
|
6759
|
+
[class.k-button-flat]="action.flat"
|
|
6760
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
6761
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
6762
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
6763
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
6759
6764
|
(click)="onClick(action)"
|
|
6760
6765
|
*ngFor="let action of actionsArray"
|
|
6761
6766
|
>
|
|
6762
|
-
{{ action.text }}
|
|
6767
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
6763
6768
|
</button>
|
|
6764
6769
|
</ng-container>
|
|
6765
6770
|
|
|
@@ -6773,14 +6778,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
6773
6778
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6774
6779
|
|
|
6775
6780
|
<ng-container *ngIf="actionsArray">
|
|
6776
|
-
<button
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
[class.k-
|
|
6781
|
+
<button
|
|
6782
|
+
type="button"
|
|
6783
|
+
class="k-button k-button-md k-rounded-md"
|
|
6784
|
+
[class.k-button-solid]="!action.flat"
|
|
6785
|
+
[class.k-button-flat]="action.flat"
|
|
6786
|
+
[class.k-button-solid-base]="!action.primary && !action.flat"
|
|
6787
|
+
[class.k-button-solid-primary]="action.primary && !action.flat"
|
|
6788
|
+
[class.k-button-flat-base]="!action.primary && action.flat"
|
|
6789
|
+
[class.k-button-flat-primary]="action.primary && action.flat"
|
|
6780
6790
|
(click)="onClick(action)"
|
|
6781
6791
|
*ngFor="let action of actionsArray"
|
|
6782
6792
|
>
|
|
6783
|
-
{{ action.text }}
|
|
6793
|
+
<span class="k-button-text">{{ action.text }}</span>
|
|
6784
6794
|
</button>
|
|
6785
6795
|
</ng-container>
|
|
6786
6796
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.92",
|
|
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",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@angular/platform-browser": "13 - 15",
|
|
41
41
|
"@progress/kendo-draggable": "^3.0.2",
|
|
42
42
|
"@progress/kendo-licensing": "^1.0.2",
|
|
43
|
-
"@progress/kendo-angular-common": "11.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-l10n": "11.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-progressbar": "11.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-schematics": "11.0.0-develop.
|
|
43
|
+
"@progress/kendo-angular-common": "11.0.0-develop.92",
|
|
44
|
+
"@progress/kendo-angular-l10n": "11.0.0-develop.92",
|
|
45
|
+
"@progress/kendo-angular-progressbar": "11.0.0-develop.92",
|
|
46
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.92",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|