@progress/kendo-react-popup 14.4.1-develop.14 → 14.4.1-develop.16
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/Popup.d.ts +4 -4
- package/animation.d.ts +1 -1
- package/index.d.mts +9 -9
- package/index.d.ts +9 -9
- package/models/Collision.d.ts +1 -1
- package/models/PopupProps.d.ts +7 -7
- package/models/PopupSettings.d.ts +7 -7
- package/package-metadata.mjs +2 -2
- package/package.json +3 -3
package/Popup.d.ts
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { AlignPoint, Collision as CollisionEnum } from '@progress/kendo-popup-common';
|
|
9
|
-
import { Offset } from './models/Offset
|
|
10
|
-
import { PopupProps } from './models/PopupProps
|
|
11
|
-
import { Align } from './models/Align
|
|
12
|
-
import { Collision } from './models/Collision
|
|
9
|
+
import { Offset } from './models/Offset';
|
|
10
|
+
import { PopupProps } from './models/PopupProps';
|
|
11
|
+
import { Align } from './models/Align';
|
|
12
|
+
import { Collision } from './models/Collision';
|
|
13
13
|
import * as React from 'react';
|
|
14
14
|
/**
|
|
15
15
|
* The PopupPropsContext. It allows to configure the Popup props from a wrapper component.
|
package/animation.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 { PopupAnimationType, PopupAnimationDirection } from './models/PopupAnimation
|
|
8
|
+
import { PopupAnimationType, PopupAnimationDirection } from './models/PopupAnimation';
|
|
9
9
|
/**
|
|
10
10
|
* @hidden
|
|
11
11
|
*/
|
package/index.d.mts
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Popup, PopupPropsContext, PopupHandle } from './Popup.js';
|
|
9
|
-
import { PopupProps } from './models/PopupProps
|
|
10
|
-
import { Align } from './models/Align
|
|
11
|
-
import { Collision } from './models/Collision
|
|
12
|
-
import { Offset } from './models/Offset
|
|
13
|
-
import { PopupAnimation, PopupAnimationType, PopupAnimationBase, PopupAnimationDirection, PopupBaseDirections, PopupZoomDirections, PopupExpandDirection, PopupNoDirection, SlidePopupAnimation, ZoomPopupAnimation, FadePopupAnimation, PushPopupAnimation, ExpandPopupAnimation } from './models/PopupAnimation
|
|
14
|
-
import { OpenEvent as PopupOpenEvent, CloseEvent as PopupCloseEvent, MouseDownOutsideEvent, PositionEvent } from './models/Events
|
|
15
|
-
import { Margin } from './models/Margin
|
|
16
|
-
import { CollisionType } from './models/CollisionType
|
|
17
|
-
import { PositionMode } from './models/PositionMode
|
|
9
|
+
import { PopupProps } from './models/PopupProps';
|
|
10
|
+
import { Align } from './models/Align';
|
|
11
|
+
import { Collision } from './models/Collision';
|
|
12
|
+
import { Offset } from './models/Offset';
|
|
13
|
+
import { PopupAnimation, PopupAnimationType, PopupAnimationBase, PopupAnimationDirection, PopupBaseDirections, PopupZoomDirections, PopupExpandDirection, PopupNoDirection, SlidePopupAnimation, ZoomPopupAnimation, FadePopupAnimation, PushPopupAnimation, ExpandPopupAnimation } from './models/PopupAnimation';
|
|
14
|
+
import { OpenEvent as PopupOpenEvent, CloseEvent as PopupCloseEvent, MouseDownOutsideEvent, PositionEvent } from './models/Events';
|
|
15
|
+
import { Margin } from './models/Margin';
|
|
16
|
+
import { CollisionType } from './models/CollisionType';
|
|
17
|
+
import { PositionMode } from './models/PositionMode';
|
|
18
18
|
export { Popup, PopupHandle, PopupPropsContext, PopupProps, Align, Collision, Offset, PopupAnimation, PopupAnimationType, PopupAnimationBase, PopupAnimationDirection, PopupBaseDirections, PopupZoomDirections, PopupExpandDirection, PopupNoDirection, SlidePopupAnimation, ZoomPopupAnimation, FadePopupAnimation, PushPopupAnimation, ExpandPopupAnimation, Margin, PositionMode, CollisionType, PopupOpenEvent, PopupCloseEvent, PositionEvent, MouseDownOutsideEvent };
|
package/index.d.ts
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
import { Popup, PopupPropsContext, PopupHandle } from './Popup.js';
|
|
9
|
-
import { PopupProps } from './models/PopupProps
|
|
10
|
-
import { Align } from './models/Align
|
|
11
|
-
import { Collision } from './models/Collision
|
|
12
|
-
import { Offset } from './models/Offset
|
|
13
|
-
import { PopupAnimation, PopupAnimationType, PopupAnimationBase, PopupAnimationDirection, PopupBaseDirections, PopupZoomDirections, PopupExpandDirection, PopupNoDirection, SlidePopupAnimation, ZoomPopupAnimation, FadePopupAnimation, PushPopupAnimation, ExpandPopupAnimation } from './models/PopupAnimation
|
|
14
|
-
import { OpenEvent as PopupOpenEvent, CloseEvent as PopupCloseEvent, MouseDownOutsideEvent, PositionEvent } from './models/Events
|
|
15
|
-
import { Margin } from './models/Margin
|
|
16
|
-
import { CollisionType } from './models/CollisionType
|
|
17
|
-
import { PositionMode } from './models/PositionMode
|
|
9
|
+
import { PopupProps } from './models/PopupProps';
|
|
10
|
+
import { Align } from './models/Align';
|
|
11
|
+
import { Collision } from './models/Collision';
|
|
12
|
+
import { Offset } from './models/Offset';
|
|
13
|
+
import { PopupAnimation, PopupAnimationType, PopupAnimationBase, PopupAnimationDirection, PopupBaseDirections, PopupZoomDirections, PopupExpandDirection, PopupNoDirection, SlidePopupAnimation, ZoomPopupAnimation, FadePopupAnimation, PushPopupAnimation, ExpandPopupAnimation } from './models/PopupAnimation';
|
|
14
|
+
import { OpenEvent as PopupOpenEvent, CloseEvent as PopupCloseEvent, MouseDownOutsideEvent, PositionEvent } from './models/Events';
|
|
15
|
+
import { Margin } from './models/Margin';
|
|
16
|
+
import { CollisionType } from './models/CollisionType';
|
|
17
|
+
import { PositionMode } from './models/PositionMode';
|
|
18
18
|
export { Popup, PopupHandle, PopupPropsContext, PopupProps, Align, Collision, Offset, PopupAnimation, PopupAnimationType, PopupAnimationBase, PopupAnimationDirection, PopupBaseDirections, PopupZoomDirections, PopupExpandDirection, PopupNoDirection, SlidePopupAnimation, ZoomPopupAnimation, FadePopupAnimation, PushPopupAnimation, ExpandPopupAnimation, Margin, PositionMode, CollisionType, PopupOpenEvent, PopupCloseEvent, PositionEvent, MouseDownOutsideEvent };
|
package/models/Collision.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 { CollisionType } from './CollisionType
|
|
8
|
+
import { CollisionType } from './CollisionType';
|
|
9
9
|
/**
|
|
10
10
|
* Defines the horizontal and vertical collision behavior of the Popup.
|
|
11
11
|
*/
|
package/models/PopupProps.d.ts
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Collision } from './Collision
|
|
9
|
-
import { Align } from './Align
|
|
10
|
-
import { OpenEvent, CloseEvent, PositionEvent, MouseDownOutsideEvent } from './Events
|
|
11
|
-
import { Offset } from './Offset
|
|
12
|
-
import { PopupAnimation } from './PopupAnimation
|
|
13
|
-
import { Margin } from './Margin
|
|
14
|
-
import { PositionMode } from './PositionMode
|
|
8
|
+
import { Collision } from './Collision';
|
|
9
|
+
import { Align } from './Align';
|
|
10
|
+
import { OpenEvent, CloseEvent, PositionEvent, MouseDownOutsideEvent } from './Events';
|
|
11
|
+
import { Offset } from './Offset';
|
|
12
|
+
import { PopupAnimation } from './PopupAnimation';
|
|
13
|
+
import { Margin } from './Margin';
|
|
14
|
+
import { PositionMode } from './PositionMode';
|
|
15
15
|
import { PopupSettings } from '@progress/kendo-popup-common';
|
|
16
16
|
import { PopupClassStructure } from '@progress/kendo-react-common';
|
|
17
17
|
/**
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Collision } from './Collision
|
|
9
|
-
import { Align } from './Align
|
|
10
|
-
import { OpenEvent, CloseEvent } from './Events
|
|
11
|
-
import { Offset } from './Offset
|
|
12
|
-
import { PopupAnimation } from './PopupAnimation
|
|
13
|
-
import { Margin } from './Margin
|
|
14
|
-
import { PositionMode } from './PositionMode
|
|
8
|
+
import { Collision } from './Collision';
|
|
9
|
+
import { Align } from './Align';
|
|
10
|
+
import { OpenEvent, CloseEvent } from './Events';
|
|
11
|
+
import { Offset } from './Offset';
|
|
12
|
+
import { PopupAnimation } from './PopupAnimation';
|
|
13
|
+
import { Margin } from './Margin';
|
|
14
|
+
import { PositionMode } from './PositionMode';
|
|
15
15
|
import { PopupSettings as PopupSettingsBase } from '@progress/kendo-popup-common';
|
|
16
16
|
/**
|
|
17
17
|
* @hidden
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
|
|
|
7
7
|
productName: 'KendoReact',
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
|
-
publishDate:
|
|
11
|
-
version: '14.4.1-develop.
|
|
10
|
+
publishDate: 1777551351,
|
|
11
|
+
version: '14.4.1-develop.16',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-popup",
|
|
3
|
-
"version": "14.4.1-develop.
|
|
3
|
+
"version": "14.4.1-develop.16",
|
|
4
4
|
"description": "React Popup positions a piece of content next to a specific anchor component. KendoReact Popup package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
29
|
"@progress/kendo-popup-common": "^1.9.5",
|
|
30
|
-
"@progress/kendo-react-common": "14.4.1-develop.
|
|
30
|
+
"@progress/kendo-react-common": "14.4.1-develop.16",
|
|
31
31
|
"react": "^18.0.0 || ^19.0.0",
|
|
32
32
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
33
33
|
},
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"package": {
|
|
55
55
|
"productName": "KendoReact",
|
|
56
56
|
"productCode": "KENDOUIREACT",
|
|
57
|
-
"publishDate":
|
|
57
|
+
"publishDate": 1777551351,
|
|
58
58
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
59
59
|
}
|
|
60
60
|
},
|