@progress/kendo-vue-dropdowns 6.0.0-develop.7 → 6.0.0
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 +1 -1
- package/index.d.ts +1 -1
- package/package-metadata.mjs +1 -1
- package/package.json +3 -3
package/index.d.mts
CHANGED
|
@@ -2314,7 +2314,7 @@ export declare interface DropDownTreeOpenEvent extends OpenEvent {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
2316
|
/**
|
|
2317
|
-
* Represents the props of the [
|
|
2317
|
+
* Represents the props of the [Kendo UI for Vue DropDownTree component]({% slug overview_dropdowntree %}).
|
|
2318
2318
|
*/
|
|
2319
2319
|
export declare interface DropDownTreeProps extends FormComponentProps {
|
|
2320
2320
|
/**
|
package/index.d.ts
CHANGED
|
@@ -2314,7 +2314,7 @@ export declare interface DropDownTreeOpenEvent extends OpenEvent {
|
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
2316
|
/**
|
|
2317
|
-
* Represents the props of the [
|
|
2317
|
+
* Represents the props of the [Kendo UI for Vue DropDownTree component]({% slug overview_dropdowntree %}).
|
|
2318
2318
|
*/
|
|
2319
2319
|
export declare interface DropDownTreeProps extends FormComponentProps {
|
|
2320
2320
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -9,7 +9,7 @@ const e = {
|
|
|
9
9
|
name: "@progress/kendo-vue-dropdowns",
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCodes: ["KENDOUIVUE", "KENDOUICOMPLETE"],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1731487833,
|
|
13
13
|
version: "",
|
|
14
14
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/"
|
|
15
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-dropdowns",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"sideEffects": false,
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@progress/kendo-licensing": "^1.3.4",
|
|
19
|
-
"@progress/kendo-vue-common": "6.0.0
|
|
19
|
+
"@progress/kendo-vue-common": "6.0.0",
|
|
20
20
|
"vue": "^3.0.2"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {},
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
},
|
|
40
40
|
"repository": {
|
|
41
41
|
"type": "git",
|
|
42
|
-
"url": "git+https://github.com/telerik/kendo-
|
|
42
|
+
"url": "git+https://github.com/telerik/kendo-vue.git"
|
|
43
43
|
}
|
|
44
44
|
}
|