@progress/kendo-angular-layout 19.3.0-develop.4 → 19.3.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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1752065333,
14
- version: '19.3.0-develop.4',
13
+ publishDate: 1752079759,
14
+ version: '19.3.0-develop.6',
15
15
  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'
16
16
  };
@@ -353,7 +353,7 @@ export class TabStripComponent {
353
353
  }
354
354
  /**
355
355
  * Allows you to programmatically select a tab by its index.
356
- * If the tab is disabled, it will not be selected.
356
+ * If the tab is disabled, it will not be selected. The `tabSelect` event will not be fired.
357
357
  * @param {number} index The index of the tab that will be selected.
358
358
  */
359
359
  selectTab(index) {
@@ -29,8 +29,8 @@ const packageMetadata = {
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCode: 'KENDOUIANGULAR',
31
31
  productCodes: ['KENDOUIANGULAR'],
32
- publishDate: 1752065333,
33
- version: '19.3.0-develop.4',
32
+ publishDate: 1752079759,
33
+ version: '19.3.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
 
@@ -4302,7 +4302,7 @@ class TabStripComponent {
4302
4302
  }
4303
4303
  /**
4304
4304
  * Allows you to programmatically select a tab by its index.
4305
- * If the tab is disabled, it will not be selected.
4305
+ * If the tab is disabled, it will not be selected. The `tabSelect` event will not be fired.
4306
4306
  * @param {number} index The index of the tab that will be selected.
4307
4307
  */
4308
4308
  selectTab(index) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "19.3.0-develop.4",
3
+ "version": "19.3.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": 1752065333,
53
+ "publishDate": 1752079759,
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": "16 - 20",
61
61
  "@angular/platform-browser": "16 - 20",
62
62
  "@progress/kendo-licensing": "^1.5.0",
63
- "@progress/kendo-angular-common": "19.3.0-develop.4",
64
- "@progress/kendo-angular-l10n": "19.3.0-develop.4",
65
- "@progress/kendo-angular-progressbar": "19.3.0-develop.4",
66
- "@progress/kendo-angular-icons": "19.3.0-develop.4",
67
- "@progress/kendo-angular-buttons": "19.3.0-develop.4",
68
- "@progress/kendo-angular-intl": "19.3.0-develop.4",
63
+ "@progress/kendo-angular-common": "19.3.0-develop.6",
64
+ "@progress/kendo-angular-l10n": "19.3.0-develop.6",
65
+ "@progress/kendo-angular-progressbar": "19.3.0-develop.6",
66
+ "@progress/kendo-angular-icons": "19.3.0-develop.6",
67
+ "@progress/kendo-angular-buttons": "19.3.0-develop.6",
68
+ "@progress/kendo-angular-intl": "19.3.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": "19.3.0-develop.4",
73
+ "@progress/kendo-angular-schematics": "19.3.0-develop.6",
74
74
  "@progress/kendo-draggable": "^3.0.2",
75
75
  "node-html-parser": "^7.0.1"
76
76
  },
@@ -203,7 +203,7 @@ export declare class TabStripComponent implements AfterViewInit, OnDestroy {
203
203
  get itemsWrapperClass(): string;
204
204
  /**
205
205
  * Allows you to programmatically select a tab by its index.
206
- * If the tab is disabled, it will not be selected.
206
+ * If the tab is disabled, it will not be selected. The `tabSelect` event will not be fired.
207
207
  * @param {number} index The index of the tab that will be selected.
208
208
  */
209
209
  selectTab(index: number): void;