@progress/kendo-react-layout 5.14.2-dev.202306191031 → 5.14.2-dev.202306230837

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.
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-layout',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1687168536,
8
+ publishDate: 1687507451,
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
  };
@@ -18,7 +18,7 @@ export declare class PanelBar extends React.Component<PanelBarProps, PanelBarSta
18
18
  */
19
19
  static propTypes: {
20
20
  animation: PropTypes.Requireable<boolean>;
21
- children: (props: PanelBarProps, propName: any) => Error | null | undefined;
21
+ children: (props: PanelBarProps, propName: any) => Error | null;
22
22
  dir: PropTypes.Requireable<string>;
23
23
  selected: PropTypes.Requireable<string>;
24
24
  expanded: PropTypes.Requireable<(string | null | undefined)[]>;
@@ -263,6 +263,7 @@ var PanelBar = /** @class */ (function (_super) {
263
263
  }
264
264
  return null;
265
265
  }
266
+ return null;
266
267
  },
267
268
  dir: PropTypes.string,
268
269
  selected: PropTypes.string,
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-layout',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1687168536,
11
+ publishDate: 1687507451,
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
  };
@@ -18,7 +18,7 @@ export declare class PanelBar extends React.Component<PanelBarProps, PanelBarSta
18
18
  */
19
19
  static propTypes: {
20
20
  animation: PropTypes.Requireable<boolean>;
21
- children: (props: PanelBarProps, propName: any) => Error | null | undefined;
21
+ children: (props: PanelBarProps, propName: any) => Error | null;
22
22
  dir: PropTypes.Requireable<string>;
23
23
  selected: PropTypes.Requireable<string>;
24
24
  expanded: PropTypes.Requireable<(string | null | undefined)[]>;
@@ -266,6 +266,7 @@ var PanelBar = /** @class */ (function (_super) {
266
266
  }
267
267
  return null;
268
268
  }
269
+ return null;
269
270
  },
270
271
  dir: PropTypes.string,
271
272
  selected: PropTypes.string,