@progress/kendo-angular-listbox 19.1.2-develop.3 → 19.1.2-develop.5
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.
- package/data-binding.directive.d.ts +3 -0
- package/esm2022/data-binding.directive.mjs +3 -0
- package/esm2022/listbox.component.mjs +3 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-listbox.mjs +8 -2
- package/listbox.component.d.ts +3 -0
- package/package.json +6 -6
- package/schematics/ngAdd/index.js +4 -4
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.1.2-develop.
|
|
13
|
+
publishDate: 1750431156,
|
|
14
|
+
version: '19.1.2-develop.5',
|
|
15
15
|
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'
|
|
16
16
|
};
|
|
@@ -25,8 +25,8 @@ const packageMetadata = {
|
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
|
-
publishDate:
|
|
29
|
-
version: '19.1.2-develop.
|
|
28
|
+
publishDate: 1750431156,
|
|
29
|
+
version: '19.1.2-develop.5',
|
|
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
|
|
|
@@ -626,6 +626,9 @@ let idx = 0;
|
|
|
626
626
|
* ];
|
|
627
627
|
* }
|
|
628
628
|
* ```
|
|
629
|
+
*
|
|
630
|
+
* @remarks
|
|
631
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
629
632
|
*/
|
|
630
633
|
class ListBoxComponent {
|
|
631
634
|
keyboardNavigationService;
|
|
@@ -1279,6 +1282,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1279
1282
|
* })
|
|
1280
1283
|
* export class AppComponent { }
|
|
1281
1284
|
* ```
|
|
1285
|
+
*
|
|
1286
|
+
* @remarks
|
|
1287
|
+
* Applied to: {@link ListBoxComponent}.
|
|
1282
1288
|
*/
|
|
1283
1289
|
class DataBindingDirective {
|
|
1284
1290
|
listbox;
|
package/listbox.component.d.ts
CHANGED
|
@@ -37,6 +37,9 @@ import * as i0 from "@angular/core";
|
|
|
37
37
|
* ];
|
|
38
38
|
* }
|
|
39
39
|
* ```
|
|
40
|
+
*
|
|
41
|
+
* @remarks
|
|
42
|
+
* Supported children components are: {@link CustomMessagesComponent}.
|
|
40
43
|
*/
|
|
41
44
|
export declare class ListBoxComponent implements OnInit, AfterViewInit, OnDestroy {
|
|
42
45
|
keyboardNavigationService: KeyboardNavigationService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listbox",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.5",
|
|
4
4
|
"description": "Kendo UI for Angular ListBox",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1750431156,
|
|
23
23
|
"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"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@angular/core": "16 - 20",
|
|
30
30
|
"@angular/platform-browser": "16 - 20",
|
|
31
31
|
"@progress/kendo-licensing": "^1.5.0",
|
|
32
|
-
"@progress/kendo-angular-buttons": "19.1.2-develop.
|
|
33
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
34
|
-
"@progress/kendo-angular-popup": "19.1.2-develop.
|
|
32
|
+
"@progress/kendo-angular-buttons": "19.1.2-develop.5",
|
|
33
|
+
"@progress/kendo-angular-common": "19.1.2-develop.5",
|
|
34
|
+
"@progress/kendo-angular-popup": "19.1.2-develop.5",
|
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.3.1",
|
|
39
|
-
"@progress/kendo-angular-schematics": "19.1.2-develop.
|
|
39
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.5",
|
|
40
40
|
"@progress/kendo-common": "^1.0.1"
|
|
41
41
|
},
|
|
42
42
|
"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': '19.1.2-develop.
|
|
10
|
-
'@progress/kendo-angular-common': '19.1.2-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '19.1.2-develop.
|
|
9
|
+
'@progress/kendo-angular-buttons': '19.1.2-develop.5',
|
|
10
|
+
'@progress/kendo-angular-common': '19.1.2-develop.5',
|
|
11
|
+
'@progress/kendo-angular-l10n': '19.1.2-develop.5',
|
|
12
12
|
// Peer of kendo-angular-buttons
|
|
13
|
-
'@progress/kendo-angular-popup': '19.1.2-develop.
|
|
13
|
+
'@progress/kendo-angular-popup': '19.1.2-develop.5'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|