@progress/kendo-react-listbox 12.1.0-develop.2 → 12.1.1-develop.1
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 +6 -1
- package/index.d.ts +6 -1
- package/package.json +4 -4
package/index.d.mts
CHANGED
|
@@ -11,9 +11,14 @@ import { ForwardRefExoticComponent } from 'react';
|
|
|
11
11
|
import * as React_2 from 'react';
|
|
12
12
|
import { RefAttributes } from 'react';
|
|
13
13
|
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* Represents the KendoReact ListBox Component.
|
|
16
|
+
*/
|
|
15
17
|
export declare const ListBox: ForwardRefExoticComponent<ListBoxProps & RefAttributes<any>>;
|
|
16
18
|
|
|
19
|
+
/**
|
|
20
|
+
* The ListBox component.
|
|
21
|
+
*/
|
|
17
22
|
declare const ListBox_2: React_2.ForwardRefExoticComponent<ListBoxProps & React_2.RefAttributes<ListBoxHandle | null>>;
|
|
18
23
|
|
|
19
24
|
/** @hidden */
|
package/index.d.ts
CHANGED
|
@@ -11,9 +11,14 @@ import { ForwardRefExoticComponent } from 'react';
|
|
|
11
11
|
import * as React_2 from 'react';
|
|
12
12
|
import { RefAttributes } from 'react';
|
|
13
13
|
|
|
14
|
-
/**
|
|
14
|
+
/**
|
|
15
|
+
* Represents the KendoReact ListBox Component.
|
|
16
|
+
*/
|
|
15
17
|
export declare const ListBox: ForwardRefExoticComponent<ListBoxProps & RefAttributes<any>>;
|
|
16
18
|
|
|
19
|
+
/**
|
|
20
|
+
* The ListBox component.
|
|
21
|
+
*/
|
|
17
22
|
declare const ListBox_2: React_2.ForwardRefExoticComponent<ListBoxProps & React_2.RefAttributes<ListBoxHandle | null>>;
|
|
18
23
|
|
|
19
24
|
/** @hidden */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-listbox",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.1-develop.1",
|
|
4
4
|
"description": "React ListBox enables you to display a list of items and manage the data between multiple lists. KendoReact ListBox package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.0",
|
|
29
|
-
"@progress/kendo-react-buttons": "12.1.
|
|
30
|
-
"@progress/kendo-react-common": "12.1.
|
|
31
|
-
"@progress/kendo-react-intl": "12.1.
|
|
29
|
+
"@progress/kendo-react-buttons": "12.1.1-develop.1",
|
|
30
|
+
"@progress/kendo-react-common": "12.1.1-develop.1",
|
|
31
|
+
"@progress/kendo-react-intl": "12.1.1-develop.1",
|
|
32
32
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
33
33
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
34
34
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|