@progress/kendo-angular-dropdowns 23.2.0-develop.1 → 23.2.0-develop.3
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.
|
@@ -38,7 +38,7 @@ const packageMetadata = {
|
|
|
38
38
|
productCode: 'KENDOUIANGULAR',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR'],
|
|
40
40
|
publishDate: 0,
|
|
41
|
-
version: '23.2.0-develop.
|
|
41
|
+
version: '23.2.0-develop.3',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -2145,9 +2145,6 @@ class ListComponent {
|
|
|
2145
2145
|
this.currentGroup = this.dataService.itemGroup(this.dataService.itemAt(index));
|
|
2146
2146
|
}
|
|
2147
2147
|
}
|
|
2148
|
-
else {
|
|
2149
|
-
this.currentGroup = undefined;
|
|
2150
|
-
}
|
|
2151
2148
|
this.cdr.detectChanges();
|
|
2152
2149
|
}
|
|
2153
2150
|
prefetchData() {
|
|
@@ -4603,7 +4600,7 @@ class AutoCompleteComponent {
|
|
|
4603
4600
|
</kendo-list>
|
|
4604
4601
|
<!--no-data template-->
|
|
4605
4602
|
@if (data.length === 0) {
|
|
4606
|
-
<div class="k-no-data">
|
|
4603
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
4607
4604
|
@if (noDataTemplate) {
|
|
4608
4605
|
<ng-template
|
|
4609
4606
|
[templateContext]="{
|
|
@@ -4789,7 +4786,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
4789
4786
|
</kendo-list>
|
|
4790
4787
|
<!--no-data template-->
|
|
4791
4788
|
@if (data.length === 0) {
|
|
4792
|
-
<div class="k-no-data">
|
|
4789
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
4793
4790
|
@if (noDataTemplate) {
|
|
4794
4791
|
<ng-template
|
|
4795
4792
|
[templateContext]="{
|
|
@@ -6697,7 +6694,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6697
6694
|
</kendo-list>
|
|
6698
6695
|
<!--no-data template-->
|
|
6699
6696
|
@if (data.length === 0) {
|
|
6700
|
-
<div class="k-no-data">
|
|
6697
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
6701
6698
|
@if (noDataTemplate) {
|
|
6702
6699
|
<ng-template
|
|
6703
6700
|
[templateContext]="{
|
|
@@ -6909,7 +6906,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
6909
6906
|
</kendo-list>
|
|
6910
6907
|
<!--no-data template-->
|
|
6911
6908
|
@if (data.length === 0) {
|
|
6912
|
-
<div class="k-no-data">
|
|
6909
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
6913
6910
|
@if (noDataTemplate) {
|
|
6914
6911
|
<ng-template
|
|
6915
6912
|
[templateContext]="{
|
|
@@ -8701,7 +8698,7 @@ class DropDownListComponent {
|
|
|
8701
8698
|
</kendo-list>
|
|
8702
8699
|
<!--no-data template-->
|
|
8703
8700
|
@if (data.length === 0) {
|
|
8704
|
-
<div class="k-no-data">
|
|
8701
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
8705
8702
|
@if (noDataTemplate) {
|
|
8706
8703
|
<ng-template
|
|
8707
8704
|
[templateContext]="{
|
|
@@ -8887,7 +8884,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8887
8884
|
</kendo-list>
|
|
8888
8885
|
<!--no-data template-->
|
|
8889
8886
|
@if (data.length === 0) {
|
|
8890
|
-
<div class="k-no-data">
|
|
8887
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
8891
8888
|
@if (noDataTemplate) {
|
|
8892
8889
|
<ng-template
|
|
8893
8890
|
[templateContext]="{
|
|
@@ -11406,7 +11403,7 @@ class MultiSelectComponent {
|
|
|
11406
11403
|
</kendo-list>
|
|
11407
11404
|
<!--no data template-->
|
|
11408
11405
|
@if (data.length === 0) {
|
|
11409
|
-
<div class="k-no-data">
|
|
11406
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
11410
11407
|
@if (noDataTemplate) {
|
|
11411
11408
|
<ng-template
|
|
11412
11409
|
[templateContext]="{
|
|
@@ -11622,7 +11619,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
11622
11619
|
</kendo-list>
|
|
11623
11620
|
<!--no data template-->
|
|
11624
11621
|
@if (data.length === 0) {
|
|
11625
|
-
<div class="k-no-data">
|
|
11622
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
11626
11623
|
@if (noDataTemplate) {
|
|
11627
11624
|
<ng-template
|
|
11628
11625
|
[templateContext]="{
|
|
@@ -12520,7 +12517,7 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
|
|
|
12520
12517
|
|
|
12521
12518
|
<!--no-data template-->
|
|
12522
12519
|
@if (data.length === 0) {
|
|
12523
|
-
<div class="k-no-data">
|
|
12520
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
12524
12521
|
@if (noDataTemplate) {
|
|
12525
12522
|
<ng-template
|
|
12526
12523
|
[templateContext]="{
|
|
@@ -12830,7 +12827,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
12830
12827
|
|
|
12831
12828
|
<!--no-data template-->
|
|
12832
12829
|
@if (data.length === 0) {
|
|
12833
|
-
<div class="k-no-data">
|
|
12830
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
12834
12831
|
@if (noDataTemplate) {
|
|
12835
12832
|
<ng-template
|
|
12836
12833
|
[templateContext]="{
|
|
@@ -14398,7 +14395,7 @@ class DropDownTreeComponent {
|
|
|
14398
14395
|
}
|
|
14399
14396
|
<!--no-data template-->
|
|
14400
14397
|
@if (data.length === 0 || allNodesHidden) {
|
|
14401
|
-
<div class="k-no-data">
|
|
14398
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
14402
14399
|
@if (noDataTemplate) {
|
|
14403
14400
|
<ng-template
|
|
14404
14401
|
[templateContext]="{
|
|
@@ -14629,7 +14626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
14629
14626
|
}
|
|
14630
14627
|
<!--no-data template-->
|
|
14631
14628
|
@if (data.length === 0 || allNodesHidden) {
|
|
14632
|
-
<div class="k-no-data">
|
|
14629
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
14633
14630
|
@if (noDataTemplate) {
|
|
14634
14631
|
<ng-template
|
|
14635
14632
|
[templateContext]="{
|
|
@@ -17122,7 +17119,7 @@ class MultiSelectTreeComponent {
|
|
|
17122
17119
|
}
|
|
17123
17120
|
<!--no-data template-->
|
|
17124
17121
|
@if (!data || data?.length === 0 || allNodesHidden) {
|
|
17125
|
-
<div class="k-no-data">
|
|
17122
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
17126
17123
|
@if (noDataTemplate) {
|
|
17127
17124
|
<ng-template
|
|
17128
17125
|
[templateContext]="{
|
|
@@ -17389,7 +17386,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
17389
17386
|
}
|
|
17390
17387
|
<!--no-data template-->
|
|
17391
17388
|
@if (!data || data?.length === 0 || allNodesHidden) {
|
|
17392
|
-
<div class="k-no-data">
|
|
17389
|
+
<div class="k-no-data" [attr.aria-live]="'polite'">
|
|
17393
17390
|
@if (noDataTemplate) {
|
|
17394
17391
|
<ng-template
|
|
17395
17392
|
[templateContext]="{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.2.0-develop.
|
|
10
|
+
"publishDate": 1771605808,
|
|
11
|
+
"version": "23.2.0-develop.3",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "23.2.0-develop.
|
|
3
|
+
"version": "23.2.0-develop.3",
|
|
4
4
|
"description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"package": {
|
|
101
101
|
"productName": "Kendo UI for Angular",
|
|
102
102
|
"productCode": "KENDOUIANGULAR",
|
|
103
|
-
"publishDate":
|
|
103
|
+
"publishDate": 1771605808,
|
|
104
104
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
@@ -111,18 +111,18 @@
|
|
|
111
111
|
"@angular/forms": "19 - 21",
|
|
112
112
|
"@angular/platform-browser": "19 - 21",
|
|
113
113
|
"@progress/kendo-licensing": "^1.10.0",
|
|
114
|
-
"@progress/kendo-angular-common": "23.2.0-develop.
|
|
115
|
-
"@progress/kendo-angular-utils": "23.2.0-develop.
|
|
116
|
-
"@progress/kendo-angular-l10n": "23.2.0-develop.
|
|
117
|
-
"@progress/kendo-angular-navigation": "23.2.0-develop.
|
|
118
|
-
"@progress/kendo-angular-popup": "23.2.0-develop.
|
|
119
|
-
"@progress/kendo-angular-icons": "23.2.0-develop.
|
|
120
|
-
"@progress/kendo-angular-treeview": "23.2.0-develop.
|
|
114
|
+
"@progress/kendo-angular-common": "23.2.0-develop.3",
|
|
115
|
+
"@progress/kendo-angular-utils": "23.2.0-develop.3",
|
|
116
|
+
"@progress/kendo-angular-l10n": "23.2.0-develop.3",
|
|
117
|
+
"@progress/kendo-angular-navigation": "23.2.0-develop.3",
|
|
118
|
+
"@progress/kendo-angular-popup": "23.2.0-develop.3",
|
|
119
|
+
"@progress/kendo-angular-icons": "23.2.0-develop.3",
|
|
120
|
+
"@progress/kendo-angular-treeview": "23.2.0-develop.3",
|
|
121
121
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
122
122
|
},
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"tslib": "^2.3.1",
|
|
125
|
-
"@progress/kendo-angular-schematics": "23.2.0-develop.
|
|
125
|
+
"@progress/kendo-angular-schematics": "23.2.0-develop.3",
|
|
126
126
|
"@progress/kendo-common": "^1.0.1"
|
|
127
127
|
},
|
|
128
128
|
"schematics": "./schematics/collection.json",
|
|
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
|
|
11
11
|
// peers of the treeview
|
|
12
|
-
'@progress/kendo-angular-inputs': '23.2.0-develop.
|
|
12
|
+
'@progress/kendo-angular-inputs': '23.2.0-develop.3',
|
|
13
13
|
// peers of inputs
|
|
14
|
-
'@progress/kendo-angular-intl': '23.2.0-develop.
|
|
14
|
+
'@progress/kendo-angular-intl': '23.2.0-develop.3',
|
|
15
15
|
'@progress/kendo-drawing': '^1.17.2',
|
|
16
16
|
// Peer dependency of icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|