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