@syncfusion/ej2-angular-kanban 19.3.44 → 19.3.55

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 CHANGED
@@ -4,6 +4,40 @@
4
4
 
5
5
  ### Kanban
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I344836` - The issue with "Swimlane row is not created when kanban keyField has 0 value alone" has been resolved.
10
+
11
+ ## 19.3.46 (2021-10-19)
12
+
13
+ ### Kanban
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I344836` - The issue with "Card's are not rendered, when Kanban KeyField has value as zero" has been resolved.
18
+ - `F169010` - The issue with "The Kanban board refreshed before fetching data from the server" has been solved.
19
+ - `F169408` - The exception raised "When dynamically adding new column, after deleting the columns from the Kanban" has been resolved.
20
+
21
+ ## 19.3.45 (2021-10-12)
22
+
23
+ ### Kanban
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#FB29010` - The issue with "`showItemCount` in swimlane row is not resetting to zero if no cards are present" has been resolved.
28
+
29
+ ## 19.3.44 (2021-10-05)
30
+
31
+ ### Kanban
32
+
33
+ #### Bug Fixes
34
+
35
+ - `#F169009` - The issue with "Script error thrown when enabling the `enablePersistence` property with remote data" has been resolved.
36
+
37
+ ## 19.3.43 (2021-09-30)
38
+
39
+ ### Kanban
40
+
7
41
  #### New Features
8
42
 
9
43
  - `#I299672` - Provided support to bind the `ObservableCollection` data to the Kanban board.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-kanban.umd.js
3
- * version : 19.3.44
3
+ * version : 19.3.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-kanban.umd.min.js
3
- * version : 19.3.44
3
+ * version : 19.3.55
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-kanban@*",
3
- "_id": "@syncfusion/ej2-angular-kanban@0.54.4",
3
+ "_id": "@syncfusion/ej2-angular-kanban@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-iKPjysInOqrY+MJeTjo8WX5kvjtq1q/hBTcf3VMe/24m/gAZkBdYo0NM4t1ovAEm+6bcpNsChhy4FlZD53VK3Q==",
5
+ "_integrity": "sha512-psVm/IFr1UF1hZgBWkZquFSc+CIfRhwTnvc+1PsDXkPh1LpIUIJjoPCyrlYeJUztJ8MoHTJL9bXFzYWT/oZEoA==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-0.54.4.tgz",
23
- "_shasum": "7d190bb3fd1f1145feed9bae963ac46319c505a4",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-angular-kanban/-/ej2-angular-kanban-19.3.53.tgz",
23
+ "_shasum": "da0f1c5ac0da399ce88ef193d9db245c1af41e79",
24
24
  "_spec": "@syncfusion/ej2-angular-kanban@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.3.44",
35
- "@syncfusion/ej2-base": "~19.3.43",
36
- "@syncfusion/ej2-kanban": "19.3.44"
34
+ "@syncfusion/ej2-angular-base": "~19.3.55",
35
+ "@syncfusion/ej2-base": "~19.3.54",
36
+ "@syncfusion/ej2-kanban": "19.3.55"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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",
@@ -66,5 +66,5 @@
66
66
  "schematics": "./schematics/collection.json",
67
67
  "sideEffects": false,
68
68
  "typings": "ej2-angular-kanban.d.ts",
69
- "version": "19.3.44"
69
+ "version": "19.3.55"
70
70
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-kanban";
2
- export declare const pkgVer = "^0.54.4";
2
+ export declare const pkgVer = "^19.3.53";
3
3
  export declare const moduleName = "KanbanModule";
4
- export declare const themeVer = "~0.54.4";
4
+ export declare const themeVer = "~19.3.53";
@@ -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 = '^0.54.4';
4
+ exports.pkgVer = '^19.3.53';
5
5
  exports.moduleName = 'KanbanModule';
6
- exports.themeVer = '~0.54.4';
6
+ exports.themeVer = '~19.3.53';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-kanban';
2
- export const pkgVer = '^0.54.4';
2
+ export const pkgVer = '^19.3.53';
3
3
  export const moduleName = 'KanbanModule';
4
- export const themeVer = '~0.54.4';
4
+ export const themeVer = '~19.3.53';
@@ -68,6 +68,11 @@
68
68
  background: transparent;
69
69
  }
70
70
 
71
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
72
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
73
+ background: #e9ecef;
74
+ }
75
+
71
76
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
72
77
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
73
78
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -62,6 +62,12 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
66
+ }
67
+
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #343a40;
65
71
  }
66
72
 
67
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -62,6 +62,12 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
66
+ }
67
+
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #e9ecef;
65
71
  }
66
72
 
67
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -68,6 +68,11 @@
68
68
  background: transparent;
69
69
  }
70
70
 
71
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
72
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
73
+ background: #e9ecef;
74
+ }
75
+
71
76
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
72
77
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
73
78
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -62,6 +62,12 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
66
+ }
67
+
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #343a40;
65
71
  }
66
72
 
67
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -62,6 +62,12 @@
62
62
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
63
63
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
64
64
  background: transparent;
65
+ color: inherit;
66
+ }
67
+
68
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
69
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
70
+ background: #e9ecef;
65
71
  }
66
72
 
67
73
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,