@progress/kendo-angular-listbox 16.9.0-develop.1 → 16.9.0-develop.11

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.
@@ -302,7 +302,7 @@ export class ListBoxComponent {
302
302
  this.renderer.setAttribute(listbox, 'id', this.listboxId);
303
303
  if (this.selectedTools.length > 0 || this.parentListbox?.selectedTools.length > 0) {
304
304
  const toolbar = this.toolbarElement?.nativeElement;
305
- const parentToolbar = this.parentListbox?.toolbarElement.nativeElement;
305
+ const parentToolbar = this.parentListbox?.toolbarElement?.nativeElement;
306
306
  if (this.parentListbox && this.childListbox) {
307
307
  this.zone.onStable.pipe(take(1)).subscribe(() => {
308
308
  this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId} ${this.childListbox.listboxId}`;
@@ -319,7 +319,7 @@ export class ListBoxComponent {
319
319
  this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId}`;
320
320
  this.parentListbox.toolbarId = this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId}`;
321
321
  this.renderer.setAttribute(toolbar, 'aria-controls', this.toolbarId);
322
- this.renderer.setAttribute(parentToolbar, 'aria-controls', this.parentListbox.toolbarId);
322
+ parentToolbar && this.renderer.setAttribute(parentToolbar, 'aria-controls', this.parentListbox.toolbarId);
323
323
  }
324
324
  else if (!this.parentListbox && !this.childListbox) {
325
325
  this.toolbarId = this.listboxId;
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-listbox',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1724748662,
13
- version: '16.9.0-develop.1',
12
+ publishDate: 1725288158,
13
+ version: '16.9.0-develop.11',
14
14
  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'
15
15
  };
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-listbox',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1724748662,
28
- version: '16.9.0-develop.1',
27
+ publishDate: 1725288158,
28
+ version: '16.9.0-develop.11',
29
29
  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'
30
30
  };
31
31
 
@@ -837,7 +837,7 @@ class ListBoxComponent {
837
837
  }
838
838
  }
839
839
  setIds() {
840
- var _a, _b, _c;
840
+ var _a, _b, _c, _d;
841
841
  if (!this.listboxElement) {
842
842
  return;
843
843
  }
@@ -846,7 +846,7 @@ class ListBoxComponent {
846
846
  this.renderer.setAttribute(listbox, 'id', this.listboxId);
847
847
  if (this.selectedTools.length > 0 || ((_a = this.parentListbox) === null || _a === void 0 ? void 0 : _a.selectedTools.length) > 0) {
848
848
  const toolbar = (_b = this.toolbarElement) === null || _b === void 0 ? void 0 : _b.nativeElement;
849
- const parentToolbar = (_c = this.parentListbox) === null || _c === void 0 ? void 0 : _c.toolbarElement.nativeElement;
849
+ const parentToolbar = (_d = (_c = this.parentListbox) === null || _c === void 0 ? void 0 : _c.toolbarElement) === null || _d === void 0 ? void 0 : _d.nativeElement;
850
850
  if (this.parentListbox && this.childListbox) {
851
851
  this.zone.onStable.pipe(take(1)).subscribe(() => {
852
852
  this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId} ${this.childListbox.listboxId}`;
@@ -863,7 +863,7 @@ class ListBoxComponent {
863
863
  this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId}`;
864
864
  this.parentListbox.toolbarId = this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId}`;
865
865
  this.renderer.setAttribute(toolbar, 'aria-controls', this.toolbarId);
866
- this.renderer.setAttribute(parentToolbar, 'aria-controls', this.parentListbox.toolbarId);
866
+ parentToolbar && this.renderer.setAttribute(parentToolbar, 'aria-controls', this.parentListbox.toolbarId);
867
867
  }
868
868
  else if (!this.parentListbox && !this.childListbox) {
869
869
  this.toolbarId = this.listboxId;
@@ -24,8 +24,8 @@ const packageMetadata = {
24
24
  name: '@progress/kendo-angular-listbox',
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
27
- publishDate: 1724748662,
28
- version: '16.9.0-develop.1',
27
+ publishDate: 1725288158,
28
+ version: '16.9.0-develop.11',
29
29
  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'
30
30
  };
31
31
 
@@ -838,7 +838,7 @@ class ListBoxComponent {
838
838
  this.renderer.setAttribute(listbox, 'id', this.listboxId);
839
839
  if (this.selectedTools.length > 0 || this.parentListbox?.selectedTools.length > 0) {
840
840
  const toolbar = this.toolbarElement?.nativeElement;
841
- const parentToolbar = this.parentListbox?.toolbarElement.nativeElement;
841
+ const parentToolbar = this.parentListbox?.toolbarElement?.nativeElement;
842
842
  if (this.parentListbox && this.childListbox) {
843
843
  this.zone.onStable.pipe(take(1)).subscribe(() => {
844
844
  this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId} ${this.childListbox.listboxId}`;
@@ -855,7 +855,7 @@ class ListBoxComponent {
855
855
  this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId}`;
856
856
  this.parentListbox.toolbarId = this.toolbarId = `${this.parentListbox.listboxId} ${this.listboxId}`;
857
857
  this.renderer.setAttribute(toolbar, 'aria-controls', this.toolbarId);
858
- this.renderer.setAttribute(parentToolbar, 'aria-controls', this.parentListbox.toolbarId);
858
+ parentToolbar && this.renderer.setAttribute(parentToolbar, 'aria-controls', this.parentListbox.toolbarId);
859
859
  }
860
860
  else if (!this.parentListbox && !this.childListbox) {
861
861
  this.toolbarId = this.listboxId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-listbox",
3
- "version": "16.9.0-develop.1",
3
+ "version": "16.9.0-develop.11",
4
4
  "description": "Kendo UI for Angular ListBox",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -23,14 +23,14 @@
23
23
  "@angular/core": "15 - 18",
24
24
  "@angular/platform-browser": "15 - 18",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-buttons": "16.9.0-develop.1",
27
- "@progress/kendo-angular-common": "16.9.0-develop.1",
28
- "@progress/kendo-angular-popup": "16.9.0-develop.1",
26
+ "@progress/kendo-angular-buttons": "16.9.0-develop.11",
27
+ "@progress/kendo-angular-common": "16.9.0-develop.11",
28
+ "@progress/kendo-angular-popup": "16.9.0-develop.11",
29
29
  "rxjs": "^6.5.3 || ^7.0.0"
30
30
  },
31
31
  "dependencies": {
32
32
  "tslib": "^2.3.1",
33
- "@progress/kendo-angular-schematics": "16.9.0-develop.1",
33
+ "@progress/kendo-angular-schematics": "16.9.0-develop.11",
34
34
  "@progress/kendo-common": "^0.2.2"
35
35
  },
36
36
  "schematics": "./schematics/collection.json",
@@ -6,11 +6,11 @@ function default_1(options) {
6
6
  // Additional dependencies to install.
7
7
  // See https://github.com/telerik/kendo-schematics/issues/28
8
8
  peerDependencies: {
9
- '@progress/kendo-angular-buttons': '16.9.0-develop.1',
10
- '@progress/kendo-angular-common': '16.9.0-develop.1',
11
- '@progress/kendo-angular-l10n': '16.9.0-develop.1',
9
+ '@progress/kendo-angular-buttons': '16.9.0-develop.11',
10
+ '@progress/kendo-angular-common': '16.9.0-develop.11',
11
+ '@progress/kendo-angular-l10n': '16.9.0-develop.11',
12
12
  // Peer of kendo-angular-buttons
13
- '@progress/kendo-angular-popup': '16.9.0-develop.1'
13
+ '@progress/kendo-angular-popup': '16.9.0-develop.11'
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }