@progress/kendo-react-layout 7.3.0-develop.4 → 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 +4 -4
- package/index.d.ts +4 -4
- package/package-metadata.mjs +1 -1
- package/package.json +6 -6
package/index.d.mts
CHANGED
|
@@ -732,7 +732,7 @@ export declare interface BottomNavigationEvent extends BaseEvent<BottomNavigatio
|
|
|
732
732
|
export declare type BottomNavigationFill = 'solid' | 'flat';
|
|
733
733
|
|
|
734
734
|
/**
|
|
735
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
735
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
736
736
|
* callback of the BottomNavigation component.
|
|
737
737
|
*/
|
|
738
738
|
export declare interface BottomNavigationHandle {
|
|
@@ -2279,7 +2279,7 @@ export declare interface GridLayoutGap {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
2281
|
/**
|
|
2282
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
2282
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
2283
2283
|
* callback of the GridLayout component.
|
|
2284
2284
|
*/
|
|
2285
2285
|
export declare interface GridLayoutHandle {
|
|
@@ -2317,7 +2317,7 @@ export declare interface GridLayoutHandle {
|
|
|
2317
2317
|
export declare const GridLayoutItem: React_2.ForwardRefExoticComponent<GridLayoutItemProps & React_2.RefAttributes<GridLayoutItemHandle | null>>;
|
|
2318
2318
|
|
|
2319
2319
|
/**
|
|
2320
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
2320
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
2321
2321
|
* callback of the GridLayoutItem component.
|
|
2322
2322
|
*/
|
|
2323
2323
|
export declare interface GridLayoutItemHandle {
|
|
@@ -3422,7 +3422,7 @@ export declare interface StackLayoutAlign {
|
|
|
3422
3422
|
}
|
|
3423
3423
|
|
|
3424
3424
|
/**
|
|
3425
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
3425
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
3426
3426
|
* callback of the StackLayout component.
|
|
3427
3427
|
*/
|
|
3428
3428
|
export declare interface StackLayoutHandle {
|
package/index.d.ts
CHANGED
|
@@ -732,7 +732,7 @@ export declare interface BottomNavigationEvent extends BaseEvent<BottomNavigatio
|
|
|
732
732
|
export declare type BottomNavigationFill = 'solid' | 'flat';
|
|
733
733
|
|
|
734
734
|
/**
|
|
735
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
735
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
736
736
|
* callback of the BottomNavigation component.
|
|
737
737
|
*/
|
|
738
738
|
export declare interface BottomNavigationHandle {
|
|
@@ -2279,7 +2279,7 @@ export declare interface GridLayoutGap {
|
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
2281
2281
|
/**
|
|
2282
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
2282
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
2283
2283
|
* callback of the GridLayout component.
|
|
2284
2284
|
*/
|
|
2285
2285
|
export declare interface GridLayoutHandle {
|
|
@@ -2317,7 +2317,7 @@ export declare interface GridLayoutHandle {
|
|
|
2317
2317
|
export declare const GridLayoutItem: React_2.ForwardRefExoticComponent<GridLayoutItemProps & React_2.RefAttributes<GridLayoutItemHandle | null>>;
|
|
2318
2318
|
|
|
2319
2319
|
/**
|
|
2320
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
2320
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
2321
2321
|
* callback of the GridLayoutItem component.
|
|
2322
2322
|
*/
|
|
2323
2323
|
export declare interface GridLayoutItemHandle {
|
|
@@ -3422,7 +3422,7 @@ export declare interface StackLayoutAlign {
|
|
|
3422
3422
|
}
|
|
3423
3423
|
|
|
3424
3424
|
/**
|
|
3425
|
-
* Represents the Object which is passed to the [`ref`](https://
|
|
3425
|
+
* Represents the Object which is passed to the [`ref`](https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom)
|
|
3426
3426
|
* callback of the StackLayout component.
|
|
3427
3427
|
*/
|
|
3428
3428
|
export declare interface StackLayoutHandle {
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-layout",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1711098500,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-layout",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-develop.1",
|
|
4
4
|
"description": "React Layout components enable you to create a perceptive and intuitive layout of web projects. KendoReact Layout package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"sideEffects": false,
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"@progress/kendo-licensing": "^1.3.4",
|
|
26
|
-
"@progress/kendo-react-animation": "7.
|
|
27
|
-
"@progress/kendo-react-common": "7.
|
|
28
|
-
"@progress/kendo-react-intl": "7.
|
|
29
|
-
"@progress/kendo-react-popup": "7.
|
|
30
|
-
"@progress/kendo-react-progressbars": "7.
|
|
26
|
+
"@progress/kendo-react-animation": "7.4.0-develop.1",
|
|
27
|
+
"@progress/kendo-react-common": "7.4.0-develop.1",
|
|
28
|
+
"@progress/kendo-react-intl": "7.4.0-develop.1",
|
|
29
|
+
"@progress/kendo-react-popup": "7.4.0-develop.1",
|
|
30
|
+
"@progress/kendo-react-progressbars": "7.4.0-develop.1",
|
|
31
31
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
32
32
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
33
33
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|