@progress/kendo-react-editor 5.6.0-dev.202208251227 → 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.
@@ -35,7 +35,7 @@ export declare class Editor extends React.Component<EditorProps, EditorStateInte
35
35
  */
36
36
  static propTypes: {
37
37
  defaultContent: PropTypes.Requireable<string>;
38
- value: PropTypes.Requireable<string | object>;
38
+ value: PropTypes.Requireable<NonNullable<string | object | null | undefined>>;
39
39
  defaultEditMode: PropTypes.Requireable<string>;
40
40
  contentStyle: PropTypes.Requireable<object>;
41
41
  dir: PropTypes.Requireable<string>;
@@ -1,5 +1,6 @@
1
1
  import { EditorState, Transaction, EditorView } from '@progress/kendo-editor-common';
2
2
  import { EditorToolsSettings } from './toolsSettings';
3
+ declare const bold: EditorToolsSettings.InlineFormatSettings, underline: EditorToolsSettings.InlineFormatSettings, italic: EditorToolsSettings.InlineFormatSettings;
3
4
  /**
4
5
  * @hidden
5
6
  */
@@ -20,3 +21,4 @@ export declare const getShortcuts: (settings?: {
20
21
  underline?: EditorToolsSettings.InlineFormatOptions | undefined;
21
22
  } | undefined;
22
23
  } | undefined) => Shortcuts;
24
+ export {};
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-react-editor',
6
6
  productName: 'KendoReact',
7
7
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
8
- publishDate: 1661429641,
8
+ publishDate: 1661527621,
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
  };
@@ -35,7 +35,7 @@ export declare class Editor extends React.Component<EditorProps, EditorStateInte
35
35
  */
36
36
  static propTypes: {
37
37
  defaultContent: PropTypes.Requireable<string>;
38
- value: PropTypes.Requireable<string | object>;
38
+ value: PropTypes.Requireable<NonNullable<string | object | null | undefined>>;
39
39
  defaultEditMode: PropTypes.Requireable<string>;
40
40
  contentStyle: PropTypes.Requireable<object>;
41
41
  dir: PropTypes.Requireable<string>;
@@ -1,5 +1,6 @@
1
1
  import { EditorState, Transaction, EditorView } from '@progress/kendo-editor-common';
2
2
  import { EditorToolsSettings } from './toolsSettings';
3
+ declare const bold: EditorToolsSettings.InlineFormatSettings, underline: EditorToolsSettings.InlineFormatSettings, italic: EditorToolsSettings.InlineFormatSettings;
3
4
  /**
4
5
  * @hidden
5
6
  */
@@ -20,3 +21,4 @@ export declare const getShortcuts: (settings?: {
20
21
  underline?: EditorToolsSettings.InlineFormatOptions | undefined;
21
22
  } | undefined;
22
23
  } | undefined) => Shortcuts;
24
+ export {};
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-react-editor',
9
9
  productName: 'KendoReact',
10
10
  productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
11
- publishDate: 1661429641,
11
+ publishDate: 1661527621,
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
  };