@progress/kendo-angular-toolbar 16.8.0-develop.1 → 16.8.0-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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-toolbar',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1724076814,
13
- version: '16.8.0-develop.1',
12
+ publishDate: 1724163984,
13
+ version: '16.8.0-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -502,7 +502,7 @@ export class ToolBarComponent {
502
502
  return r.tool === tool;
503
503
  });
504
504
  const width = renderedElement.width;
505
- tool.overflows = true;
505
+ tool.overflows = this.overflow;
506
506
  this.refreshService.refresh(tool);
507
507
  return width;
508
508
  }
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-toolbar',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1724076814,
28
- version: '16.8.0-develop.1',
27
+ publishDate: 1724163984,
28
+ version: '16.8.0-develop.2',
29
29
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
30
30
  };
31
31
 
@@ -1189,7 +1189,7 @@ class ToolBarComponent {
1189
1189
  return r.tool === tool;
1190
1190
  });
1191
1191
  const width = renderedElement.width;
1192
- tool.overflows = true;
1192
+ tool.overflows = this.overflow;
1193
1193
  this.refreshService.refresh(tool);
1194
1194
  return width;
1195
1195
  }
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-toolbar',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1724076814,
28
- version: '16.8.0-develop.1',
27
+ publishDate: 1724163984,
28
+ version: '16.8.0-develop.2',
29
29
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
30
30
  };
31
31
 
@@ -1188,7 +1188,7 @@ class ToolBarComponent {
1188
1188
  return r.tool === tool;
1189
1189
  });
1190
1190
  const width = renderedElement.width;
1191
- tool.overflows = true;
1191
+ tool.overflows = this.overflow;
1192
1192
  this.refreshService.refresh(tool);
1193
1193
  return width;
1194
1194
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "16.8.0-develop.1",
3
+ "version": "16.8.0-develop.2",
4
4
  "description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -29,16 +29,16 @@
29
29
  "@angular/core": "15 - 18",
30
30
  "@angular/platform-browser": "15 - 18",
31
31
  "@progress/kendo-licensing": "^1.0.2",
32
- "@progress/kendo-angular-buttons": "16.8.0-develop.1",
33
- "@progress/kendo-angular-common": "16.8.0-develop.1",
34
- "@progress/kendo-angular-l10n": "16.8.0-develop.1",
35
- "@progress/kendo-angular-icons": "16.8.0-develop.1",
36
- "@progress/kendo-angular-popup": "16.8.0-develop.1",
32
+ "@progress/kendo-angular-buttons": "16.8.0-develop.2",
33
+ "@progress/kendo-angular-common": "16.8.0-develop.2",
34
+ "@progress/kendo-angular-l10n": "16.8.0-develop.2",
35
+ "@progress/kendo-angular-icons": "16.8.0-develop.2",
36
+ "@progress/kendo-angular-popup": "16.8.0-develop.2",
37
37
  "rxjs": "^6.5.3 || ^7.0.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "tslib": "^2.3.1",
41
- "@progress/kendo-angular-schematics": "16.8.0-develop.1"
41
+ "@progress/kendo-angular-schematics": "16.8.0-develop.2"
42
42
  },
43
43
  "schematics": "./schematics/collection.json",
44
44
  "module": "fesm2015/progress-kendo-angular-toolbar.mjs",