@progress/kendo-react-dialogs 10.0.0-develop.3 → 10.0.0-develop.4

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.
Files changed (2) hide show
  1. package/README.md +75 -16
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,30 +6,32 @@
6
6
 
7
7
  > **Important**
8
8
  >
9
- > - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)—a commercial UI library.
10
- > - You will need to install a license key when adding the package to your project. For more information, please refer to the [KendoReact My License page](https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs).
11
- > - To receive a license key, you need to either [purchase a license](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) or register for a [free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs). Doing so indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs).
12
- > - The 30-day free trial gives you access to all the KendoReact components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the KendoReact dev team!
9
+ > - This package is а part of [KendoReact](https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)—an enterprise-grade UI library with 120+ free and premium components.
10
+ > - This package contains free KendoReact components. You can use it even in production, no sign-up or license required. If you're looking for more free React components, check out [Get Started with KendoReact Free: 50+ Free React Components](https://www.telerik.com/kendo-react-ui/components/free).
11
+ > - Installing and working with this package indicates that you [accept the KendoReact License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendoreact?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs).
12
+ > - The [30-day free trial](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) gives you access to all the KendoReact components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the KendoReact dev team!
13
13
  >
14
14
  > [Start using KendoReact](https://www.telerik.com/try/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) and speed up your development process!
15
15
 
16
16
  The React Dialogs, part of KendoReact, are UI components for prompting user interaction. They provide modal and non-modal windows for showing additional information to the user, filling a form and many others.
17
17
 
18
- What's in this package (ToC):
18
+ How to start:
19
19
 
20
- - [React Dialog component](#react-dialog-component)
21
- - [React Window component](#react-window-component)
22
- - [React Dialogs Library Shared Features](#react-dialogs-library-shared-features)
23
- - [Support Options](#support-options)
24
- - [Resources](#resources)
20
+ ```sh
21
+ npm install --save @progress/kendo-react-dialogs @progress/kendo-licensing @progress/kendo-react-buttons @progress/kendo-react-common @progress/kendo-svg-icons
22
+ ```
25
23
 
26
- ## React Dialog Component
24
+ What's in this package:
27
25
 
28
- [The KendoReact Dialog component](https://www.telerik.com/kendo-react-ui/components/dialogs/dialog/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) is part of KendoReact and presents a modal window with content and prompts the user to take specific actions by interacting with built-in buttons for different actions. The React Dialog has the flexibility to define custom actions and buttons at the bottom of the component, referred to as the Dialog Action Buttons. By default, the KendoReact Dialog has some internal calculations for height and width, but these can easily be overridden by using the width and height bindings of the Dialog component.
26
+ - [React Dialogs Library Shared Features](#react-dialogs-library-shared-features)
27
+ - [React Dialog component (free)](#react-dialog-component)
28
+ - [React Window component (free)](#react-window-component)
29
29
 
30
- ## React Window Component
30
+ Additional resources:
31
31
 
32
- [The KendoReact Window component](https://www.telerik.com/kendo-react-ui/components/dialogs/window/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) displays content in a non-modal fashion and allows for the window to be moved throughout the page as well as resized based on user requirements.Each React Window has built-in action items for minimizing, maximizing and closing the window. By default, the React Window is in an uncontrolled state and can be resized or moved depending on its internal logic. For scenarios that require a controlled component, every aspect of the window can be maintained by controlling the state of the component.
32
+ - [Support Options](#support-options)
33
+ - [Resources](#resources)
34
+ - [KendoReact Dialogs API](https://www.telerik.com/kendo-react-ui/components/dialogs/api)
33
35
 
34
36
  ## React Dialogs Library Shared Features
35
37
 
@@ -40,7 +42,63 @@ Among the many features which the KendoReact Dialogs deliver are:
40
42
  - **Dragging**—The window can be dragged across the page, to position it at a specific part of the page.
41
43
  - **Keyboard navigation**—The Dialogs can be controlled by the keyboard.
42
44
  - **Title and content**—You have full control over what is rendered in the dialogs title and content.
43
- - [**Theme support**](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)—The KendoReact Dialogs, as well as all 100+ components in the KendoReact suite, are styled in three polished themes (Bootstrap, Material, and Default) and can be further customized to match your specific design guidelines.
45
+ - [**Theme support**](https://www.telerik.com/kendo-react-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)—The KendoReact Dialogs, as well as all 120+ components in the KendoReact suite, are styled in three polished themes (Bootstrap, Material, Fluent, and Default) and can be further customized to match your specific design guidelines.
46
+
47
+ ## React Dialog Component
48
+
49
+ > This is a **free React component**—no sign-up or license required, even in production.
50
+
51
+ [The KendoReact Dialog component](https://www.telerik.com/kendo-react-ui/components/dialogs/dialog/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) is part of KendoReact and presents a modal window with content and prompts the user to take specific actions by interacting with built-in buttons for different actions. The React Dialog has the flexibility to define custom actions and buttons at the bottom of the component, referred to as the Dialog Action Buttons. By default, the KendoReact Dialog has some internal calculations for height and width, but these can easily be overridden by using the width and height bindings of the Dialog component.
52
+
53
+ How to use the Dialog component in your apps:
54
+
55
+ ```tsx
56
+ import { Dialog, DialogActionsBar } from '@progress/kendo-react-dialogs';
57
+ import { Button } from '@progress/kendo-react-buttons'; // You can import any other component that allows user interaction within the DialogActionsBar. You may need to install additional dependencies, if you're not using components from the Buttons package.
58
+ ...
59
+ /**
60
+ * Handle the logic for opening and closing the dialog.
61
+ * Handle the logic for the user actions within the dialog.
62
+ */
63
+ <Dialog title={'Title'} onClose={closeDialog}>
64
+ /**
65
+ * Show additional dialog content, such as images and text.
66
+ */
67
+ <DialogActionsBar>
68
+ /**
69
+ * Provide user action buttons.
70
+ */
71
+ </DialogActionsBar>
72
+ </Dialog>
73
+ ```
74
+
75
+ ## React Window Component
76
+
77
+ > This is a **free React component**&mdash;no sign-up or license required, even in production.
78
+
79
+ [The KendoReact Window component](https://www.telerik.com/kendo-react-ui/components/dialogs/window/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs) displays content in a non-modal fashion and allows for the window to be moved throughout the page as well as resized based on user requirements.Each React Window has built-in action items for minimizing, maximizing and closing the window. By default, the React Window is in an uncontrolled state and can be resized or moved depending on its internal logic. For scenarios that require a controlled component, every aspect of the window can be maintained by controlling the state of the component.
80
+
81
+ How to use the Window component in your apps:
82
+
83
+ ```tsx
84
+ import { Window, WindowActionsBar } from '@progress/kendo-react-dialogs';
85
+ import { Button } from '@progress/kendo-react-buttons'; // You can import any other component that allows user interaction within the WindowActionsBar. You may need to install additional dependencies, if you're not using components from the Buttons package.
86
+ ...
87
+ /**
88
+ * Handle the logic for opening and closing the window.
89
+ * Handle the logic for the user actions within the window.
90
+ */
91
+ <Window title={'Title'}>
92
+ /**
93
+ * Show additional window content, such as images and text.
94
+ */
95
+ <WindowActionsBar>
96
+ /**
97
+ * Provide user action buttons.
98
+ */
99
+ </WindowActionsBar>
100
+ </Window>
101
+ ```
44
102
 
45
103
  ## Support Options
46
104
 
@@ -53,6 +111,7 @@ For any issues you might encounter while working with the KendoReact Dialogs, us
53
111
  ## Resources
54
112
 
55
113
  - [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)
114
+ - [Get Started with KendoReact Free: 50+ Free React Components](https://www.telerik.com/kendo-react-ui/components/free)
56
115
  - [Getting Started with the KendoReact Dialogs](https://www.telerik.com/kendo-react-ui/components/dialogs/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)
57
116
  - [API Reference of the KendoReact Dialogs](https://www.telerik.com/kendo-react-ui/components/dialogs/api/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)
58
117
  - [KendoReact Roadmap](https://www.telerik.com/support/whats-new/kendo-react-ui/roadmap?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)
@@ -61,7 +120,7 @@ For any issues you might encounter while working with the KendoReact Dialogs, us
61
120
  - [KendoReact pricing and licensing](https://www.telerik.com/kendo-react-ui/pricing?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)
62
121
  - [Changelog](https://www.telerik.com/kendo-react-ui/components/changelogs/ui-for-react/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-dialogs)
63
122
 
64
- High-level component overview pages
123
+ High-level component overview pages:
65
124
 
66
125
  - [React Dialog Component](https://www.telerik.com/kendo-react-ui/dialog)
67
126
  - [React Window Component](https://www.telerik.com/kendo-react-ui/window)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-dialogs",
3
- "version": "10.0.0-develop.3",
3
+ "version": "10.0.0-develop.4",
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,8 +26,8 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.5.0",
29
- "@progress/kendo-react-buttons": "10.0.0-develop.3",
30
- "@progress/kendo-react-common": "10.0.0-develop.3",
29
+ "@progress/kendo-react-buttons": "10.0.0-develop.4",
30
+ "@progress/kendo-react-common": "10.0.0-develop.4",
31
31
  "@progress/kendo-svg-icons": "^4.0.0",
32
32
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
33
33
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"