@progress/kendo-angular-layout 23.0.0-develop.5 → 23.0.0-develop.6
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.
|
@@ -49,32 +49,24 @@ export declare class AvatarComponent implements OnInit {
|
|
|
49
49
|
set shape(shape: AvatarShape);
|
|
50
50
|
/**
|
|
51
51
|
* Specifies the size of the Avatar
|
|
52
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#size)).
|
|
53
|
-
*
|
|
54
|
-
* @default undefined
|
|
52
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#size)). The default value is set by the Kendo theme.
|
|
55
53
|
*/
|
|
56
54
|
set size(size: AvatarSize);
|
|
57
55
|
get size(): AvatarSize;
|
|
58
56
|
/**
|
|
59
57
|
* Specifies the rounded styling of the Avatar
|
|
60
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#roundness)).
|
|
61
|
-
*
|
|
62
|
-
* @default undefined
|
|
58
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#roundness)). The default value is set by the Kendo theme.
|
|
63
59
|
*/
|
|
64
60
|
set rounded(rounded: AvatarRounded);
|
|
65
61
|
get rounded(): AvatarRounded;
|
|
66
62
|
/**
|
|
67
63
|
* Specifies the theme color of the Avatar.
|
|
68
|
-
* The theme color applies as background and border color while adjusting the text color accordingly.
|
|
69
|
-
*
|
|
70
|
-
* @default undefined
|
|
64
|
+
* The theme color applies as background and border color while adjusting the text color accordingly. The default value is set by the Kendo theme.
|
|
71
65
|
*/
|
|
72
66
|
set themeColor(themeColor: AvatarThemeColor);
|
|
73
67
|
get themeColor(): AvatarThemeColor;
|
|
74
68
|
/**
|
|
75
|
-
* Specifies the fill style of the Avatar.
|
|
76
|
-
*
|
|
77
|
-
* @default undefined
|
|
69
|
+
* Specifies the fill style of the Avatar. The default value is set by the Kendo theme.
|
|
78
70
|
*/
|
|
79
71
|
set fillMode(fillMode: AvatarFillMode);
|
|
80
72
|
get fillMode(): AvatarFillMode;
|
|
@@ -30,7 +30,7 @@ const packageMetadata = {
|
|
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
|
32
32
|
publishDate: 1645546576,
|
|
33
|
-
version: '23.0.0-develop.
|
|
33
|
+
version: '23.0.0-develop.6',
|
|
34
34
|
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'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -4194,8 +4194,7 @@ class TabStripComponent {
|
|
|
4194
4194
|
}
|
|
4195
4195
|
/**
|
|
4196
4196
|
* Sets the size of the TabStrip.
|
|
4197
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/layout/api/tabstripcomponent#size).
|
|
4198
|
-
* @default undefined
|
|
4197
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/layout/api/tabstripcomponent#size). The default value is set by the Kendo theme.
|
|
4199
4198
|
*/
|
|
4200
4199
|
set size(value) {
|
|
4201
4200
|
switch (value) {
|
|
@@ -7942,9 +7941,7 @@ class AvatarComponent {
|
|
|
7942
7941
|
}
|
|
7943
7942
|
/**
|
|
7944
7943
|
* Specifies the size of the Avatar
|
|
7945
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#size)).
|
|
7946
|
-
*
|
|
7947
|
-
* @default undefined
|
|
7944
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#size)). The default value is set by the Kendo theme.
|
|
7948
7945
|
*/
|
|
7949
7946
|
set size(size) {
|
|
7950
7947
|
if (size !== this._size) {
|
|
@@ -7957,9 +7954,7 @@ class AvatarComponent {
|
|
|
7957
7954
|
}
|
|
7958
7955
|
/**
|
|
7959
7956
|
* Specifies the rounded styling of the Avatar
|
|
7960
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#roundness)).
|
|
7961
|
-
*
|
|
7962
|
-
* @default undefined
|
|
7957
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/avatar/appearance#roundness)). The default value is set by the Kendo theme.
|
|
7963
7958
|
*/
|
|
7964
7959
|
set rounded(rounded) {
|
|
7965
7960
|
if (rounded !== this.rounded) {
|
|
@@ -7972,9 +7967,7 @@ class AvatarComponent {
|
|
|
7972
7967
|
}
|
|
7973
7968
|
/**
|
|
7974
7969
|
* Specifies the theme color of the Avatar.
|
|
7975
|
-
* The theme color applies as background and border color while adjusting the text color accordingly.
|
|
7976
|
-
*
|
|
7977
|
-
* @default undefined
|
|
7970
|
+
* The theme color applies as background and border color while adjusting the text color accordingly. The default value is set by the Kendo theme.
|
|
7978
7971
|
*/
|
|
7979
7972
|
set themeColor(themeColor) {
|
|
7980
7973
|
if (themeColor !== this._themeColor) {
|
|
@@ -7986,9 +7979,7 @@ class AvatarComponent {
|
|
|
7986
7979
|
return this._themeColor;
|
|
7987
7980
|
}
|
|
7988
7981
|
/**
|
|
7989
|
-
* Specifies the fill style of the Avatar.
|
|
7990
|
-
*
|
|
7991
|
-
* @default undefined
|
|
7982
|
+
* Specifies the fill style of the Avatar. The default value is set by the Kendo theme.
|
|
7992
7983
|
*/
|
|
7993
7984
|
set fillMode(fillMode) {
|
|
7994
7985
|
if (fillMode !== this.fillMode) {
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.0-develop.
|
|
10
|
+
"publishDate": 1770369302,
|
|
11
|
+
"version": "23.0.0-develop.6",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "23.0.0-develop.
|
|
3
|
+
"version": "23.0.0-develop.6",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"package": {
|
|
51
51
|
"productName": "Kendo UI for Angular",
|
|
52
52
|
"productCode": "KENDOUIANGULAR",
|
|
53
|
-
"publishDate":
|
|
53
|
+
"publishDate": 1770369302,
|
|
54
54
|
"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"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"@angular/core": "19 - 21",
|
|
61
61
|
"@angular/platform-browser": "19 - 21",
|
|
62
62
|
"@progress/kendo-licensing": "^1.10.0",
|
|
63
|
-
"@progress/kendo-angular-common": "23.0.0-develop.
|
|
64
|
-
"@progress/kendo-angular-l10n": "23.0.0-develop.
|
|
65
|
-
"@progress/kendo-angular-progressbar": "23.0.0-develop.
|
|
66
|
-
"@progress/kendo-angular-icons": "23.0.0-develop.
|
|
67
|
-
"@progress/kendo-angular-buttons": "23.0.0-develop.
|
|
68
|
-
"@progress/kendo-angular-intl": "23.0.0-develop.
|
|
63
|
+
"@progress/kendo-angular-common": "23.0.0-develop.6",
|
|
64
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.6",
|
|
65
|
+
"@progress/kendo-angular-progressbar": "23.0.0-develop.6",
|
|
66
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.6",
|
|
67
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.6",
|
|
68
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.6",
|
|
69
69
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"tslib": "^2.3.1",
|
|
73
|
-
"@progress/kendo-angular-schematics": "23.0.0-develop.
|
|
73
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.6",
|
|
74
74
|
"@progress/kendo-draggable": "^3.0.2"
|
|
75
75
|
},
|
|
76
76
|
"schematics": "./schematics/collection.json",
|
|
@@ -101,8 +101,7 @@ export declare class TabStripComponent implements AfterViewInit, OnDestroy {
|
|
|
101
101
|
get scrollable(): boolean | TabStripScrollableSettings;
|
|
102
102
|
/**
|
|
103
103
|
* Sets the size of the TabStrip.
|
|
104
|
-
* [See example](https://www.telerik.com/kendo-angular-ui/components/layout/api/tabstripcomponent#size).
|
|
105
|
-
* @default undefined
|
|
104
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/layout/api/tabstripcomponent#size). The default value is set by the Kendo theme.
|
|
106
105
|
*/
|
|
107
106
|
set size(value: TabStripSize);
|
|
108
107
|
get size(): TabStripSize;
|