@progress/kendo-vue-listview 10.0.1-develop.4 → 10.0.1-develop.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cdn/js/kendo-vue-listview.js +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ The Kendo UI for Vue ListView enables you to display a custom layout of data ite
|
|
|
16
16
|
|
|
17
17
|
## Vue ListView
|
|
18
18
|
|
|
19
|
-
> Starting with **version 6.0.0**, Kendo UI for Vue
|
|
19
|
+
> Starting with **version 6.0.0**, Kendo UI for Vue components no longer support Vue 2. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
|
|
20
20
|
|
|
21
21
|
Among the features which the Kendo UI for Vue ListView component delivers are:
|
|
22
22
|
|
|
@@ -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,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:"10.0.1-develop.
|
|
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:"10.0.1-develop.6",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"},[s&&t.createVNode("div",{class:"k-listview-header"},[a]),t.createVNode("div",{class:"k-listview-content",role:"list",onScroll:this.onScroll},[o&&e.map((s,n)=>{const r=i.templateRendering.call(this,o,i.getListeners.call(this)),l="function"==typeof o?t.h(o,{dataItem:s,index:n}):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])})]),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/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: 1789653451,version:"10.0.1-develop.6",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: "10.0.1-develop.
|
|
13
|
+
publishDate: 1789653451,
|
|
14
|
+
version: "10.0.1-develop.6",
|
|
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": "10.0.1-develop.
|
|
3
|
+
"version": "10.0.1-develop.6",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"sideEffects": false,
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@progress/kendo-licensing": "^1.7.2",
|
|
28
|
-
"@progress/kendo-vue-common": "10.0.1-develop.
|
|
28
|
+
"@progress/kendo-vue-common": "10.0.1-develop.6",
|
|
29
29
|
"vue": "^3.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"package": {
|
|
46
46
|
"productName": "Kendo UI for Vue",
|
|
47
47
|
"productCode": "KENDOUIVUE",
|
|
48
|
-
"publishDate":
|
|
48
|
+
"publishDate": 1789653451,
|
|
49
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"
|
|
50
50
|
}
|
|
51
51
|
},
|