@progress/kendo-react-dropdowns 7.3.0 → 7.4.0-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 +12 -12
- package/index.d.ts +12 -12
- package/package-metadata.mjs +1 -1
- package/package.json +9 -9
package/index.d.mts
CHANGED
|
@@ -700,7 +700,7 @@ export declare interface ComboBoxProps extends FormComponentProps {
|
|
|
700
700
|
*/
|
|
701
701
|
filterable?: boolean;
|
|
702
702
|
/**
|
|
703
|
-
* Sets the value of ComboBox input. Useful for making the ComboBox input a [controlled component](https://
|
|
703
|
+
* Sets the value of ComboBox input. Useful for making the ComboBox input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
704
704
|
*/
|
|
705
705
|
filter?: string | null;
|
|
706
706
|
/**
|
|
@@ -1291,7 +1291,7 @@ declare interface DropdownEvent<T> {
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
nativeEvent: Event;
|
|
1293
1293
|
/**
|
|
1294
|
-
* A React [`SyntheticEvent`](https://
|
|
1294
|
+
* A React [`SyntheticEvent`](https://react.dev/learn/responding-to-events).
|
|
1295
1295
|
*/
|
|
1296
1296
|
syntheticEvent: React.SyntheticEvent<HTMLElement>;
|
|
1297
1297
|
/**
|
|
@@ -1459,7 +1459,7 @@ export declare interface DropDownListProps extends FormComponentProps {
|
|
|
1459
1459
|
*/
|
|
1460
1460
|
filterable?: boolean;
|
|
1461
1461
|
/**
|
|
1462
|
-
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://
|
|
1462
|
+
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
1463
1463
|
*/
|
|
1464
1464
|
filter?: string;
|
|
1465
1465
|
/**
|
|
@@ -1483,7 +1483,7 @@ export declare interface DropDownListProps extends FormComponentProps {
|
|
|
1483
1483
|
*/
|
|
1484
1484
|
dataItemKey?: string;
|
|
1485
1485
|
/**
|
|
1486
|
-
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://
|
|
1486
|
+
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://react.dev/reference/react-dom/components/select) element.
|
|
1487
1487
|
*
|
|
1488
1488
|
* @example
|
|
1489
1489
|
* ```jsx-no-run
|
|
@@ -2042,7 +2042,7 @@ export declare interface DropDownTreeFocusEvent extends FocusEvent_2<DropDownTre
|
|
|
2042
2042
|
|
|
2043
2043
|
/**
|
|
2044
2044
|
* Represents the Object which is passed to the
|
|
2045
|
-
* [`ref`](https://
|
|
2045
|
+
* [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the DropDownTree component.
|
|
2046
2046
|
*/
|
|
2047
2047
|
export declare interface DropDownTreeHandle {
|
|
2048
2048
|
/**
|
|
@@ -2130,7 +2130,7 @@ export declare interface DropDownTreeProps extends FormComponentProps {
|
|
|
2130
2130
|
filterable?: boolean;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Sets the value of filtering input.
|
|
2133
|
-
* Useful for making the filtering input a [controlled component](https://
|
|
2133
|
+
* Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
2134
2134
|
*/
|
|
2135
2135
|
filter?: string;
|
|
2136
2136
|
/**
|
|
@@ -2167,7 +2167,7 @@ export declare interface DropDownTreeProps extends FormComponentProps {
|
|
|
2167
2167
|
*/
|
|
2168
2168
|
popupSettings?: DropDownsPopupSettings;
|
|
2169
2169
|
/**
|
|
2170
|
-
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://
|
|
2170
|
+
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://react.dev/reference/react-dom/components/select) element.
|
|
2171
2171
|
*
|
|
2172
2172
|
* @example
|
|
2173
2173
|
* ```jsx-no-run
|
|
@@ -2303,7 +2303,7 @@ declare interface EventData {
|
|
|
2303
2303
|
*/
|
|
2304
2304
|
declare interface FilterChangeEvent<T> extends DropdownEvent<T> {
|
|
2305
2305
|
/**
|
|
2306
|
-
* A React [`SyntheticEvent`](https://
|
|
2306
|
+
* A React [`SyntheticEvent`](https://react.dev/learn/responding-to-events).
|
|
2307
2307
|
*/
|
|
2308
2308
|
syntheticEvent: React.ChangeEvent<HTMLInputElement>;
|
|
2309
2309
|
/**
|
|
@@ -3106,7 +3106,7 @@ export declare interface MultiSelectProps extends FormComponentProps {
|
|
|
3106
3106
|
*/
|
|
3107
3107
|
focusedItemIndex?: (data: any, inputText: string, textField?: string) => number;
|
|
3108
3108
|
/**
|
|
3109
|
-
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://
|
|
3109
|
+
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
3110
3110
|
*/
|
|
3111
3111
|
filter?: string;
|
|
3112
3112
|
/**
|
|
@@ -3423,7 +3423,7 @@ export declare interface MultiSelectTreeFocusEvent extends FocusEvent_2<MultiSel
|
|
|
3423
3423
|
|
|
3424
3424
|
/**
|
|
3425
3425
|
* Represents the Object which is passed to the
|
|
3426
|
-
* [`ref`](https://
|
|
3426
|
+
* [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the MultiSelectTree component.
|
|
3427
3427
|
*/
|
|
3428
3428
|
export declare interface MultiSelectTreeHandle {
|
|
3429
3429
|
/**
|
|
@@ -3528,7 +3528,7 @@ export declare interface MultiSelectTreeProps extends FormComponentProps {
|
|
|
3528
3528
|
filterable?: boolean;
|
|
3529
3529
|
/**
|
|
3530
3530
|
* Sets the value of filtering input.
|
|
3531
|
-
* Useful for making the filtering input a [controlled component](https://
|
|
3531
|
+
* Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
3532
3532
|
*/
|
|
3533
3533
|
filter?: string;
|
|
3534
3534
|
/**
|
|
@@ -3569,7 +3569,7 @@ export declare interface MultiSelectTreeProps extends FormComponentProps {
|
|
|
3569
3569
|
*/
|
|
3570
3570
|
popupSettings?: DropDownsPopupSettings;
|
|
3571
3571
|
/**
|
|
3572
|
-
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://
|
|
3572
|
+
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://react.dev/reference/react-dom/components/select) element.
|
|
3573
3573
|
*
|
|
3574
3574
|
* @example
|
|
3575
3575
|
* ```jsx-no-run
|
package/index.d.ts
CHANGED
|
@@ -700,7 +700,7 @@ export declare interface ComboBoxProps extends FormComponentProps {
|
|
|
700
700
|
*/
|
|
701
701
|
filterable?: boolean;
|
|
702
702
|
/**
|
|
703
|
-
* Sets the value of ComboBox input. Useful for making the ComboBox input a [controlled component](https://
|
|
703
|
+
* Sets the value of ComboBox input. Useful for making the ComboBox input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
704
704
|
*/
|
|
705
705
|
filter?: string | null;
|
|
706
706
|
/**
|
|
@@ -1291,7 +1291,7 @@ declare interface DropdownEvent<T> {
|
|
|
1291
1291
|
*/
|
|
1292
1292
|
nativeEvent: Event;
|
|
1293
1293
|
/**
|
|
1294
|
-
* A React [`SyntheticEvent`](https://
|
|
1294
|
+
* A React [`SyntheticEvent`](https://react.dev/learn/responding-to-events).
|
|
1295
1295
|
*/
|
|
1296
1296
|
syntheticEvent: React.SyntheticEvent<HTMLElement>;
|
|
1297
1297
|
/**
|
|
@@ -1459,7 +1459,7 @@ export declare interface DropDownListProps extends FormComponentProps {
|
|
|
1459
1459
|
*/
|
|
1460
1460
|
filterable?: boolean;
|
|
1461
1461
|
/**
|
|
1462
|
-
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://
|
|
1462
|
+
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
1463
1463
|
*/
|
|
1464
1464
|
filter?: string;
|
|
1465
1465
|
/**
|
|
@@ -1483,7 +1483,7 @@ export declare interface DropDownListProps extends FormComponentProps {
|
|
|
1483
1483
|
*/
|
|
1484
1484
|
dataItemKey?: string;
|
|
1485
1485
|
/**
|
|
1486
|
-
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://
|
|
1486
|
+
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://react.dev/reference/react-dom/components/select) element.
|
|
1487
1487
|
*
|
|
1488
1488
|
* @example
|
|
1489
1489
|
* ```jsx-no-run
|
|
@@ -2042,7 +2042,7 @@ export declare interface DropDownTreeFocusEvent extends FocusEvent_2<DropDownTre
|
|
|
2042
2042
|
|
|
2043
2043
|
/**
|
|
2044
2044
|
* Represents the Object which is passed to the
|
|
2045
|
-
* [`ref`](https://
|
|
2045
|
+
* [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the DropDownTree component.
|
|
2046
2046
|
*/
|
|
2047
2047
|
export declare interface DropDownTreeHandle {
|
|
2048
2048
|
/**
|
|
@@ -2130,7 +2130,7 @@ export declare interface DropDownTreeProps extends FormComponentProps {
|
|
|
2130
2130
|
filterable?: boolean;
|
|
2131
2131
|
/**
|
|
2132
2132
|
* Sets the value of filtering input.
|
|
2133
|
-
* Useful for making the filtering input a [controlled component](https://
|
|
2133
|
+
* Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
2134
2134
|
*/
|
|
2135
2135
|
filter?: string;
|
|
2136
2136
|
/**
|
|
@@ -2167,7 +2167,7 @@ export declare interface DropDownTreeProps extends FormComponentProps {
|
|
|
2167
2167
|
*/
|
|
2168
2168
|
popupSettings?: DropDownsPopupSettings;
|
|
2169
2169
|
/**
|
|
2170
|
-
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://
|
|
2170
|
+
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://react.dev/reference/react-dom/components/select) element.
|
|
2171
2171
|
*
|
|
2172
2172
|
* @example
|
|
2173
2173
|
* ```jsx-no-run
|
|
@@ -2303,7 +2303,7 @@ declare interface EventData {
|
|
|
2303
2303
|
*/
|
|
2304
2304
|
declare interface FilterChangeEvent<T> extends DropdownEvent<T> {
|
|
2305
2305
|
/**
|
|
2306
|
-
* A React [`SyntheticEvent`](https://
|
|
2306
|
+
* A React [`SyntheticEvent`](https://react.dev/learn/responding-to-events).
|
|
2307
2307
|
*/
|
|
2308
2308
|
syntheticEvent: React.ChangeEvent<HTMLInputElement>;
|
|
2309
2309
|
/**
|
|
@@ -3106,7 +3106,7 @@ export declare interface MultiSelectProps extends FormComponentProps {
|
|
|
3106
3106
|
*/
|
|
3107
3107
|
focusedItemIndex?: (data: any, inputText: string, textField?: string) => number;
|
|
3108
3108
|
/**
|
|
3109
|
-
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://
|
|
3109
|
+
* Sets the value of filtering input. Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
3110
3110
|
*/
|
|
3111
3111
|
filter?: string;
|
|
3112
3112
|
/**
|
|
@@ -3423,7 +3423,7 @@ export declare interface MultiSelectTreeFocusEvent extends FocusEvent_2<MultiSel
|
|
|
3423
3423
|
|
|
3424
3424
|
/**
|
|
3425
3425
|
* Represents the Object which is passed to the
|
|
3426
|
-
* [`ref`](https://
|
|
3426
|
+
* [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom) callback of the MultiSelectTree component.
|
|
3427
3427
|
*/
|
|
3428
3428
|
export declare interface MultiSelectTreeHandle {
|
|
3429
3429
|
/**
|
|
@@ -3528,7 +3528,7 @@ export declare interface MultiSelectTreeProps extends FormComponentProps {
|
|
|
3528
3528
|
filterable?: boolean;
|
|
3529
3529
|
/**
|
|
3530
3530
|
* Sets the value of filtering input.
|
|
3531
|
-
* Useful for making the filtering input a [controlled component](https://
|
|
3531
|
+
* Useful for making the filtering input a [controlled component](https://react.dev/learn/sharing-state-between-components#controlled-and-uncontrolled-components).
|
|
3532
3532
|
*/
|
|
3533
3533
|
filter?: string;
|
|
3534
3534
|
/**
|
|
@@ -3569,7 +3569,7 @@ export declare interface MultiSelectTreeProps extends FormComponentProps {
|
|
|
3569
3569
|
*/
|
|
3570
3570
|
popupSettings?: DropDownsPopupSettings;
|
|
3571
3571
|
/**
|
|
3572
|
-
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://
|
|
3572
|
+
* Represents a callback function, which returns the value for submitting. The returned value will be rendered in an `option` of a hidden [`select`](https://react.dev/reference/react-dom/components/select) element.
|
|
3573
3573
|
*
|
|
3574
3574
|
* @example
|
|
3575
3575
|
* ```jsx-no-run
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-dropdowns",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1711098582,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dropdowns",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-develop.1",
|
|
4
4
|
"description": "React DropDowns offer an interface for users to select different items from a list and more. KendoReact Dropdowns package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-buttons": "7.
|
|
27
|
-
"@progress/kendo-react-common": "7.
|
|
28
|
-
"@progress/kendo-react-inputs": "7.
|
|
29
|
-
"@progress/kendo-react-intl": "7.
|
|
30
|
-
"@progress/kendo-react-labels": "7.
|
|
31
|
-
"@progress/kendo-react-layout": "7.
|
|
32
|
-
"@progress/kendo-react-popup": "7.
|
|
33
|
-
"@progress/kendo-react-treeview": "7.
|
|
26
|
+
"@progress/kendo-react-buttons": "7.4.0-develop.1",
|
|
27
|
+
"@progress/kendo-react-common": "7.4.0-develop.1",
|
|
28
|
+
"@progress/kendo-react-inputs": "7.4.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-intl": "7.4.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-labels": "7.4.0-develop.1",
|
|
31
|
+
"@progress/kendo-react-layout": "7.4.0-develop.1",
|
|
32
|
+
"@progress/kendo-react-popup": "7.4.0-develop.1",
|
|
33
|
+
"@progress/kendo-react-treeview": "7.4.0-develop.1",
|
|
34
34
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
35
35
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
36
36
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|