@progress/kendo-react-dialogs 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/Dialog.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 { DialogProps } from './DialogProps.js';
8
+ import { DialogProps } from './DialogProps';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represent the `ref` of the Dialog component.
@@ -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 { ActionsLayout } from './models/actions-layout.js';
8
+ import { ActionsLayout } from './models/actions-layout';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the [KendoReact DialogActionsBar component](https://www.telerik.com/kendo-react-ui/components/dialogs/dialog).
package/DialogProps.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 { DialogCloseEvent } from './events.js';
8
+ import { DialogCloseEvent } from './events';
9
9
  /**
10
10
  * Represents the props of the [KendoReact Dialog component](https://www.telerik.com/kendo-react-ui/components/dialogs/dialog).
11
11
  */
package/Window.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 { WindowProps } from './WindowProps.js';
8
+ import { WindowProps } from './WindowProps';
9
9
  import { Draggable } from '@progress/kendo-react-common';
10
10
  import * as React from 'react';
11
11
  /**
@@ -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 { ActionsLayout } from './models/actions-layout.js';
8
+ import { ActionsLayout } from './models/actions-layout';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the [KendoReact WindowActionsBar component](https://www.telerik.com/kendo-react-ui/components/dialogs/dialog).
package/WindowProps.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 { WindowActionsEvent, WindowMoveEvent } from './events.js';
8
+ import { WindowActionsEvent, WindowMoveEvent } from './events';
9
9
  import { windowStage } from './StageEnum.js';
10
10
  /**
11
11
  * Represents the props of the [KendoReact Window component](https://www.telerik.com/kendo-react-ui/components/dialogs/window).
package/index.d.mts CHANGED
@@ -8,9 +8,9 @@
8
8
  import { Dialog, DialogHandle, DialogPropsContext } from './Dialog.js';
9
9
  import { DialogActionsBar } from './DialogActionsBar.js';
10
10
  import { Window, WindowPropsContext, WindowWithoutContext, WindowHandle } from './Window.js';
11
- import { WindowProps } from './WindowProps.js';
11
+ import { WindowProps } from './WindowProps';
12
12
  import { WindowActionsBar } from './WindowActionsBar.js';
13
- import { DialogCloseEvent, WindowActionsEvent, WindowMoveEvent } from './events.js';
14
- import { ActionsLayout } from './models/actions-layout.js';
15
- import { DialogProps } from './DialogProps.js';
13
+ import { DialogCloseEvent, WindowActionsEvent, WindowMoveEvent } from './events';
14
+ import { ActionsLayout } from './models/actions-layout';
15
+ import { DialogProps } from './DialogProps';
16
16
  export { Dialog, DialogProps, DialogActionsBar, DialogCloseEvent, DialogHandle, DialogPropsContext, Window, WindowProps, WindowActionsBar, WindowActionsEvent, WindowMoveEvent, WindowHandle, WindowPropsContext, WindowWithoutContext, ActionsLayout };
package/index.d.ts CHANGED
@@ -8,9 +8,9 @@
8
8
  import { Dialog, DialogHandle, DialogPropsContext } from './Dialog.js';
9
9
  import { DialogActionsBar } from './DialogActionsBar.js';
10
10
  import { Window, WindowPropsContext, WindowWithoutContext, WindowHandle } from './Window.js';
11
- import { WindowProps } from './WindowProps.js';
11
+ import { WindowProps } from './WindowProps';
12
12
  import { WindowActionsBar } from './WindowActionsBar.js';
13
- import { DialogCloseEvent, WindowActionsEvent, WindowMoveEvent } from './events.js';
14
- import { ActionsLayout } from './models/actions-layout.js';
15
- import { DialogProps } from './DialogProps.js';
13
+ import { DialogCloseEvent, WindowActionsEvent, WindowMoveEvent } from './events';
14
+ import { ActionsLayout } from './models/actions-layout';
15
+ import { DialogProps } from './DialogProps';
16
16
  export { Dialog, DialogProps, DialogActionsBar, DialogCloseEvent, DialogHandle, DialogPropsContext, Window, WindowProps, WindowActionsBar, WindowActionsEvent, WindowMoveEvent, WindowHandle, WindowPropsContext, WindowWithoutContext, ActionsLayout };
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
7
7
  productName: 'KendoReact',
8
8
  productCode: 'KENDOUIREACT',
9
9
  productCodes: ['KENDOUIREACT'],
10
- publishDate: 1777310761,
11
- version: '14.4.1-develop.13',
10
+ publishDate: 1777447112,
11
+ version: '14.4.1-develop.15',
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-dialogs",
3
- "version": "14.4.1-develop.13",
3
+ "version": "14.4.1-develop.15",
4
4
  "description": "React Dialogs provide modal and non-modal windows for showing additional information to the user. KendoReact Dialogs package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -26,9 +26,9 @@
26
26
  "sideEffects": false,
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-licensing": "^1.7.2",
29
- "@progress/kendo-react-buttons": "14.4.1-develop.13",
30
- "@progress/kendo-react-common": "14.4.1-develop.13",
31
- "@progress/kendo-react-intl": "14.4.1-develop.13",
29
+ "@progress/kendo-react-buttons": "14.4.1-develop.15",
30
+ "@progress/kendo-react-common": "14.4.1-develop.15",
31
+ "@progress/kendo-react-intl": "14.4.1-develop.15",
32
32
  "@progress/kendo-svg-icons": "^4.0.0",
33
33
  "react": "^18.0.0 || ^19.0.0",
34
34
  "react-dom": "^18.0.0 || ^19.0.0"
@@ -72,7 +72,7 @@
72
72
  "package": {
73
73
  "productName": "KendoReact",
74
74
  "productCode": "KENDOUIREACT",
75
- "publishDate": 1777310761,
75
+ "publishDate": 1777447112,
76
76
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
77
77
  }
78
78
  },