@syncfusion/ej2-angular-kanban 31.2.2 → 31.2.12
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/CHANGELOG.md +2 -0
- package/README.md +9 -2
- package/package.json +25 -56
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ The [Angular Kanban](https://www.syncfusion.com/angular-components/angular-kanba
|
|
|
14
14
|
<p align="center">
|
|
15
15
|
Trusted by the world's leading companies
|
|
16
16
|
<a href="https://www.syncfusion.com">
|
|
17
|
-
<img src="https://
|
|
17
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
|
|
18
18
|
</a>
|
|
19
19
|
</p>
|
|
20
20
|
|
|
@@ -114,6 +114,13 @@ The Kanban component is also offered in the following list of frameworks.
|
|
|
114
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
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
116
|
|
|
117
|
+
## Resources
|
|
118
|
+
|
|
119
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
120
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
121
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
122
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
123
|
+
|
|
117
124
|
## Support
|
|
118
125
|
|
|
119
126
|
Product support is available through the following mediums.
|
|
@@ -130,7 +137,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
130
137
|
|
|
131
138
|
## License and copyright
|
|
132
139
|
|
|
133
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for
|
|
140
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [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
141
|
|
|
135
142
|
> 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
143
|
|
package/package.json
CHANGED
|
@@ -1,44 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"name": "@syncfusion/ej2-angular-kanban",
|
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-kanban",
|
|
14
|
-
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "*",
|
|
16
|
-
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "*"
|
|
2
|
+
"name": "@syncfusion/ej2-angular-kanban",
|
|
3
|
+
"version": "31.2.12",
|
|
4
|
+
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
|
|
5
|
+
"author": "Syncfusion Inc.",
|
|
6
|
+
"license": "SEE LICENSE IN license",
|
|
7
|
+
"schematics": "./schematics/collection.json",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.12",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~31.2.12",
|
|
11
|
+
"@syncfusion/ej2-kanban": "31.2.12"
|
|
18
12
|
},
|
|
19
|
-
"
|
|
20
|
-
"
|
|
13
|
+
"keywords": [
|
|
14
|
+
"angular",
|
|
15
|
+
"ng",
|
|
16
|
+
"ng-kanban",
|
|
17
|
+
"angular-kanban",
|
|
18
|
+
"angular-kanban-board"
|
|
21
19
|
],
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
-
"author": {
|
|
27
|
-
"name": "Syncfusion Inc."
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
-
},
|
|
32
|
-
"bundleDependencies": false,
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
35
|
-
"@syncfusion/ej2-base": "~31.2.2",
|
|
36
|
-
"@syncfusion/ej2-kanban": "31.2.2"
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
37
23
|
},
|
|
38
|
-
"
|
|
39
|
-
"
|
|
24
|
+
"sideEffects": false,
|
|
25
|
+
"module": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
40
26
|
"es2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
41
27
|
"esm2020": "esm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
28
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
29
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
30
|
+
"typings": "syncfusion-ej2-angular-kanban.d.ts",
|
|
42
31
|
"exports": {
|
|
43
32
|
"./package.json": {
|
|
44
33
|
"default": "./package.json"
|
|
@@ -52,25 +41,5 @@
|
|
|
52
41
|
"default": "./fesm2020/syncfusion-ej2-angular-kanban.mjs"
|
|
53
42
|
}
|
|
54
43
|
},
|
|
55
|
-
"
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-kanban.mjs",
|
|
57
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
-
"keywords": [
|
|
59
|
-
"angular",
|
|
60
|
-
"ng",
|
|
61
|
-
"ng-kanban",
|
|
62
|
-
"angular-kanban",
|
|
63
|
-
"angular-kanban-board"
|
|
64
|
-
],
|
|
65
|
-
"license": "SEE LICENSE IN license",
|
|
66
|
-
"module": "fesm2015/syncfusion-ej2-angular-kanban.mjs",
|
|
67
|
-
"name": "@syncfusion/ej2-angular-kanban",
|
|
68
|
-
"repository": {
|
|
69
|
-
"type": "git",
|
|
70
|
-
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
71
|
-
},
|
|
72
|
-
"schematics": "./schematics/collection.json",
|
|
73
|
-
"sideEffects": false,
|
|
74
|
-
"typings": "syncfusion-ej2-angular-kanban.d.ts",
|
|
75
|
-
"version": "31.2.2"
|
|
44
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
|
76
45
|
}
|
|
@@ -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 = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.12';
|
|
5
5
|
exports.moduleName = 'KanbanModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.12';
|