@progress/kendo-angular-listbox 23.0.1 → 23.1.0-develop.1

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.
@@ -25,7 +25,7 @@ const packageMetadata = {
25
25
  productCode: 'KENDOUIANGULAR',
26
26
  productCodes: ['KENDOUIANGULAR'],
27
27
  publishDate: 1647863281,
28
- version: '23.0.1',
28
+ version: '23.1.0-develop.1',
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
 
@@ -965,12 +965,18 @@ class ListBoxComponent {
965
965
  * Specifies the value of the `aria-label` attribute of the Listbox element.
966
966
  *
967
967
  * @default 'Listbox'
968
+ *
969
+ * @remarks
970
+ * This property is related to accessibility.
968
971
  */
969
972
  listboxLabel = 'Listbox';
970
973
  /**
971
974
  * Specifies the value of the `aria-label` attribute of the Listbox toolbar element.
972
975
  *
973
976
  * @default 'Toolbar'
977
+ *
978
+ * @remarks
979
+ * This property is related to accessibility.
974
980
  */
975
981
  listboxToolbarLabel = 'Toolbar';
976
982
  /**
@@ -1354,25 +1360,25 @@ class ListBoxComponent {
1354
1360
  <ng-container kendoListBoxLocalizedMessages
1355
1361
  i18n-moveUp="kendo.listbox.moveUp|The title of the Move Up button"
1356
1362
  moveUp="Move Up"
1357
-
1363
+
1358
1364
  i18n-moveDown="kendo.listbox.moveDown|The title of the Move Down button"
1359
1365
  moveDown="Move Down"
1360
-
1366
+
1361
1367
  i18n-transferTo="kendo.listbox.transferTo|The title of the Transfer To button"
1362
1368
  transferTo="Transfer To"
1363
-
1369
+
1364
1370
  i18n-transferAllTo="kendo.listbox.transferAllTo|The title of the Transfer All To button"
1365
1371
  transferAllTo="Transfer All To"
1366
-
1372
+
1367
1373
  i18n-transferFrom="kendo.listbox.transferFrom|The title of the Transfer From button"
1368
1374
  transferFrom="Transfer From"
1369
-
1375
+
1370
1376
  i18n-transferAllFrom="kendo.listbox.transferAllFrom|The title of the Transfer All From button"
1371
1377
  transferAllFrom="Transfer All From"
1372
-
1378
+
1373
1379
  i18n-remove="kendo.listbox.remove|The title of the Remove button"
1374
1380
  remove="Remove"
1375
-
1381
+
1376
1382
  i18n-noDataText="kendo.listbox.noDataText|The text displayed when there are no items"
1377
1383
  noDataText="No data found."
1378
1384
  >
@@ -1467,25 +1473,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
1467
1473
  <ng-container kendoListBoxLocalizedMessages
1468
1474
  i18n-moveUp="kendo.listbox.moveUp|The title of the Move Up button"
1469
1475
  moveUp="Move Up"
1470
-
1476
+
1471
1477
  i18n-moveDown="kendo.listbox.moveDown|The title of the Move Down button"
1472
1478
  moveDown="Move Down"
1473
-
1479
+
1474
1480
  i18n-transferTo="kendo.listbox.transferTo|The title of the Transfer To button"
1475
1481
  transferTo="Transfer To"
1476
-
1482
+
1477
1483
  i18n-transferAllTo="kendo.listbox.transferAllTo|The title of the Transfer All To button"
1478
1484
  transferAllTo="Transfer All To"
1479
-
1485
+
1480
1486
  i18n-transferFrom="kendo.listbox.transferFrom|The title of the Transfer From button"
1481
1487
  transferFrom="Transfer From"
1482
-
1488
+
1483
1489
  i18n-transferAllFrom="kendo.listbox.transferAllFrom|The title of the Transfer All From button"
1484
1490
  transferAllFrom="Transfer All From"
1485
-
1491
+
1486
1492
  i18n-remove="kendo.listbox.remove|The title of the Remove button"
1487
1493
  remove="Remove"
1488
-
1494
+
1489
1495
  i18n-noDataText="kendo.listbox.noDataText|The text displayed when there are no items"
1490
1496
  noDataText="No data found."
1491
1497
  >
@@ -112,12 +112,18 @@ export declare class ListBoxComponent implements OnInit, AfterViewInit, OnDestro
112
112
  * Specifies the value of the `aria-label` attribute of the Listbox element.
113
113
  *
114
114
  * @default 'Listbox'
115
+ *
116
+ * @remarks
117
+ * This property is related to accessibility.
115
118
  */
116
119
  listboxLabel: string;
117
120
  /**
118
121
  * Specifies the value of the `aria-label` attribute of the Listbox toolbar element.
119
122
  *
120
123
  * @default 'Toolbar'
124
+ *
125
+ * @remarks
126
+ * This property is related to accessibility.
121
127
  */
122
128
  listboxToolbarLabel: string;
123
129
  /**
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770815884,
11
- "version": "23.0.1",
10
+ "publishDate": 1771342488,
11
+ "version": "23.1.0-develop.1",
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": "23.0.1",
3
+ "version": "23.1.0-develop.1",
4
4
  "description": "Kendo UI for Angular ListBox",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -44,7 +44,7 @@
44
44
  "package": {
45
45
  "productName": "Kendo UI for Angular",
46
46
  "productCode": "KENDOUIANGULAR",
47
- "publishDate": 1770815884,
47
+ "publishDate": 1771342488,
48
48
  "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"
49
49
  }
50
50
  },
@@ -54,14 +54,14 @@
54
54
  "@angular/core": "19 - 21",
55
55
  "@angular/platform-browser": "19 - 21",
56
56
  "@progress/kendo-licensing": "^1.10.0",
57
- "@progress/kendo-angular-buttons": "23.0.1",
58
- "@progress/kendo-angular-common": "23.0.1",
59
- "@progress/kendo-angular-popup": "23.0.1",
57
+ "@progress/kendo-angular-buttons": "23.1.0-develop.1",
58
+ "@progress/kendo-angular-common": "23.1.0-develop.1",
59
+ "@progress/kendo-angular-popup": "23.1.0-develop.1",
60
60
  "rxjs": "^6.5.3 || ^7.0.0"
61
61
  },
62
62
  "dependencies": {
63
63
  "tslib": "^2.3.1",
64
- "@progress/kendo-angular-schematics": "23.0.1",
64
+ "@progress/kendo-angular-schematics": "23.1.0-develop.1",
65
65
  "@progress/kendo-common": "^1.0.1"
66
66
  },
67
67
  "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': '23.0.1',
15
- '@progress/kendo-angular-common': '23.0.1',
16
- '@progress/kendo-angular-l10n': '23.0.1',
14
+ '@progress/kendo-angular-buttons': '23.1.0-develop.1',
15
+ '@progress/kendo-angular-common': '23.1.0-develop.1',
16
+ '@progress/kendo-angular-l10n': '23.1.0-develop.1',
17
17
  // Peer of kendo-angular-buttons
18
- '@progress/kendo-angular-popup': '23.0.1'
18
+ '@progress/kendo-angular-popup': '23.1.0-develop.1'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }