@progress/kendo-react-dateinputs 5.5.1-dev.202207252139 → 5.6.0-dev.202208090643

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.
@@ -49,7 +49,7 @@ export interface DateInputProps<T extends DateInput = any> extends FormComponent
49
49
  /**
50
50
  * Identifies the element whose contents or presence are controlled by the current element.
51
51
  */
52
- ariaControls?: string | undefined;
52
+ ariaControls?: string;
53
53
  /**
54
54
  * Determines the event handler that will be fired when the user edits the value ([see example]({% slug dateranges_dateinput %})).
55
55
  */
@@ -127,7 +127,9 @@ export declare class DateRangePickerWithoutContext extends React.Component<DateR
127
127
  validate: PropTypes.Requireable<boolean>;
128
128
  valid: PropTypes.Requireable<boolean>;
129
129
  size: PropTypes.Requireable<"small" | "medium" | "large" | null | undefined>;
130
- rounded: PropTypes.Requireable<"small" | "medium" | "full" | "large" | null | undefined>;
130
+ rounded: PropTypes.Requireable<"small" | "medium" | "full" | "large" | null | undefined>; /**
131
+ * Gets the start DateInput component inside the DatePicker component.
132
+ */
131
133
  fillMode: PropTypes.Requireable<"flat" | "outline" | "solid" | null | undefined>;
132
134
  }>>;
133
135
  focusedDate: PropTypes.Requireable<Date>;
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-dateinputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1658784095,
8
+ publishDate: 1660026113,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
11
11
  };
@@ -49,7 +49,7 @@ export interface DateInputProps<T extends DateInput = any> extends FormComponent
49
49
  /**
50
50
  * Identifies the element whose contents or presence are controlled by the current element.
51
51
  */
52
- ariaControls?: string | undefined;
52
+ ariaControls?: string;
53
53
  /**
54
54
  * Determines the event handler that will be fired when the user edits the value ([see example]({% slug dateranges_dateinput %})).
55
55
  */
@@ -127,7 +127,9 @@ export declare class DateRangePickerWithoutContext extends React.Component<DateR
127
127
  validate: PropTypes.Requireable<boolean>;
128
128
  valid: PropTypes.Requireable<boolean>;
129
129
  size: PropTypes.Requireable<"small" | "medium" | "large" | null | undefined>;
130
- rounded: PropTypes.Requireable<"small" | "medium" | "full" | "large" | null | undefined>;
130
+ rounded: PropTypes.Requireable<"small" | "medium" | "full" | "large" | null | undefined>; /**
131
+ * Gets the start DateInput component inside the DatePicker component.
132
+ */
131
133
  fillMode: PropTypes.Requireable<"flat" | "outline" | "solid" | null | undefined>;
132
134
  }>>;
133
135
  focusedDate: PropTypes.Requireable<Date>;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-dateinputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1658784095,
11
+ publishDate: 1660026113,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
14
14
  };