@progress/kendo-react-dateinputs 5.11.0-dev.202301261316 → 5.11.0-dev.202301271039

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.
@@ -37,7 +37,7 @@ export interface DateInputProps<T extends DateInput = any> extends FormComponent
37
37
  /**
38
38
  * Indicates the availability of interactive popup element that can be triggered by an element. By default the property is set to `grid`.
39
39
  */
40
- ariaHasPopup?: boolean | 'grid';
40
+ ariaHasPopup?: boolean | 'grid' | 'dialog';
41
41
  /**
42
42
  * Indicates whether the element is currently expanded or collapsed.
43
43
  */
@@ -122,7 +122,9 @@ export declare class DateRangePickerWithoutContext extends React.Component<DateR
122
122
  ariaRole: PropTypes.Requireable<string>;
123
123
  ariaHasPopup: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
124
124
  ariaExpanded: PropTypes.Requireable<NonNullable<boolean | null | undefined>>;
125
- onChange: PropTypes.Requireable<(...args: any[]) => any>;
125
+ onChange: PropTypes.Requireable<(...args: any[]) => any>; /**
126
+ * Gets the wrapping element of the DateRangePicker.
127
+ */
126
128
  validationMessage: PropTypes.Requireable<string>;
127
129
  required: PropTypes.Requireable<boolean>;
128
130
  validate: PropTypes.Requireable<boolean>;
@@ -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: 1674737623,
8
+ publishDate: 1674814634,
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
  };
@@ -352,7 +352,7 @@ var TimePickerWithoutContext = /** @class */ (function (_super) {
352
352
  value: this.value && this.normalizeTime(this.value),
353
353
  label: undefined,
354
354
  placeholder: !this.state.focused ? this.props.placeholder : null,
355
- ariaHasPopup: true,
355
+ ariaHasPopup: 'dialog',
356
356
  ariaExpanded: this.show,
357
357
  size: null,
358
358
  fillMode: null,
@@ -37,7 +37,7 @@ export interface DateInputProps<T extends DateInput = any> extends FormComponent
37
37
  /**
38
38
  * Indicates the availability of interactive popup element that can be triggered by an element. By default the property is set to `grid`.
39
39
  */
40
- ariaHasPopup?: boolean | 'grid';
40
+ ariaHasPopup?: boolean | 'grid' | 'dialog';
41
41
  /**
42
42
  * Indicates whether the element is currently expanded or collapsed.
43
43
  */
@@ -122,7 +122,9 @@ export declare class DateRangePickerWithoutContext extends React.Component<DateR
122
122
  ariaRole: PropTypes.Requireable<string>;
123
123
  ariaHasPopup: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
124
124
  ariaExpanded: PropTypes.Requireable<NonNullable<boolean | null | undefined>>;
125
- onChange: PropTypes.Requireable<(...args: any[]) => any>;
125
+ onChange: PropTypes.Requireable<(...args: any[]) => any>; /**
126
+ * Gets the wrapping element of the DateRangePicker.
127
+ */
126
128
  validationMessage: PropTypes.Requireable<string>;
127
129
  required: PropTypes.Requireable<boolean>;
128
130
  validate: PropTypes.Requireable<boolean>;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-dateinputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1674737623,
11
+ publishDate: 1674814634,
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
  };
@@ -355,7 +355,7 @@ var TimePickerWithoutContext = /** @class */ (function (_super) {
355
355
  value: this.value && this.normalizeTime(this.value),
356
356
  label: undefined,
357
357
  placeholder: !this.state.focused ? this.props.placeholder : null,
358
- ariaHasPopup: true,
358
+ ariaHasPopup: 'dialog',
359
359
  ariaExpanded: this.show,
360
360
  size: null,
361
361
  fillMode: null,