@progress/kendo-react-taskboard 6.1.1 → 7.0.0-develop.10

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.
Files changed (94) hide show
  1. package/LICENSE.md +1 -1
  2. package/{dist/es/TaskBoard.d.ts → TaskBoard.d.ts} +4 -0
  3. package/{dist/npm/TaskBoardAddCard.d.ts → TaskBoardAddCard.d.ts} +4 -0
  4. package/{dist/npm/TaskBoardCardBase.d.ts → TaskBoardCardBase.d.ts} +5 -1
  5. package/{dist/npm/TaskBoardColumnBase.d.ts → TaskBoardColumnBase.d.ts} +5 -1
  6. package/{dist/es/TaskBoardConfirmDialog.d.ts → TaskBoardConfirmDialog.d.ts} +4 -0
  7. package/{dist/npm/TaskBoardEditCard.d.ts → TaskBoardEditCard.d.ts} +4 -0
  8. package/{dist/es/TaskBoardTaskEditPane.d.ts → TaskBoardTaskEditPane.d.ts} +4 -0
  9. package/{dist/npm/TaskBoardToolbar.d.ts → TaskBoardToolbar.d.ts} +4 -0
  10. package/{dist/es/card → card}/Card.d.ts +4 -0
  11. package/{dist/es/card → card}/CardBody.d.ts +4 -0
  12. package/{dist/npm/card → card}/CardHeader.d.ts +4 -0
  13. package/{dist/es/card → card}/PreviewDialog.d.ts +4 -0
  14. package/{dist/es/column → column}/Column.d.ts +4 -0
  15. package/{dist/npm/column → column}/ColumnBody.d.ts +4 -0
  16. package/{dist/npm/column → column}/ColumnHeader.d.ts +4 -0
  17. package/{dist/es/constants.d.ts → constants.d.ts} +4 -0
  18. package/dist/cdn/js/kendo-react-taskboard.js +5 -1
  19. package/{dist/npm/hooks → hooks}/taskEditing.d.ts +4 -0
  20. package/index.d.ts +18 -0
  21. package/index.js +5 -0
  22. package/index.mjs +834 -0
  23. package/{dist/es/messages → messages}/index.d.ts +4 -0
  24. package/package-metadata.d.ts +9 -0
  25. package/package.json +38 -56
  26. package/{dist/npm/utils.d.ts → utils.d.ts} +5 -1
  27. package/about.md +0 -3
  28. package/dist/es/TaskBoard.js +0 -270
  29. package/dist/es/TaskBoardAddCard.d.ts +0 -28
  30. package/dist/es/TaskBoardAddCard.js +0 -14
  31. package/dist/es/TaskBoardCardBase.d.ts +0 -60
  32. package/dist/es/TaskBoardCardBase.js +0 -95
  33. package/dist/es/TaskBoardColumnBase.d.ts +0 -76
  34. package/dist/es/TaskBoardColumnBase.js +0 -92
  35. package/dist/es/TaskBoardConfirmDialog.js +0 -24
  36. package/dist/es/TaskBoardEditCard.d.ts +0 -16
  37. package/dist/es/TaskBoardEditCard.js +0 -14
  38. package/dist/es/TaskBoardTaskEditPane.js +0 -35
  39. package/dist/es/TaskBoardToolbar.d.ts +0 -22
  40. package/dist/es/TaskBoardToolbar.js +0 -15
  41. package/dist/es/card/Card.js +0 -33
  42. package/dist/es/card/CardBody.js +0 -9
  43. package/dist/es/card/CardHeader.d.ts +0 -53
  44. package/dist/es/card/CardHeader.js +0 -19
  45. package/dist/es/card/PreviewDialog.js +0 -26
  46. package/dist/es/column/Column.js +0 -34
  47. package/dist/es/column/ColumnBody.d.ts +0 -14
  48. package/dist/es/column/ColumnBody.js +0 -9
  49. package/dist/es/column/ColumnHeader.d.ts +0 -52
  50. package/dist/es/column/ColumnHeader.js +0 -19
  51. package/dist/es/constants.js +0 -20
  52. package/dist/es/hooks/taskEditing.d.ts +0 -19
  53. package/dist/es/hooks/taskEditing.js +0 -32
  54. package/dist/es/main.d.ts +0 -14
  55. package/dist/es/main.js +0 -14
  56. package/dist/es/messages/index.js +0 -151
  57. package/dist/es/package-metadata.d.ts +0 -5
  58. package/dist/es/package-metadata.js +0 -11
  59. package/dist/es/utils.d.ts +0 -25
  60. package/dist/es/utils.js +0 -81
  61. package/dist/npm/TaskBoard.d.ts +0 -145
  62. package/dist/npm/TaskBoard.js +0 -273
  63. package/dist/npm/TaskBoardAddCard.js +0 -18
  64. package/dist/npm/TaskBoardCardBase.js +0 -99
  65. package/dist/npm/TaskBoardColumnBase.js +0 -96
  66. package/dist/npm/TaskBoardConfirmDialog.d.ts +0 -34
  67. package/dist/npm/TaskBoardConfirmDialog.js +0 -28
  68. package/dist/npm/TaskBoardEditCard.js +0 -18
  69. package/dist/npm/TaskBoardTaskEditPane.d.ts +0 -89
  70. package/dist/npm/TaskBoardTaskEditPane.js +0 -39
  71. package/dist/npm/TaskBoardToolbar.js +0 -19
  72. package/dist/npm/card/Card.d.ts +0 -141
  73. package/dist/npm/card/Card.js +0 -37
  74. package/dist/npm/card/CardBody.d.ts +0 -19
  75. package/dist/npm/card/CardBody.js +0 -13
  76. package/dist/npm/card/CardHeader.js +0 -23
  77. package/dist/npm/card/PreviewDialog.d.ts +0 -47
  78. package/dist/npm/card/PreviewDialog.js +0 -30
  79. package/dist/npm/column/Column.d.ts +0 -158
  80. package/dist/npm/column/Column.js +0 -38
  81. package/dist/npm/column/ColumnBody.js +0 -13
  82. package/dist/npm/column/ColumnHeader.js +0 -23
  83. package/dist/npm/constants.d.ts +0 -20
  84. package/dist/npm/constants.js +0 -23
  85. package/dist/npm/hooks/taskEditing.js +0 -36
  86. package/dist/npm/main.d.ts +0 -14
  87. package/dist/npm/main.js +0 -31
  88. package/dist/npm/messages/index.d.ts +0 -150
  89. package/dist/npm/messages/index.js +0 -154
  90. package/dist/npm/package-metadata.d.ts +0 -5
  91. package/dist/npm/package-metadata.js +0 -14
  92. package/dist/npm/utils.js +0 -88
  93. package/dist/systemjs/kendo-react-taskboard.js +0 -1
  94. package/e2e-next/basic.tests.ts +0 -24
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic
8
8
 
