@progress/kendo-react-common 14.4.1-develop.13 → 14.4.1-develop.15
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.
- package/events/dispatchEvent.d.ts +1 -1
- package/icons/BaseIconProps.d.ts +3 -3
- package/icons/Icon.d.ts +2 -2
- package/icons/SvgIcon.d.ts +1 -1
- package/index.d.mts +7 -7
- package/index.d.ts +7 -7
- package/models/index.d.ts +5 -5
- package/package.json +1 -1
- package/typography/Typography.d.ts +1 -1
- package/typography/TypographyProps.d.ts +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { BaseEvent } from './BaseEvent
|
|
8
|
+
import { BaseEvent } from './BaseEvent';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
* Dispatches a new event based on an event that was already internally dispatched to KendoReact users.
|
package/icons/BaseIconProps.d.ts
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { IconThemeColor } from './models/theme-color
|
|
9
|
-
import { IconSize } from './models/size
|
|
10
|
-
import { IconFlip } from './models/flip
|
|
8
|
+
import { IconThemeColor } from './models/theme-color';
|
|
9
|
+
import { IconSize } from './models/size';
|
|
10
|
+
import { IconFlip } from './models/flip';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
package/icons/Icon.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { BaseIconProps } from './BaseIconProps
|
|
9
|
-
import { KendoMouse } from '../models/mouse
|
|
8
|
+
import { BaseIconProps } from './BaseIconProps';
|
|
9
|
+
import { KendoMouse } from '../models/mouse';
|
|
10
10
|
import * as React from 'react';
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
package/icons/SvgIcon.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { BaseIconProps } from './BaseIconProps
|
|
8
|
+
import { BaseIconProps } from './BaseIconProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
package/index.d.mts
CHANGED
|
@@ -28,7 +28,7 @@ export * from './validate-package.js';
|
|
|
28
28
|
export * from './hasRelativeStackingContext.js';
|
|
29
29
|
export * from './watermark/WatermarkOverlay.js';
|
|
30
30
|
export * from './apply-default-props.js';
|
|
31
|
-
export * from './events/BaseEvent
|
|
31
|
+
export * from './events/BaseEvent';
|
|
32
32
|
export * from './events/dispatchEvent.js';
|
|
33
33
|
export * from './hocs/AsyncFocusBlur.js';
|
|
34
34
|
export * from './hocs/withPropsContext.js';
|
|
@@ -53,12 +53,12 @@ export * from './icons/Icon.js';
|
|
|
53
53
|
export * from './icons/SvgIcon.js';
|
|
54
54
|
export * from './icons/IconWrap.js';
|
|
55
55
|
export * from './icons/IconsContext.js';
|
|
56
|
-
export * from './icons/models/flip
|
|
57
|
-
export * from './icons/models/size
|
|
58
|
-
export * from './icons/models/theme-color
|
|
56
|
+
export * from './icons/models/flip';
|
|
57
|
+
export * from './icons/models/size';
|
|
58
|
+
export * from './icons/models/theme-color';
|
|
59
59
|
export * from './icons/utils.js';
|
|
60
|
-
export * from './typography/models/margin
|
|
61
|
-
export * from './typography/TypographyProps
|
|
60
|
+
export * from './typography/models/margin';
|
|
61
|
+
export * from './typography/TypographyProps';
|
|
62
62
|
export * from './typography/Typography.js';
|
|
63
63
|
export * from './drag-n-drop/index.js';
|
|
64
64
|
export * from './Draggable.js';
|
|
@@ -77,6 +77,6 @@ export { treeIdUtils };
|
|
|
77
77
|
export * from './tree-utils/itemUtils.js';
|
|
78
78
|
export * from './tree-utils/misc.js';
|
|
79
79
|
export * from './rowHeightService.js';
|
|
80
|
-
export * from './unstyled/main
|
|
80
|
+
export * from './unstyled/main';
|
|
81
81
|
export * from './deep-merge.js';
|
|
82
82
|
export * from './kendopaste/index.js';
|
package/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export * from './validate-package.js';
|
|
|
28
28
|
export * from './hasRelativeStackingContext.js';
|
|
29
29
|
export * from './watermark/WatermarkOverlay.js';
|
|
30
30
|
export * from './apply-default-props.js';
|
|
31
|
-
export * from './events/BaseEvent
|
|
31
|
+
export * from './events/BaseEvent';
|
|
32
32
|
export * from './events/dispatchEvent.js';
|
|
33
33
|
export * from './hocs/AsyncFocusBlur.js';
|
|
34
34
|
export * from './hocs/withPropsContext.js';
|
|
@@ -53,12 +53,12 @@ export * from './icons/Icon.js';
|
|
|
53
53
|
export * from './icons/SvgIcon.js';
|
|
54
54
|
export * from './icons/IconWrap.js';
|
|
55
55
|
export * from './icons/IconsContext.js';
|
|
56
|
-
export * from './icons/models/flip
|
|
57
|
-
export * from './icons/models/size
|
|
58
|
-
export * from './icons/models/theme-color
|
|
56
|
+
export * from './icons/models/flip';
|
|
57
|
+
export * from './icons/models/size';
|
|
58
|
+
export * from './icons/models/theme-color';
|
|
59
59
|
export * from './icons/utils.js';
|
|
60
|
-
export * from './typography/models/margin
|
|
61
|
-
export * from './typography/TypographyProps
|
|
60
|
+
export * from './typography/models/margin';
|
|
61
|
+
export * from './typography/TypographyProps';
|
|
62
62
|
export * from './typography/Typography.js';
|
|
63
63
|
export * from './drag-n-drop/index.js';
|
|
64
64
|
export * from './Draggable.js';
|
|
@@ -77,6 +77,6 @@ export { treeIdUtils };
|
|
|
77
77
|
export * from './tree-utils/itemUtils.js';
|
|
78
78
|
export * from './tree-utils/misc.js';
|
|
79
79
|
export * from './rowHeightService.js';
|
|
80
|
-
export * from './unstyled/main
|
|
80
|
+
export * from './unstyled/main';
|
|
81
81
|
export * from './deep-merge.js';
|
|
82
82
|
export * from './kendopaste/index.js';
|
package/models/index.d.ts
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
export * from './mouse
|
|
9
|
-
export * from './touch
|
|
10
|
-
export * from './pointer
|
|
11
|
-
export * from './auto-scroll-options
|
|
12
|
-
export * from './kendoReactComponentBaseProps
|
|
8
|
+
export * from './mouse';
|
|
9
|
+
export * from './touch';
|
|
10
|
+
export * from './pointer';
|
|
11
|
+
export * from './auto-scroll-options';
|
|
12
|
+
export * from './kendoReactComponentBaseProps';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-common",
|
|
3
|
-
"version": "14.4.1-develop.
|
|
3
|
+
"version": "14.4.1-develop.15",
|
|
4
4
|
"description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { TypographyProps } from './TypographyProps
|
|
8
|
+
import { TypographyProps } from './TypographyProps';
|
|
9
9
|
import * as React from 'react';
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { KendoReactComponentBaseProps } from '../models/kendoReactComponentBaseProps
|
|
9
|
-
import { MarginEnum } from './models/margin
|
|
8
|
+
import { KendoReactComponentBaseProps } from '../models/kendoReactComponentBaseProps';
|
|
9
|
+
import { MarginEnum } from './models/margin';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the [KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/common/typography).
|
|
12
12
|
*/
|