@syncfusion/ej2-angular-kanban 20.4.38 → 20.4.40

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/README.md CHANGED
@@ -1,68 +1,139 @@
1
- # ej2-angular-kanban
1
+ # Angular Kanban Component
2
+
3
+ The [Angular Kanban](https://www.syncfusion.com/angular-components/angular-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm) Board component is a popular tool for visualizing and managing work in a variety of contexts, including software development, project management, and personal productivity. The control supports necessary features to design task scheduling applications. The key features are swimlanes, customizable cards, binding from local and remote data sources, columns mapping, stacked headers, WIP validation, templating, responsiveness, filtering, and editing.
4
+
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/angular/documentation/kanban/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm">Getting started</a> .
7
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/bootstrap5/kanban/overview">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/angular-components/angular-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm">Learn more</a>
9
+ </p>
10
+ <p align="center">
11
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-kanban.png" alt="Angular Kanban Component"/>
12
+ </p>
13
+
14
+ <p align="center">
15
+ Trusted by the world's leading companies
16
+ <a href="https://www.syncfusion.com">
17
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
18
+ </a>
19
+ </p>
2
20
 
3
- The Kanban Board component is an efficient way to visualize workflow at each stage along its path to completion. The control supports necessary features to design task scheduling applications. The key features are swimlanes, customizable cards, binding from local and remote data sources, columns mapping, stacked headers, WIP validation, templating, responsiveness, filtering, and editing.
21
+ ## Setup
4
22
 
5
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at [here](https://www.syncfusion.com/sales/products) or start a free 30-day trial from [here](https://www.syncfusion.com/account/manage-trials/start-trials).
23
+ ### Create a Angular Application
6
24
 
7
- > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
25
+ You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command.
8
26
 
9
- ## Setup
27
+ ```bash
28
+ npm install -g @angular/cli
29
+ ```
30
+
31
+ Create a new Angular application using the following Angular CLI command.
32
+
33
+ ```bash
34
+ ng new my-app
35
+ cd my-app
36
+ ```
37
+
38
+ ### Adding Syncfusion Kanban package
10
39
 
11
40
  To install Kanban and its dependent packages, use the following command.
12
41
 
13
42
  ```sh
14
- npm install @syncfusion/ej2-angular-kanban
43
+ ng add @syncfusion/ej2-angular-kanban
15
44
  ```
16
45
 
17
- ## Resources
18
-
19
- * [Getting Started](https://ej2.syncfusion.com/angular/documentation/kanban/getting-started/index.html)
20
- * [View Online Demos](https://ej2.syncfusion.com/angular/demos/#/material/kanban/overview)
21
- * [Product Page](https://www.syncfusion.com/angular-ui-components/angular-kanban-board)
22
-
23
- ## Supported Frameworks
24
-
25
- The Kanban control is also available in following list of frameworks.
26
-
27
- 1. [React](https://www.syncfusion.com/react-ui-components/react-kanban-board)
28
- 2. [Vue](https://www.syncfusion.com/vue-ui-components/vue-kanban-board)
29
- 3. [Blazor](https://www.syncfusion.com/blazor-components/blazor-kanban-board)
30
- 4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/kanban-board)
31
- 5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/kanban-board)
32
- 6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/js-kanban-board)
33
-
34
- ## Key Features
35
-
36
- * [**Data binding**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/remote-data) - Seamless data binding with various local and remote data sources.
37
- * [**Swimlane**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/swimlane): The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
38
- * **Key mapping**: Map one or multiple keys to single columns.
39
- * [**Toggle Columns**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/toggle-columns): The columns can be expanded and collapsed.
40
- * [**WIP Validation**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/wip-validation): Set a minimum and maximum number of cards in a column.
41
- * [**Dialog Editing**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/dialog-editing): The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
42
- * [**Drag and Drop**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/overview): Cards can be easily dragged and dropped from one column to another. You can also drag them from one swim lane to another.
43
- * [**Stacked headers**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/stacked-header): Additional column headers can be added in a stacked manner.
44
- * [**Tooltip**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/tooltip-template): Display the card information with a default tooltip and templated tooltip.
45
- * **Selection**: Select a single or multiple cards.
46
- * [**Templates**](https://ej2.syncfusion.com/angular/demos/#/material/kanban/card-template): The key elements such as cards, column headers, swimlanes and tooltip come with template support for embedding any kind of HTML element and CSS style.
47
- * **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
48
- * **Localization**: All the static text content can be localized to any desired language.
49
- * **RTL**: Display the control contents from right to left.
50
- * **Built-in themes**: Material, Fabric, Bootstrap 3 and 4, and high contrast themes can be used to present a better UI appearance.
46
+ The above command does the below configuration to your Angular app.
47
+
48
+ * Adds `@syncfusion/ej2-angular-kanban` package and its peer dependencies to your `package.json` file.
49
+ * Imports the `KanbanModule` in your application module `app.module.ts`.
50
+ * Registers the Syncfusion UI default theme (material) in the `angular.json` file.
51
+
52
+ This makes it easy to add the Syncfusion Angular Kanban module to your project and start using it in your application.
53
+
54
+ ### Add Kanban component
55
+
56
+ In **src/app/app.component.ts**, use `<ejs-kanban>` selector in `template` attribute of `@Component` directive to render the Syncfusion Angular Kanban component.
57
+
58
+ ```typescript
59
+ import { Component } from '@angular/core';
60
+ import { CardSettingsModel } from '@syncfusion/ej2-angular-kanban';
61
+
62
+ @Component({
63
+ selector: 'app-root',
64
+ template: `<ejs-kanban [dataSource]='data' [cardSettings]='cardSettings'>
65
+ <e-columns>
66
+ <e-column headerText='To do' keyField='Open'></e-column>
67
+ <e-column headerText='In Progress' keyField='InProgress'></e-column>
68
+ <e-column headerText='Testing' keyField='Testing'></e-column>
69
+ <e-column headerText='Done' keyField='Close'></e-column>
70
+ </e-columns>
71
+ </ejs-kanban>`
72
+ })
73
+
74
+ export class AppComponent {
75
+ public data: Object[] = [
76
+ { Id: 1, Status: 'Open', Summary: 'Analyze the new requirements gathered from the customer.', Type: 'Story', Priority: 'Low', Tags: 'Analyze,Customer', Estimate: 3.5, Assignee: 'Nancy Davloio', RankId: 1 },
77
+ { Id: 2, Status: 'InProgress', Summary: 'Fix the issues reported in the IE browser.', Type: 'Bug', Priority: 'Release Breaker', Tags: 'IE', Estimate: 2.5, Assignee: 'Janet Leverling', RankId: 2 },
78
+ { Id: 3, Status: 'Testing', Summary: 'Fix the issues reported by the customer.', Type: 'Bug', Priority: 'Low', Tags: 'Customer', Estimate: '3.5', Assignee: 'Steven walker', RankId: 1 },
79
+ { Id: 4, Status: 'Close', Summary: 'Arrange a web meeting with the customer to get the login page requirements.', Type: 'Others', Priority: 'Low', Tags: 'Meeting', Estimate: 2, Assignee: 'Michael Suyama', RankId: 1 },
80
+ { Id: 5, Status: 'Validate', Summary: 'Validate new requirements', Type: 'Improvement', Priority: 'Low', Tags: 'Validation', Estimate: 1.5, Assignee: 'Robert King', RankId: 1 }
81
+ ];
82
+ public cardSettings: CardSettingsModel = {
83
+ contentField: 'Summary',
84
+ headerField: 'Id'
85
+ };
86
+ }
87
+ ```
51
88
 
52
- ## Support
89
+ ## Supported frameworks
90
+
91
+ The Kanban component is also offered in the following list of frameworks.
53
92
 
54
- Product support is available through following mediums.
93
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
94
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
55
95
 
56
- * Creating incident through Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2).
57
- * New [GitHub issue](https://github.com/syncfusion/ej2-angular-ui-components/issues/new).
58
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
96
+ ## Showcase samples
59
97
 
60
- ## License
98
+ * Expense Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
99
+ * Loan Calculator - [Source](https://github.com/syncfusion/ej2-sample-ng-loancalculator?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
100
+ * Fitness Tracker - [Source](https://github.com/SyncfusionExamples/showcase-angular-health-tracker-dashboard-demo), [Live Demo](https://ej2.syncfusion.com/showcase/angular/fitness-tracker-app/)
61
101
 
62
- Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license).
102
+ ## Key features
103
+
104
+ * [Data binding](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/remote-data) - Seamless data binding refers to the process of linking the data displayed on a Kanban board with a variety of data sources, such as array of JSON objects or DataManager.
105
+ * [Swimlane](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/swimlane) - Swimlanes are typically represented as rows within the board, with each row containing its own set of columns and cards. The rows can be expanded and collapsed as needed to show or hide the contained cards, which can be useful for reducing clutter and focusing on specific areas of work.
106
+ * [Toggle columns](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/toggle-columns) - To expand and collapse the columns as needed in order to focus on specific areas of work or reduce clutter on the board.
107
+ * [WIP validation](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/wip-validation) - Work-in-progress (WIP) validation is a common practice in Kanban boards, and it involves setting limits on the number of tasks or cards that can be in progress at any given time. This helps to prevent overloading team members and ensures that work is being completed in a timely and efficient manner.
108
+ * [Dialog editing](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/dialog-editing) - Dialog editing support refers to the ability to perform create, read, update, and delete (CRUD) actions on the cards using dialog box. This can be useful for allowing users to quickly and easily add new tasks or make changes to existing ones without having to navigate away from the Kanban board.
109
+ * [Drag and drop](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/overview) - Cards can be easily dragged and dropped from one column to another, as well as from one swimlane to another, in order to indicate progress and changes in status. This can be a convenient and intuitive way for users to manage their work and collaborate with team members.
110
+ * [Stacked headers](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/stacked-header) - To add additional column headers in a stacked manner, which can be useful for displaying additional information or for organizing the columns in a more visually appealing way.
111
+ * [Card tooltip](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/tooltip-template) - To display the information for a card using a tooltip template, which can be a convenient way for users to view and interact with the data without having to open a separate dialog or window.
112
+ * [Templates](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#/material/kanban/card-template) - Templates to customize the appearance and behavior of the key elements, such as cards, column headers, swimlanes, and tooltips. This can be useful for embedding any kind of HTML element or CSS style, and for creating a more personalized and interactive user experience.
113
+ * [Responsive rendering](https://ej2.syncfusion.com/angular/documentation/kanban/responsive-mode/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#responsive-mode) - A Kanban board can be designed to adapt to different form-factors, such as mobile and desktop, in order to provide an optimal user experience across different devices and screen sizes.
114
+ * [Localization support](https://ej2.syncfusion.com/angular/documentation/kanban/localization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#globalization) - To localize the static text content to any desired language in order to make the control more accessible and user-friendly for international users.
115
+ * [RTL support](https://ej2.syncfusion.com/angular/documentation/kanban/localization/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm#right-to-left-rtl) - To display the control contents from right to left (RTL) in order to support languages that are written in this direction, such as Arabic or Hebrew.
116
+
117
+ ## Support
118
+
119
+ Product support is available through the following mediums.
120
+
121
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
122
+ * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
123
+ * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
124
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
125
+ * Live chat
63
126
 
64
127
  ## Changelog
65
128
 
66
- Check the changelog [here](https://ej2.syncfusion.com/angular/documentation/release-notes).
129
+ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/kanban/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
130
+
131
+ ## License and copyright
132
+
133
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
134
+
135
+ > A free community [license](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
136
+
137
+ See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm) for more info.
67
138
 
68
139
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-kanban@*",
3
- "_id": "@syncfusion/ej2-angular-kanban@20.3.47",
3
+ "_id": "@syncfusion/ej2-angular-kanban@20.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Oi+aWa3efAzHPiR1eeynIx/NhxnZrbgMoDjEyvAmrK4ub2Myeic/U8p+zwFmAkaiACs12cNQVvGa60me9wb47Q==",
5
+ "_integrity": "sha512-O3FZZfHFJuHGTu6j8oaMkhUob+mNL1j+8R3UFq39VTgQ3ZHOfevRxYpZy2Kl6zHebvTnCoiIbkX6a7/A4W1Yag==",
6
6
  "_location": "/@syncfusion/ej2-angular-kanban",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-20.3.47.tgz",
23
- "_shasum": "f23644ec7ec7a0ae90a267ecb3edbe007e87a28c",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-20.4.38.tgz",
23
+ "_shasum": "f1934dca17e79260fdd8d0c8f45ce197bf5fa91e",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~20.4.38",
35
- "@syncfusion/ej2-base": "~20.4.38",
36
- "@syncfusion/ej2-kanban": "20.4.38",
34
+ "@syncfusion/ej2-angular-base": "~20.4.40",
35
+ "@syncfusion/ej2-base": "~20.4.40",
36
+ "@syncfusion/ej2-kanban": "20.4.40",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -59,11 +59,14 @@
59
59
  "keywords": [
60
60
  "ej2",
61
61
  "syncfusion",
62
- "web-components",
63
62
  "kanban",
64
63
  "Kanban-board",
65
64
  "swimlane",
66
65
  "wip",
66
+ "task-management",
67
+ "sprint-board",
68
+ "scrum-board",
69
+ "agile-board",
67
70
  "angular",
68
71
  "ng",
69
72
  "ng-kanban",
@@ -80,5 +83,5 @@
80
83
  "schematics": "./schematics/collection.json",
81
84
  "sideEffects": false,
82
85
  "typings": "syncfusion-ej2-angular-kanban.d.ts",
83
- "version": "20.4.38"
86
+ "version": "20.4.40"
84
87
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
- export declare const pkgVer = "^20.3.47";
2
+ export declare const pkgVer = "^20.4.38";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~20.3.47";
4
+ export declare const themeVer = "~20.4.38";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-kanban';
4
- exports.pkgVer = '^20.4.38';
4
+ exports.pkgVer = '^20.4.40';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~20.4.38';
6
+ exports.themeVer = '~20.4.40';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^20.4.38';
2
+ export const pkgVer = '^20.4.40';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~20.4.38';
4
+ export const themeVer = '~20.4.40';