@progress/kendo-angular-toolbar 16.8.0-develop.1 → 16.8.0-develop.3
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:
|
|
13
|
-
version: '16.8.0-develop.
|
|
12
|
+
publishDate: 1724395263,
|
|
13
|
+
version: '16.8.0-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -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:
|
|
28
|
-
version: '16.8.0-develop.
|
|
27
|
+
publishDate: 1724395263,
|
|
28
|
+
version: '16.8.0-develop.3',
|
|
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 =
|
|
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:
|
|
28
|
-
version: '16.8.0-develop.
|
|
27
|
+
publishDate: 1724395263,
|
|
28
|
+
version: '16.8.0-develop.3',
|
|
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 =
|
|
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.
|
|
3
|
+
"version": "16.8.0-develop.3",
|
|
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.
|
|
33
|
-
"@progress/kendo-angular-common": "16.8.0-develop.
|
|
34
|
-
"@progress/kendo-angular-l10n": "16.8.0-develop.
|
|
35
|
-
"@progress/kendo-angular-icons": "16.8.0-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "16.8.0-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "16.8.0-develop.3",
|
|
33
|
+
"@progress/kendo-angular-common": "16.8.0-develop.3",
|
|
34
|
+
"@progress/kendo-angular-l10n": "16.8.0-develop.3",
|
|
35
|
+
"@progress/kendo-angular-icons": "16.8.0-develop.3",
|
|
36
|
+
"@progress/kendo-angular-popup": "16.8.0-develop.3",
|
|
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.
|
|
41
|
+
"@progress/kendo-angular-schematics": "16.8.0-develop.3"
|
|
42
42
|
},
|
|
43
43
|
"schematics": "./schematics/collection.json",
|
|
44
44
|
"module": "fesm2015/progress-kendo-angular-toolbar.mjs",
|