@progress/kendo-angular-toolbar 11.4.0-develop.1 → 11.4.0-develop.4

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: 1678092875,
13
- version: '11.4.0-develop.1',
12
+ publishDate: 1678349038,
13
+ version: '11.4.0-develop.4',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -399,7 +399,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
399
399
  args: ['popupTemplate', { static: true }]
400
400
  }], toolbarButtonElement: [{
401
401
  type: ViewChild,
402
- args: ['toolbarButton', { read: ElementRef, static: false }]
402
+ args: ['toolbarButton', { read: ElementRef }]
403
403
  }], overflowButtonElement: [{
404
404
  type: ViewChild,
405
405
  args: ['overflowButton', { read: ElementRef, static: false }]
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-toolbar',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1678092875,
32
- version: '11.4.0-develop.1',
31
+ publishDate: 1678349038,
32
+ version: '11.4.0-develop.4',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -1826,7 +1826,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1826
1826
  args: ['popupTemplate', { static: true }]
1827
1827
  }], toolbarButtonElement: [{
1828
1828
  type: ViewChild,
1829
- args: ['toolbarButton', { read: ElementRef, static: false }]
1829
+ args: ['toolbarButton', { read: ElementRef }]
1830
1830
  }], overflowButtonElement: [{
1831
1831
  type: ViewChild,
1832
1832
  args: ['overflowButton', { read: ElementRef, static: false }]
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-toolbar',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1678092875,
32
- version: '11.4.0-develop.1',
31
+ publishDate: 1678349038,
32
+ version: '11.4.0-develop.4',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -1825,7 +1825,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
1825
1825
  args: ['popupTemplate', { static: true }]
1826
1826
  }], toolbarButtonElement: [{
1827
1827
  type: ViewChild,
1828
- args: ['toolbarButton', { read: ElementRef, static: false }]
1828
+ args: ['toolbarButton', { read: ElementRef }]
1829
1829
  }], overflowButtonElement: [{
1830
1830
  type: ViewChild,
1831
1831
  args: ['overflowButton', { read: ElementRef, static: false }]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "11.4.0-develop.1",
3
+ "version": "11.4.0-develop.4",
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": "13 - 15",
30
30
  "@angular/platform-browser": "13 - 15",
31
31
  "@progress/kendo-licensing": "^1.0.2",
32
- "@progress/kendo-angular-buttons": "11.4.0-develop.1",
33
- "@progress/kendo-angular-common": "11.4.0-develop.1",
34
- "@progress/kendo-angular-l10n": "11.4.0-develop.1",
35
- "@progress/kendo-angular-icons": "11.4.0-develop.1",
36
- "@progress/kendo-angular-popup": "11.4.0-develop.1",
32
+ "@progress/kendo-angular-buttons": "11.4.0-develop.4",
33
+ "@progress/kendo-angular-common": "11.4.0-develop.4",
34
+ "@progress/kendo-angular-l10n": "11.4.0-develop.4",
35
+ "@progress/kendo-angular-icons": "11.4.0-develop.4",
36
+ "@progress/kendo-angular-popup": "11.4.0-develop.4",
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": "11.4.0-develop.1"
41
+ "@progress/kendo-angular-schematics": "11.4.0-develop.4"
42
42
  },
43
43
  "schematics": "./schematics/collection.json",
44
44
  "module": "fesm2015/progress-kendo-angular-toolbar.mjs",