@progress/kendo-vue-dropdowns 8.0.0-develop.3 → 8.0.0-develop.5

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/index.d.mts CHANGED
@@ -2662,6 +2662,18 @@ export declare interface ListItemProps {
2662
2662
  * Indicates the selected state of the list item element.
2663
2663
  */
2664
2664
  selected: boolean;
2665
+ /**
2666
+ * Indicates the disabled/enabled state of the list item element.
2667
+ */
2668
+ disabled?: boolean;
2669
+ /**
2670
+ * The group that will be rendered.
2671
+ */
2672
+ group?: string;
2673
+ /**
2674
+ * @hidden
2675
+ */
2676
+ virtual?: boolean;
2665
2677
  /**
2666
2678
  * Fires when the list item is about to be rendered. Used to override the default appearance of the list item.
2667
2679
  */
@@ -2670,6 +2682,31 @@ export declare interface ListItemProps {
2670
2682
  * The `onClick` event handler of the list item element.
2671
2683
  */
2672
2684
  onItemClick?: (index: number, event: any) => void;
2685
+ /**
2686
+ * @hidden
2687
+ * The field name in the dataItem that contains the actions.
2688
+ */
2689
+ actionsField?: string;
2690
+ /**
2691
+ * @hidden
2692
+ * The field name in the dataItem that contains the description.
2693
+ */
2694
+ descriptionField?: string;
2695
+ /**
2696
+ * @hidden
2697
+ * The field name in the dataItem that contains the icon.
2698
+ */
2699
+ iconField?: string;
2700
+ /**
2701
+ * @hidden
2702
+ * The field name in the dataItem that contains the SVG icon.
2703
+ */
2704
+ svgIconField?: string;
2705
+ /**
2706
+ * @hidden
2707
+ * The field name in the dataItem that contains the checkbox state.
2708
+ */
2709
+ checkboxField?: string;
2673
2710
  }
2674
2711
 
2675
2712
  /**
package/index.d.ts CHANGED
@@ -2662,6 +2662,18 @@ export declare interface ListItemProps {
2662
2662
  * Indicates the selected state of the list item element.
2663
2663
  */
2664
2664
  selected: boolean;
2665
+ /**
2666
+ * Indicates the disabled/enabled state of the list item element.
2667
+ */
2668
+ disabled?: boolean;
2669
+ /**
2670
+ * The group that will be rendered.
2671
+ */
2672
+ group?: string;
2673
+ /**
2674
+ * @hidden
2675
+ */
2676
+ virtual?: boolean;
2665
2677
  /**
2666
2678
  * Fires when the list item is about to be rendered. Used to override the default appearance of the list item.
2667
2679
  */
@@ -2670,6 +2682,31 @@ export declare interface ListItemProps {
2670
2682
  * The `onClick` event handler of the list item element.
2671
2683
  */
2672
2684
  onItemClick?: (index: number, event: any) => void;
2685
+ /**
2686
+ * @hidden
2687
+ * The field name in the dataItem that contains the actions.
2688
+ */
2689
+ actionsField?: string;
2690
+ /**
2691
+ * @hidden
2692
+ * The field name in the dataItem that contains the description.
2693
+ */
2694
+ descriptionField?: string;
2695
+ /**
2696
+ * @hidden
2697
+ * The field name in the dataItem that contains the icon.
2698
+ */
2699
+ iconField?: string;
2700
+ /**
2701
+ * @hidden
2702
+ * The field name in the dataItem that contains the SVG icon.
2703
+ */
2704
+ svgIconField?: string;
2705
+ /**
2706
+ * @hidden
2707
+ * The field name in the dataItem that contains the checkbox state.
2708
+ */
2709
+ checkboxField?: string;
2673
2710
  }
2674
2711
 
2675
2712
  /**
@@ -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-dropdowns",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1770650157,version:"8.0.0-develop.3",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-vue-dropdowns",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate: 1770727489,version:"8.0.0-develop.5",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "Kendo UI for Vue",
11
11
  productCode: "KENDOUIVUE",
12
12
  productCodes: ["KENDOUIVUE"],
13
- publishDate: 1770650157,
14
- version: "8.0.0-develop.3",
13
+ publishDate: 1770727489,
14
+ version: "8.0.0-develop.5",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/"
16
16
  };
17
17
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-dropdowns",
3
- "version": "8.0.0-develop.3",
3
+ "version": "8.0.0-develop.5",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -19,14 +19,14 @@
19
19
  "sideEffects": false,
20
20
  "peerDependencies": {
21
21
  "@progress/kendo-licensing": "^1.7.2",
22
- "@progress/kendo-vue-buttons": "8.0.0-develop.3",
23
- "@progress/kendo-vue-common": "8.0.0-develop.3",
24
- "@progress/kendo-vue-inputs": "8.0.0-develop.3",
25
- "@progress/kendo-vue-intl": "8.0.0-develop.3",
26
- "@progress/kendo-vue-labels": "8.0.0-develop.3",
27
- "@progress/kendo-vue-layout": "8.0.0-develop.3",
28
- "@progress/kendo-vue-popup": "8.0.0-develop.3",
29
- "@progress/kendo-vue-treeview": "8.0.0-develop.3",
22
+ "@progress/kendo-vue-buttons": "8.0.0-develop.5",
23
+ "@progress/kendo-vue-common": "8.0.0-develop.5",
24
+ "@progress/kendo-vue-inputs": "8.0.0-develop.5",
25
+ "@progress/kendo-vue-intl": "8.0.0-develop.5",
26
+ "@progress/kendo-vue-labels": "8.0.0-develop.5",
27
+ "@progress/kendo-vue-layout": "8.0.0-develop.5",
28
+ "@progress/kendo-vue-popup": "8.0.0-develop.5",
29
+ "@progress/kendo-vue-treeview": "8.0.0-develop.5",
30
30
  "@progress/kendo-svg-icons": "^4.4.0",
31
31
  "vue": "^3.0.2"
32
32
  },
@@ -47,7 +47,7 @@
47
47
  "package": {
48
48
  "productName": "Kendo UI for Vue",
49
49
  "productCode": "KENDOUIVUE",
50
- "publishDate": 1770650157,
50
+ "publishDate": 1770727489,
51
51
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/"
52
52
  }
53
53
  },