@progress/kendo-react-inputs 5.6.0-dev.202208120836 → 5.6.0-dev.202208261541

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.
@@ -28,7 +28,7 @@ export declare class ColorPaletteWithoutContext extends React.Component<ColorPal
28
28
  * @hidden
29
29
  */
30
30
  static propTypes: {
31
- palette: PropTypes.Requireable<string | string[]>;
31
+ palette: PropTypes.Requireable<NonNullable<string | string[] | null | undefined>>;
32
32
  columns: PropTypes.Requireable<number>;
33
33
  tileSize: PropTypes.Requireable<any>;
34
34
  defaultValue: PropTypes.Requireable<string>;
@@ -26,7 +26,7 @@ export declare class MaskedTextBoxWithoutContext extends React.Component<MaskedT
26
26
  className: PropTypes.Requireable<string>;
27
27
  ariaLabelledBy: PropTypes.Requireable<string>;
28
28
  ariaDescribedBy: PropTypes.Requireable<string>;
29
- width: PropTypes.Requireable<string | number>;
29
+ width: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
30
30
  tabIndex: PropTypes.Requireable<number>;
31
31
  accessKey: PropTypes.Requireable<string>;
32
32
  disabled: PropTypes.Requireable<boolean>;
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-inputs',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1660292324,
8
+ publishDate: 1661527419,
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
  };
@@ -74,7 +74,7 @@ export var RadioGroup = React.forwardRef(function (directProps, target) {
74
74
  : (noOptionChecked && index === 0) || isCurrentlyChecked
75
75
  ? 0
76
76
  : -1, index: index, name: name || radioGroupName, onChange: handleChange, onFocus: handleFocus });
77
- return (React.createElement(Item, { className: classNames('k-radio-item', { 'k-disabled': radioButtonProps.disabled || disabled }), key: index, role: 'radio' },
77
+ return (React.createElement(Item, { className: classNames('k-radio-item', { 'k-disabled': radioButtonProps.disabled || disabled }), key: index, role: 'none' },
78
78
  React.createElement(RadioButton, __assign({}, radioButtonProps))));
79
79
  }));
80
80
  return (React.createElement("ul", { role: "radiogroup", className: radioGroupClasses, ref: elementRef, dir: dir, style: style, "aria-labelledby": ariaLabelledBy, "aria-describedby": ariaDescribedBy }, radioOptions));
@@ -28,7 +28,7 @@ export declare class ColorPaletteWithoutContext extends React.Component<ColorPal
28
28
  * @hidden
29
29
  */
30
30
  static propTypes: {
31
- palette: PropTypes.Requireable<string | string[]>;
31
+ palette: PropTypes.Requireable<NonNullable<string | string[] | null | undefined>>;
32
32
  columns: PropTypes.Requireable<number>;
33
33
  tileSize: PropTypes.Requireable<any>;
34
34
  defaultValue: PropTypes.Requireable<string>;
@@ -26,7 +26,7 @@ export declare class MaskedTextBoxWithoutContext extends React.Component<MaskedT
26
26
  className: PropTypes.Requireable<string>;
27
27
  ariaLabelledBy: PropTypes.Requireable<string>;
28
28
  ariaDescribedBy: PropTypes.Requireable<string>;
29
- width: PropTypes.Requireable<string | number>;
29
+ width: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
30
30
  tabIndex: PropTypes.Requireable<number>;
31
31
  accessKey: PropTypes.Requireable<string>;
32
32
  disabled: PropTypes.Requireable<boolean>;
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-inputs',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1660292324,
11
+ publishDate: 1661527419,
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
  };
@@ -77,7 +77,7 @@ exports.RadioGroup = React.forwardRef(function (directProps, target) {
77
77
  : (noOptionChecked && index === 0) || isCurrentlyChecked
78
78
  ? 0
79
79
  : -1, index: index, name: name || radioGroupName, onChange: handleChange, onFocus: handleFocus });
80
- return (React.createElement(Item, { className: (0, kendo_react_common_1.classNames)('k-radio-item', { 'k-disabled': radioButtonProps.disabled || disabled }), key: index, role: 'radio' },
80
+ return (React.createElement(Item, { className: (0, kendo_react_common_1.classNames)('k-radio-item', { 'k-disabled': radioButtonProps.disabled || disabled }), key: index, role: 'none' },
81
81
  React.createElement(RadioButton_1.RadioButton, __assign({}, radioButtonProps))));
82
82
  }));
83
83
  return (React.createElement("ul", { role: "radiogroup", className: radioGroupClasses, ref: elementRef, dir: dir, style: style, "aria-labelledby": ariaLabelledBy, "aria-describedby": ariaDescribedBy }, radioOptions));