@progress/kendo-react-inputs 7.0.3-develop.9 → 7.1.0-develop.2

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.
@@ -12,8 +12,18 @@ export type InputPrefixHandle = {
12
12
  /**
13
13
  * Represents the `props` of the `InputPrefix` component.
14
14
  */
15
- export type InputPrefixProps = React.HTMLAttributes<HTMLSpanElement>;
15
+ export type InputPrefixProps = React.HTMLAttributes<HTMLSpanElement> & {
16
+ /**
17
+ * Sets the `orientation` property of the `InputPrefix` component.
18
+ */
19
+ orientation?: 'horizontal' | 'vertical';
20
+ };
16
21
  /**
17
22
  * Represents the KendoReact InputPrefix component.
18
23
  */
19
- export declare const InputPrefix: React.ForwardRefExoticComponent<InputPrefixProps & React.RefAttributes<InputPrefixHandle>>;
24
+ export declare const InputPrefix: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & {
25
+ /**
26
+ * Sets the `orientation` property of the `InputPrefix` component.
27
+ */
28
+ orientation?: "vertical" | "horizontal" | undefined;
29
+ } & React.RefAttributes<InputPrefixHandle>>;
@@ -12,8 +12,18 @@ export type InputSeparatorHandle = {
12
12
  /**
13
13
  * Represents the `props` of the `InputSeparator` component.
14
14
  */
15
- export type InputSeparatorProps = React.HTMLAttributes<HTMLSpanElement>;
15
+ export type InputSeparatorProps = React.HTMLAttributes<HTMLSpanElement> & {
16
+ /**
17
+ * Sets the `orientation` property of the `InputSeparator` component.
18
+ */
19
+ orientation?: 'horizontal' | 'vertical';
20
+ };
16
21
  /**
17
22
  * Represents the KendoReact InputSeparator component.
18
23
  */
19
- export declare const InputSeparator: React.ForwardRefExoticComponent<InputSeparatorProps & React.RefAttributes<InputSeparatorHandle>>;
24
+ export declare const InputSeparator: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & {
25
+ /**
26
+ * Sets the `orientation` property of the `InputSeparator` component.
27
+ */
28
+ orientation?: "vertical" | "horizontal" | undefined;
29
+ } & React.RefAttributes<InputSeparatorHandle>>;
@@ -12,8 +12,18 @@ export type InputSuffixHandle = {
12
12
  /**
13
13
  * Represents the `props` of the `InputSuffix` component.
14
14
  */
15
- export type InputSuffixProps = React.HTMLAttributes<HTMLSpanElement>;
15
+ export type InputSuffixProps = React.HTMLAttributes<HTMLSpanElement> & {
16
+ /**
17
+ * Sets the `orientation` property of the `InputSuffix` component.
18
+ */
19
+ orientation?: 'horizontal' | 'vertical';
20
+ };
16
21
  /**
17
22
  * Represents the KendoReact InputSuffix component.
18
23
  */
19
- export declare const InputSuffix: React.ForwardRefExoticComponent<InputSuffixProps & React.RefAttributes<InputSuffixHandle>>;
24
+ export declare const InputSuffix: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & {
25
+ /**
26
+ * Sets the `orientation` property of the `InputSuffix` component.
27
+ */
28
+ orientation?: "vertical" | "horizontal" | undefined;
29
+ } & React.RefAttributes<InputSuffixHandle>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-inputs",
3
- "version": "7.0.3-develop.9",
3
+ "version": "7.1.0-develop.2",
4
4
  "description": "React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,14 +25,14 @@
25
25
  "@progress/kendo-drawing": "^1.19.0",
26
26
  "@progress/kendo-inputs-common": "^3.1.0",
27
27
  "@progress/kendo-licensing": "^1.3.4",
28
- "@progress/kendo-react-animation": "7.0.3-develop.9",
29
- "@progress/kendo-react-buttons": "7.0.3-develop.9",
30
- "@progress/kendo-react-common": "7.0.3-develop.9",
31
- "@progress/kendo-react-dialogs": "7.0.3-develop.9",
32
- "@progress/kendo-react-form": "7.0.3-develop.9",
33
- "@progress/kendo-react-intl": "7.0.3-develop.9",
34
- "@progress/kendo-react-labels": "7.0.3-develop.9",
35
- "@progress/kendo-react-popup": "7.0.3-develop.9",
28
+ "@progress/kendo-react-animation": "7.1.0-develop.2",
29
+ "@progress/kendo-react-buttons": "7.1.0-develop.2",
30
+ "@progress/kendo-react-common": "7.1.0-develop.2",
31
+ "@progress/kendo-react-dialogs": "7.1.0-develop.2",
32
+ "@progress/kendo-react-form": "7.1.0-develop.2",
33
+ "@progress/kendo-react-intl": "7.1.0-develop.2",
34
+ "@progress/kendo-react-labels": "7.1.0-develop.2",
35
+ "@progress/kendo-react-popup": "7.1.0-develop.2",
36
36
  "@progress/kendo-svg-icons": "^2.1.0",
37
37
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
38
38
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"