@progress/kendo-angular-listview 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.
@@ -26,7 +26,7 @@ const packageMetadata = {
26
26
  productCode: 'KENDOUIANGULAR',
27
27
  productCodes: ['KENDOUIANGULAR'],
28
28
  publishDate: 0,
29
- version: '23.0.1',
29
+ version: '23.1.0-develop.1',
30
30
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
31
31
  };
32
32
 
@@ -792,6 +792,9 @@ class ListViewComponent {
792
792
  /**
793
793
  * Specifies the content container `aria-label` attribute
794
794
  * ([see example](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility#accessible-names)).
795
+ *
796
+ * @remarks
797
+ * This property is related to accessibility.
795
798
  */
796
799
  containerLabel;
797
800
  /**
@@ -799,6 +802,9 @@ class ListViewComponent {
799
802
  * ([more details](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility#wai-aria-support)).
800
803
  *
801
804
  * @default 'list'
805
+ *
806
+ * @remarks
807
+ * This property is related to accessibility.
802
808
  */
803
809
  containerRole = 'list';
804
810
  /**
@@ -806,6 +812,9 @@ class ListViewComponent {
806
812
  * ([more details](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility#wai-aria-support)).
807
813
  *
808
814
  * @default 'listitem'
815
+ *
816
+ * @remarks
817
+ * This property is related to accessibility.
809
818
  */
810
819
  listItemRole = 'listitem';
811
820
  /**
@@ -813,6 +822,9 @@ class ListViewComponent {
813
822
  * ([see example](https://www.telerik.com/kendo-angular-ui/components/listview/keyboard-navigation)).
814
823
  *
815
824
  * @default true
825
+ *
826
+ * @remarks
827
+ * This property is related to accessibility.
816
828
  */
817
829
  set navigable(navigable) {
818
830
  if (!navigable && isPresent(this.removeNavigationListeners)) {
@@ -142,6 +142,9 @@ export declare class ListViewComponent implements AfterViewInit, OnChanges, OnDe
142
142
  /**
143
143
  * Specifies the content container `aria-label` attribute
144
144
  * ([see example](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility#accessible-names)).
145
+ *
146
+ * @remarks
147
+ * This property is related to accessibility.
145
148
  */
146
149
  containerLabel?: string;
147
150
  /**
@@ -149,6 +152,9 @@ export declare class ListViewComponent implements AfterViewInit, OnChanges, OnDe
149
152
  * ([more details](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility#wai-aria-support)).
150
153
  *
151
154
  * @default 'list'
155
+ *
156
+ * @remarks
157
+ * This property is related to accessibility.
152
158
  */
153
159
  containerRole: string;
154
160
  /**
@@ -156,6 +162,9 @@ export declare class ListViewComponent implements AfterViewInit, OnChanges, OnDe
156
162
  * ([more details](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility#wai-aria-support)).
157
163
  *
158
164
  * @default 'listitem'
165
+ *
166
+ * @remarks
167
+ * This property is related to accessibility.
159
168
  */
160
169
  listItemRole: string;
161
170
  /**
@@ -163,6 +172,9 @@ export declare class ListViewComponent implements AfterViewInit, OnChanges, OnDe
163
172
  * ([see example](https://www.telerik.com/kendo-angular-ui/components/listview/keyboard-navigation)).
164
173
  *
165
174
  * @default true
175
+ *
176
+ * @remarks
177
+ * This property is related to accessibility.
166
178
  */
167
179
  set navigable(navigable: boolean);
168
180
  get navigable(): boolean;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770815881,
11
- "version": "23.0.1",
10
+ "publishDate": 1771342484,
11
+ "version": "23.1.0-develop.1",
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-listview",
3
- "version": "23.0.1",
3
+ "version": "23.1.0-develop.1",
4
4
  "description": "Kendo UI Angular listview component",
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": 1770815881,
22
+ "publishDate": 1771342484,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,16 +30,16 @@
30
30
  "@angular/forms": "19 - 21",
31
31
  "@angular/platform-browser": "19 - 21",
32
32
  "@progress/kendo-licensing": "^1.10.0",
33
- "@progress/kendo-angular-buttons": "23.0.1",
34
- "@progress/kendo-angular-common": "23.0.1",
35
- "@progress/kendo-angular-icons": "23.0.1",
36
- "@progress/kendo-angular-l10n": "23.0.1",
37
- "@progress/kendo-angular-pager": "23.0.1",
33
+ "@progress/kendo-angular-buttons": "23.1.0-develop.1",
34
+ "@progress/kendo-angular-common": "23.1.0-develop.1",
35
+ "@progress/kendo-angular-icons": "23.1.0-develop.1",
36
+ "@progress/kendo-angular-l10n": "23.1.0-develop.1",
37
+ "@progress/kendo-angular-pager": "23.1.0-develop.1",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "23.0.1"
42
+ "@progress/kendo-angular-schematics": "23.1.0-develop.1"
43
43
  },
44
44
  "schematics": "./schematics/collection.json",
45
45
  "module": "fesm2022/progress-kendo-angular-listview.mjs",
@@ -9,12 +9,12 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
11
11
  // Peers of pager
12
- '@progress/kendo-angular-dropdowns': '23.0.1',
13
- '@progress/kendo-angular-treeview': '23.0.1',
14
- '@progress/kendo-angular-inputs': '23.0.1',
15
- '@progress/kendo-angular-intl': '23.0.1',
16
- '@progress/kendo-angular-l10n': '23.0.1',
17
- '@progress/kendo-angular-popup': '23.0.1',
12
+ '@progress/kendo-angular-dropdowns': '23.1.0-develop.1',
13
+ '@progress/kendo-angular-treeview': '23.1.0-develop.1',
14
+ '@progress/kendo-angular-inputs': '23.1.0-develop.1',
15
+ '@progress/kendo-angular-intl': '23.1.0-develop.1',
16
+ '@progress/kendo-angular-l10n': '23.1.0-develop.1',
17
+ '@progress/kendo-angular-popup': '23.1.0-develop.1',
18
18
  '@progress/kendo-drawing': '^1.17.2',
19
19
  // Peer of icons
20
20
  '@progress/kendo-svg-icons': '^4.0.0'