@progress/kendo-react-dialogs 11.0.0-develop.5 → 11.0.0-develop.6
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 -0
- package/index.d.ts +6 -0
- package/package.json +4 -4
package/index.d.mts
CHANGED
|
@@ -26,6 +26,9 @@ export declare type Dialog = DialogHandle;
|
|
|
26
26
|
*
|
|
27
27
|
* Accepts properties of type [DialogProps]({% slug api_dialogs_dialogprops %}).
|
|
28
28
|
* Obtaining the `ref` returns an object of type [DialogHandle]({% slug api_dialogs_dialoghandle %}).
|
|
29
|
+
*
|
|
30
|
+
* @remarks
|
|
31
|
+
* Supported children components are: {@link DialogActionsBar}.
|
|
29
32
|
*/
|
|
30
33
|
export declare const Dialog: React_2.ForwardRefExoticComponent<DialogProps & React_2.RefAttributes<any>>;
|
|
31
34
|
|
|
@@ -317,6 +320,9 @@ declare type Window_2 = WindowHandle;
|
|
|
317
320
|
*
|
|
318
321
|
* Accepts properties of type [WindowProps]({% slug api_dialogs_windowprops %}).
|
|
319
322
|
* Obtaining the `ref` returns an object of type [WindowHandle]({% slug api_dialogs_windowhandle %}).
|
|
323
|
+
*
|
|
324
|
+
* @remarks
|
|
325
|
+
* Supported children components are: {@link WindowActionsBar}.
|
|
320
326
|
*/
|
|
321
327
|
declare const Window_2: React_2.ForwardRefExoticComponent<WindowProps & React_2.RefAttributes<any>>;
|
|
322
328
|
export { Window_2 as Window }
|
package/index.d.ts
CHANGED
|
@@ -26,6 +26,9 @@ export declare type Dialog = DialogHandle;
|
|
|
26
26
|
*
|
|
27
27
|
* Accepts properties of type [DialogProps]({% slug api_dialogs_dialogprops %}).
|
|
28
28
|
* Obtaining the `ref` returns an object of type [DialogHandle]({% slug api_dialogs_dialoghandle %}).
|
|
29
|
+
*
|
|
30
|
+
* @remarks
|
|
31
|
+
* Supported children components are: {@link DialogActionsBar}.
|
|
29
32
|
*/
|
|
30
33
|
export declare const Dialog: React_2.ForwardRefExoticComponent<DialogProps & React_2.RefAttributes<any>>;
|
|
31
34
|
|
|
@@ -317,6 +320,9 @@ declare type Window_2 = WindowHandle;
|
|
|
317
320
|
*
|
|
318
321
|
* Accepts properties of type [WindowProps]({% slug api_dialogs_windowprops %}).
|
|
319
322
|
* Obtaining the `ref` returns an object of type [WindowHandle]({% slug api_dialogs_windowhandle %}).
|
|
323
|
+
*
|
|
324
|
+
* @remarks
|
|
325
|
+
* Supported children components are: {@link WindowActionsBar}.
|
|
320
326
|
*/
|
|
321
327
|
declare const Window_2: React_2.ForwardRefExoticComponent<WindowProps & React_2.RefAttributes<any>>;
|
|
322
328
|
export { Window_2 as Window }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-dialogs",
|
|
3
|
-
"version": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.6",
|
|
4
4
|
"description": "React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs 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.5.1",
|
|
29
|
-
"@progress/kendo-react-buttons": "11.0.0-develop.
|
|
30
|
-
"@progress/kendo-react-common": "11.0.0-develop.
|
|
31
|
-
"@progress/kendo-react-intl": "11.0.0-develop.
|
|
29
|
+
"@progress/kendo-react-buttons": "11.0.0-develop.6",
|
|
30
|
+
"@progress/kendo-react-common": "11.0.0-develop.6",
|
|
31
|
+
"@progress/kendo-react-intl": "11.0.0-develop.6",
|
|
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"
|