@progress/kendo-angular-listbox 25.0.0-develop.16 → 25.0.0-develop.18

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 @@ import { Subscription } from 'rxjs';
9
9
  import { getter } from '@progress/kendo-common';
10
10
  import { chevronUpIcon, chevronDownIcon, chevronRightIcon, chevronLeftIcon, chevronDoubleRightIcon, chevronDoubleLeftIcon, xIcon } from '@progress/kendo-svg-icons';
11
11
  import { ButtonComponent } from '@progress/kendo-angular-buttons';
12
- import { normalizeKeys, Keys, isPresent as isPresent$1, TemplateContextDirective, KENDO_WEBMCP_HOST, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
12
+ import { normalizeKeys, Keys, isPresent as isPresent$1, TemplateContextDirective, KENDO_WEBMCP_HOST, provideComponentName, isChanged, ResizeBatchService } from '@progress/kendo-angular-common';
13
13
  import { take } from 'rxjs/operators';
14
14
  import * as i1 from '@progress/kendo-angular-l10n';
15
15
  import { ComponentMessages, LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
@@ -25,8 +25,8 @@ const packageMetadata = {
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCode: 'KENDOUIANGULAR',
27
27
  productCodes: ['KENDOUIANGULAR'],
28
- publishDate: 1785489865,
29
- version: '25.0.0-develop.16',
28
+ publishDate: 1785502323,
29
+ version: '25.0.0-develop.18',
30
30
  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'
31
31
  };
32
32
 
@@ -1397,7 +1397,8 @@ class ListBoxComponent {
1397
1397
  provide: L10N_PREFIX,
1398
1398
  useValue: 'kendo.listbox'
1399
1399
  },
1400
- { provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => ListBoxComponent) }
1400
+ { provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => ListBoxComponent) },
1401
+ provideComponentName('listbox')
1401
1402
  ], queries: [{ propertyName: "itemTemplate", first: true, predicate: ItemTemplateDirective, descendants: true }, { propertyName: "noDataTemplate", first: true, predicate: NoDataTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "listboxElement", first: true, predicate: ["listbox"], descendants: true }, { propertyName: "toolbarElement", first: true, predicate: ["toolbar"], descendants: true }, { propertyName: "listboxItems", predicate: ["listboxItems"], descendants: true }, { propertyName: "tools", predicate: ["tools"], descendants: true }], ngImport: i0, template: `
1402
1403
  <ng-container kendoListBoxLocalizedMessages
1403
1404
  i18n-moveUp="kendo.listbox.moveUp|The title of the Move Up button"
@@ -1514,7 +1515,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.26", ngImpo
1514
1515
  provide: L10N_PREFIX,
1515
1516
  useValue: 'kendo.listbox'
1516
1517
  },
1517
- { provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => ListBoxComponent) }
1518
+ { provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => ListBoxComponent) },
1519
+ provideComponentName('listbox')
1518
1520
  ],
1519
1521
  template: `
1520
1522
  <ng-container kendoListBoxLocalizedMessages
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1785489865,
11
- "version": "25.0.0-develop.16",
10
+ "publishDate": 1785502323,
11
+ "version": "25.0.0-develop.18",
12
12
  "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"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-listbox",
3
- "version": "25.0.0-develop.16",
3
+ "version": "25.0.0-develop.18",
4
4
  "description": "Kendo UI for Angular ListBox",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -41,7 +41,7 @@
41
41
  "package": {
42
42
  "productName": "Kendo UI for Angular",
43
43
  "productCode": "KENDOUIANGULAR",
44
- "publishDate": 1785489865,
44
+ "publishDate": 1785502323,
45
45
  "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"
46
46
  }
47
47
  },
@@ -51,14 +51,14 @@
51
51
  "@angular/core": "20 - 22",
52
52
  "@angular/platform-browser": "20 - 22",
53
53
  "@progress/kendo-licensing": "^1.11.0",
54
- "@progress/kendo-angular-buttons": "25.0.0-develop.16",
55
- "@progress/kendo-angular-common": "25.0.0-develop.16",
56
- "@progress/kendo-angular-popup": "25.0.0-develop.16",
54
+ "@progress/kendo-angular-buttons": "25.0.0-develop.18",
55
+ "@progress/kendo-angular-common": "25.0.0-develop.18",
56
+ "@progress/kendo-angular-popup": "25.0.0-develop.18",
57
57
  "rxjs": "^6.5.3 || ^7.0.0"
58
58
  },
59
59
  "dependencies": {
60
60
  "tslib": "^2.3.1",
61
- "@progress/kendo-angular-schematics": "25.0.0-develop.16",
61
+ "@progress/kendo-angular-schematics": "25.0.0-develop.18",
62
62
  "@progress/kendo-common": "^1.0.1"
63
63
  },
64
64
  "schematics": "./schematics/collection.json",
@@ -11,11 +11,11 @@ function default_1(options) {
11
11
  // Additional dependencies to install.
12
12
  // See https://github.com/telerik/kendo-schematics/issues/28
13
13
  peerDependencies: {
14
- '@progress/kendo-angular-buttons': '25.0.0-develop.16',
15
- '@progress/kendo-angular-common': '25.0.0-develop.16',
16
- '@progress/kendo-angular-l10n': '25.0.0-develop.16',
14
+ '@progress/kendo-angular-buttons': '25.0.0-develop.18',
15
+ '@progress/kendo-angular-common': '25.0.0-develop.18',
16
+ '@progress/kendo-angular-l10n': '25.0.0-develop.18',
17
17
  // Peer of kendo-angular-buttons
18
- '@progress/kendo-angular-popup': '25.0.0-develop.16'
18
+ '@progress/kendo-angular-popup': '25.0.0-develop.18'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }