@progress/kendo-vue-listview 8.0.3-develop.2 → 8.0.3-develop.4
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/ListView.d.ts +29 -0
- package/ListViewFooter.d.ts +12 -0
- package/ListViewHeader.d.ts +12 -0
- package/dist/cdn/js/kendo-vue-listview.js +1 -1
- package/events.d.ts +16 -0
- package/index.d.mts +10 -103
- package/index.d.ts +10 -103
- package/interfaces/ListViewFooterProps.d.ts +13 -0
- package/interfaces/ListViewHeaderProps.d.ts +13 -0
- package/interfaces/ListViewItemProps.d.ts +20 -0
- package/interfaces/ListViewProps.d.ts +33 -0
- package/package-metadata.d.ts +12 -0
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -5
package/ListView.d.ts
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { PropType } from 'vue';
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
declare const ListView: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
+
dataItems: PropType<any[]>;
|
|
14
|
+
item: PropType<any>;
|
|
15
|
+
header: PropType<any>;
|
|
16
|
+
footer: PropType<any>;
|
|
17
|
+
}>, {}, {}, {}, {
|
|
18
|
+
onScroll(event: any): void;
|
|
19
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
scroll: any;
|
|
21
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
+
dataItems: PropType<any[]>;
|
|
23
|
+
item: PropType<any>;
|
|
24
|
+
header: PropType<any>;
|
|
25
|
+
footer: PropType<any>;
|
|
26
|
+
}>> & Readonly<{
|
|
27
|
+
onScroll?: (...args: any[] | unknown[]) => any;
|
|
28
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
29
|
+
export { ListView };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
declare const ListViewFooter: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export { ListViewFooter };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
declare const ListViewHeader: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
|
+
export { ListViewHeader };
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
13
13
|
*-------------------------------------------------------------------------------------------
|
|
14
14
|
*/
|
|
15
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("@progress/kendo-vue-common")):"function"==typeof define&&define.amd?define(["exports","vue","@progress/kendo-vue-common"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoVueListview={},e.Vue,e.KendoVueCommon)}(this,
|
|
15
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("@progress/kendo-vue-common")):"function"==typeof define&&define.amd?define(["exports","vue","@progress/kendo-vue-common"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoVueListview={},e.Vue,e.KendoVueCommon)}(this,function(e,t,i){"use strict";const o={name:"@progress/kendo-vue-listview",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:1667381550,version:"8.0.3-develop.4",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},s=t.defineComponent({name:"KendoListView",emits:{scroll:null},props:{dataItems:Array,item:[String,Function,Object],header:[String,Function,Object],footer:[String,Function,Object]},created(){i.validatePackage(o)},render(){const{dataItems:e,item:o,header:s,footer:n}=this.$props,r=i.templateRendering.call(this,s,i.getListeners.call(this)),l=i.templateRendering.call(this,n,i.getListeners.call(this)),a=i.getTemplate.call(this,{h:t.h,template:r}),d=i.getTemplate.call(this,{h:t.h,template:l});return t.createVNode("div",{class:"k-listview k-listview-bordered k-d-flex"},[s&&t.createVNode("div",{class:"k-listview-header"},[a]),t.createVNode("div",{class:"k-listview-content",role:"list",onScroll:this.onScroll},[o&&e.map(function(s,n){const r=i.templateRendering.call(this,o,i.getListeners.call(this)),l=i.getTemplate.call(this,{h:t.h,template:r,additionalProps:{dataItem:s,index:n}});return t.createVNode("div",{class:"k-listview-item",role:"listitem",tabindex:0===n?0:void 0,"aria-posinset":n+1,"aria-setsize":e.length},[l])},this)]),n&&t.createVNode("div",{class:"k-listview-footer"},[d])])},methods:{onScroll(e){this.$emit("scroll",e,this)}}}),n=t.defineComponent({name:"KendoListViewHeader",render(){const e=i.getDefaultSlots(this);return t.createVNode("div",{class:"k-listview-header"},[e])}}),r=t.defineComponent({name:"KendoListViewFooter",render(){const e=i.getDefaultSlots(this);return t.createVNode("div",{class:"k-listview-footer"},[e])}});e.ListView=s,e.ListViewFooter=r,e.ListViewHeader=n});
|
package/events.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Represents the object of the `Native Scroll` event ([see example](slug:listview_events)).
|
|
10
|
+
*/
|
|
11
|
+
export interface ListViewScrollEvent {
|
|
12
|
+
/**
|
|
13
|
+
* The object that holds the Native Scroll event properties.
|
|
14
|
+
*/
|
|
15
|
+
event: any;
|
|
16
|
+
}
|
package/index.d.mts
CHANGED
|
@@ -5,106 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export declare const ListView: DefineComponent<ExtractPropTypes< {
|
|
19
|
-
dataItems: PropType<any[]>;
|
|
20
|
-
item: PropType<any>;
|
|
21
|
-
header: PropType<any>;
|
|
22
|
-
footer: PropType<any>;
|
|
23
|
-
}>, {}, {}, {}, {
|
|
24
|
-
onScroll(event: any): void;
|
|
25
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
|
-
scroll: any;
|
|
27
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
28
|
-
dataItems: PropType<any[]>;
|
|
29
|
-
item: PropType<any>;
|
|
30
|
-
header: PropType<any>;
|
|
31
|
-
footer: PropType<any>;
|
|
32
|
-
}>> & Readonly<{
|
|
33
|
-
onScroll?: (...args: any[] | unknown[]) => any;
|
|
34
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
export declare const ListViewFooter: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
40
|
-
|
|
41
|
-
export declare interface ListViewFooterProps {
|
|
42
|
-
/**
|
|
43
|
-
* Add additional classes to the ListViewFooter.
|
|
44
|
-
*/
|
|
45
|
-
class?: string;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @hidden
|
|
50
|
-
*/
|
|
51
|
-
export declare const ListViewHeader: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
52
|
-
|
|
53
|
-
export declare interface ListViewHeaderProps {
|
|
54
|
-
/**
|
|
55
|
-
* Add additional classes to the ListViewHeader.
|
|
56
|
-
*/
|
|
57
|
-
class?: string;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Represents the props of the each ListView item.
|
|
62
|
-
*/
|
|
63
|
-
export declare interface ListViewItemProps {
|
|
64
|
-
/**
|
|
65
|
-
* The data object that represents the current item.
|
|
66
|
-
*/
|
|
67
|
-
dataItem: any;
|
|
68
|
-
/**
|
|
69
|
-
* The index of the item in the data collection.
|
|
70
|
-
*/
|
|
71
|
-
index?: number;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Represents the props of the [Kendo UI for Vue ListView component]({% slug overview_listview %}).
|
|
76
|
-
*/
|
|
77
|
-
export declare interface ListViewProps {
|
|
78
|
-
/**
|
|
79
|
-
* Sets the data of the ListView.
|
|
80
|
-
*/
|
|
81
|
-
dataItems?: any[];
|
|
82
|
-
/**
|
|
83
|
-
* Defines the component that will be rendered for each item of the data collection.
|
|
84
|
-
*/
|
|
85
|
-
item?: any;
|
|
86
|
-
/**
|
|
87
|
-
* Defines the component that will be rendered for ListView header.
|
|
88
|
-
*/
|
|
89
|
-
header?: any;
|
|
90
|
-
/**
|
|
91
|
-
* Defines the component that will be rendered for ListView footer.
|
|
92
|
-
*/
|
|
93
|
-
footer?: any;
|
|
94
|
-
/**
|
|
95
|
-
* Fires when the ListView has been scrolled.
|
|
96
|
-
*/
|
|
97
|
-
onScroll?: (event: ListViewScrollEvent) => void;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* Represents the object of the `Native Scroll` event ([see example](slug:listview_events)).
|
|
102
|
-
*/
|
|
103
|
-
export declare interface ListViewScrollEvent {
|
|
104
|
-
/**
|
|
105
|
-
* The object that holds the Native Scroll event properties.
|
|
106
|
-
*/
|
|
107
|
-
event: any;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export { }
|
|
8
|
+
import { ListView } from './ListView.js';
|
|
9
|
+
import { ListViewHeader } from './ListViewHeader.js';
|
|
10
|
+
import { ListViewFooter } from './ListViewFooter.js';
|
|
11
|
+
import { ListViewProps } from './interfaces/ListViewProps.js';
|
|
12
|
+
import { ListViewItemProps } from './interfaces/ListViewItemProps.js';
|
|
13
|
+
import { ListViewFooterProps } from './interfaces/ListViewFooterProps.js';
|
|
14
|
+
import { ListViewHeaderProps } from './interfaces/ListViewHeaderProps.js';
|
|
15
|
+
import { ListViewScrollEvent } from './events.js';
|
|
16
|
+
export { ListView, ListViewHeader, ListViewFooter };
|
|
17
|
+
export type { ListViewProps, ListViewScrollEvent, ListViewItemProps, ListViewFooterProps, ListViewHeaderProps };
|
package/index.d.ts
CHANGED
|
@@ -5,106 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
export declare const ListView: DefineComponent<ExtractPropTypes< {
|
|
19
|
-
dataItems: PropType<any[]>;
|
|
20
|
-
item: PropType<any>;
|
|
21
|
-
header: PropType<any>;
|
|
22
|
-
footer: PropType<any>;
|
|
23
|
-
}>, {}, {}, {}, {
|
|
24
|
-
onScroll(event: any): void;
|
|
25
|
-
}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
|
-
scroll: any;
|
|
27
|
-
}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
28
|
-
dataItems: PropType<any[]>;
|
|
29
|
-
item: PropType<any>;
|
|
30
|
-
header: PropType<any>;
|
|
31
|
-
footer: PropType<any>;
|
|
32
|
-
}>> & Readonly<{
|
|
33
|
-
onScroll?: (...args: any[] | unknown[]) => any;
|
|
34
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @hidden
|
|
38
|
-
*/
|
|
39
|
-
export declare const ListViewFooter: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
40
|
-
|
|
41
|
-
export declare interface ListViewFooterProps {
|
|
42
|
-
/**
|
|
43
|
-
* Add additional classes to the ListViewFooter.
|
|
44
|
-
*/
|
|
45
|
-
class?: string;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @hidden
|
|
50
|
-
*/
|
|
51
|
-
export declare const ListViewHeader: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
52
|
-
|
|
53
|
-
export declare interface ListViewHeaderProps {
|
|
54
|
-
/**
|
|
55
|
-
* Add additional classes to the ListViewHeader.
|
|
56
|
-
*/
|
|
57
|
-
class?: string;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* Represents the props of the each ListView item.
|
|
62
|
-
*/
|
|
63
|
-
export declare interface ListViewItemProps {
|
|
64
|
-
/**
|
|
65
|
-
* The data object that represents the current item.
|
|
66
|
-
*/
|
|
67
|
-
dataItem: any;
|
|
68
|
-
/**
|
|
69
|
-
* The index of the item in the data collection.
|
|
70
|
-
*/
|
|
71
|
-
index?: number;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* Represents the props of the [Kendo UI for Vue ListView component]({% slug overview_listview %}).
|
|
76
|
-
*/
|
|
77
|
-
export declare interface ListViewProps {
|
|
78
|
-
/**
|
|
79
|
-
* Sets the data of the ListView.
|
|
80
|
-
*/
|
|
81
|
-
dataItems?: any[];
|
|
82
|
-
/**
|
|
83
|
-
* Defines the component that will be rendered for each item of the data collection.
|
|
84
|
-
*/
|
|
85
|
-
item?: any;
|
|
86
|
-
/**
|
|
87
|
-
* Defines the component that will be rendered for ListView header.
|
|
88
|
-
*/
|
|
89
|
-
header?: any;
|
|
90
|
-
/**
|
|
91
|
-
* Defines the component that will be rendered for ListView footer.
|
|
92
|
-
*/
|
|
93
|
-
footer?: any;
|
|
94
|
-
/**
|
|
95
|
-
* Fires when the ListView has been scrolled.
|
|
96
|
-
*/
|
|
97
|
-
onScroll?: (event: ListViewScrollEvent) => void;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* Represents the object of the `Native Scroll` event ([see example](slug:listview_events)).
|
|
102
|
-
*/
|
|
103
|
-
export declare interface ListViewScrollEvent {
|
|
104
|
-
/**
|
|
105
|
-
* The object that holds the Native Scroll event properties.
|
|
106
|
-
*/
|
|
107
|
-
event: any;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
export { }
|
|
8
|
+
import { ListView } from './ListView';
|
|
9
|
+
import { ListViewHeader } from './ListViewHeader';
|
|
10
|
+
import { ListViewFooter } from './ListViewFooter';
|
|
11
|
+
import { ListViewProps } from './interfaces/ListViewProps';
|
|
12
|
+
import { ListViewItemProps } from './interfaces/ListViewItemProps';
|
|
13
|
+
import { ListViewFooterProps } from './interfaces/ListViewFooterProps';
|
|
14
|
+
import { ListViewHeaderProps } from './interfaces/ListViewHeaderProps';
|
|
15
|
+
import { ListViewScrollEvent } from './events';
|
|
16
|
+
export { ListView, ListViewHeader, ListViewFooter };
|
|
17
|
+
export type { ListViewProps, ListViewScrollEvent, ListViewItemProps, ListViewFooterProps, ListViewHeaderProps };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
export interface ListViewFooterProps {
|
|
9
|
+
/**
|
|
10
|
+
* Add additional classes to the ListViewFooter.
|
|
11
|
+
*/
|
|
12
|
+
class?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
export interface ListViewHeaderProps {
|
|
9
|
+
/**
|
|
10
|
+
* Add additional classes to the ListViewHeader.
|
|
11
|
+
*/
|
|
12
|
+
class?: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
/**
|
|
9
|
+
* Represents the props of the each ListView item.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListViewItemProps {
|
|
12
|
+
/**
|
|
13
|
+
* The data object that represents the current item.
|
|
14
|
+
*/
|
|
15
|
+
dataItem: any;
|
|
16
|
+
/**
|
|
17
|
+
* The index of the item in the data collection.
|
|
18
|
+
*/
|
|
19
|
+
index?: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { ListViewScrollEvent } from '../events';
|
|
9
|
+
/**
|
|
10
|
+
* Represents the props of the [Kendo UI for Vue ListView component]({% slug overview_listview %}).
|
|
11
|
+
*/
|
|
12
|
+
export interface ListViewProps {
|
|
13
|
+
/**
|
|
14
|
+
* Sets the data of the ListView.
|
|
15
|
+
*/
|
|
16
|
+
dataItems?: any[];
|
|
17
|
+
/**
|
|
18
|
+
* Defines the component that will be rendered for each item of the data collection.
|
|
19
|
+
*/
|
|
20
|
+
item?: any;
|
|
21
|
+
/**
|
|
22
|
+
* Defines the component that will be rendered for ListView header.
|
|
23
|
+
*/
|
|
24
|
+
header?: any;
|
|
25
|
+
/**
|
|
26
|
+
* Defines the component that will be rendered for ListView footer.
|
|
27
|
+
*/
|
|
28
|
+
footer?: any;
|
|
29
|
+
/**
|
|
30
|
+
* Fires when the ListView has been scrolled.
|
|
31
|
+
*/
|
|
32
|
+
onScroll?: (event: ListViewScrollEvent) => void;
|
|
33
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
import { PackageMetadata } from '@progress/kendo-licensing';
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export declare const packageMetadata: PackageMetadata;
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-listview",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-listview",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1773756222,version:"8.0.3-develop.4",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCode: "KENDOUIVUE",
|
|
12
12
|
productCodes: ["KENDOUIVUE"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "8.0.3-develop.
|
|
13
|
+
publishDate: 1773756222,
|
|
14
|
+
version: "8.0.3-develop.4",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-listview",
|
|
3
|
-
"version": "8.0.3-develop.
|
|
3
|
+
"version": "8.0.3-develop.4",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -9,8 +9,14 @@
|
|
|
9
9
|
"types": "./index.d.ts",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
|
-
"import":
|
|
13
|
-
|
|
12
|
+
"import": {
|
|
13
|
+
"types": "./index.d.mts",
|
|
14
|
+
"default": "./index.mjs"
|
|
15
|
+
},
|
|
16
|
+
"require": {
|
|
17
|
+
"types": "./index.d.ts",
|
|
18
|
+
"default": "./index.js"
|
|
19
|
+
}
|
|
14
20
|
},
|
|
15
21
|
"./package.json": {
|
|
16
22
|
"default": "./package.json"
|
|
@@ -19,7 +25,7 @@
|
|
|
19
25
|
"sideEffects": false,
|
|
20
26
|
"peerDependencies": {
|
|
21
27
|
"@progress/kendo-licensing": "^1.7.2",
|
|
22
|
-
"@progress/kendo-vue-common": "8.0.3-develop.
|
|
28
|
+
"@progress/kendo-vue-common": "8.0.3-develop.4",
|
|
23
29
|
"vue": "^3.0.2"
|
|
24
30
|
},
|
|
25
31
|
"dependencies": {},
|
|
@@ -39,7 +45,7 @@
|
|
|
39
45
|
"package": {
|
|
40
46
|
"productName": "Kendo UI for Vue",
|
|
41
47
|
"productCode": "KENDOUIVUE",
|
|
42
|
-
"publishDate":
|
|
48
|
+
"publishDate": 1773756222,
|
|
43
49
|
"licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
44
50
|
}
|
|
45
51
|
},
|