@syncfusion/ej2-angular-kanban 20.4.38 → 20.4.40-ngcc
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/@syncfusion/ej2-angular-kanban.es5.js +355 -0
- package/@syncfusion/ej2-angular-kanban.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-kanban.js +323 -0
- package/@syncfusion/ej2-angular-kanban.js.map +1 -0
- package/CHANGELOG.md +416 -0
- package/README.md +119 -48
- package/dist/ej2-angular-kanban.umd.js +397 -0
- package/dist/ej2-angular-kanban.umd.js.map +1 -0
- package/dist/ej2-angular-kanban.umd.min.js +11 -0
- package/dist/ej2-angular-kanban.umd.min.js.map +1 -0
- package/ej2-angular-kanban.d.ts +5 -0
- package/ej2-angular-kanban.metadata.json +1 -0
- package/package.json +16 -37
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/kanban/columns.directive.d.ts +0 -5
- package/src/kanban/kanban-all.module.d.ts +0 -6
- package/src/kanban/kanban.component.d.ts +0 -3
- package/src/kanban/kanban.module.d.ts +0 -8
- package/src/kanban/stackedheaders.directive.d.ts +0 -5
- package/styles/kanban/bootstrap-dark.scss +1 -15
- package/styles/kanban/bootstrap.scss +1 -15
- package/styles/kanban/bootstrap4.scss +1 -15
- package/styles/kanban/bootstrap5-dark.scss +1 -15
- package/styles/kanban/bootstrap5.scss +1 -15
- package/styles/kanban/fabric-dark.scss +1 -15
- package/styles/kanban/fabric.scss +1 -15
- package/styles/kanban/fluent-dark.scss +1 -15
- package/styles/kanban/fluent.scss +1 -15
- package/styles/kanban/highcontrast-light.scss +1 -15
- package/styles/kanban/highcontrast.scss +1 -15
- package/styles/kanban/material-dark.scss +1 -15
- package/styles/kanban/material.scss +1 -15
- package/styles/kanban/tailwind-dark.scss +1 -15
- package/styles/kanban/tailwind.scss +1 -15
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -7
- package/esm2020/src/kanban/columns.directive.mjs +0 -66
- package/esm2020/src/kanban/kanban-all.module.mjs +0 -23
- package/esm2020/src/kanban/kanban.component.mjs +0 -100
- package/esm2020/src/kanban/kanban.module.mjs +0 -43
- package/esm2020/src/kanban/stackedheaders.directive.mjs +0 -58
- package/esm2020/syncfusion-ej2-angular-kanban.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs +0 -279
- package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs +0 -279
- package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +0 -1
- package/styles/kanban/_all.scss +0 -2
- package/styles/kanban/_bootstrap-dark-definition.scss +0 -224
- package/styles/kanban/_bootstrap-definition.scss +0 -223
- package/styles/kanban/_bootstrap4-definition.scss +0 -224
- package/styles/kanban/_bootstrap5-dark-definition.scss +0 -1
- package/styles/kanban/_bootstrap5-definition.scss +0 -233
- package/styles/kanban/_fabric-dark-definition.scss +0 -223
- package/styles/kanban/_fabric-definition.scss +0 -223
- package/styles/kanban/_fluent-dark-definition.scss +0 -1
- package/styles/kanban/_fluent-definition.scss +0 -225
- package/styles/kanban/_fusionnew-definition.scss +0 -233
- package/styles/kanban/_highcontrast-definition.scss +0 -224
- package/styles/kanban/_highcontrast-light-definition.scss +0 -224
- package/styles/kanban/_layout.scss +0 -976
- package/styles/kanban/_material-dark-definition.scss +0 -223
- package/styles/kanban/_material-definition.scss +0 -223
- package/styles/kanban/_material3-definition.scss +0 -233
- package/styles/kanban/_tailwind-dark-definition.scss +0 -1
- package/styles/kanban/_tailwind-definition.scss +0 -234
- package/styles/kanban/_theme.scss +0 -148
- package/styles/kanban/icons/_bootstrap-dark.scss +0 -47
- package/styles/kanban/icons/_bootstrap.scss +0 -47
- package/styles/kanban/icons/_bootstrap4.scss +0 -47
- package/styles/kanban/icons/_bootstrap5-dark.scss +0 -1
- package/styles/kanban/icons/_bootstrap5.scss +0 -47
- package/styles/kanban/icons/_fabric-dark.scss +0 -47
- package/styles/kanban/icons/_fabric.scss +0 -47
- package/styles/kanban/icons/_fluent-dark.scss +0 -1
- package/styles/kanban/icons/_fluent.scss +0 -47
- package/styles/kanban/icons/_fusionnew.scss +0 -47
- package/styles/kanban/icons/_highcontrast-light.scss +0 -47
- package/styles/kanban/icons/_highcontrast.scss +0 -47
- package/styles/kanban/icons/_material-dark.scss +0 -47
- package/styles/kanban/icons/_material.scss +0 -47
- package/styles/kanban/icons/_material3.scss +0 -47
- package/styles/kanban/icons/_tailwind-dark.scss +0 -1
- package/styles/kanban/icons/_tailwind.scss +0 -47
- package/syncfusion-ej2-angular-kanban.d.ts +0 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
## 20.4.38 (2022-12-21)
|
|
6
|
+
|
|
7
|
+
### Kanban
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#FB37690` - Now, the dragged card is positioned properly when the swimlane is frozen with a fixed height for kanban.
|
|
12
|
+
|
|
13
|
+
## 20.2.44 (2022-08-16)
|
|
14
|
+
|
|
15
|
+
### Kanban
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#F176236` - Now, the drag and drop functionality will work fine in the Internet Explorer V11.
|
|
20
|
+
|
|
21
|
+
## 20.2.43 (2022-08-08)
|
|
22
|
+
|
|
23
|
+
### Kanban
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `I392686` - Now, the drag and drop between the cards will work fine when `showAddButton` is enabled with the Kanban columns.
|
|
28
|
+
- `I393080` - Now, the column border of the dragged clone cells will render properly.
|
|
29
|
+
- `I393078` - Now, the drag and drop between the cards will work fine with out any flickering.
|
|
30
|
+
- `#F176345` - Now, the Sort Comparer Function's API link will work properly.
|
|
31
|
+
|
|
32
|
+
## 20.2.38 (2022-07-12)
|
|
33
|
+
|
|
34
|
+
### Kanban
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
- `#I385821` - Now, the server-side modified data is returned to the client side while performing the `CRUD` operation.
|
|
39
|
+
- `#I390524`, `#F175935` - Now, when dropping the card into an empty column will render it.
|
|
40
|
+
|
|
41
|
+
## 20.1.60 (2022-06-14)
|
|
42
|
+
|
|
43
|
+
### Kanban
|
|
44
|
+
|
|
45
|
+
#### Bug Fixes
|
|
46
|
+
|
|
47
|
+
- `#I379177`,`#I379023` - Now, the `GetTargetDetailsAsync` method doesn't display 'null' on an empty Kanban board.
|
|
48
|
+
|
|
49
|
+
## 20.1.58 (2022-05-31)
|
|
50
|
+
|
|
51
|
+
### Kanban
|
|
52
|
+
|
|
53
|
+
#### New Features
|
|
54
|
+
|
|
55
|
+
- `#I373922` - Now, we have improved the performance with the Kanban drag and drop action when large data is being loaded.
|
|
56
|
+
|
|
57
|
+
## 20.1.52 (2022-05-04)
|
|
58
|
+
|
|
59
|
+
### Kanban
|
|
60
|
+
|
|
61
|
+
#### Bug Fixes
|
|
62
|
+
|
|
63
|
+
- `#I375869` - Now, opening and closing the dialog by rapidly double-clicking on the card doesn't throw any console error.
|
|
64
|
+
|
|
65
|
+
## 19.4.38 (2021-12-17)
|
|
66
|
+
|
|
67
|
+
### Kanban
|
|
68
|
+
|
|
69
|
+
#### Bug Fixes
|
|
70
|
+
|
|
71
|
+
- `#FB29010` - The issue with "`showItemCount` in swimlane row is not resetting to zero if no cards are present" has been resolved.
|
|
72
|
+
- `#F169010` - The issue with "The Kanban board refreshed before fetching data from the server" has been solved.
|
|
73
|
+
|
|
74
|
+
## 19.3.44 (2021-10-05)
|
|
75
|
+
|
|
76
|
+
### Kanban
|
|
77
|
+
|
|
78
|
+
#### Bug Fixes
|
|
79
|
+
|
|
80
|
+
- `#F169009` - The issue with "Script error thrown when enabling the `enablePersistence` property with remote data" has been resolved.
|
|
81
|
+
|
|
82
|
+
## 19.3.43 (2021-09-30)
|
|
83
|
+
|
|
84
|
+
### Kanban
|
|
85
|
+
|
|
86
|
+
#### New Features
|
|
87
|
+
|
|
88
|
+
- `#I299672` - Provided support to bind the `ObservableCollection` data to the Kanban board.
|
|
89
|
+
|
|
90
|
+
## 19.2.60 (2021-09-07)
|
|
91
|
+
|
|
92
|
+
### Kanban
|
|
93
|
+
|
|
94
|
+
#### Bug Fixes
|
|
95
|
+
|
|
96
|
+
- `#I340470` - The issue with "Kanban `dataBound` event is not receiving `server-side` updated data" has been fixed.
|
|
97
|
+
|
|
98
|
+
## 19.2.56 (2021-08-17)
|
|
99
|
+
|
|
100
|
+
### Kanban
|
|
101
|
+
|
|
102
|
+
#### Bug Fixes
|
|
103
|
+
|
|
104
|
+
- `#I331403` - The issue with "Kanban is not rendering properly when the data does not have the `keyField` mapping key" has been fixed.
|
|
105
|
+
|
|
106
|
+
## 19.2.47 (2021-07-13)
|
|
107
|
+
|
|
108
|
+
### Kanban
|
|
109
|
+
|
|
110
|
+
#### Bug Fixes
|
|
111
|
+
|
|
112
|
+
- `#F166554` - The problem with the selection that is not maintained in the card after performing CRUD operation has been fixed.
|
|
113
|
+
|
|
114
|
+
## 19.2.46 (2021-07-06)
|
|
115
|
+
|
|
116
|
+
### Kanban
|
|
117
|
+
|
|
118
|
+
#### Bug Fixes
|
|
119
|
+
|
|
120
|
+
- `#I332574` - The issue with "Column headers of the kanban is not updated, with the drag and drop actions" has been resolved.
|
|
121
|
+
|
|
122
|
+
## 19.1.67 (2021-06-08)
|
|
123
|
+
|
|
124
|
+
### Kanban
|
|
125
|
+
|
|
126
|
+
#### Bug Fixes
|
|
127
|
+
|
|
128
|
+
- `#F165595` - The issue with "Card data changed even when the editing cancel in the `dialog(card editing)`" has been resolved.
|
|
129
|
+
|
|
130
|
+
## 19.1.66 (2021-06-01)
|
|
131
|
+
|
|
132
|
+
### Kanban
|
|
133
|
+
|
|
134
|
+
#### Bug Fixes
|
|
135
|
+
|
|
136
|
+
- `#F165617`, `#F165618` - The issue with "Kanban edit dialog element not removed when `args.cancel` is set to true on `dialogOpen` event" has been resolved.
|
|
137
|
+
- `#I328517` - The issue with the "Swimlane template did not render properly when loaded on mobile device" has been resolved.
|
|
138
|
+
- `#I326559` - The issue with "Descending order of cards in the column is not maintained when adding a new card" has been resolved.
|
|
139
|
+
|
|
140
|
+
## 19.1.65 (2021-05-25)
|
|
141
|
+
|
|
142
|
+
### Kanban
|
|
143
|
+
|
|
144
|
+
#### Bug Fixes
|
|
145
|
+
|
|
146
|
+
- `#I287435` - The issue with "number type `keyField` arguments not supported on `showColumn`, `hideColumn`, `updateCard` and `getColumnData` public method" has been resolved.
|
|
147
|
+
|
|
148
|
+
## 19.1.63 (2021-05-13)
|
|
149
|
+
|
|
150
|
+
### Kanban
|
|
151
|
+
|
|
152
|
+
#### New Features
|
|
153
|
+
|
|
154
|
+
- `#287435, #295725` - Support provided for map the `keyField` in the `column` as number type.
|
|
155
|
+
|
|
156
|
+
#### Bug Fixes
|
|
157
|
+
|
|
158
|
+
- `#I324923` - The issue with "Kanban content colour not changed, when using the material-dark theme" has been resolved.
|
|
159
|
+
- `#F160742` - The issue with "Script error thrown when drag and drop operation performed when swimlane `keyField` as non-existing field" has been resolved.
|
|
160
|
+
- `#322742` - The issue with "Unable to drag and drop the card when `WebApiAdaptor` used on Kanban" has been resolved.
|
|
161
|
+
|
|
162
|
+
## 19.1.59 (2021-05-04)
|
|
163
|
+
|
|
164
|
+
### Kanban
|
|
165
|
+
|
|
166
|
+
#### Bug Fixes
|
|
167
|
+
|
|
168
|
+
- `#278650` - The issue with "Unable to drag and drop the cards on iPad device" has been fixed.
|
|
169
|
+
|
|
170
|
+
## 19.1.57 (2021-04-20)
|
|
171
|
+
|
|
172
|
+
### Kanban
|
|
173
|
+
|
|
174
|
+
#### Bug Fixes
|
|
175
|
+
|
|
176
|
+
- `#321297` - The issue with "Kanban custom dialog drop down list does not properly return integer type value" has been fixed.
|
|
177
|
+
|
|
178
|
+
## 19.1.54 (2021-03-30)
|
|
179
|
+
|
|
180
|
+
### Kanban
|
|
181
|
+
|
|
182
|
+
#### New Features
|
|
183
|
+
|
|
184
|
+
- `F160742` - Support to drag and drop the card from kanban to an external source and vice versa has been provided.
|
|
185
|
+
|
|
186
|
+
#### Bug Fixes
|
|
187
|
+
|
|
188
|
+
- `#317594` - An issue with "script error thrown when dynamically add new card with new swimlane key" issue has been fixed.
|
|
189
|
+
|
|
190
|
+
## 18.4.46 (2021-03-02)
|
|
191
|
+
|
|
192
|
+
### Kanban
|
|
193
|
+
|
|
194
|
+
#### Bug Fixes
|
|
195
|
+
|
|
196
|
+
- `#I311076` - An issue with templates is cleared when refresh the header using the public method has been fixed.
|
|
197
|
+
- `#I315242` - An issue with drag and drop is not working properly when add columns dynamically has been fixed.
|
|
198
|
+
- `#I315596` - An issue with drag and drop is not working properly when `dataSource` change dynamically has been fixed.
|
|
199
|
+
|
|
200
|
+
## 18.4.44 (2021-02-23)
|
|
201
|
+
|
|
202
|
+
### Kanban
|
|
203
|
+
|
|
204
|
+
#### Bug Fixes
|
|
205
|
+
|
|
206
|
+
- `#315107` - The issue with "cards are hidden when multiple cards are dragged and dropped to their original position" has been fixed.
|
|
207
|
+
- `#F161605` - An issue with drag and drop the cards when kanban placed inside card has been fixed.
|
|
208
|
+
- An issue with "Unable to refresh the header count when drag the card and drop to another column" has been resolved.
|
|
209
|
+
|
|
210
|
+
## 18.4.41 (2021-02-02)
|
|
211
|
+
|
|
212
|
+
### Kanban
|
|
213
|
+
|
|
214
|
+
#### Bug Fixes
|
|
215
|
+
|
|
216
|
+
- `#F161568` - An issue when scrollbar is disappears the column became misaligned issue has been resolved.
|
|
217
|
+
- `#I311076` - Provided a public method as `renderHeader` to refresh the header template.
|
|
218
|
+
- `#309763` - The issue with "Unable to drag and drop the cards within the column when setting the `sortBy` property as `Index`" has been resolved.
|
|
219
|
+
- `#F161669` - The issue with "Duplicate card rendering while searching the text after drag and drop operation is performed" has been fixed.
|
|
220
|
+
- `#287431` - An issue with the card has rendered at column last position when using `updateCard` method has been fixed.
|
|
221
|
+
|
|
222
|
+
## 18.4.33 (2021-01-05)
|
|
223
|
+
|
|
224
|
+
### Kanban
|
|
225
|
+
|
|
226
|
+
#### Bug Fixes
|
|
227
|
+
|
|
228
|
+
- `#308798` - The issue with "Script error thrown when drag and drop the cards in swimlane layout with responsive mode" has been resolved.
|
|
229
|
+
|
|
230
|
+
## 18.4.30 (2020-12-17)
|
|
231
|
+
|
|
232
|
+
### Kanban
|
|
233
|
+
|
|
234
|
+
#### New Features
|
|
235
|
+
|
|
236
|
+
- Provided workflow support that determines transitions of card from one column to another in Kanban.
|
|
237
|
+
- Provided support to prevent dragging and dropping the cards on particular column.
|
|
238
|
+
- Provided auto scroll support when drag and drop the cards between columns.
|
|
239
|
+
- Provided custom sorting option for swimlane rows based on user choice.
|
|
240
|
+
|
|
241
|
+
#### Breaking Changes
|
|
242
|
+
|
|
243
|
+
- In `sortSettings` the default value of `sortBy` property has changed to `Index` from `DataSourceOrder`.
|
|
244
|
+
|
|
245
|
+
## 18.3.53 (2020-12-08)
|
|
246
|
+
|
|
247
|
+
### Kanban
|
|
248
|
+
|
|
249
|
+
#### Bug Fixes
|
|
250
|
+
|
|
251
|
+
- `#159897` - An issue with Dialog template not working has been fixed.
|
|
252
|
+
|
|
253
|
+
## 18.3.52 (2020-12-01)
|
|
254
|
+
|
|
255
|
+
### Kanban
|
|
256
|
+
|
|
257
|
+
#### Bug Fixes
|
|
258
|
+
|
|
259
|
+
- `#300968, #302271` - An issue with the `dragStart` event maintained previous changed value in argument has been fixed.
|
|
260
|
+
|
|
261
|
+
## 18.3.50 (2020-11-17)
|
|
262
|
+
|
|
263
|
+
### Kanban
|
|
264
|
+
|
|
265
|
+
#### Bug Fixes
|
|
266
|
+
|
|
267
|
+
- `#301633` - The issue with "Script error thrown when using `deleteCard` public method" has been resolved.
|
|
268
|
+
- `#301761` - The issue with "Changed card not maintained their modified state properly when drop the card to another columns after using `updateCard` public method" has been resolved.
|
|
269
|
+
- `#300558` - An issue with the all card data are disappeared after card drag and drop has been fixed.
|
|
270
|
+
|
|
271
|
+
## 18.3.40 (2020-10-13)
|
|
272
|
+
|
|
273
|
+
### Kanban
|
|
274
|
+
|
|
275
|
+
#### New Features
|
|
276
|
+
|
|
277
|
+
- `#288864` - We had improved the performance while loading a huge number of cards and now dragging cards only be refreshed instead of whole cards.
|
|
278
|
+
|
|
279
|
+
## 18.3.35 (2020-10-01)
|
|
280
|
+
|
|
281
|
+
### Kanban
|
|
282
|
+
|
|
283
|
+
#### Bug Fixes
|
|
284
|
+
|
|
285
|
+
- `#287430` - The issue with "Mismatch in the events argument type information" has been resolved.
|
|
286
|
+
|
|
287
|
+
## 18.2.57 (2020-09-08)
|
|
288
|
+
|
|
289
|
+
### Kanban
|
|
290
|
+
|
|
291
|
+
#### Bug Fixes
|
|
292
|
+
|
|
293
|
+
- `#289221` - The issue with "Two empty placeholders appear on the content cell when dropping the cards to its original position" has been resolved.
|
|
294
|
+
- `#289831` - The issue with "Cards are jumped to the last position of the column when the dialog template values are not changed" has been resolved.
|
|
295
|
+
|
|
296
|
+
## 18.2.54 (2020-08-18)
|
|
297
|
+
|
|
298
|
+
### Kanban
|
|
299
|
+
|
|
300
|
+
#### Bug Fixes
|
|
301
|
+
|
|
302
|
+
- `#287430` - The issue with "Mismatch in the public methods type information" has been resolved.
|
|
303
|
+
|
|
304
|
+
## 18.2.47 (2020-07-28)
|
|
305
|
+
|
|
306
|
+
### Kanban
|
|
307
|
+
|
|
308
|
+
#### Bug Fixes
|
|
309
|
+
|
|
310
|
+
- `#284048` - Provided unassigned Swimlane group support on the Kanban board.
|
|
311
|
+
|
|
312
|
+
## 18.2.44 (2020-07-07)
|
|
313
|
+
|
|
314
|
+
### Kanban
|
|
315
|
+
|
|
316
|
+
#### New Features
|
|
317
|
+
|
|
318
|
+
- **Sorting Order**: Arrange the cards in ascending or descending order based on the `sortBy` property.
|
|
319
|
+
- **Card Layout**: Improved the card layout by providing the default colours, labels, and custom classes.
|
|
320
|
+
- **Dialog Customization**: Users can customize the particular property in the editing or adding dialog by using the `model` property.
|
|
321
|
+
- **Toggle Column Count**: Provided cards count on the collapsed column.
|
|
322
|
+
|
|
323
|
+
#### Breaking Changes
|
|
324
|
+
|
|
325
|
+
- Removed the `priority` under the `cardSettings` property and included these functionalities to the sorting order feature by setting the `sortBy` as `Index` under the `sortSettings` property.
|
|
326
|
+
- Replaced the `sortBy` with `sortDirection` under the `swimlaneSettings` property.
|
|
327
|
+
|
|
328
|
+
| **Previous API** | **Current API** |
|
|
329
|
+
|---|---|
|
|
330
|
+
| cardSettings.priority | sortSettings.sortBy as `Index` |
|
|
331
|
+
| swimlaneSettings.sortBy | swimlaneSettings.sortDirection |
|
|
332
|
+
|
|
333
|
+
## 18.1.56 (2020-06-09)
|
|
334
|
+
|
|
335
|
+
### Kanban
|
|
336
|
+
|
|
337
|
+
#### Bug Fixes
|
|
338
|
+
|
|
339
|
+
- `#279543` - An issue with script error thrown when click the `showAddButton` icon and specify the `priority` property has been fixed.
|
|
340
|
+
|
|
341
|
+
## 18.1.55 (2020-06-02)
|
|
342
|
+
|
|
343
|
+
### Kanban
|
|
344
|
+
|
|
345
|
+
#### Bug Fixes
|
|
346
|
+
|
|
347
|
+
- `#278225` - An issue with kanban styles not loaded properly when `refresh` method called issue has been fixed.
|
|
348
|
+
|
|
349
|
+
## 18.1.48 (2020-05-05)
|
|
350
|
+
|
|
351
|
+
### Kanban
|
|
352
|
+
|
|
353
|
+
#### Bug Fixes
|
|
354
|
+
|
|
355
|
+
- `#274830` - An issue with Rendered empty column when empty data passed to Kanban board has been fixed.
|
|
356
|
+
|
|
357
|
+
## 18.1.46 (2020-04-28)
|
|
358
|
+
|
|
359
|
+
### Kanban
|
|
360
|
+
|
|
361
|
+
#### Bug Fixes
|
|
362
|
+
|
|
363
|
+
- `#274505` - An issue with server post triggered without showing Spinner has been fixed.
|
|
364
|
+
- `#274710` - An issue with dropped clone not created at first position when drag the cards has been fixed.
|
|
365
|
+
|
|
366
|
+
## 18.1.42 (2020-04-01)
|
|
367
|
+
|
|
368
|
+
### Kanban
|
|
369
|
+
|
|
370
|
+
#### New Features
|
|
371
|
+
|
|
372
|
+
- **Priority Support**: The features enable to render the cards based on the priority value. So, user can easily drag and drop the cards to particular place.
|
|
373
|
+
- **Dialog Editing**: The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
|
|
374
|
+
|
|
375
|
+
undefinedThe Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
- **Data binding**: Seamless data binding with various local and remote data sources.
|
|
379
|
+
- **Swimlane**: The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
|
|
380
|
+
- **Key mapping**: Map one or multiple keys to single columns.
|
|
381
|
+
- **Toggle Columns**: The columns can be expanded and collapsed.
|
|
382
|
+
- **WIP Validation**: Set a minimum and maximum number of cards in a column.
|
|
383
|
+
- **Priority Support**: The features enable to render the cards based on the priority value. So, user can easily drag and drop the cards to particular place.
|
|
384
|
+
- **Dialog Editing**: The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
|
|
385
|
+
- **Drag and Drop**: Cards can be easily dragged and dropped from one column to another. You can also drag them from one swim lane to another.
|
|
386
|
+
- **Stacked headers**: Additional column headers can be added in a stacked manner.
|
|
387
|
+
- **Tooltip**: Display the card information with a default tooltip and templated tooltip.
|
|
388
|
+
- **Selection**: Select a single or multiple cards.
|
|
389
|
+
- **Templates**: 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.
|
|
390
|
+
- **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
|
|
391
|
+
- **Localization**: All the static text content can be localized to any desired language.
|
|
392
|
+
- **RTL**: Display the control contents from right to left.
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
## 17.4.46 (2020-01-30)
|
|
396
|
+
|
|
397
|
+
### Kanban
|
|
398
|
+
|
|
399
|
+
The Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
- **Data binding**: Seamless data binding with various local and remote data sources.
|
|
403
|
+
- **Swimlane**: The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
|
|
404
|
+
- **Key mapping**: Map one or multiple keys to single columns.
|
|
405
|
+
- **Toggle Columns**: The columns can be expanded and collapsed.
|
|
406
|
+
- **WIP Validation**: Set a minimum and maximum number of cards in a column.
|
|
407
|
+
- **Drag and Drop**: Cards can be easily dragged and dropped from one column to another. You can also drag them from one swim lane to another.
|
|
408
|
+
- **Stacked headers**: Additional column headers can be added in a stacked manner.
|
|
409
|
+
- **Tooltip**: Display the card information with a default tooltip and templated tooltip.
|
|
410
|
+
- **Selection**: Select a single or multiple cards.
|
|
411
|
+
- **Templates**: 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.
|
|
412
|
+
- **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
|
|
413
|
+
- **Localization**: All the static text content can be localized to any desired language.
|
|
414
|
+
- **RTL**: Display the control contents from right to left.
|
|
415
|
+
|
|
416
|
+
|
package/README.md
CHANGED
|
@@ -1,68 +1,139 @@
|
|
|
1
|
-
#
|
|
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
|
-
|
|
21
|
+
## Setup
|
|
4
22
|
|
|
5
|
-
|
|
23
|
+
### Create a Angular Application
|
|
6
24
|
|
|
7
|
-
|
|
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
|
-
|
|
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
|
-
|
|
43
|
+
ng add @syncfusion/ej2-angular-kanban
|
|
15
44
|
```
|
|
16
45
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
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
|
-
##
|
|
89
|
+
## Supported frameworks
|
|
90
|
+
|
|
91
|
+
The Kanban component is also offered in the following list of frameworks.
|
|
53
92
|
|
|
54
|
-
|
|
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/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<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/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<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/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<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/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<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/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
94
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
55
95
|
|
|
56
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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://
|
|
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.
|