9
9
  All available KendoReact commercial licenses may be obtained at the [KendoReact website](https://www.telerik.com/kendo-react-ui/pricing).
10
10
 
11
- *Copyright © 2022 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
11
+ *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { TaskBoardCardProps } from './card/Card';
3
7
  import { TaskBoardColumnProps } from './column/Column';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { TaskBoardTaskEditPaneProps } from './TaskBoardTaskEditPane';
3
7
  import { TaskBoardPriority, TaskBoardTaskModel } from './TaskBoard';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { CardHandle } from '@progress/kendo-react-layout';
3
7
  import { TaskBoardCardProps } from './card/Card';
@@ -54,7 +58,7 @@ export interface TaskBoardCardBaseProps {
54
58
  * @hidden
55
59
  */
56
60
  export declare const TaskBoardCardBase: {
57
- (props: TaskBoardCardBaseProps): JSX.Element;
61
+ (props: TaskBoardCardBaseProps): import("react/jsx-runtime").JSX.Element;
58
62
  defaultProps: {};
59
63
  displayName: string;
60
64
  };
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { TaskBoardCardProps } from './card/Card';
3
7
  import { TaskBoardColumnProps } from './column/Column';
@@ -70,7 +74,7 @@ export interface TaskBoardColumnBaseProps {
70
74
  * @hidden
71
75
  */
72
76
  export declare const TaskBoardColumnBase: {
73
- (props: TaskBoardColumnBaseProps): JSX.Element;
77
+ (props: TaskBoardColumnBaseProps): import("react/jsx-runtime").JSX.Element;
74
78
  defaultProps: {};
75
79
  displayName: string;
76
80
  };
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  /**
3
7
  * Represents the props of the TaskBoardConfirmDialog component
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { TaskBoardTaskModel } from './TaskBoard';
3
7
  import { TaskBoardAddCardProps } from './TaskBoardAddCard';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { DropDownListChangeEvent } from '@progress/kendo-react-dropdowns';
3
7
  import { InputChangeEvent } from '@progress/kendo-react-inputs';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  /**
3
7
  * Represents the props of the TaskBoardToolbar component
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { CardProps, CardHandle, MenuSelectEvent } from '@progress/kendo-react-layout';
3
7
  import { TaskBoardConfirmDialogProps } from '../TaskBoardConfirmDialog';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { TaskBoardTaskModel } from '../TaskBoard';
3
7
  /**
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { MenuSelectEvent } from '@progress/kendo-react-layout';
3
7
  import { Popup } from '@progress/kendo-react-popup';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { TaskBoardPriority } from '../TaskBoard';
3
7
  /**
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { InputChangeEvent } from '@progress/kendo-react-inputs';
3
7
  import { TaskBoardAddCardProps } from './../TaskBoardAddCard';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  /**
3
7
  * Represents the props of the TaskBoardColumnBody component
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  import * as React from 'react';
2
6
  import { InputChangeEvent } from '@progress/kendo-react-inputs';
3
7
  import { TaskBoardColumnModel, TaskBoardTaskModel } from '../TaskBoard';
@@ -1,3 +1,7 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
4
+ *-------------------------------------------------------------------------------------------*/
1
5
  /**
2
6
  * @hidden
3
7
  */