@progress/kendo-angular-layout 17.1.2-develop.1 → 17.1.2-develop.2
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.
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/models/rounded.d.ts +1 -1
- package/esm2022/avatar/avatar.component.mjs +1 -1
- package/esm2022/expansionpanel/expansionpanel.component.mjs +1 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/tilelayout/tilelayout-item.component.mjs +4 -4
- package/esm2022/tilelayout/tilelayout.component.mjs +3 -3
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-layout.mjs +11 -11
- package/package.json +8 -8
- package/tilelayout/tilelayout-item.component.d.ts +4 -4
- package/tilelayout/tilelayout.component.d.ts +3 -3
|
@@ -127,7 +127,7 @@ export declare class AvatarComponent implements OnInit, AfterViewInit {
|
|
|
127
127
|
initials: string;
|
|
128
128
|
/**
|
|
129
129
|
* Sets the `icon` for the avatar.
|
|
130
|
-
* All [Kendo UI Icons](
|
|
130
|
+
* All [Kendo UI Icons](slug:icons#icons-list) are supported.
|
|
131
131
|
*/
|
|
132
132
|
icon: string;
|
|
133
133
|
/**
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies the possible rounded options of the аvatar ([see example](
|
|
6
|
+
* Specifies the possible rounded options of the аvatar ([see example](slug:appearance_avatar#roundness)).
|
|
7
7
|
*/
|
|
8
8
|
export type AvatarRounded = 'small' | 'medium' | 'large' | 'full' | 'none';
|
|
@@ -180,7 +180,7 @@ export class AvatarComponent {
|
|
|
180
180
|
initials;
|
|
181
181
|
/**
|
|
182
182
|
* Sets the `icon` for the avatar.
|
|
183
|
-
* All [Kendo UI Icons](
|
|
183
|
+
* All [Kendo UI Icons](slug:icons#icons-list) are supported.
|
|
184
184
|
*/
|
|
185
185
|
icon;
|
|
186
186
|
/**
|
|
@@ -285,7 +285,7 @@ export class ExpansionPanelComponent {
|
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* Toggles the visibility of the ExpansionPanel
|
|
288
|
-
* ([see example](
|
|
288
|
+
* ([see example](slug:interaction_expansionpanel#toggling-between-states)).
|
|
289
289
|
*
|
|
290
290
|
* @param expanded? - Boolean. Specifies, whether the ExpansionPanel will be expanded or collapsed.
|
|
291
291
|
*/
|
|
@@ -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.1.2-develop.
|
|
12
|
+
publishDate: 1733999519,
|
|
13
|
+
version: '17.1.2-develop.2',
|
|
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
|
};
|
|
@@ -32,12 +32,12 @@ export class TileLayoutItemComponent {
|
|
|
32
32
|
*/
|
|
33
33
|
title;
|
|
34
34
|
/**
|
|
35
|
-
* Determines how many rows will the tile item span ([see example](slug:
|
|
35
|
+
* Determines how many rows will the tile item span ([see example](slug:resizing_tilelayout#programmatic-resizing)).
|
|
36
36
|
* @default 1
|
|
37
37
|
*/
|
|
38
38
|
rowSpan = 1;
|
|
39
39
|
/**
|
|
40
|
-
* Determines how many columns will the tile item span ([see example](slug:
|
|
40
|
+
* Determines how many columns will the tile item span ([see example](slug:resizing_tilelayout#programmatic-resizing)).
|
|
41
41
|
* @default 1
|
|
42
42
|
*/
|
|
43
43
|
colSpan = 1;
|
|
@@ -54,11 +54,11 @@ export class TileLayoutItemComponent {
|
|
|
54
54
|
return this._order;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
* Sets the starting column of the item ([see example](
|
|
57
|
+
* Sets the starting column of the item ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
58
58
|
*/
|
|
59
59
|
col;
|
|
60
60
|
/**
|
|
61
|
-
* Sets the starting row of the item ([see example](
|
|
61
|
+
* Sets the starting row of the item ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
62
62
|
*/
|
|
63
63
|
row;
|
|
64
64
|
/**
|
|
@@ -35,12 +35,12 @@ export class TileLayoutComponent {
|
|
|
35
35
|
draggingService;
|
|
36
36
|
navigationService;
|
|
37
37
|
/**
|
|
38
|
-
* Defines the number of columns ([see example](
|
|
38
|
+
* Defines the number of columns ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
39
39
|
* @default 1
|
|
40
40
|
*/
|
|
41
41
|
columns = 1;
|
|
42
42
|
/**
|
|
43
|
-
* Determines the width of the columns. Numeric values are treated as pixels ([see example](
|
|
43
|
+
* Determines the width of the columns. Numeric values are treated as pixels ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
44
44
|
* @default '1fr'
|
|
45
45
|
*/
|
|
46
46
|
columnWidth = '1fr';
|
|
@@ -69,7 +69,7 @@ export class TileLayoutComponent {
|
|
|
69
69
|
*/
|
|
70
70
|
resizable = false;
|
|
71
71
|
/**
|
|
72
|
-
* Determines the height of the rows. Numeric values are treated as pixels ([see example](
|
|
72
|
+
* Determines the height of the rows. Numeric values are treated as pixels ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
73
73
|
* @default '1fr'
|
|
74
74
|
*/
|
|
75
75
|
rowHeight = '1fr';
|
|
@@ -162,7 +162,7 @@ export declare class ExpansionPanelComponent implements OnInit, AfterViewInit, O
|
|
|
162
162
|
get expanderSvgIcon(): SVGIcon;
|
|
163
163
|
/**
|
|
164
164
|
* Toggles the visibility of the ExpansionPanel
|
|
165
|
-
* ([see example](
|
|
165
|
+
* ([see example](slug:interaction_expansionpanel#toggling-between-states)).
|
|
166
166
|
*
|
|
167
167
|
* @param expanded? - Boolean. Specifies, whether the ExpansionPanel will be expanded or collapsed.
|
|
168
168
|
*/
|
|
@@ -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.1.2-develop.
|
|
31
|
+
publishDate: 1733999519,
|
|
32
|
+
version: '17.1.2-develop.2',
|
|
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
|
|
|
@@ -7528,7 +7528,7 @@ class AvatarComponent {
|
|
|
7528
7528
|
initials;
|
|
7529
7529
|
/**
|
|
7530
7530
|
* Sets the `icon` for the avatar.
|
|
7531
|
-
* All [Kendo UI Icons](
|
|
7531
|
+
* All [Kendo UI Icons](slug:icons#icons-list) are supported.
|
|
7532
7532
|
*/
|
|
7533
7533
|
icon;
|
|
7534
7534
|
/**
|
|
@@ -8567,7 +8567,7 @@ class ExpansionPanelComponent {
|
|
|
8567
8567
|
}
|
|
8568
8568
|
/**
|
|
8569
8569
|
* Toggles the visibility of the ExpansionPanel
|
|
8570
|
-
* ([see example](
|
|
8570
|
+
* ([see example](slug:interaction_expansionpanel#toggling-between-states)).
|
|
8571
8571
|
*
|
|
8572
8572
|
* @param expanded? - Boolean. Specifies, whether the ExpansionPanel will be expanded or collapsed.
|
|
8573
8573
|
*/
|
|
@@ -9698,12 +9698,12 @@ class TileLayoutItemComponent {
|
|
|
9698
9698
|
*/
|
|
9699
9699
|
title;
|
|
9700
9700
|
/**
|
|
9701
|
-
* Determines how many rows will the tile item span ([see example](slug:
|
|
9701
|
+
* Determines how many rows will the tile item span ([see example](slug:resizing_tilelayout#programmatic-resizing)).
|
|
9702
9702
|
* @default 1
|
|
9703
9703
|
*/
|
|
9704
9704
|
rowSpan = 1;
|
|
9705
9705
|
/**
|
|
9706
|
-
* Determines how many columns will the tile item span ([see example](slug:
|
|
9706
|
+
* Determines how many columns will the tile item span ([see example](slug:resizing_tilelayout#programmatic-resizing)).
|
|
9707
9707
|
* @default 1
|
|
9708
9708
|
*/
|
|
9709
9709
|
colSpan = 1;
|
|
@@ -9720,11 +9720,11 @@ class TileLayoutItemComponent {
|
|
|
9720
9720
|
return this._order;
|
|
9721
9721
|
}
|
|
9722
9722
|
/**
|
|
9723
|
-
* Sets the starting column of the item ([see example](
|
|
9723
|
+
* Sets the starting column of the item ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
9724
9724
|
*/
|
|
9725
9725
|
col;
|
|
9726
9726
|
/**
|
|
9727
|
-
* Sets the starting row of the item ([see example](
|
|
9727
|
+
* Sets the starting row of the item ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
9728
9728
|
*/
|
|
9729
9729
|
row;
|
|
9730
9730
|
/**
|
|
@@ -9983,12 +9983,12 @@ class TileLayoutComponent {
|
|
|
9983
9983
|
draggingService;
|
|
9984
9984
|
navigationService;
|
|
9985
9985
|
/**
|
|
9986
|
-
* Defines the number of columns ([see example](
|
|
9986
|
+
* Defines the number of columns ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
9987
9987
|
* @default 1
|
|
9988
9988
|
*/
|
|
9989
9989
|
columns = 1;
|
|
9990
9990
|
/**
|
|
9991
|
-
* Determines the width of the columns. Numeric values are treated as pixels ([see example](
|
|
9991
|
+
* Determines the width of the columns. Numeric values are treated as pixels ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
9992
9992
|
* @default '1fr'
|
|
9993
9993
|
*/
|
|
9994
9994
|
columnWidth = '1fr';
|
|
@@ -10017,7 +10017,7 @@ class TileLayoutComponent {
|
|
|
10017
10017
|
*/
|
|
10018
10018
|
resizable = false;
|
|
10019
10019
|
/**
|
|
10020
|
-
* Determines the height of the rows. Numeric values are treated as pixels ([see example](
|
|
10020
|
+
* Determines the height of the rows. Numeric values are treated as pixels ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
10021
10021
|
* @default '1fr'
|
|
10022
10022
|
*/
|
|
10023
10023
|
rowHeight = '1fr';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "17.1.2-develop.
|
|
3
|
+
"version": "17.1.2-develop.2",
|
|
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 - 19",
|
|
40
40
|
"@angular/platform-browser": "16 - 19",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "17.1.2-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "17.1.2-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "17.1.2-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "17.1.2-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "17.1.2-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "17.1.2-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "17.1.2-develop.2",
|
|
43
|
+
"@progress/kendo-angular-l10n": "17.1.2-develop.2",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "17.1.2-develop.2",
|
|
45
|
+
"@progress/kendo-angular-icons": "17.1.2-develop.2",
|
|
46
|
+
"@progress/kendo-angular-buttons": "17.1.2-develop.2",
|
|
47
|
+
"@progress/kendo-angular-intl": "17.1.2-develop.2",
|
|
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.1.2-develop.
|
|
52
|
+
"@progress/kendo-angular-schematics": "17.1.2-develop.2",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"schematics": "./schematics/collection.json",
|
|
@@ -22,12 +22,12 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
|
|
|
22
22
|
*/
|
|
23
23
|
title: string;
|
|
24
24
|
/**
|
|
25
|
-
* Determines how many rows will the tile item span ([see example](slug:
|
|
25
|
+
* Determines how many rows will the tile item span ([see example](slug:resizing_tilelayout#programmatic-resizing)).
|
|
26
26
|
* @default 1
|
|
27
27
|
*/
|
|
28
28
|
rowSpan: number;
|
|
29
29
|
/**
|
|
30
|
-
* Determines how many columns will the tile item span ([see example](slug:
|
|
30
|
+
* Determines how many columns will the tile item span ([see example](slug:resizing_tilelayout#programmatic-resizing)).
|
|
31
31
|
* @default 1
|
|
32
32
|
*/
|
|
33
33
|
colSpan: number;
|
|
@@ -39,11 +39,11 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
|
|
|
39
39
|
set order(value: number);
|
|
40
40
|
get order(): number;
|
|
41
41
|
/**
|
|
42
|
-
* Sets the starting column of the item ([see example](
|
|
42
|
+
* Sets the starting column of the item ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
43
43
|
*/
|
|
44
44
|
col: number;
|
|
45
45
|
/**
|
|
46
|
-
* Sets the starting row of the item ([see example](
|
|
46
|
+
* Sets the starting row of the item ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
47
47
|
*/
|
|
48
48
|
row: number;
|
|
49
49
|
/**
|
|
@@ -23,12 +23,12 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
|
|
|
23
23
|
private draggingService;
|
|
24
24
|
private navigationService;
|
|
25
25
|
/**
|
|
26
|
-
* Defines the number of columns ([see example](
|
|
26
|
+
* Defines the number of columns ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
27
27
|
* @default 1
|
|
28
28
|
*/
|
|
29
29
|
columns: number;
|
|
30
30
|
/**
|
|
31
|
-
* Determines the width of the columns. Numeric values are treated as pixels ([see example](
|
|
31
|
+
* Determines the width of the columns. Numeric values are treated as pixels ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
32
32
|
* @default '1fr'
|
|
33
33
|
*/
|
|
34
34
|
columnWidth: string | number;
|
|
@@ -53,7 +53,7 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
|
|
|
53
53
|
*/
|
|
54
54
|
resizable: boolean;
|
|
55
55
|
/**
|
|
56
|
-
* Determines the height of the rows. Numeric values are treated as pixels ([see example](
|
|
56
|
+
* Determines the height of the rows. Numeric values are treated as pixels ([see example](slug:tiles_tilelayout#size-and-position)).
|
|
57
57
|
* @default '1fr'
|
|
58
58
|
*/
|
|
59
59
|
rowHeight: string | number;
|