@progress/kendo-angular-listview 17.0.0-develop.2 → 17.0.0-develop.21
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/README.md +26 -17
- package/esm2020/listview.component.mjs +33 -36
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-listview.mjs +35 -38
- package/fesm2020/progress-kendo-angular-listview.mjs +35 -38
- package/listview.component.d.ts +1 -1
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +6 -6
package/README.md
CHANGED
|
@@ -1,33 +1,42 @@
|
|
|
1
|
-
<a href="https://www.telerik.com/kendo-angular-ui/" target="_blank">
|
|
1
|
+
<a href="https://www.telerik.com/kendo-angular-ui/components/listview" target="_blank">
|
|
2
2
|
<img width="631" src="https://www.telerik.com/kendo-angular-ui/npm-banner.svg">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
5
|
## Kendo UI for Angular ListView Component
|
|
6
6
|
|
|
7
|
-
>
|
|
8
|
-
> *
|
|
9
|
-
> *
|
|
10
|
-
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-listview) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-listview). Doing so indicates that you [accept the Kendo UI for Angular License Agreement](https://www.telerik.com/purchase/license-agreement/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-listview).
|
|
11
|
-
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
|
|
12
|
-
>
|
|
13
|
-
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-angular-trial-npm-listview) and speed up your development process!
|
|
7
|
+
> * This package is part of the [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
|
|
8
|
+
> * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
|
9
|
+
> * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
|
14
10
|
|
|
15
|
-
Kendo UI for Angular
|
|
11
|
+
The Kendo UI for Angular ListView component visualizes repeated data content, providing a variety of configuration options. The ListView is built from the ground up and specifically for Angular, so that you get a high-performance control which delivers lightning-fast performance, integrates tightly with your application and with the rest of the Kendo UI for Angular components, and is highly customizable.
|
|
12
|
+
|
|
13
|
+
## Key Features
|
|
14
|
+
|
|
15
|
+
Among the many features which the Kendo UI for Angular ListView delivers are:
|
|
16
|
+
|
|
17
|
+
* Paging—The ListView enables you to split its content into pages by adding a pager and by using its extensive set of configuration options such as implementing a responsive behavior, customizing its appearance, and more. [Read more about the pager options of the ListView...](https://www.telerik.com/kendo-angular-ui/components/listview/paging)
|
|
18
|
+
* Editing—Depending on your user requirements, you can edit, add, or delete the ListView items by using Reactive or Template-Driven Angular Forms. [Read more about the editing feature of the ListView...](https://www.telerik.com/kendo-angular-ui/components/listview/editing)
|
|
19
|
+
* Scroll Modes—You can benefit from the default scrolling or enable endless scrolling mode which allows you to load more records by appending additional data items on demand. [Read more about the scroll modes of the ListView...](https://www.telerik.com/kendo-angular-ui/components/listview/scroll-modes)
|
|
20
|
+
* Templates—You can customize the headers, footers, and the ListView items by utilizing the available templates. [Read more about the available templates of the ListView...](https://www.telerik.com/kendo-angular-ui/components/listview/templates)
|
|
21
|
+
* Accessibility—The ListView is accessible for screen readers and supports WAI-ARIA attributes. [Read more about the accessibility of the ListView...](https://www.telerik.com/kendo-angular-ui/components/listview/accessibility)
|
|
22
|
+
* Keyboard Navigation—The ListView supports a number of keyboard shortcuts which allow users to accomplish various commands. [Read more about the keyboard navigation of the ListView...](https://www.telerik.com/kendo-angular-ui/components/listview/keyboard-navigation)
|
|
23
|
+
|
|
24
|
+
## Support Options
|
|
25
|
+
|
|
26
|
+
For any issues you might encounter while working with the Kendo UI for Angular ListView, you have the following support channels available:
|
|
27
|
+
|
|
28
|
+
* Industry-leading technical support—Kendo UI for Angular paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use the [dedicated Kendo UI for Angular support system](https://www.telerik.com/account/support-center/contact-us/technical-support).
|
|
29
|
+
* Product forums—The [Kendo UI for Angular forums](https://www.telerik.com/forums/kendo-angular-ui) are part of the free support you can get from the community and from the Kendo UI for Angular team.
|
|
30
|
+
* Feedback portal—The [Kendo UI for Angular feedback portal](https://feedback.telerik.com/kendo-angular-ui) is where you can request and vote for new features to be added.
|
|
16
31
|
|
|
17
32
|
## Resources
|
|
18
33
|
|
|
19
|
-
* [
|
|
34
|
+
* [Getting Started with Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/getting-started)
|
|
35
|
+
* [Getting Started with the Kendo UI for Angular ListView](https://www.telerik.com/kendo-angular-ui/components/listview/installation/getting-started)
|
|
20
36
|
* [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
|
|
21
37
|
* [Blogs](http://www.telerik.com/blogs/kendo-ui)
|
|
22
38
|
* [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
|
|
23
39
|
|
|
24
|
-
## Questions and Feedback
|
|
25
|
-
|
|
26
|
-
* [Official Forums](https://www.telerik.com/forums/kendo-angular-ui)
|
|
27
|
-
* [GitHub Issues](https://github.com/telerik/kendo-angular/issues)
|
|
28
|
-
* [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
|
|
29
|
-
* [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
|
|
30
|
-
|
|
31
40
|
*Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
|
|
32
41
|
|
|
33
42
|
*Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
|
|
@@ -52,9 +52,9 @@ export class ListViewComponent {
|
|
|
52
52
|
/**
|
|
53
53
|
* Specifies if a border should be rendered around the listview element.
|
|
54
54
|
*
|
|
55
|
-
* @default
|
|
55
|
+
* @default false
|
|
56
56
|
*/
|
|
57
|
-
this.bordered =
|
|
57
|
+
this.bordered = false;
|
|
58
58
|
/**
|
|
59
59
|
* Specifies if the loading indicator of the ListView will be displayed
|
|
60
60
|
* ([see example]({% slug paging_listview %}#toc-remote-binding)).
|
|
@@ -370,7 +370,7 @@ export class ListViewComponent {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
ListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i1.EditService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
373
|
-
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-
|
|
373
|
+
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-listview-bordered": "this.bordered" } }, providers: [
|
|
374
374
|
EditService,
|
|
375
375
|
NavigationService,
|
|
376
376
|
LocalizationService,
|
|
@@ -450,23 +450,23 @@ ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
450
450
|
>
|
|
451
451
|
</ng-template>
|
|
452
452
|
</div>
|
|
453
|
+
</div>
|
|
453
454
|
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
</div>
|
|
464
|
-
<ng-template
|
|
465
|
-
*ngIf="loading && loaderTemplate"
|
|
466
|
-
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
467
|
-
>
|
|
468
|
-
</ng-template>
|
|
455
|
+
<!-- loading indicator -->
|
|
456
|
+
<div
|
|
457
|
+
*ngIf="loading && !loaderTemplate"
|
|
458
|
+
class="k-loading-mask"
|
|
459
|
+
>
|
|
460
|
+
<!-- TODO: the k-loading-text is hidden with css but read by readers - review when implementing accessibility + possible localization case -->
|
|
461
|
+
<span class="k-loading-text">Loading</span>
|
|
462
|
+
<div class="k-loading-image"></div>
|
|
463
|
+
<div class="k-loading-color"></div>
|
|
469
464
|
</div>
|
|
465
|
+
<ng-template
|
|
466
|
+
*ngIf="loading && loaderTemplate"
|
|
467
|
+
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
468
|
+
>
|
|
469
|
+
</ng-template>
|
|
470
470
|
|
|
471
471
|
<!-- footer -->
|
|
472
472
|
<div
|
|
@@ -593,23 +593,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
593
593
|
>
|
|
594
594
|
</ng-template>
|
|
595
595
|
</div>
|
|
596
|
+
</div>
|
|
596
597
|
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
</div>
|
|
607
|
-
<ng-template
|
|
608
|
-
*ngIf="loading && loaderTemplate"
|
|
609
|
-
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
610
|
-
>
|
|
611
|
-
</ng-template>
|
|
598
|
+
<!-- loading indicator -->
|
|
599
|
+
<div
|
|
600
|
+
*ngIf="loading && !loaderTemplate"
|
|
601
|
+
class="k-loading-mask"
|
|
602
|
+
>
|
|
603
|
+
<!-- TODO: the k-loading-text is hidden with css but read by readers - review when implementing accessibility + possible localization case -->
|
|
604
|
+
<span class="k-loading-text">Loading</span>
|
|
605
|
+
<div class="k-loading-image"></div>
|
|
606
|
+
<div class="k-loading-color"></div>
|
|
612
607
|
</div>
|
|
608
|
+
<ng-template
|
|
609
|
+
*ngIf="loading && loaderTemplate"
|
|
610
|
+
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
611
|
+
>
|
|
612
|
+
</ng-template>
|
|
613
613
|
|
|
614
614
|
<!-- footer -->
|
|
615
615
|
<div
|
|
@@ -655,9 +655,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
655
655
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i1.EditService }, { type: i2.NavigationService }]; }, propDecorators: { className: [{
|
|
656
656
|
type: HostBinding,
|
|
657
657
|
args: ['class.k-listview']
|
|
658
|
-
}, {
|
|
659
|
-
type: HostBinding,
|
|
660
|
-
args: ['class.k-d-flex']
|
|
661
658
|
}], itemTemplate: [{
|
|
662
659
|
type: ContentChild,
|
|
663
660
|
args: [ItemTemplateDirective, { static: false }]
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-listview',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.0.0-develop.
|
|
12
|
+
publishDate: 1729874517,
|
|
13
|
+
version: '17.0.0-develop.21',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -24,8 +24,8 @@ const packageMetadata = {
|
|
|
24
24
|
name: '@progress/kendo-angular-listview',
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
27
|
-
publishDate:
|
|
28
|
-
version: '17.0.0-develop.
|
|
27
|
+
publishDate: 1729874517,
|
|
28
|
+
version: '17.0.0-develop.21',
|
|
29
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
30
30
|
};
|
|
31
31
|
|
|
@@ -594,9 +594,9 @@ class ListViewComponent {
|
|
|
594
594
|
/**
|
|
595
595
|
* Specifies if a border should be rendered around the listview element.
|
|
596
596
|
*
|
|
597
|
-
* @default
|
|
597
|
+
* @default false
|
|
598
598
|
*/
|
|
599
|
-
this.bordered =
|
|
599
|
+
this.bordered = false;
|
|
600
600
|
/**
|
|
601
601
|
* Specifies if the loading indicator of the ListView will be displayed
|
|
602
602
|
* ([see example]({% slug paging_listview %}#toc-remote-binding)).
|
|
@@ -912,7 +912,7 @@ class ListViewComponent {
|
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
914
|
ListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: EditService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
915
|
-
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-
|
|
915
|
+
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-listview-bordered": "this.bordered" } }, providers: [
|
|
916
916
|
EditService,
|
|
917
917
|
NavigationService,
|
|
918
918
|
LocalizationService,
|
|
@@ -992,23 +992,23 @@ ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
992
992
|
>
|
|
993
993
|
</ng-template>
|
|
994
994
|
</div>
|
|
995
|
+
</div>
|
|
995
996
|
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
</div>
|
|
1006
|
-
<ng-template
|
|
1007
|
-
*ngIf="loading && loaderTemplate"
|
|
1008
|
-
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1009
|
-
>
|
|
1010
|
-
</ng-template>
|
|
997
|
+
<!-- loading indicator -->
|
|
998
|
+
<div
|
|
999
|
+
*ngIf="loading && !loaderTemplate"
|
|
1000
|
+
class="k-loading-mask"
|
|
1001
|
+
>
|
|
1002
|
+
<!-- TODO: the k-loading-text is hidden with css but read by readers - review when implementing accessibility + possible localization case -->
|
|
1003
|
+
<span class="k-loading-text">Loading</span>
|
|
1004
|
+
<div class="k-loading-image"></div>
|
|
1005
|
+
<div class="k-loading-color"></div>
|
|
1011
1006
|
</div>
|
|
1007
|
+
<ng-template
|
|
1008
|
+
*ngIf="loading && loaderTemplate"
|
|
1009
|
+
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1010
|
+
>
|
|
1011
|
+
</ng-template>
|
|
1012
1012
|
|
|
1013
1013
|
<!-- footer -->
|
|
1014
1014
|
<div
|
|
@@ -1135,23 +1135,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1135
1135
|
>
|
|
1136
1136
|
</ng-template>
|
|
1137
1137
|
</div>
|
|
1138
|
+
</div>
|
|
1138
1139
|
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
</div>
|
|
1149
|
-
<ng-template
|
|
1150
|
-
*ngIf="loading && loaderTemplate"
|
|
1151
|
-
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1152
|
-
>
|
|
1153
|
-
</ng-template>
|
|
1140
|
+
<!-- loading indicator -->
|
|
1141
|
+
<div
|
|
1142
|
+
*ngIf="loading && !loaderTemplate"
|
|
1143
|
+
class="k-loading-mask"
|
|
1144
|
+
>
|
|
1145
|
+
<!-- TODO: the k-loading-text is hidden with css but read by readers - review when implementing accessibility + possible localization case -->
|
|
1146
|
+
<span class="k-loading-text">Loading</span>
|
|
1147
|
+
<div class="k-loading-image"></div>
|
|
1148
|
+
<div class="k-loading-color"></div>
|
|
1154
1149
|
</div>
|
|
1150
|
+
<ng-template
|
|
1151
|
+
*ngIf="loading && loaderTemplate"
|
|
1152
|
+
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1153
|
+
>
|
|
1154
|
+
</ng-template>
|
|
1155
1155
|
|
|
1156
1156
|
<!-- footer -->
|
|
1157
1157
|
<div
|
|
@@ -1197,9 +1197,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1197
1197
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: EditService }, { type: NavigationService }]; }, propDecorators: { className: [{
|
|
1198
1198
|
type: HostBinding,
|
|
1199
1199
|
args: ['class.k-listview']
|
|
1200
|
-
}, {
|
|
1201
|
-
type: HostBinding,
|
|
1202
|
-
args: ['class.k-d-flex']
|
|
1203
1200
|
}], itemTemplate: [{
|
|
1204
1201
|
type: ContentChild,
|
|
1205
1202
|
args: [ItemTemplateDirective, { static: false }]
|
|
@@ -24,8 +24,8 @@ const packageMetadata = {
|
|
|
24
24
|
name: '@progress/kendo-angular-listview',
|
|
25
25
|
productName: 'Kendo UI for Angular',
|
|
26
26
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
27
|
-
publishDate:
|
|
28
|
-
version: '17.0.0-develop.
|
|
27
|
+
publishDate: 1729874517,
|
|
28
|
+
version: '17.0.0-develop.21',
|
|
29
29
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
30
30
|
};
|
|
31
31
|
|
|
@@ -592,9 +592,9 @@ class ListViewComponent {
|
|
|
592
592
|
/**
|
|
593
593
|
* Specifies if a border should be rendered around the listview element.
|
|
594
594
|
*
|
|
595
|
-
* @default
|
|
595
|
+
* @default false
|
|
596
596
|
*/
|
|
597
|
-
this.bordered =
|
|
597
|
+
this.bordered = false;
|
|
598
598
|
/**
|
|
599
599
|
* Specifies if the loading indicator of the ListView will be displayed
|
|
600
600
|
* ([see example]({% slug paging_listview %}#toc-remote-binding)).
|
|
@@ -910,7 +910,7 @@ class ListViewComponent {
|
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
ListViewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ListViewComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: EditService }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
913
|
-
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-
|
|
913
|
+
ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ListViewComponent, isStandalone: true, selector: "kendo-listview", inputs: { bordered: "bordered", data: "data", loading: "loading", containerStyle: "containerStyle", itemStyle: "itemStyle", containerClass: "containerClass", itemClass: "itemClass", containerLabel: "containerLabel", containerRole: "containerRole", listItemRole: "listItemRole", navigable: "navigable", pageSize: "pageSize", skip: "skip", pageable: "pageable", height: "height" }, outputs: { scrollBottom: "scrollBottom", pageChange: "pageChange", pageSizeChange: "pageSizeChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add" }, host: { properties: { "class.k-listview": "this.className", "class.k-listview-bordered": "this.bordered" } }, providers: [
|
|
914
914
|
EditService,
|
|
915
915
|
NavigationService,
|
|
916
916
|
LocalizationService,
|
|
@@ -990,23 +990,23 @@ ListViewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
990
990
|
>
|
|
991
991
|
</ng-template>
|
|
992
992
|
</div>
|
|
993
|
+
</div>
|
|
993
994
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
</div>
|
|
1004
|
-
<ng-template
|
|
1005
|
-
*ngIf="loading && loaderTemplate"
|
|
1006
|
-
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1007
|
-
>
|
|
1008
|
-
</ng-template>
|
|
995
|
+
<!-- loading indicator -->
|
|
996
|
+
<div
|
|
997
|
+
*ngIf="loading && !loaderTemplate"
|
|
998
|
+
class="k-loading-mask"
|
|
999
|
+
>
|
|
1000
|
+
<!-- TODO: the k-loading-text is hidden with css but read by readers - review when implementing accessibility + possible localization case -->
|
|
1001
|
+
<span class="k-loading-text">Loading</span>
|
|
1002
|
+
<div class="k-loading-image"></div>
|
|
1003
|
+
<div class="k-loading-color"></div>
|
|
1009
1004
|
</div>
|
|
1005
|
+
<ng-template
|
|
1006
|
+
*ngIf="loading && loaderTemplate"
|
|
1007
|
+
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1008
|
+
>
|
|
1009
|
+
</ng-template>
|
|
1010
1010
|
|
|
1011
1011
|
<!-- footer -->
|
|
1012
1012
|
<div
|
|
@@ -1133,23 +1133,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1133
1133
|
>
|
|
1134
1134
|
</ng-template>
|
|
1135
1135
|
</div>
|
|
1136
|
+
</div>
|
|
1136
1137
|
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
</div>
|
|
1147
|
-
<ng-template
|
|
1148
|
-
*ngIf="loading && loaderTemplate"
|
|
1149
|
-
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1150
|
-
>
|
|
1151
|
-
</ng-template>
|
|
1138
|
+
<!-- loading indicator -->
|
|
1139
|
+
<div
|
|
1140
|
+
*ngIf="loading && !loaderTemplate"
|
|
1141
|
+
class="k-loading-mask"
|
|
1142
|
+
>
|
|
1143
|
+
<!-- TODO: the k-loading-text is hidden with css but read by readers - review when implementing accessibility + possible localization case -->
|
|
1144
|
+
<span class="k-loading-text">Loading</span>
|
|
1145
|
+
<div class="k-loading-image"></div>
|
|
1146
|
+
<div class="k-loading-color"></div>
|
|
1152
1147
|
</div>
|
|
1148
|
+
<ng-template
|
|
1149
|
+
*ngIf="loading && loaderTemplate"
|
|
1150
|
+
[ngTemplateOutlet]="loaderTemplate.templateRef"
|
|
1151
|
+
>
|
|
1152
|
+
</ng-template>
|
|
1153
1153
|
|
|
1154
1154
|
<!-- footer -->
|
|
1155
1155
|
<div
|
|
@@ -1195,9 +1195,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
1195
1195
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: EditService }, { type: NavigationService }]; }, propDecorators: { className: [{
|
|
1196
1196
|
type: HostBinding,
|
|
1197
1197
|
args: ['class.k-listview']
|
|
1198
|
-
}, {
|
|
1199
|
-
type: HostBinding,
|
|
1200
|
-
args: ['class.k-d-flex']
|
|
1201
1198
|
}], itemTemplate: [{
|
|
1202
1199
|
type: ContentChild,
|
|
1203
1200
|
args: [ItemTemplateDirective, { static: false }]
|
package/listview.component.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-listview",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.21",
|
|
4
4
|
"description": "Kendo UI Angular listview component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@angular/forms": "15 - 18",
|
|
25
25
|
"@angular/platform-browser": "15 - 18",
|
|
26
26
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
28
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-pager": "17.0.0-develop.
|
|
27
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.21",
|
|
28
|
+
"@progress/kendo-angular-common": "17.0.0-develop.21",
|
|
29
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.21",
|
|
30
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.21",
|
|
31
|
+
"@progress/kendo-angular-pager": "17.0.0-develop.21",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "17.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.21"
|
|
37
37
|
},
|
|
38
38
|
"schematics": "./schematics/collection.json",
|
|
39
39
|
"module": "fesm2015/progress-kendo-angular-listview.mjs",
|
|
@@ -4,12 +4,12 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'ListViewModule', package: 'listview', peerDependencies: {
|
|
6
6
|
// Peers of pager
|
|
7
|
-
'@progress/kendo-angular-dropdowns': '17.0.0-develop.
|
|
8
|
-
'@progress/kendo-angular-treeview': '17.0.0-develop.
|
|
9
|
-
'@progress/kendo-angular-inputs': '17.0.0-develop.
|
|
10
|
-
'@progress/kendo-angular-intl': '17.0.0-develop.
|
|
11
|
-
'@progress/kendo-angular-l10n': '17.0.0-develop.
|
|
12
|
-
'@progress/kendo-angular-popup': '17.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-dropdowns': '17.0.0-develop.21',
|
|
8
|
+
'@progress/kendo-angular-treeview': '17.0.0-develop.21',
|
|
9
|
+
'@progress/kendo-angular-inputs': '17.0.0-develop.21',
|
|
10
|
+
'@progress/kendo-angular-intl': '17.0.0-develop.21',
|
|
11
|
+
'@progress/kendo-angular-l10n': '17.0.0-develop.21',
|
|
12
|
+
'@progress/kendo-angular-popup': '17.0.0-develop.21',
|
|
13
13
|
'@progress/kendo-drawing': '^1.17.2',
|
|
14
14
|
// Peer of icons
|
|
15
15
|
'@progress/kendo-svg-icons': '^3.0.0'
|