@progress/kendo-vue-dropdowns 8.0.3-develop.2 → 8.0.3-develop.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/AutoComplete/AutoComplete.d.ts +331 -0
  2. package/AutoComplete/AutoCompleteProps.d.ts +243 -0
  3. package/ComboBox/ComboBox.d.ts +371 -0
  4. package/ComboBox/ComboBoxProps.d.ts +286 -0
  5. package/DropDownList/DropDownList.d.ts +353 -0
  6. package/DropDownList/DropDownListProps.d.ts +312 -0
  7. package/DropDownTree/DropDownTree.d.ts +301 -0
  8. package/DropDownTree/DropDownTreeProps.d.ts +306 -0
  9. package/DropDownTree/ListNoData.d.ts +12 -0
  10. package/MultiSelect/MultiSelect.d.ts +369 -0
  11. package/MultiSelect/MultiSelect.js +1 -1
  12. package/MultiSelect/MultiSelect.mjs +2 -2
  13. package/MultiSelect/MultiSelectProps.d.ts +300 -0
  14. package/MultiSelect/TagList.d.ts +90 -0
  15. package/MultiSelectTree/MultiSelectTree.d.ts +272 -0
  16. package/MultiSelectTree/MultiSelectTreeProps.d.ts +327 -0
  17. package/MultiSelectTree/utils.d.ts +24 -0
  18. package/common/ClearButton.d.ts +22 -0
  19. package/common/DropDownBase.d.ts +106 -0
  20. package/common/GroupStickyHeader.d.ts +32 -0
  21. package/common/List.d.ts +111 -0
  22. package/common/List.mjs +1 -1
  23. package/common/ListContainer.d.ts +63 -0
  24. package/common/ListDefaultItem.d.ts +35 -0
  25. package/common/ListFilter.d.ts +103 -0
  26. package/common/ListGroupItem.d.ts +70 -0
  27. package/common/ListItem.d.ts +129 -0
  28. package/common/ListItemIcon.d.ts +33 -0
  29. package/common/Navigation.d.ts +19 -0
  30. package/common/SearchBar.d.ts +120 -0
  31. package/common/VirtualScroll.d.ts +49 -0
  32. package/common/constants.d.ts +11 -0
  33. package/common/events.d.ts +70 -0
  34. package/common/filterDescriptor.d.ts +48 -0
  35. package/common/settings.d.ts +118 -0
  36. package/common/utils.d.ts +77 -0
  37. package/dist/cdn/js/kendo-vue-dropdowns.js +1 -1
  38. package/index.d.mts +18 -4024
  39. package/index.d.ts +18 -4024
  40. package/messages/main.d.ts +47 -0
  41. package/package-metadata.d.ts +12 -0
  42. package/package-metadata.js +1 -1
  43. package/package-metadata.mjs +2 -2
  44. package/package.json +18 -12
@@ -0,0 +1,47 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ /**
9
+ * @hidden
10
+ */
11
+ export declare const nodata = "dropdowns.nodata";
12
+ /**
13
+ * @hidden
14
+ */
15
+ export declare const expandButton = "dropdowns.expandbutton";
16
+ /**
17
+ * @hidden
18
+ */
19
+ export declare const clear = "dropdowns.clear";
20
+ /**
21
+ * @hidden
22
+ */
23
+ export declare const selectButton = "dropdowns.select";
24
+ /**
25
+ * @hidden
26
+ */
27
+ export declare const filterLabel = "dropdowns.defaultLabel";
28
+ /**
29
+ * @hidden
30
+ */
31
+ export declare const adaptiveModeFooterApply = "dropdowns.adaptiveModeFooterApply";
32
+ /**
33
+ * @hidden
34
+ */
35
+ export declare const adaptiveModeFooterCancel = "dropdowns.adaptiveModeFooterCancel";
36
+ /**
37
+ * @hidden
38
+ */
39
+ export declare const messages: {
40
+ "dropdowns.clear": string;
41
+ "dropdowns.expandbutton": string;
42
+ "dropdowns.nodata": string;
43
+ "dropdowns.select": string;
44
+ "dropdowns.defaultLabel": string;
45
+ "dropdowns.adaptiveModeFooterApply": string;
46
+ "dropdowns.adaptiveModeFooterCancel": string;
47
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { PackageMetadata } from '@progress/kendo-licensing';
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare const packageMetadata: PackageMetadata;
@@ -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: 1773130061,version:"8.0.3-develop.2",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: 1773755893,version:"8.0.3-develop.4",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: 1773130061,
14
- version: "8.0.3-develop.2",
13
+ publishDate: 1773755893,
14
+ version: "8.0.3-develop.4",
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.3-develop.2",
3
+ "version": "8.0.3-develop.4",
4
4
  "description": "TODO",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -9,8 +9,14 @@
9
9
  "types": "./index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
- "import": "./index.mjs",
13
- "require": "./index.js"
12
+ "import": {
13
+ "types": "./index.d.mts",
14
+ "default": "./index.mjs"
15
+ },
16
+ "require": {
17
+ "types": "./index.d.ts",
18
+ "default": "./index.js"
19
+ }
14
20
  },
15
21
  "./package.json": {
16
22
  "default": "./package.json"
@@ -19,14 +25,14 @@
19
25
  "sideEffects": false,
20
26
  "peerDependencies": {
21
27
  "@progress/kendo-licensing": "^1.7.2",
22
- "@progress/kendo-vue-buttons": "8.0.3-develop.2",
23
- "@progress/kendo-vue-common": "8.0.3-develop.2",
24
- "@progress/kendo-vue-inputs": "8.0.3-develop.2",
25
- "@progress/kendo-vue-intl": "8.0.3-develop.2",
26
- "@progress/kendo-vue-labels": "8.0.3-develop.2",
27
- "@progress/kendo-vue-layout": "8.0.3-develop.2",
28
- "@progress/kendo-vue-popup": "8.0.3-develop.2",
29
- "@progress/kendo-vue-treeview": "8.0.3-develop.2",
28
+ "@progress/kendo-vue-buttons": "8.0.3-develop.4",
29
+ "@progress/kendo-vue-common": "8.0.3-develop.4",
30
+ "@progress/kendo-vue-inputs": "8.0.3-develop.4",
31
+ "@progress/kendo-vue-intl": "8.0.3-develop.4",
32
+ "@progress/kendo-vue-labels": "8.0.3-develop.4",
33
+ "@progress/kendo-vue-layout": "8.0.3-develop.4",
34
+ "@progress/kendo-vue-popup": "8.0.3-develop.4",
35
+ "@progress/kendo-vue-treeview": "8.0.3-develop.4",
30
36
  "@progress/kendo-svg-icons": "^4.4.0",
31
37
  "vue": "^3.0.2"
32
38
  },
@@ -47,7 +53,7 @@
47
53
  "package": {
48
54
  "productName": "Kendo UI for Vue",
49
55
  "productCode": "KENDOUIVUE",
50
- "publishDate": 1773130061,
56
+ "publishDate": 1773755893,
51
57
  "licensingDocsUrl": "https://www.telerik.com/kendo-vue-ui/my-license/"
52
58
  }
53
59
  },