@progress/kendo-angular-toolbar 19.0.0-develop.14 → 19.0.0-develop.16

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: 1747136849,
14
- version: '19.0.0-develop.14',
13
+ publishDate: 1747229032,
14
+ version: '19.0.0-develop.16',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -132,8 +132,12 @@ export class ToolBarRendererComponent {
132
132
  else {
133
133
  this.renderer.setStyle(this.internalComponentRef, 'display', this.tool.overflowDisplay);
134
134
  }
135
- this.updateTools();
136
135
  }
136
+ else {
137
+ this.renderer.setStyle(this.internalComponentRef, 'visibility', 'visible');
138
+ this.renderer.setStyle(this.internalComponentRef, 'display', 'inline-flex');
139
+ }
140
+ this.updateTools();
137
141
  }
138
142
  setAttribute(element, attr, value) {
139
143
  this.renderer.setAttribute(element, attr, value);
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  productName: 'Kendo UI for Angular',
27
27
  productCode: 'KENDOUIANGULAR',
28
28
  productCodes: ['KENDOUIANGULAR'],
29
- publishDate: 1747136849,
30
- version: '19.0.0-develop.14',
29
+ publishDate: 1747229032,
30
+ version: '19.0.0-develop.16',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -724,8 +724,12 @@ class ToolBarRendererComponent {
724
724
  else {
725
725
  this.renderer.setStyle(this.internalComponentRef, 'display', this.tool.overflowDisplay);
726
726
  }
727
- this.updateTools();
728
727
  }
728
+ else {
729
+ this.renderer.setStyle(this.internalComponentRef, 'visibility', 'visible');
730
+ this.renderer.setStyle(this.internalComponentRef, 'display', 'inline-flex');
731
+ }
732
+ this.updateTools();
729
733
  }
730
734
  setAttribute(element, attr, value) {
731
735
  this.renderer.setAttribute(element, attr, value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "19.0.0-develop.14",
3
+ "version": "19.0.0-develop.16",
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",
@@ -25,7 +25,7 @@
25
25
  "package": {
26
26
  "productName": "Kendo UI for Angular",
27
27
  "productCode": "KENDOUIANGULAR",
28
- "publishDate": 1747136849,
28
+ "publishDate": 1747229032,
29
29
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
30
30
  }
31
31
  },
@@ -35,16 +35,16 @@
35
35
  "@angular/core": "16 - 19",
36
36
  "@angular/platform-browser": "16 - 19",
37
37
  "@progress/kendo-licensing": "^1.5.0",
38
- "@progress/kendo-angular-buttons": "19.0.0-develop.14",
39
- "@progress/kendo-angular-common": "19.0.0-develop.14",
40
- "@progress/kendo-angular-l10n": "19.0.0-develop.14",
41
- "@progress/kendo-angular-icons": "19.0.0-develop.14",
42
- "@progress/kendo-angular-popup": "19.0.0-develop.14",
38
+ "@progress/kendo-angular-buttons": "19.0.0-develop.16",
39
+ "@progress/kendo-angular-common": "19.0.0-develop.16",
40
+ "@progress/kendo-angular-l10n": "19.0.0-develop.16",
41
+ "@progress/kendo-angular-icons": "19.0.0-develop.16",
42
+ "@progress/kendo-angular-popup": "19.0.0-develop.16",
43
43
  "rxjs": "^6.5.3 || ^7.0.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "tslib": "^2.3.1",
47
- "@progress/kendo-angular-schematics": "19.0.0-develop.14"
47
+ "@progress/kendo-angular-schematics": "19.0.0-develop.16"
48
48
  },
49
49
  "schematics": "./schematics/collection.json",
50
50
  "module": "fesm2022/progress-kendo-angular-toolbar.mjs",