@progress/kendo-react-popup 13.3.0-develop.2 → 13.3.0-develop.4
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/index.d.mts +9 -9
- package/index.d.ts +9 -9
- package/package.json +2 -2
package/index.d.mts
CHANGED
|
@@ -280,11 +280,11 @@ export declare interface PopupOpenEvent {
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
|
-
* Represents the props of the [KendoReact Popup component](
|
|
283
|
+
* Represents the props of the [KendoReact Popup component](https://www.telerik.com/kendo-react-ui/components/popup).
|
|
284
284
|
*/
|
|
285
285
|
export declare interface PopupProps extends PopupSettings {
|
|
286
286
|
/**
|
|
287
|
-
* Controls the Popup animation ([see example](
|
|
287
|
+
* Controls the Popup animation ([see example](https://www.telerik.com/kendo-react-ui/components/popup/animations)). By default, the opening and closing animations are enabled.
|
|
288
288
|
*
|
|
289
289
|
* @default true
|
|
290
290
|
*
|
|
@@ -295,7 +295,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
295
295
|
*/
|
|
296
296
|
animate?: boolean | PopupAnimation;
|
|
297
297
|
/**
|
|
298
|
-
* Specifies the element which will be used as an anchor ([see example](
|
|
298
|
+
* Specifies the element which will be used as an anchor ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)). The Popup opens next to that element.
|
|
299
299
|
*
|
|
300
300
|
* @example
|
|
301
301
|
* ```jsx
|
|
@@ -316,7 +316,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
316
316
|
*/
|
|
317
317
|
appendTo?: HTMLElement | null;
|
|
318
318
|
/**
|
|
319
|
-
* Specifies the pivot point of the anchor ([see example](
|
|
319
|
+
* Specifies the pivot point of the anchor ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)).
|
|
320
320
|
*
|
|
321
321
|
* @example
|
|
322
322
|
* ```jsx
|
|
@@ -325,7 +325,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
325
325
|
*/
|
|
326
326
|
anchorAlign?: Align;
|
|
327
327
|
/**
|
|
328
|
-
* Configures the collision behavior of the Popup ([see example](
|
|
328
|
+
* Configures the collision behavior of the Popup ([see example](https://www.telerik.com/kendo-react-ui/components/popup/viewport-boundary)).
|
|
329
329
|
*
|
|
330
330
|
* @example
|
|
331
331
|
* ```jsx
|
|
@@ -369,7 +369,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
369
369
|
*/
|
|
370
370
|
scale?: number;
|
|
371
371
|
/**
|
|
372
|
-
* Specifies the pivot point of the Popup ([see example](
|
|
372
|
+
* Specifies the pivot point of the Popup ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)).
|
|
373
373
|
*
|
|
374
374
|
* @example
|
|
375
375
|
* ```jsx
|
|
@@ -378,7 +378,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
378
378
|
*/
|
|
379
379
|
popupAlign?: Align;
|
|
380
380
|
/**
|
|
381
|
-
* Specifies the absolute position of the element ([see example](
|
|
381
|
+
* Specifies the absolute position of the element ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)). The Popup opens next to that point. The pivot point of the Popup is defined by the `popupAlign` configuration option. The boundary detection is applied by using the window viewport.
|
|
382
382
|
*
|
|
383
383
|
* @example
|
|
384
384
|
* ```jsx
|
|
@@ -387,7 +387,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
387
387
|
*/
|
|
388
388
|
offset?: Offset;
|
|
389
389
|
/**
|
|
390
|
-
* Specifies a list of CSS classes that will be added to the internal animated element ([see example](
|
|
390
|
+
* Specifies a list of CSS classes that will be added to the internal animated element ([see example](https://www.telerik.com/kendo-react-ui/components/popup/styling)).
|
|
391
391
|
*
|
|
392
392
|
* @example
|
|
393
393
|
* ```jsx
|
|
@@ -461,7 +461,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
461
461
|
*/
|
|
462
462
|
onMouseDownOutside?: (event: MouseDownOutsideEvent) => void;
|
|
463
463
|
/**
|
|
464
|
-
* Controls the Popup visibility ([see example](
|
|
464
|
+
* Controls the Popup visibility ([see example](https://www.telerik.com/kendo-react-ui/components/popup/hidden-state)). Defaults to `false`.
|
|
465
465
|
*
|
|
466
466
|
* @default false
|
|
467
467
|
*
|
package/index.d.ts
CHANGED
|
@@ -280,11 +280,11 @@ export declare interface PopupOpenEvent {
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
/**
|
|
283
|
-
* Represents the props of the [KendoReact Popup component](
|
|
283
|
+
* Represents the props of the [KendoReact Popup component](https://www.telerik.com/kendo-react-ui/components/popup).
|
|
284
284
|
*/
|
|
285
285
|
export declare interface PopupProps extends PopupSettings {
|
|
286
286
|
/**
|
|
287
|
-
* Controls the Popup animation ([see example](
|
|
287
|
+
* Controls the Popup animation ([see example](https://www.telerik.com/kendo-react-ui/components/popup/animations)). By default, the opening and closing animations are enabled.
|
|
288
288
|
*
|
|
289
289
|
* @default true
|
|
290
290
|
*
|
|
@@ -295,7 +295,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
295
295
|
*/
|
|
296
296
|
animate?: boolean | PopupAnimation;
|
|
297
297
|
/**
|
|
298
|
-
* Specifies the element which will be used as an anchor ([see example](
|
|
298
|
+
* Specifies the element which will be used as an anchor ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)). The Popup opens next to that element.
|
|
299
299
|
*
|
|
300
300
|
* @example
|
|
301
301
|
* ```jsx
|
|
@@ -316,7 +316,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
316
316
|
*/
|
|
317
317
|
appendTo?: HTMLElement | null;
|
|
318
318
|
/**
|
|
319
|
-
* Specifies the pivot point of the anchor ([see example](
|
|
319
|
+
* Specifies the pivot point of the anchor ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)).
|
|
320
320
|
*
|
|
321
321
|
* @example
|
|
322
322
|
* ```jsx
|
|
@@ -325,7 +325,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
325
325
|
*/
|
|
326
326
|
anchorAlign?: Align;
|
|
327
327
|
/**
|
|
328
|
-
* Configures the collision behavior of the Popup ([see example](
|
|
328
|
+
* Configures the collision behavior of the Popup ([see example](https://www.telerik.com/kendo-react-ui/components/popup/viewport-boundary)).
|
|
329
329
|
*
|
|
330
330
|
* @example
|
|
331
331
|
* ```jsx
|
|
@@ -369,7 +369,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
369
369
|
*/
|
|
370
370
|
scale?: number;
|
|
371
371
|
/**
|
|
372
|
-
* Specifies the pivot point of the Popup ([see example](
|
|
372
|
+
* Specifies the pivot point of the Popup ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)).
|
|
373
373
|
*
|
|
374
374
|
* @example
|
|
375
375
|
* ```jsx
|
|
@@ -378,7 +378,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
378
378
|
*/
|
|
379
379
|
popupAlign?: Align;
|
|
380
380
|
/**
|
|
381
|
-
* Specifies the absolute position of the element ([see example](
|
|
381
|
+
* Specifies the absolute position of the element ([see example](https://www.telerik.com/kendo-react-ui/components/popup/aligning-positioning)). The Popup opens next to that point. The pivot point of the Popup is defined by the `popupAlign` configuration option. The boundary detection is applied by using the window viewport.
|
|
382
382
|
*
|
|
383
383
|
* @example
|
|
384
384
|
* ```jsx
|
|
@@ -387,7 +387,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
387
387
|
*/
|
|
388
388
|
offset?: Offset;
|
|
389
389
|
/**
|
|
390
|
-
* Specifies a list of CSS classes that will be added to the internal animated element ([see example](
|
|
390
|
+
* Specifies a list of CSS classes that will be added to the internal animated element ([see example](https://www.telerik.com/kendo-react-ui/components/popup/styling)).
|
|
391
391
|
*
|
|
392
392
|
* @example
|
|
393
393
|
* ```jsx
|
|
@@ -461,7 +461,7 @@ export declare interface PopupProps extends PopupSettings {
|
|
|
461
461
|
*/
|
|
462
462
|
onMouseDownOutside?: (event: MouseDownOutsideEvent) => void;
|
|
463
463
|
/**
|
|
464
|
-
* Controls the Popup visibility ([see example](
|
|
464
|
+
* Controls the Popup visibility ([see example](https://www.telerik.com/kendo-react-ui/components/popup/hidden-state)). Defaults to `false`.
|
|
465
465
|
*
|
|
466
466
|
* @default false
|
|
467
467
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-popup",
|
|
3
|
-
"version": "13.3.0-develop.
|
|
3
|
+
"version": "13.3.0-develop.4",
|
|
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": "13.3.0-develop.
|
|
30
|
+
"@progress/kendo-react-common": "13.3.0-develop.4",
|
|
31
31
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
32
32
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
33
33
|
},
|