@progress/kendo-vue-listview 5.3.0-dev.202410141143 → 5.3.0-develop.2
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.js +8 -0
- package/ListView.mjs +74 -0
- package/ListViewFooter.js +8 -0
- package/ListViewFooter.mjs +21 -0
- package/ListViewHeader.js +8 -0
- package/ListViewHeader.mjs +21 -0
- package/README.md +27 -31
- package/dist/cdn/js/kendo-vue-listview.js +8 -1
- package/index.d.mts +110 -0
- package/index.d.ts +110 -0
- package/index.js +8 -0
- package/index.mjs +15 -0
- package/package-metadata.js +8 -0
- package/package-metadata.mjs +18 -0
- package/package.json +24 -48
- package/dist/es/ListView.d.ts +0 -42
- package/dist/es/ListView.js +0 -101
- package/dist/es/ListViewFooter.d.ts +0 -42
- package/dist/es/ListViewFooter.js +0 -31
- package/dist/es/ListViewHeader.d.ts +0 -42
- package/dist/es/ListViewHeader.js +0 -31
- package/dist/es/additionalTypes.ts +0 -21
- package/dist/es/events.d.ts +0 -9
- package/dist/es/events.js +0 -2
- package/dist/es/interfaces/ListViewFooterProps.d.ts +0 -6
- package/dist/es/interfaces/ListViewFooterProps.js +0 -1
- package/dist/es/interfaces/ListViewHeaderProps.d.ts +0 -6
- package/dist/es/interfaces/ListViewHeaderProps.js +0 -1
- package/dist/es/interfaces/ListViewItemProps.d.ts +0 -13
- package/dist/es/interfaces/ListViewItemProps.js +0 -2
- package/dist/es/interfaces/ListViewProps.d.ts +0 -26
- package/dist/es/interfaces/ListViewProps.js +0 -2
- package/dist/es/main.d.ts +0 -9
- package/dist/es/main.js +0 -4
- package/dist/es/package-metadata.d.ts +0 -5
- package/dist/es/package-metadata.js +0 -11
- package/dist/esm/ListView.d.ts +0 -42
- package/dist/esm/ListView.js +0 -101
- package/dist/esm/ListViewFooter.d.ts +0 -42
- package/dist/esm/ListViewFooter.js +0 -31
- package/dist/esm/ListViewHeader.d.ts +0 -42
- package/dist/esm/ListViewHeader.js +0 -31
- package/dist/esm/additionalTypes.ts +0 -21
- package/dist/esm/events.d.ts +0 -9
- package/dist/esm/events.js +0 -2
- package/dist/esm/interfaces/ListViewFooterProps.d.ts +0 -6
- package/dist/esm/interfaces/ListViewFooterProps.js +0 -1
- package/dist/esm/interfaces/ListViewHeaderProps.d.ts +0 -6
- package/dist/esm/interfaces/ListViewHeaderProps.js +0 -1
- package/dist/esm/interfaces/ListViewItemProps.d.ts +0 -13
- package/dist/esm/interfaces/ListViewItemProps.js +0 -2
- package/dist/esm/interfaces/ListViewProps.d.ts +0 -26
- package/dist/esm/interfaces/ListViewProps.js +0 -2
- package/dist/esm/main.d.ts +0 -9
- package/dist/esm/main.js +0 -4
- package/dist/esm/package-metadata.d.ts +0 -5
- package/dist/esm/package-metadata.js +0 -11
- package/dist/esm/package.json +0 -3
- package/dist/npm/ListView.d.ts +0 -42
- package/dist/npm/ListView.js +0 -108
- package/dist/npm/ListViewFooter.d.ts +0 -42
- package/dist/npm/ListViewFooter.js +0 -38
- package/dist/npm/ListViewHeader.d.ts +0 -42
- package/dist/npm/ListViewHeader.js +0 -38
- package/dist/npm/additionalTypes.ts +0 -21
- package/dist/npm/events.d.ts +0 -9
- package/dist/npm/events.js +0 -3
- package/dist/npm/interfaces/ListViewFooterProps.d.ts +0 -6
- package/dist/npm/interfaces/ListViewFooterProps.js +0 -5
- package/dist/npm/interfaces/ListViewHeaderProps.d.ts +0 -6
- package/dist/npm/interfaces/ListViewHeaderProps.js +0 -5
- package/dist/npm/interfaces/ListViewItemProps.d.ts +0 -13
- package/dist/npm/interfaces/ListViewItemProps.js +0 -6
- package/dist/npm/interfaces/ListViewProps.d.ts +0 -26
- package/dist/npm/interfaces/ListViewProps.js +0 -3
- package/dist/npm/main.d.ts +0 -9
- package/dist/npm/main.js +0 -12
- package/dist/npm/package-metadata.d.ts +0 -5
- package/dist/npm/package-metadata.js +0 -14
package/ListView.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),e=require("@progress/kendo-vue-common"),g=require("./package-metadata.js"),u=t.defineComponent({name:"KendoListView",emits:{scroll:null},props:{dataItems:Array,item:[String,Function,Object],header:[String,Function,Object],footer:[String,Function,Object]},created(){e.validatePackage(g.packageMetadata)},render(){const{dataItems:i,item:s,header:l,footer:r}=this.$props,o=e.templateRendering.call(this,l,e.getListeners.call(this)),n=e.templateRendering.call(this,r,e.getListeners.call(this)),c=e.getTemplate.call(this,{h:t.h,template:o}),d=e.getTemplate.call(this,{h:t.h,template:n});return t.createVNode("div",{class:"k-listview k-listview-bordered k-d-flex"},[l&&t.createVNode("div",{class:"k-listview-header"},[c]),t.createVNode("div",{class:"k-listview-content",role:"list",onScroll:this.onScroll},[s&&i.map(function(m,a){const h=e.templateRendering.call(this,s,e.getListeners.call(this)),p=e.getTemplate.call(this,{h:t.h,template:h,additionalProps:{dataItem:m,index:a}});return t.createVNode("div",{class:"k-listview-item",role:"listitem",tabindex:a===0?0:void 0,"aria-posinset":a+1,"aria-setsize":i.length},[p])},this)]),r&&t.createVNode("div",{class:"k-listview-footer"},[d])])},methods:{onScroll(i){this.$emit("scroll",i,this)}}});exports.ListView=u;
|
package/ListView.mjs
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 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 { defineComponent as k, h as l, createVNode as e } from "vue";
|
|
9
|
+
import { validatePackage as u, templateRendering as s, getListeners as a, getTemplate as o } from "@progress/kendo-vue-common";
|
|
10
|
+
import { packageMetadata as w } from "./package-metadata.mjs";
|
|
11
|
+
const T = /* @__PURE__ */ k({
|
|
12
|
+
name: "KendoListView",
|
|
13
|
+
emits: {
|
|
14
|
+
scroll: null
|
|
15
|
+
},
|
|
16
|
+
props: {
|
|
17
|
+
dataItems: Array,
|
|
18
|
+
item: [String, Function, Object],
|
|
19
|
+
header: [String, Function, Object],
|
|
20
|
+
footer: [String, Function, Object]
|
|
21
|
+
},
|
|
22
|
+
created() {
|
|
23
|
+
u(w);
|
|
24
|
+
},
|
|
25
|
+
render() {
|
|
26
|
+
const {
|
|
27
|
+
dataItems: t,
|
|
28
|
+
item: r,
|
|
29
|
+
header: n,
|
|
30
|
+
footer: c
|
|
31
|
+
} = this.$props, d = s.call(this, n, a.call(this)), m = s.call(this, c, a.call(this)), h = o.call(this, {
|
|
32
|
+
h: l,
|
|
33
|
+
template: d
|
|
34
|
+
}), p = o.call(this, {
|
|
35
|
+
h: l,
|
|
36
|
+
template: m
|
|
37
|
+
});
|
|
38
|
+
return e("div", {
|
|
39
|
+
class: "k-listview k-listview-bordered k-d-flex"
|
|
40
|
+
}, [n && e("div", {
|
|
41
|
+
class: "k-listview-header"
|
|
42
|
+
}, [h]), e("div", {
|
|
43
|
+
class: "k-listview-content",
|
|
44
|
+
role: "list",
|
|
45
|
+
onScroll: this.onScroll
|
|
46
|
+
}, [r && t.map(function(f, i) {
|
|
47
|
+
const v = s.call(this, r, a.call(this)), g = o.call(this, {
|
|
48
|
+
h: l,
|
|
49
|
+
template: v,
|
|
50
|
+
additionalProps: {
|
|
51
|
+
dataItem: f,
|
|
52
|
+
index: i
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
return e("div", {
|
|
56
|
+
class: "k-listview-item",
|
|
57
|
+
role: "listitem",
|
|
58
|
+
tabindex: i === 0 ? 0 : void 0,
|
|
59
|
+
"aria-posinset": i + 1,
|
|
60
|
+
"aria-setsize": t.length
|
|
61
|
+
}, [g]);
|
|
62
|
+
}, this)]), c && e("div", {
|
|
63
|
+
class: "k-listview-footer"
|
|
64
|
+
}, [p])]);
|
|
65
|
+
},
|
|
66
|
+
methods: {
|
|
67
|
+
onScroll(t) {
|
|
68
|
+
this.$emit("scroll", t, this);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
export {
|
|
73
|
+
T as ListView
|
|
74
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o=require("@progress/kendo-vue-common"),r=e.defineComponent({name:"KendoListViewFooter",render(){const t=o.getDefaultSlots(this);return e.createVNode("div",{class:"k-listview-footer"},[t])}});exports.ListViewFooter=r;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 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 { defineComponent as t, createVNode as o } from "vue";
|
|
9
|
+
import { getDefaultSlots as r } from "@progress/kendo-vue-common";
|
|
10
|
+
const n = /* @__PURE__ */ t({
|
|
11
|
+
name: "KendoListViewFooter",
|
|
12
|
+
render() {
|
|
13
|
+
const e = r(this);
|
|
14
|
+
return o("div", {
|
|
15
|
+
class: "k-listview-footer"
|
|
16
|
+
}, [e]);
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
n as ListViewFooter
|
|
21
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o=require("@progress/kendo-vue-common"),r=e.defineComponent({name:"KendoListViewHeader",render(){const t=o.getDefaultSlots(this);return e.createVNode("div",{class:"k-listview-header"},[t])}});exports.ListViewHeader=r;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 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 { defineComponent as t, createVNode as o } from "vue";
|
|
9
|
+
import { getDefaultSlots as r } from "@progress/kendo-vue-common";
|
|
10
|
+
const d = /* @__PURE__ */ t({
|
|
11
|
+
name: "KendoListViewHeader",
|
|
12
|
+
render() {
|
|
13
|
+
const e = r(this);
|
|
14
|
+
return o("div", {
|
|
15
|
+
class: "k-listview-header"
|
|
16
|
+
}, [e]);
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
export {
|
|
20
|
+
d as ListViewHeader
|
|
21
|
+
};
|
package/README.md
CHANGED
|
@@ -1,50 +1,46 @@
|
|
|
1
|
-
<a href="https://www.telerik.com/kendo-vue-ui
|
|
2
|
-
<img src="https://www.telerik.com/kendo-vue-ui/
|
|
1
|
+
<a href="https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-utils&utm_content=banner" target="_blank">
|
|
2
|
+
<img src="https://www.telerik.com/kendo-vue-ui/npm-banner.svg" alt="Kendo UI for Vue NPM Banner">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## Kendo UI for Vue Listview Package for Vue
|
|
6
6
|
|
|
7
7
|
> **Important**
|
|
8
|
-
> * This package is а part of [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview)—a commercial UI library.
|
|
9
|
-
> * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Vue My License page](https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview).
|
|
10
|
-
> * To receive a license key, you need to either [purchase a license](https://www.telerik.com/kendo-vue-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview) or register for a [free trial](https://www.telerik.com/try/kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendovue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview).
|
|
11
|
-
> * The 30-day free trial gives you access to all the Kendo UI for Vue 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 Vue dev team!
|
|
12
8
|
>
|
|
13
|
-
>
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
> - This package is а part of [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)—a commercial UI library.
|
|
10
|
+
> - You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Vue My License page](https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview).
|
|
11
|
+
> - 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-vue-trial-npmlistview) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/kendo-vue-ui-develop/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview).
|
|
12
|
+
> - The 30-day free trial gives you access to all the Kendo UI for Vue 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 Vue dev team!
|
|
13
|
+
>
|
|
14
|
+
> [Start using Kendo UI for Vue](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview) and speed up your development process!
|
|
16
15
|
|
|
17
|
-
## Vue
|
|
16
|
+
## Vue Listview
|
|
18
17
|
|
|
19
18
|
> Historically, all Kendo UI for Vue Native components support both **Vue 2** and **Vue 3**, however, Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
|
|
20
19
|
|
|
21
|
-
Among the features which the Kendo UI for Vue
|
|
20
|
+
Among the many features which the Kendo UI for Vue Listview deliver are:
|
|
22
21
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
* [Editing](https://www.telerik.com/kendo-vue-ui/components/listview/editing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview)—TThe Kendo UI for Vue ListView allow editing the items on the list.
|
|
27
|
-
* [Theme support](https://www.telerik.com/kendo-vue-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview)—The Kendo UI for Vue ListView, as well as all 100+ components in the Kendo UI for Vue suite, are styled in four polished themes (Bootstrap, Material, Default and Fluent) and can be further customized to match your specific design guidelines.
|
|
22
|
+
- TODO 1
|
|
23
|
+
- TODO 2
|
|
24
|
+
- TODO 3
|
|
28
25
|
|
|
29
26
|
## Support Options
|
|
30
27
|
|
|
31
|
-
For any issues you might encounter while working with the Kendo UI for Vue
|
|
28
|
+
For any issues you might encounter while working with the Kendo UI for Vue Listview, use any of the available support channels:
|
|
32
29
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
30
|
+
- Industry-leading technical support—Kendo UI for Vue 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 Vue support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview).
|
|
31
|
+
- Product forums—The [Kendo UI for Vue forums](https://www.telerik.com/forums/kendo-ui-vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview) are part of the free support you can get from the community and from the Kendo UI for Vue team.
|
|
32
|
+
- Feedback portal—The [Kendo UI for Vue feedback portal](https://feedback.telerik.com/kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview) is where you can request and vote for new features to be added.
|
|
36
33
|
|
|
37
34
|
## Resources
|
|
38
35
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
* [Changelog](https://www.telerik.com/kendo-vue-ui/components/changelogs/ui-for-vue/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-listview)
|
|
36
|
+
- [Getting Started with Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
37
|
+
- [Getting Started with the Kendo UI for Vue Listview](https://www.telerik.com/kendo-vue-ui/components/listview/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
38
|
+
- [API Reference of the Kendo UI for Vue Listview](https://www.telerik.com/kendo-vue-ui/components/listview/api/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
39
|
+
- [Kendo UI for Vue Roadmap](https://www.telerik.com/kendo-vue-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
40
|
+
- [Blogs](https://www.telerik.com/blogs/tag/vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
41
|
+
- [Demos, documentation, and component reference](https://www.telerik.com/kendo-vue-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
42
|
+
- [Kendo UI for Vue pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmlistview)
|
|
47
43
|
|
|
48
|
-
|
|
44
|
+
_Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved._
|
|
49
45
|
|
|
50
|
-
|
|
46
|
+
_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._
|
|
@@ -1 +1,8 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoVueListview=t(require("vue"),require("@progress/kendo-licensing")):e.KendoVueListview=t(e.Vue,e.KendoLicensing)}(self,(function(e,t){return(()=>{"use strict";var n={689:(e,t,n)=>{var r=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.ListViewVue2=t.ListView=void 0;var i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t}(n(895)),s=i.h,a=i.version&&"3"===i.version[0],l=n(680),u=n(169),c={name:"KendoListView",emits:{scroll:null},props:{dataItems:Array,item:[String,Function,Object],header:[String,Function,Object],footer:[String,Function,Object]},created:function(){(0,l.validatePackage)(u.packageMetadata)},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=s||e,n=this.$props,r=n.dataItems,o=n.item,i=n.header,a=n.footer,u=l.templateRendering.call(this,i,l.getListeners.call(this)),c=l.templateRendering.call(this,a,l.getListeners.call(this)),d=l.getTemplate.call(this,{h:t,template:u}),f=l.getTemplate.call(this,{h:t,template:c});return t("div",{class:"k-listview k-listview-bordered k-d-flex"},[i&&t("div",{class:"k-listview-header"},[d]),t("div",{class:"k-listview-content",role:"list",attrs:this.v3?void 0:{role:"list"},onScroll:this.onScroll,on:this.v3?void 0:{scroll:this.onScroll}},[o&&r.map((function(e,n){var i=l.templateRendering.call(this,o,l.getListeners.call(this)),s=l.getTemplate.call(this,{h:t,template:i,additionalProps:{dataItem:e,index:n}});return t("div",{class:"k-listview-item",role:"listitem",attrs:this.v3?void 0:{role:"listitem",tabIndex:0===n?0:void 0,"aria-posinset":n+1,"aria-setsize":r.length},tabIndex:0===n?0:void 0,"aria-posinset":n+1,"aria-setsize":r.length},[s])}),this)]),a&&t("div",{class:"k-listview-footer"},[f])])},methods:{onScroll:function(e){this.$emit("scroll",e,this)}}};t.ListViewVue2=c;var d=c;t.ListView=d},72:(e,t,n)=>{var r=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.ListViewFooterVue2=t.ListViewFooter=void 0;var i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t}(n(895)),s=i.h,a=i.version&&"3"===i.version[0],l=n(680),u={name:"KendoListViewFooter",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(s||e)("div",{class:"k-listview-footer"},[(0,l.getDefaultSlots)(this)])}};t.ListViewFooterVue2=u;var c=u;t.ListViewFooter=c},12:(e,t,n)=>{var r=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.ListViewHeaderVue2=t.ListViewHeader=void 0;var i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t}(n(895)),s=i.h,a=i.version&&"3"===i.version[0],l=n(680),u={name:"KendoListViewHeader",setup:a?function(){return{v3:!!a}}:void 0,render:function(e){return(s||e)("div",{class:"k-listview-header"},[(0,l.getDefaultSlots)(this)])}};t.ListViewHeaderVue2=u;var c=u;t.ListViewHeader=c},169:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-listview",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1728906005,version:"",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"}},346:(e,t,n)=>{var r;function o(e){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o(e)}function i(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==(void 0===e?"undefined":o(e))||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,"string");if("object"!==(void 0===r?"undefined":o(r)))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(void 0===t?"undefined":o(t))?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.DraggableVue2=t.Draggable=void 0;var s=n(895),a=(s.h,s.version&&"3"===s.version[0]),l=n(154),u=n(123),c=(i(r={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null;var e=l,t=void 0!==e&&e.Draggable?e:e.default;this.draggable=new t.Draggable({press:this.press,drag:this.drag,release:this.release})},setup:a?function(){return{v3:!!a}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType||8===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:a?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(e){this.element&&this.$emit("press",e,this.element)},drag:function(e){this.element&&this.$emit("drag",e,this.element)},release:function(e){this.element&&this.$emit("release",e,this.element)}}},"setup",a?function(){return{v3:!!a}}:void 0),i(r,"render",(function(e){return(0,u.getDefaultSlots)(this)})),r);t.DraggableVue2=c;var d=c;t.Draggable=d},685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BrowserSupportService=void 0;var n=function(){return"undefined"!=typeof document?document:{}},r=function(){function e(){}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=n();if(!this.scrollbar&&e&&e.createElement){var t=e.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML=" ",e.body.appendChild(t),this.scrollbar=t.offsetWidth-t.scrollWidth,e.body.removeChild(t)}return this.scrollbar},enumerable:!1,configurable:!0}),e}();t.BrowserSupportService=r},770:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=void 0;var n=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement);t.canUseDOM=n},820:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.classNames=void 0;var r=n(650);t.classNames=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?t.classNames.apply(void 0,e):(0,r.isObject)(e)?Object.keys(e).map((function(t,n){return e[n]||e[t]&&t||null})).filter((function(e){return null!==e})).join(" "):e})).filter((function(e){return!!e})).join(" ")}},920:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cloneArray=t.cloneValue=t.cloneObject=t.clone=t.cloneDate=void 0;var r=n(650);function o(e,t){for(var n in e)if(e.hasOwnProperty(n)){var r=e[n];t[n]=i(r,t[n])}}function i(e,n){if(Array.isArray(e))return s(e);if(e instanceof Date)return(0,t.cloneDate)(e);if(e&&(0,r.isObject)(e)){var i=n||{};return o(e,i),i}return e}function s(e){return e.map((function(e){return i(e,void 0)}))}t.cloneDate=function(e){return e?new Date(e.getTime()):null},t.clone=function(e){var t={};return o(e,t),t},t.cloneObject=o,t.cloneValue=i,t.cloneArray=s},866:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIELD_REGEX=void 0,t.FIELD_REGEX=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g},123:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDefaultSlots=void 0,t.getDefaultSlots=function(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}},580:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.focusContainer=t.focusLastFocusableChild=t.focusFirstFocusableChild=t.lastFocusableChild=t.firstFocusableChild=void 0;var r=n(385),o='input, [tabindex]:not([tabindex="-1"])';t.firstFocusableChild=function(e){if(e){var t=e.querySelectorAll(o);if(t.length&&t[0].focus)return t[0]}},t.lastFocusableChild=function(e){if(e){var t=e.querySelectorAll(o);if(t.length&&t[t.length-1].focus)return t[t.length-1]}},t.focusFirstFocusableChild=function(e){if(e){var t=e.querySelectorAll(o);t.length&&t[0].focus&&t[0].focus()}},t.focusLastFocusableChild=function(e){if(e){var t=e.querySelectorAll(o);t.length&&t[t.length-1].focus&&t[t.length-1].focus()}},t.focusContainer=function(e,n){var o=!0;if(e.keyCode!==r.Keys.enter&&e.target===n)return!1;if(e.keyCode===r.Keys.enter&&e.target===n)o=!0,setTimeout((function(){(0,t.focusFirstFocusableChild)(n)}),1);else if(e.keyCode===r.Keys.esc)o=!1,n.focus();else if(e.keyCode===r.Keys.tab){var i=(0,t.firstFocusableChild)(n),s=(0,t.lastFocusableChild)(n);s&&!e.shiftKey&&e.target===s&&(e.preventDefault(),i.focus()),i&&e.shiftKey&&e.target===i&&(e.preventDefault(),s.focus())}return o}},733:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getActiveElement=t.getInnerActiveElement=void 0,t.getInnerActiveElement=function(e){var n=e.shadowRoot,r=e.contentDocument;return n&&n.activeElement?(0,t.getInnerActiveElement)(n.activeElement):r&&r.activeElement?(0,t.getInnerActiveElement)(r.activeElement):e},t.getActiveElement=function(e){if(e&&e.activeElement)return(0,t.getInnerActiveElement)(e.activeElement)}},369:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTabIndex=void 0,t.getTabIndex=function(e,t,n){var r="string"==typeof e?parseInt(e,void 0):e;if(NaN!==r)return void 0!==r?r:t?n?void 0:-1:0}},504:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getter=void 0;var r=n(866),o={undefined:function(){}};t.getter=function(e){if(o[e])return o[e];var t=[];return e.replace(r.FIELD_REGEX,(function(e,n,r,o){t.push(void 0!==n?n:r||o)})),o[e]=function(e){for(var n=e,r=0;r<t.length&&n;r++)n=n[t[r]];return n},o[e]}},350:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.guid=void 0,t.guid=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n}},366:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.hasRelativeStackingContext=void 0;var r=n(770);t.hasRelativeStackingContext=function(e){if(!r.canUseDOM)return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)";var o=t.createElement("div");o.appendChild(t.createTextNode("child")),o.style.position="fixed",o.style.top="10px",n.appendChild(o),t.body.appendChild(n);var i=10!==o.getBoundingClientRect().top;return t.body.removeChild(n),i}},754:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FontIconVue2=t.FontIcon=void 0;var r=n(895),o=r.h,i=r.version&&"3"===r.version[0],s=n(398),a={name:"KendoFontIcon",emits:{click:null},props:{name:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,tabIndex:Number},computed:{fontClassNames:function(){var e,t=this.$props,n=t.name,r=t.flip,o=t.size,i=t.themeColor;return(e={"k-icon":!0,"k-font-icon":!0})["k-i-"+n]=n,e["k-color-"+i]=i,e["k-flip-h"]="horizontal"===r||"both"===r,e["k-flip-v"]="vertical"===r||"both"===r,e[s.SIZE_CLASSES[o]]=o,e}},setup:i?function(){return{v3:!!i}}:void 0,render:function(e){var t=o||e,n=this.$props,r=n.id,i=n.title,s=n.tabIndex,a=n.ariaLabel;return t("span",{class:this.fontClassNames,id:r,attrs:this.v3?void 0:{id:r,title:i,"aria-label":a,tabIndex:s,role:"presentation"},title:i,"aria-label":a,tabIndex:s,role:"presentation",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})},methods:{handleClick:function(e){this.$emit("click",e)}}};t.FontIconVue2=a;var l=a;t.FontIcon=l},649:(e,t,n)=>{var r=function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.IconVue2=t.Icon=void 0;var o=n(895),i=o.h,s=o.version&&"3"===o.version[0],a=n(754),l=n(128),u={name:"KendoIcon",emits:{click:null},inject:{kendoIcons:{default:{type:"svg",icons:{}}}},props:{name:String,icon:Object,title:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=i||e,n=this.$props,o=n.name,s=n.icon,u=n.themeColor,c=n.size,d=n.flip,f=n.id,v=n.viewBox,p=n.tabIndex,h=n.title,g=n.ariaLabel,m=o&&this.kendoIcons&&this.kendoIcons.icons&&this.kendoIcons.icons[o]||s,b=this.kendoIcons&&"svg"===this.kendoIcons.type&&void 0!==m,y=this.kendoIcons&&this.kendoIcons.size?this.kendoIcons.size:c,O=this.kendoIcons&&this.kendoIcons.flip?this.kendoIcons.flip:d,P=o||(s&&s.name?s.name:void 0),w={themeColor:u,size:y,flip:O,id:f,tabIndex:p,title:h,ariaLabel:g},j=t(a.FontIcon,r(r({},w),{name:P,attrs:this.v3?void 0:r(r({},w),{name:P}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})),C=t(l.SvgIcon,r(r({},w),{icon:m,viewBox:v,name:P,attrs:this.v3?void 0:r(r({},w),{icon:m,viewBox:v,name:P}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}}));return b?C:j},methods:{handleClick:function(e){this.$emit("click",e)}}};t.IconVue2=u;var c=u;t.Icon=c},128:(e,t,n)=>{var r=function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SvgIconVue2=t.SvgIcon=void 0;var o=n(895),i=o.h,s=o.version&&"3"===o.version[0],a=n(398),l=n(123),u={name:"KendoSvgIcon",emits:{click:null},props:{name:String,icon:Object,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number,svgClassName:String,svgStyle:Object},computed:{wrapperClass:function(){var e,t=this.$props,n=t.name,r=t.flip,o=t.size,i=t.themeColor;return(e={"k-icon":!0,"k-svg-icon":!0})["k-color-"+i]=i,e["k-svg-i-"+n]=n,e["k-flip-h"]="horizontal"===r||"both"===r,e["k-flip-v"]="vertical"===r||"both"===r,e[a.SIZE_CLASSES[o]]=o,e}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=i||e,n=(0,l.getDefaultSlots)(this),o=this.$props,s=o.svgClassName,a=o.icon,u=o.id,c=o.tabIndex,d=o.svgStyle,f=o.viewBox,v=o.title,p=o.ariaLabel,h=a?a.content:void 0,g={id:u,title:v,"aria-hidden":!0,tabIndex:c,ariaLabel:p,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:a?a.viewBox:f},m=t("svg",r(r({},g),{attrs:this.v3?void 0:g,domProps:this.v3?void 0:{innerHTML:h},innerHTML:h,class:s,style:d}),a?[]:[n]);return t("span",{class:this.wrapperClass,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},"aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0}},[m])},methods:{handleClick:function(e){this.$emit("click",e)}}};t.SvgIconVue2=u;var c=u;t.SvgIcon=c},398:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SIZE_CLASSES=void 0,t.SIZE_CLASSES={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},451:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getIconName=void 0,t.getIconName=function(e){return e&&-1!==e.indexOf("k-i-")?e.split("k-i-")[1]:e}},806:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},763:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},899:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},650:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isObject=void 0,t.isObject=function(e){return"object"==typeof e}},777:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDir=t.isRtl=void 0;var r=n(770);t.isRtl=function(e){return Boolean(r.canUseDOM&&e&&"rtl"===getComputedStyle(e).direction)},t.getDir=function(e,t){if(!t&&r.canUseDOM&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}},385:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Keys=void 0,t.Keys={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46}},681:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getListeners=t.hasListener=void 0,t.hasListener=function(e){if(this.v3){var t=Object.keys(this.$attrs).map((function(e){return e.toLowerCase()})).some((function(t){return t.endsWith(e.toLowerCase())})),n=Object.entries(this.$props).some((function(t){var n=t[0],r=t[1],o=n.toLowerCase();return void 0!==r&&o.startsWith("on")&&o.endsWith(e.toLowerCase())}));return t||n}return this.$listeners[e]},t.getListeners=function(){if(this.v3){var e={};for(var t in this.$attrs)t.startsWith("on")&&(e[t]=this.$attrs[t]);for(var t in this.$props)t.startsWith("on")&&(e[t]=this.$props[t]);return e}return this.$listeners}},680:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=t.setter=t.getter=t.getDir=t.isRtl=t.getDefaultSlots=t.getTabIndex=t.templateDefinition=t.templateRendering=t.getTemplate=t.cloneDate=t.cloneObject=t.cloneValue=t.cloneArray=t.Draggable=t.clone=t.focusContainer=t.focusLastFocusableChild=t.lastFocusableChild=t.focusFirstFocusableChild=t.firstFocusableChild=t.canUseDOM=t.hasListener=t.getListeners=t.isObject=t.noop=t.Keys=t.guid=t.classNames=t.setRef=t.getRef=void 0;var i=n(820);Object.defineProperty(t,"classNames",{enumerable:!0,get:function(){return i.classNames}});var s=n(350);Object.defineProperty(t,"guid",{enumerable:!0,get:function(){return s.guid}});var a=n(385);Object.defineProperty(t,"Keys",{enumerable:!0,get:function(){return a.Keys}});var l=n(770);Object.defineProperty(t,"canUseDOM",{enumerable:!0,get:function(){return l.canUseDOM}});var u=n(360);Object.defineProperty(t,"getRef",{enumerable:!0,get:function(){return u.getRef}}),Object.defineProperty(t,"setRef",{enumerable:!0,get:function(){return u.setRef}});var c=n(580);Object.defineProperty(t,"focusFirstFocusableChild",{enumerable:!0,get:function(){return c.focusFirstFocusableChild}}),Object.defineProperty(t,"focusLastFocusableChild",{enumerable:!0,get:function(){return c.focusLastFocusableChild}}),Object.defineProperty(t,"focusContainer",{enumerable:!0,get:function(){return c.focusContainer}}),Object.defineProperty(t,"firstFocusableChild",{enumerable:!0,get:function(){return c.firstFocusableChild}}),Object.defineProperty(t,"lastFocusableChild",{enumerable:!0,get:function(){return c.lastFocusableChild}});var d=n(346);Object.defineProperty(t,"Draggable",{enumerable:!0,get:function(){return d.Draggable}});var f=n(920);Object.defineProperty(t,"clone",{enumerable:!0,get:function(){return f.clone}}),Object.defineProperty(t,"cloneArray",{enumerable:!0,get:function(){return f.cloneArray}}),Object.defineProperty(t,"cloneValue",{enumerable:!0,get:function(){return f.cloneValue}}),Object.defineProperty(t,"cloneObject",{enumerable:!0,get:function(){return f.cloneObject}}),Object.defineProperty(t,"cloneDate",{enumerable:!0,get:function(){return f.cloneDate}});var v=n(650);Object.defineProperty(t,"isObject",{enumerable:!0,get:function(){return v.isObject}});var p=n(482);Object.defineProperty(t,"noop",{enumerable:!0,get:function(){return p.noop}});var h=n(504);Object.defineProperty(t,"getter",{enumerable:!0,get:function(){return h.getter}});var g=n(63);Object.defineProperty(t,"setter",{enumerable:!0,get:function(){return g.setter}});var m=n(681);Object.defineProperty(t,"hasListener",{enumerable:!0,get:function(){return m.hasListener}}),Object.defineProperty(t,"getListeners",{enumerable:!0,get:function(){return m.getListeners}});var b=n(337);Object.defineProperty(t,"templateRendering",{enumerable:!0,get:function(){return b.templateRendering}}),Object.defineProperty(t,"getTemplate",{enumerable:!0,get:function(){return b.getTemplate}}),Object.defineProperty(t,"templateDefinition",{enumerable:!0,get:function(){return b.templateDefinition}});var y=n(369);Object.defineProperty(t,"getTabIndex",{enumerable:!0,get:function(){return y.getTabIndex}});var O=n(123);Object.defineProperty(t,"getDefaultSlots",{enumerable:!0,get:function(){return O.getDefaultSlots}});var P=n(777);Object.defineProperty(t,"isRtl",{enumerable:!0,get:function(){return P.isRtl}}),Object.defineProperty(t,"getDir",{enumerable:!0,get:function(){return P.getDir}});var w=n(940);Object.defineProperty(t,"validatePackage",{enumerable:!0,get:function(){return w.validatePackage}}),Object.defineProperty(t,"shouldShowValidationUI",{enumerable:!0,get:function(){return w.shouldShowValidationUI}}),o(n(484),t),o(n(269),t),o(n(685),t),o(n(984),t),o(n(366),t),o(n(649),t),o(n(754),t),o(n(128),t),o(n(451),t),o(n(806),t),o(n(763),t),o(n(899),t),o(n(956),t),o(n(733),t),o(n(642),t)},956:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=t.FOCUSABLE_ELEMENTS=void 0,t.FOCUSABLE_ELEMENTS=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];var n=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var r=t.elements,o=r.indexOf(e)+n;o=o<0?r.length-1:o,t.focusElement(r[o%r.length],e)},this.tabIndex=e.tabIndex||0,this.root=e.root,this.selectors=e.selectors,this.rovingTabIndex=void 0===e.rovingTabIndex||e.rovingTabIndex,this.mouseEvents=e.mouseEvents||{},this.keyboardEvents=e.keyboardEvents||{}}return Object.defineProperty(e.prototype,"elements",{get:function(){return this.root?Array.from(this.root.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"first",{get:function(){return this.root&&this.root.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){var e=this.elements;return e[e.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"current",{get:function(){return this.elements.find((function(e){return e.matches(":focus")}))||null},enumerable:!1,configurable:!0}),e.prototype.focusNext=function(e){this.focusNextIndex(e,1)},e.prototype.focusPrevious=function(e){this.focusNextIndex(e,-1)},e.prototype.triggerKeyboardEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=" "===e.key?"Space":e.key,r=e.type;t&&this.keyboardEvents[r][n]&&this.keyboardEvents[r][n].call(void 0,t,this,e)},e.prototype.triggerMouseEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=e.type;t&&this.mouseEvents[n].call(void 0,t,this,e)},e.prototype.focusElement=function(e,t){e&&(t&&(this.rovingTabIndex&&t.removeAttribute("tabindex"),t.classList.remove("k-focus")),this.rovingTabIndex&&e.setAttribute("tabindex",String(this.tabIndex)),e.focus({preventScroll:!0}))},e}();t.Navigation=n},482:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.noop=void 0,t.noop=function(){}},360:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setRef=t.getRef=void 0,t.getRef=function(e,t,n){return e.v3?e["".concat(t,"Ref")]:e.$refs["".concat(n||t)]},t.setRef=function(e,t,n){return e.v3?function(n){e["".concat(t,"Ref")]=n}:n||t}},984:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setScrollbarWidth=t.getScrollbarWidth=void 0;var r=n(685),o=n(770);t.getScrollbarWidth=function(){return!(!o.canUseDOM||!document.body)&&(new r.BrowserSupportService).scrollbarWidth},t.setScrollbarWidth=function(){if(!o.canUseDOM||!document.body)return!1;var e=(new r.BrowserSupportService).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))}},63:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setter=void 0;var r=n(866),o={undefined:function(e){return e}};t.setter=function(e){if(o[e])return o[e];var t=[];return e.replace(r.FIELD_REGEX,(function(e,n,r,o){t.push(void 0!==n?n:r||o)})),o[e]=function(e,n){for(var r=e,o=t.length-1,i=0;i<o&&r;i++)r=r[t[i]]=r[t[i]]||{};r[t[o]]=n},o[e]}},337:function(e,t,n){var r=this&&this.__assign||function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},r.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.transformListeners=t.getTemplate=t.templateRendering=t.templateDefinition=void 0;var o=n(895),i=n(650),s=o,a=s.version&&"3"===s.version[0];function l(e){if(!e)return e;for(var t={},n=Object.keys(e),r=0;r<n.length;r++){var o=n[r];t["on"+o.charAt(0).toUpperCase()+o.slice(1)]=e[o]}return t}t.templateDefinition={type:[String,Function,Object,Boolean],default:function(){}},t.templateRendering=function(e,t){if(e||!1===e){if(e.kt)return e;var n=a?this.$slots[e]||(e.toLowerCase?this.$slots[e.toLowerCase()]:null):this.$scopedSlots[e]||(e.toLowerCase?this.$scopedSlots[e.toLowerCase()]:null);return"string"==typeof e&&n?{kt:!0,type:"slot",render:n,listeners:t}:"string"==typeof e||(0,i.isObject)(e)||"function"==typeof e&&e.component?{kt:!0,type:"component",render:e,listeners:t}:{kt:!0,type:"renderFunction",render:e,listeners:t}}},t.getTemplate=function(e){var t,n,o,i=e.h,s=e.template,u=e.defaultRendering,c=e.defaultSlots,d=e.additionalProps,f=e.additionalListeners,v=e.swapDefaultSlots;if(!s||s&&!0===s.render)return u;if(a){var p=u?u.props:{};t=r(r({},s.listeners),l(f)),n=r(r(r({},p),d),t),o=r(r({},n),t)}else{var h=u&&u.componentOptions,g=h?u.componentOptions.listeners:{},m=h?u.componentOptions.propsData:{};t=r(r(r(r({},g),f),l(f)),s.listeners),o={props:n=r(r(r({},m),d),t),on:t}}if("slot"===s.type){var b=s.render({props:n,listeners:t,methods:t,defaultSlots:c});return a?b:b?b[0]:void 0}return"renderFunction"===s.type?v?s.render?s.render(i,u,c,n,t):void 0:s.render?s.render(i,u,n,t,c):void 0:i(s.render,o,a?function(){return[c]}:[c])},t.transformListeners=l},484:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.kendoThemeMaps=void 0,t.kendoThemeMaps={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},269:function(e,t){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},n.apply(this,arguments)},r=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))};function o(e,t,o){var i;return o?n(n({},e),((i={})[t]=o.length?r([],o,!0):void 0,i)):e&&e[t]?r([],e[t],!0):[]}function i(e,t,n){if(e[t]){var r=o(e,t).map((function(e){return i(e,t,n)}));return n(o(e,t,r))}return n(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.getNestedValue=t.getItemPath=t.extendDataItem=t.mapTreeItem=t.mapTree=void 0,t.mapTree=function(e,t,n){return r([],e.map((function(e){return i(e,t,n)})),!0)},t.mapTreeItem=function(e,t,n,r){for(var o=e,i=[],s=0;s<t.length;s++)o=o[t[s]],o=Array.isArray(o)?o:o[n],i.push(o);var a=i.length>1?i[i.length-2]:e,l=t[t.length-1],u=r(a[l]);a.splice(l,1,u)},t.extendDataItem=function(e,t,n){var r;return Object.assign({},e,e[t]?((r={})[t]=e[t].slice(),r):{},n||{})},t.getItemPath=function(e,t,n){var o=[],i=r([],t,!0);if(i.length){var s=e[i.shift()||0];for(o.push(s);i.length&&n;)s=s[n][i.shift()||0],o.push(s)}return o},t.getNestedValue=function(e,t){var n=e.split("."),r=t;return n.forEach((function(e){r=r?r[e]:void 0})),r}},940:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=void 0;var r=n(302),o=["telerik.com","progress.com","stackblitz.io","csb.app","webcontainer.io"],i=r,s=void 0!==i&&i.validatePackage?i:i.default;t.validatePackage=function(e){if(s&&s.validatePackage)s.validatePackage(e);else{var t="License activation failed for ".concat(e.name,"\n");t+="The @progress/kendo-licensing script is not loaded.\n",t+="See ".concat(e.licensingDocsUrl," for more information.\n"),console.warn(t)}},t.shouldShowValidationUI=function(e){return!(o.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))||s&&s.validatePackage&&s.validatePackage(e))}},642:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WatermarkOverlayVue2=t.WatermarkOverlay=void 0;var r=n(895),o=r.h,i=r.version&&"3"===r.version[0],s="https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-banner",a=new Array,l={name:"KendoWatermarkOverlay",setup:i?function(){return{v3:!!i}}:void 0,mounted:function(){if(this.bannerWrapper=this.$refs.banner,a.push(this.bannerWrapper),document&&document.body&&document.body.append(this.bannerWrapper),a.length>1)for(var e=1;e<a.length;e++)a[e].remove()},beforeDestroy:i?void 0:function(){this.bannerWrapper.remove(),a=[]},beforeUnmount:function(){this.bannerWrapper.remove(),a=[]},data:function(){return{watermarkStyles:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,"z-index":101,"pointer-events":"none","background-image":"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABVxSURBVHgB7Z3tVRtJE4WL9zgANgLLGRCCnAGOADmCxRGgDFAGYiOADKQMIAGO9J8ji42g37mjqlUjBgOanpn+uM85sjC2sKzbVd1dVV0tQgghhBBCCCGEEEIIKRPn3Gn1GAlJmmN1pP558J6OX9540ejh4WGlX09OTk7+EZIclXYXlY43+vVflY7PH3wd9c+AY/Wvvcb9/b0bjUYOz/hBQpICmh1oOPrEa6l/4rTR337AhIMgTSqtzg+0m8gnof7p0mD8EzmGhkFwJiR6np6e7luLL9Q/RTDTBzF+7wfWg2CxWOCHjYVET6XTdLPZrFuLL9Q/NeCkoVUQ4/d+6Ijev1yof1rAUVMvQgjJHebrSRu+CEmWo/O8hISgCjStKpgiGoDWed4AUP/hwGf++Pi4hQYyFHgDzBP3T7A8b0uo/zD4+sMBy1CwWKR/YjF+fS/Uv2di0t/eEAdBT0QnvlD/PolR/xoOgu4JUd7bFdS/e6I1foODoFuqz3M2mUziFF+of5dEb/xGwyAYCwmCVuPNYv5MqX94Yl75NWKD4PLyEm92KqQoqH9Y8Bnis0zC+A14LbxxVqiVCfUPh678plxNFYQe5pjRgAgpDAv4IOAHJyCEkDJoiPaeCyG5UA1oRIYWHNivSSbV0wLq/zbQXz+bS8kV/AeZJ35NCcYPqH8zvv4VS8kVFou8phTjB9T/NcVt+zgI9rjQDRwTgPrvKcn5v4CDYIfT/vtFiS/UHxRr/AYHwQ4t9DiVwihZ/+KN36ATKJsS9U+utr9r/EGQdQSUNFKa/geZkImQ/2rHlznnQDG7oX9b9Xwl5AUl6G9oLcSSxl8Q/p4P13YJIaQMisvzEkJ2lJjnJyQY3lnoJGfNUvP8oUhZf7c70s2eCG1wL7uhRJ0iQnCveiDIhzf7t/f9IvP8IUhJfx/b9rErUkvgRVPIE1fv6xrvbzweu7OzM3d7e4v3OhfSilT092HMJzCxF4u43eWctfFvt1uHu9nxXvF1CWmtroldfx9W+HVErINAjX+M65ngAPxnOAJ1AiMhrUjBCdD4Oya2QYBlPwx8vV47WwFg+a+XZbrz83NzANz/ByBmJ0Dj74lYBgECfrbnt6U/DB/vC7388L2rqyu8vzshwYjRCdD4e8YfBLidVgYA0X7M9jB8PGazmbu5ualnfiz9dSAsufwPTwz6+5jjp/H3CD5ofPB9343u9v3u6+U+0jyY7eEA8Hx3d4c/QjvvMyGdMZT+TeA9wBHR+DPHUn3T6bRe7uMxn89tn18v/TH7O17gQEheYM9vEX7M9hbsg/FbHED3/IPPSISQgNhyE0au+7x7PPtOQFcB3PMTMjTYf4cyRN3zL2DgMHgs/7XU99acgDIWEgUh9W/4uWMh8QKBvCh8qxSR7fmxt0eEv8kJ6MzP8/2REFL/g59bp/o0xsMAb6xAnBB5Yr+6D3X9KOpBxP/ACWA0jFnoEw+h9D/4mYd5/pGQeAlRLFK95tJy+35578PDQ+0E9LAPi3wixAUsFmKRT6I0DIIPzdJuf6R3i+UeZnsz/nqjPx47/fMpZ/54OVb/g5/BZi4pY4Pgo8s2d3CkF0Z/cXFRL/+Xy2W9BdBUH4/5JsBn9W94PZu5pI77QzMOjepiNp/j71hO//fv31sr7qmtfT73i3xWjnvAZHhH/4nquXrLwB2bueSJ27Vmvodhq4df4BmzvQb3IPxWl/zgRl/DwZA4GrhdYFUHfbHE1y0enXsJ2FLfCnggvjqBejDoTI8o38ocgJAscNq8BY4fv/Uf+J46gjkdQcbA+19fXzs7zQfR8TWcgH+kFw/u+fMDKz/o3OQETk9PLcWLPSBbeeWELd91eb+CcTc5gXr6r9J8PNKbF/7S3z+6DYcvDasBOv6M0GUduNDfv+cEYPhjIVmA+I3Vc4gaOQzfHAECvb4joAPICCzlrIJP93h/dAIYDBQ/L8wBNC37rXUblv5CB5AfGvi5h6F7Ed9GJ2CZP0b780O1vreVnnhOAFsBOoCMscg/HMBbTsCO+grJFkvvHmYCSnYA/5MMcbsiH6TykNgfr9fry58/f0oltFxcXMj379+l+h42gBcnJyfr6iXfq1nhJ56FZIeuAq+fn59Xv379Oq0CgVJNBEIydAAavLv98ePHeSX4bfX1OQSv9noQ/a7y9A8HTuAcTqB63FSPZyE5Mq3GwOW3b99kNpu9+5e/fv2Kp3+FpAW8vB3cwbLOOvZYfl9LfGdW9KOn+mZCskZXhCuL9vtLfjvshd97hWArpn8TxGn5rhZzOL/gB19DYBzzxcEeTQEtGfArB7c7xbmyVu4YExoTuNcYEL6eCkkTxHYOmna4wzQfvq8z/+o949e940hIkjTp5/ZXjm/1+VQfr856UP/EcLtqr9s/OQENDl5+wPhH3nHQZK6mJjucNvNo2w+A+icC0jaY4a2LT5MT+Mye3+l58JSupiY7XIA2XtQ/IZw2f7D9v+X6D53AZ/f8LqGrqckOF7CNF/VPAF3Or6xvv53r951Amx5+DYOAXWEjxXXQxov6R4zTSzusht8OfABE+r3U39y1iPbbIODVX3ED4/Tagk8kENQ/QiyaC1Fg7PX6frm0Mk6/wUOQ8l799+j9I0cDwcF1ov4R4Xbde2vjxi92ogsPzPrY92szD7buJiQn3K6+v17q2yxvlV1u3+TRAn4jIYTkAfbymOWx1AcwfHMEXp5/JISQ9PEDd867ohvGbvt+cwRe6+5ee7ltNpuVf7yYdA8+68fHxy0+exkY6t8RGnSxJX19yAd7fWvhjEs7NOCHb2D9/+AGqO3HQGSeuD/8PD/GggwM9e8IBPCwr7ciHnzA6NrqtW5+4QRkIByLRXrDRXhXH/XvCKRccEuPX8mHD9jr7Vc7AV32D9rJh4Oge2I0foP6d8QHnADO9kdxYw8HQXfEbPwG9e+It5yAlvdG1beNgyA8KRi/Qf07oskJIEYQw8x/SMMgGAs5CmR0UjF+g/oHwh00YzAn0OZgT1/YINBU5VTIUeCzw2eYivEb1L8l7o1mDm7X220a48x/iNtVLE4dC5OOxu2794wlMaj/kbgAzRwIIQmS4p6PEBKIp6enexo/IYWCPdNms1nnbPxat7BwvH/+P7Dt08/kUjKH+hcOxGeeeI8f86lYSuZQ/8JhsciehoBv9rMi9VdcwZcucBCkVeEXmuL1dy0vbciBkgdBycZvFKs/8/x7ShwENP49xelP8V9T0iBgncdritGfxv82/iDIORJ+EAGfCKnJXn8a//to7fgy51y45sCX1P812erPZR8hBVMZ/Ax9+2j8hBSIHumcpXikkxBCBsXtz8QnUyXndvfz8Sx8AFLUnwTEveyKE32KyAK+7IYThqT0V88/o+cPBz7TVPLEJdb2d00y+pv4elHHTEgwUigWYaq3O6LXn56/e2IeBDT+7olWf4rfHzEOAurfH9HpT/H7J6ZBQP37Jxr9Kf5w+IMAt9PKQOB6NurfP4Prjyg/jX9Y8JnDAHE/vQwE/m0MQOrfP4PqX/3jp15Dj4kQQspCK5SK7OZDCCGEEBIfbneH4kgCoT9vLCQJguqPaD8CDdXzlZDogaEuFotgKSLL9uBnYmAJiZqg+vupPlzbJSR6YKSh8sSODVyTI5j+LO9NlxDFIqzzSJfW+jPPnz4Ng+DDGRvqnz5t9GeePxNsEHx2+U798+BY/e3FzPNnwLE6Uv88oI6EEEIIIYQQQgghhBBCCCGEEEIIIYQQQkiRoHyQxz/T51gdqX8evKfjlzdeNHp4eFjp15OTk5N/hCQHjoFWOt7o139VOj5/8HXUPwOO1f+/02ApXEhJmmnTzIP6p49r28wlRFMJMgwhmnlQ/3RB854g/RwaBgF7wkVOyGYe1D9N0L4vWDMXGwTaFHIsJGpgpF5TyIm0hPqnR6XTdLPZrF2oZi7aVIDePxFgqCH1ov6EEEIIITHRtl7jixBCkuToPH8ocGMQrihmiqh/8Jnjau6hrwen/sPQOs8fAgxA5on7xxcfBigDQf2HIUSdR6g3wmKRnolGfKH+QxCT/vaGOAh6Ijrxhfr3SYz613AQdE+04gv174Ng5b1dwUHQHTEbv0H9u6X6PGeTySTu69oaBsFYSCui9/we1L87tBpzFv1naoPg8vISA2AqpBX4DPFZxm78BvUn9awF8R07yrRGPf80pdmU+hNCyJHoYa4ZHSghhWEBXwT84ASEEFIGDdmec8mJ6j+EyNAiu/9YACC+fjaXkinU/21SSPW2BuIzT/waX/yKpWQK9W+mCOMHLBZ5TfbLPg/q/5pijN/gINhTnPhC/X1cwAauScFBUKbxG9R/h9P7F0rTv6bkQVCy8Rt0Aju00OtUSqTEQZBSbX/X0AmQF4Mg5wi4cRAJn0jhlKY/aUBrx5c558ANzYUvafx7StAfqxv0UKyer4QQUg5+zAfXdgkhpAxKqvMghHgUm+cPhdufhU/Oa+qRTp6Jb0HK+oOi8/whcC+74SSTIrJlH7vitCMl/RHcqx4I8uHN/u19v9w8f1swi6aWJ+aeLxyp6F+9r2u8v/F47M7Oztzt7S3e61xIe1IqFmGFX3hi19/tLuesjX+73brFYlG/V3xdQlq7F1JwAjT+7ohVfzX+Ma5ngwPwn+EI1AmMhLQnZidA4++e2PTHsh8Gvl6vna0AsPzXy1Ld+fm5OQDu/0MRoxOg8fdHLPoj4Gd7flv6w/DxvtDLD9+7urrC+7sTEhZ/EOB2WhkYE57G3w8x6I9oP2Z7GD4es9nM3dzc1DM/lv46FpZc/ncEBgEMD7XVMjB4DxiINP7+GEp/t7/voF7uI0WJ2R4OAM93d3f4I7TzPhNCSD5Yqm86ndbLfTzm87nt8+ulP2Z/x+vQCMkL7Pktwo/Z3oJ9MH6LA+ief/AVKSEkILbdgJHr3v4ez74T0FUA9/wxgP1XF0Lozx0LiZqQ+uuefwEDh8Fj+a+lvrfmBJSxkOGBEF4UNliKyFJ9usdjgCdSQupve37s7RHhb3ICOvPzfH8swDhD54kb8vwjIVESSn+/ug91/SjqQcT/wAlgNhiz0CcyQhaLsMgnPULoX73m0nL7fnnvw8ND7QT0sA+LfGKlYRB82ks7NnNIlmP1d/sjvVtsJTDbm/HXG/3x2OmfTznzR44NgmOX7Y7NHJLms/q7gyO9MPqLi4t6+b9cLustgKb6eMw3FdwfmjFggKg3X71l4I7NHJLmHf3PVPs5/o7l9H///r214p7a2udzv8hn5RgDShsN3Czg1SE4lom6xKO4heB2rdnvYdi6QljgGbO9BvfgOLa65Ac3+hpOBinjtHkDhMdv/Qe+p45gTkeQL7bUtwIeaK5OoJ4MdKZHlG9lDkBIPsDzQ/QmJ3B6emopHqwB2corQzDDX19fOzvNh7GAr+EE/CO9eHDPnxH+0t8/ugnBpWE1QOHzwpbvurxfwbibnEA9/VdpPh7pzQjs3yyfK2rkMHxzBAj0+I6ADiAvdFsHLvT37zkBGP5YSB6YA2ha9lvrJiz9hQ4gO7CVswo+jfH80QlgMqD2GaKC35unF88JYCtAB5AnGvi9h6F7GZ9GJ2CZP0b7M8XSO4eZADqAvLHIPxzAW07AjvpKYfxPCkBngevn5+fVr1+/TqtAoFQDQUieuF2RD1J5SOyP1+v15c+fP6Vy9HJxcSHfv3+X6nsIAF2cnJysq5d8r1YAP/EshVGEA6iYVkZ/+e3bN5nNZu/+5a9fv+LpXyHJocG72x8/fpxXDv+2+vocDr+K9cDp31UrvYcDJ3AOJ1A9bqrHs5D80BlhZdF+f8lvhz3we68QZMX0T3pglWcHd6Cjdeyx/L6W+M6s6EdP9c2ElIHbneJaWStnFIRoTOBe94D4eiokSZyW72oxl/MLfvA1jB6642CPpoCXDPhljO79RwffG6kj2OrzqT5e1Xo3vZ7EC2K7B0073GGaD9/XmX/1nvFT/4Rx2syjbT+AIW+gIZ/D7ao9b//kBDQ4ePkB46f+qeICtPFy2g8gpavJSwZpW8zw1sWnyQl8Zs9P/RPFBWzj5RK6mrxkTCfb/1uu/9AJfHbPT/0Tw3XQxqthELArcETocn5lffvtXL/vBNr08KP+CQFxvLbQEwmEDQJe/RQXTi/tsBp+O/AFEOn3Un9z1yLaT/0TQgNBwb20Zg/o/SPBsjkwShh7vb5fLq2M22/wEqS8V/+9sRBChsXtuvfWxo1f7EQnHpj1se/XZh5s3U1ITrhdfX+91LdZ3io73b7JqwX8RkIIyQPs5THLY6kPYPjmCLw8/0hI3iAd8/j4uN1sNisZGLwH/3gpCYcfuHPeFd0wdtv3myPwWnf32suR+veMn+fHBy8DA0fEPHF4NOhmS/r6kA/2+tbCHZd2aMAP38D6/8ENUNtP/XvERXhXn2OxSCcggId9vRXx4LNF12avdfsLJyADQf17IkbjNzgIwoOUK27p8Sv58Nl6vf1qJ6DL/kE7+VD/jonZ+A0OgvB8wAngbH8UN/ZQ/45IwfgNDoLwvOUEtLw3qr6N1D8wiOimYvxGwyAYC2lFkxNAjCCGmf8Q6h8QRHeR7knF+A0bBJqqmgr5NO6gGYc5gTYHe/qC+gfC7bv3jCUx3K5ibepYmPJp3BvNXNyut+M0xpn/EOpPyBG4AM1cCCEJkmLMhxASiKenp3saf4Fg2Vc9FsjpSuZo3hr/115r1lMAe+bNZrPO2fip/wH+nq9iKZkD8ZknLhfq79EQ8MneK7JYpGyov5JShV9oOAjKvnSjeP1LNn6j5EHgWl7akgPF6k/j31PiIGCef09x+jPP+5qSBgGd/2uKcgIHEdCJkBp/EOSaCaHxv00J+tdoDnRJ8V+jtePLHGshaPzvk7P+pGC47SOkYCqDn6FvH42fkAJxuyPdaN01FlIGbnc/37TkFE8o3L4nAmvHCyQ5/S3gw24oYXAvuyKxbLgwktK/xNr+rsFqKpU8sa78Zlz5hSMZ/Znq6Y4UikVMf72oYyYkGNHrT+PvnpgHAVd+3ROt/jT+/ohxEFD//ohOf4rfPzENAurfP1E5AVzPRPH7xx8EuJ1WBoDGPxyH+ruhjlTjbnR9AxMhvYLPHA4YGkjPIMpP4x+WIfUnhYMZx2voMRFCSFlohVqR3XwIIaQc3O5OtrGQJFC9RkKKRCsyRxICi/YuFgvs986ERA3Eh1ahUkT4GQg0Vc9XQqInqP6ODRyTA046VJ7Y1x/XdgmJnmD6M8+bLiGKRVjemy6t9WeeN30aBsGHI/bUP33a6M88bybYIPjs9o3658Gx+tuLmefNgGN1pP55QB0JIYQQQgghhBBCCJGy+T9ftRg+rVNPfAAAAABJRU5ErkJggg==')"},bannerStyles:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px","border-radius":"4px","box-shadow":"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)","font-size":"14px","font-weight":400,"line-height":"20px","background-color":"#FFC000",color:"#1E1E1E","z-index":999999},bannerButtonStyles:{display:"inline-flex",position:"relative",border:"none","border-radius":"4px",padding:"5px","background-color":"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},showBanner:!0}},methods:{onCloseBannerClick:function(){this.showBanner=!1,a=[]}},render:function(e){var t=o||e,n=this.showBanner&&t("div",{style:this.bannerStyles,ref:"banner"},[t("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{"fill-rule":"evenodd",attrs:this.v3?void 0:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"},"clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"})])]),t("span",["No valid license found for Kendo UI for Vue. Learn how to activate your license."]),t("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},[t("a",{href:s,attrs:this.v3?void 0:{href:s},style:{marginRight:"8px",display:"flex"}},[t("button",{title:"Learn More",attrs:this.v3?void 0:{title:"Learn More"},style:this.bannerButtonStyles},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",attrs:this.v3?void 0:{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])]),t("button",{title:"Close",attrs:this.v3?void 0:{title:"Close"},style:this.bannerButtonStyles,onClick:this.onCloseBannerClick,on:this.v3?void 0:{click:this.onCloseBannerClick}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",attrs:this.v3?void 0:{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])])]);return t("div",{style:this.watermarkStyles},[n])}};t.WatermarkOverlayVue2=l;var u=l;t.WatermarkOverlay=u},154:(e,t,n)=>{n.r(t),n.d(t,{Draggable:()=>c,default:()=>f});var r=function(e,t){return function(n){return t(e(n))}},o=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},i=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},s=function(){},a=function(e){return e.preventDefault()},l=/touch/;function u(e){return e.type.match(l)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,clientX:e.changedTouches[0].clientX,clientY:e.changedTouches[0].clientY,type:e.type,originalEvent:e,isTouch:!0}:{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,originalEvent:e}}var c=function(e){var t=this,n=e.press;void 0===n&&(n=s);var l=e.drag;void 0===l&&(l=s);var c=e.release;void 0===c&&(c=s);var d=e.mouseOnly;void 0===d&&(d=!1),this._pressHandler=r(u,n),this._dragHandler=r(u,l),this._releaseHandler=r(u,c),this._ignoreMouse=!1,this._mouseOnly=d,this._touchstart=function(e){1===e.touches.length&&t._pressHandler(e)},this._touchmove=function(e){1===e.touches.length&&t._dragHandler(e)},this._touchend=function(e){0===e.touches.length&&1===e.changedTouches.length&&(t._releaseHandler(e),t._ignoreMouse=!0,setTimeout(t._restoreMouse,2e3))},this._restoreMouse=function(){t._ignoreMouse=!1},this._mousedown=function(e){var n=e.which;n&&n>1||t._ignoreMouse||(o(t.document,"mousemove",t._mousemove),o(t.document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){i(t.document,"mousemove",t._mousemove),i(t.document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(o(t.document,"pointermove",t._pointermove),o(t.document,"pointerup",t._pointerup),o(t.document,"pointercancel",t._pointerup),o(t.document,"contextmenu",a),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(i(t.document,"pointermove",t._pointermove),i(t.document,"pointerup",t._pointerup),i(t.document,"pointercancel",t._pointerup),i(t.document,"contextmenu",a),t._releaseHandler(e))}},d={document:{configurable:!0}};c.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},d.document.get=function(){return this._element?this._element.ownerDocument:document},c.prototype.cancelDrag=function(){i(this.document,"pointermove",this._pointermove),i(this.document,"pointerup",this._pointerup),i(this.document,"pointercancel",this._pointerup)},c.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},c.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?o(e,"pointerdown",this._pointerdown):(o(e,"mousedown",this._mousedown),this._mouseOnly||(o(e,"touchstart",this._touchstart),o(e,"touchmove",this._touchmove),o(e,"touchend",this._touchend)))},c.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return i(e,"pointerdown",this._pointerdown),i(this.document,"pointermove",this._pointermove),i(this.document,"pointerup",this._pointerup),i(this.document,"contextmenu",a),void i(this.document,"pointercancel",this._pointerup);i(e,"mousedown",this._mousedown),this._mouseOnly||(i(e,"touchstart",this._touchstart),i(e,"touchmove",this._touchmove),i(e,"touchend",this._touchend))},c.prototype._usePointers=function(){return!this._mouseOnly&&c.supportPointerEvent()},c.prototype.update=function(e){var t=e.press;void 0===t&&(t=s);var n=e.drag;void 0===n&&(n=s);var o=e.release;void 0===o&&(o=s);var i=e.mouseOnly;void 0===i&&(i=!1),this._pressHandler=r(u,t),this._dragHandler=r(u,n),this._releaseHandler=r(u,o),this._mouseOnly=i},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(c.prototype,d),c.default=c;const f=c},302:e=>{e.exports=t},895:t=>{t.exports=e}},r={};function o(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={exports:{}};return n[e].call(i.exports,i,i.exports,o),i.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var i={};return(()=>{var e=i;Object.defineProperty(e,"__esModule",{value:!0}),e.ListViewFooterVue2=e.ListViewFooter=e.ListViewHeaderVue2=e.ListViewHeader=e.ListViewVue2=e.ListView=void 0;var t=o(689);Object.defineProperty(e,"ListView",{enumerable:!0,get:function(){return t.ListView}}),Object.defineProperty(e,"ListViewVue2",{enumerable:!0,get:function(){return t.ListViewVue2}});var n=o(12);Object.defineProperty(e,"ListViewHeader",{enumerable:!0,get:function(){return n.ListViewHeader}}),Object.defineProperty(e,"ListViewHeaderVue2",{enumerable:!0,get:function(){return n.ListViewHeaderVue2}});var r=o(72);Object.defineProperty(e,"ListViewFooter",{enumerable:!0,get:function(){return r.ListViewFooter}}),Object.defineProperty(e,"ListViewFooterVue2",{enumerable:!0,get:function(){return r.ListViewFooterVue2}})})(),i})()}));
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
!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 s={name:"@progress/kendo-vue-listview",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1667381550,version:"",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"},o=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(s)},render(){const{dataItems:e,item:s,header:o,footer:n}=this.$props,r=i.templateRendering.call(this,o,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"},[o&&t.createVNode("div",{class:"k-listview-header"},[a]),t.createVNode("div",{class:"k-listview-content",role:"list",onScroll:this.onScroll},[s&&e.map((function(o,n){const r=i.templateRendering.call(this,s,i.getListeners.call(this)),l=i.getTemplate.call(this,{h:t.h,template:r,additionalProps:{dataItem:o,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=o,e.ListViewFooter=r,e.ListViewHeader=n}));
|
package/index.d.mts
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 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 { ComponentOptionsMixin } from 'vue';
|
|
9
|
+
import { ComponentProvideOptions } from 'vue';
|
|
10
|
+
import { DefineComponent } from 'vue';
|
|
11
|
+
import { ExtractPropTypes } from 'vue';
|
|
12
|
+
import { PropType } from 'vue';
|
|
13
|
+
import { PublicProps } from 'vue';
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
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 { }
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 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 { ComponentOptionsMixin } from 'vue';
|
|
9
|
+
import { ComponentProvideOptions } from 'vue';
|
|
10
|
+
import { DefineComponent } from 'vue';
|
|
11
|
+
import { ExtractPropTypes } from 'vue';
|
|
12
|
+
import { PropType } from 'vue';
|
|
13
|
+
import { PublicProps } from 'vue';
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @hidden
|
|
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 { }
|
package/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./ListView.js"),i=require("./ListViewHeader.js"),t=require("./ListViewFooter.js");exports.ListView=e.ListView;exports.ListViewHeader=i.ListViewHeader;exports.ListViewFooter=t.ListViewFooter;
|
package/index.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 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 { ListView as r } from "./ListView.mjs";
|
|
9
|
+
import { ListViewHeader as i } from "./ListViewHeader.mjs";
|
|
10
|
+
import { ListViewFooter as m } from "./ListViewFooter.mjs";
|
|
11
|
+
export {
|
|
12
|
+
r as ListView,
|
|
13
|
+
m as ListViewFooter,
|
|
14
|
+
i as ListViewHeader
|
|
15
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
*-------------------------------------------------------------------------------------------
|
|
4
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
5
|
+
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
|
+
*-------------------------------------------------------------------------------------------
|
|
7
|
+
*/
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-listview",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1667381550,version:"",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;
|