@syncfusion/ej2-angular-kanban 34.2.6-ngcc → 34.2.6

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/CHANGELOG.md +538 -0
  2. package/README.md +27 -14
  3. package/esm2020/public_api.mjs +2 -0
  4. package/esm2020/src/index.mjs +7 -0
  5. package/esm2020/src/kanban/columns.directive.mjs +66 -0
  6. package/esm2020/src/kanban/kanban-all.module.mjs +23 -0
  7. package/esm2020/src/kanban/kanban.component.mjs +100 -0
  8. package/esm2020/src/kanban/kanban.module.mjs +43 -0
  9. package/esm2020/src/kanban/stackedheaders.directive.mjs +58 -0
  10. package/esm2020/syncfusion-ej2-angular-kanban.mjs +5 -0
  11. package/fesm2015/syncfusion-ej2-angular-kanban.mjs +277 -0
  12. package/fesm2015/syncfusion-ej2-angular-kanban.mjs.map +1 -0
  13. package/fesm2020/syncfusion-ej2-angular-kanban.mjs +277 -0
  14. package/fesm2020/syncfusion-ej2-angular-kanban.mjs.map +1 -0
  15. package/package.json +20 -7
  16. package/public_api.d.ts +1 -1
  17. package/src/index.d.ts +6 -6
  18. package/src/kanban/columns.directive.d.ts +95 -90
  19. package/src/kanban/kanban-all.module.d.ts +11 -5
  20. package/src/kanban/kanban.component.d.ts +65 -62
  21. package/src/kanban/kanban.module.d.ts +13 -5
  22. package/src/kanban/stackedheaders.directive.d.ts +41 -36
  23. package/syncfusion-ej2-angular-kanban.d.ts +5 -0
  24. package/@syncfusion/ej2-angular-kanban.es5.js +0 -355
  25. package/@syncfusion/ej2-angular-kanban.es5.js.map +0 -1
  26. package/@syncfusion/ej2-angular-kanban.js +0 -323
  27. package/@syncfusion/ej2-angular-kanban.js.map +0 -1
  28. package/LICENSE +0 -10
  29. package/dist/ej2-angular-kanban.umd.js +0 -400
  30. package/dist/ej2-angular-kanban.umd.js.map +0 -1
  31. package/dist/ej2-angular-kanban.umd.min.js +0 -11
  32. package/dist/ej2-angular-kanban.umd.min.js.map +0 -1
  33. package/ej2-angular-kanban.d.ts +0 -5
  34. package/ej2-angular-kanban.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,538 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ## 34.2.4 (2026-08-18)
6
+
7
+ ### Kanban
8
+
9
+ #### Bug Fixes
10
+
11
+ - `#I854454` - Resolved CSP violation errors that occurred during Kanban card drag-and-drop operations when Content Security Policy (CSP) was enabled.
12
+ - Updated Gantt Chart casing in telemetry to ensure consistent event tracking and reporting.
13
+
14
+ #### Bug Fix
15
+
16
+ - Updated Gantt Chart casing in telemetry to ensure consistent event tracking and reporting.
17
+
18
+ ## 34.1.30 (2026-07-09)
19
+
20
+ ### Kanban
21
+
22
+ #### Bug Fix
23
+
24
+ - `#I830267` - Now, cards rendered in the DOM are matching the take count when using remote data in Kanban.
25
+
26
+ ## 33.1.44 (2026-03-16)
27
+
28
+ ### Kanban
29
+
30
+ #### New Features
31
+
32
+ - **Column Drag and Drop**: This feature allows users to reorder columns in the Kanban control by setting the [`allowColumnDragAndDrop`](https://ej2.syncfusion.com/documentation/api/kanban/#allowColumnDragAndDrop) property to true. When enabled, columns can be dragged and dropped to rearrange their order effortlessly. Explore the demos [here](https://ej2.syncfusion.com/demos/#/material3/kanban/column-rearrangement.html).
33
+
34
+ - **Column Drag and Drop**: This feature allows users to reorder columns in the Kanban control by setting the [`allowColumnDragAndDrop`](https://ej2.syncfusion.com/angular/documentation/api/kanban/#allowColumnDragAndDrop) property to true. When enabled, columns can be dragged and dropped to rearrange their order effortlessly. Explore the demos [here](https://ej2.syncfusion.com/angular/demos/#/material3/kanban/column-rearrangement.html).
35
+
36
+ ## 25.1.35 (2024-03-15)
37
+
38
+ ### Kanban
39
+
40
+ #### Bug Fixes
41
+
42
+ - `#I525892` - Now, the card template works properly upon drag-and-drop action in Kanban with remote data.
43
+
44
+ - `#I550208` - Now, the swimlane header template will work properly in the mobile view.
45
+
46
+ ## 24.1.47 (2024-01-23)
47
+
48
+ ### Kanban
49
+
50
+ #### Bug Fixes
51
+
52
+ - `#I544423` - Now, the Kanban column header title shows properly when the column is collapsed.
53
+
54
+ ## 24.1.46 (2024-01-17)
55
+
56
+ ### Kanban
57
+
58
+ #### Bug Fixes
59
+
60
+ - `#I535989` - Now, drop clone works properly when slowly dragging and dropping the cards in the last position in the Kanban column.
61
+
62
+ ## 24.1.41 (2023-12-18)
63
+
64
+ ### Kanban
65
+
66
+ #### Bug Fixes
67
+
68
+ - Now the Kanban Header table will have `tbody` element and the Kanban Content table will have `thead` element to improve the accessibility.
69
+
70
+ ## 23.2.4 (2023-11-20)
71
+
72
+ ### Kanban
73
+
74
+ #### Bug Fixes
75
+
76
+ - `#I513537` - Now, localization of the "Cards" text was done. When you drag the multiple cards, it show up.
77
+
78
+ - `#I515897` - Now, when the `cancel` argument is set to true in the `dialogClose` event in the kanban, it works properly.
79
+
80
+ ## 23.1.36 (2023-09-15)
81
+
82
+ ### Kanban
83
+
84
+ #### Bug Fixes
85
+
86
+ - `#I492818` - Now, fast scrolling from top to bottom of the column continuously works properly.
87
+
88
+ - `#I495751` - Now, dragging a card to the first position in the Kanban works properly without flickering.
89
+
90
+ ## 22.1.34 (2023-06-21)
91
+
92
+ ### Kanban
93
+
94
+ #### New Features
95
+
96
+ - **Virtual Scrolling**: This feature allows users to load data on demand when scrolling through columns for a smoother experience with large datasets.
97
+
98
+ ## 21.1.39 (2023-04-11)
99
+
100
+ ### Kanban
101
+
102
+ #### Bug Fixes
103
+
104
+ - `#F181441` - Resolved a issue, where a console error was thrown when dragging into the column header on the Kanban.
105
+
106
+ ## 21.1.37 (2023-03-29)
107
+
108
+ ### Kanban
109
+
110
+ #### Bug Fixes
111
+
112
+ - `#I432638` - Now, when using the kanban `sortSettings` and dropping the cards randomly is sorted properly.
113
+
114
+ ## 20.4.54 (2023-03-14)
115
+
116
+ ### Kanban
117
+
118
+ #### Bug Fixes
119
+
120
+ - `#I432638` - Now, when using the kanban `sortSettings` the cards are dropped and sorted properly.
121
+
122
+ ## 20.4.44 (2023-01-18)
123
+
124
+ ### Kanban
125
+
126
+ #### Bug Fixes
127
+
128
+ - `#I426567` - Now, drag and drop between the cards will work fine with out any flickering.
129
+
130
+ ## 20.4.38 (2022-12-21)
131
+
132
+ ### Kanban
133
+
134
+ #### Bug Fixes
135
+
136
+ - `#FB37690` - Now, the dragged card is positioned properly when the swimlane is frozen with a fixed height for kanban.
137
+
138
+ ## 20.2.44 (2022-08-16)
139
+
140
+ ### Kanban
141
+
142
+ #### Bug Fixes
143
+
144
+ - `#F176236` - Now, the drag and drop functionality will work fine in the Internet Explorer V11.
145
+
146
+ ## 20.2.43 (2022-08-08)
147
+
148
+ ### Kanban
149
+
150
+ #### Bug Fixes
151
+
152
+ - `I392686` - Now, the drag and drop between the cards will work fine when `showAddButton` is enabled with the Kanban columns.
153
+
154
+ - `I393080` - Now, the column border of the dragged clone cells will render properly.
155
+
156
+ - `I393078` - Now, the drag and drop between the cards will work fine with out any flickering.
157
+
158
+ - `#F176345` - Now, the Sort Comparer Function's API link will work properly.
159
+
160
+ ## 20.2.38 (2022-07-12)
161
+
162
+ ### Kanban
163
+
164
+ #### Bug Fixes
165
+
166
+ - `#I385821` - Now, the server-side modified data is returned to the client side while performing the `CRUD` operation.
167
+
168
+ - `#I390524`, `#F175935` - Now, when dropping the card into an empty column will render it.
169
+
170
+ ## 20.1.60 (2022-06-14)
171
+
172
+ ### Kanban
173
+
174
+ #### Bug Fixes
175
+
176
+ - `#I379177`,`#I379023` - Now, the `GetTargetDetailsAsync` method doesn't display 'null' on an empty Kanban board.
177
+
178
+ ## 20.1.58 (2022-05-31)
179
+
180
+ ### Kanban
181
+
182
+ #### New Features
183
+
184
+ - `#I373922` - Now, we have improved the performance with the Kanban drag and drop action when large data is being loaded.
185
+
186
+ ## 20.1.52 (2022-05-04)
187
+
188
+ ### Kanban
189
+
190
+ #### Bug Fixes
191
+
192
+ - `#I375869` - Now, opening and closing the dialog by rapidly double-clicking on the card doesn't throw any console error.
193
+
194
+ ## 19.4.38 (2021-12-17)
195
+
196
+ ### Kanban
197
+
198
+ #### Bug Fixes
199
+
200
+ - `#FB29010` - The issue with "`showItemCount` in swimlane row is not resetting to zero if no cards are present" has been resolved.
201
+ - `#F169010` - The issue with "The Kanban board refreshed before fetching data from the server" has been solved.
202
+
203
+ ## 19.3.44 (2021-10-05)
204
+
205
+ ### Kanban
206
+
207
+ #### Bug Fixes
208
+
209
+ - `#F169009` - The issue with "Script error thrown when enabling the `enablePersistence` property with remote data" has been resolved.
210
+
211
+ ## 19.3.43 (2021-09-30)
212
+
213
+ ### Kanban
214
+
215
+ #### New Features
216
+
217
+ - `#I299672` - Provided support to bind the `ObservableCollection` data to the Kanban board.
218
+
219
+ ## 19.2.60 (2021-09-07)
220
+
221
+ ### Kanban
222
+
223
+ #### Bug Fixes
224
+
225
+ - `#I340470` - The issue with "Kanban `dataBound` event is not receiving `server-side` updated data" has been fixed.
226
+
227
+ ## 19.2.56 (2021-08-17)
228
+
229
+ ### Kanban
230
+
231
+ #### Bug Fixes
232
+
233
+ - `#I331403` - The issue with "Kanban is not rendering properly when the data does not have the `keyField` mapping key" has been fixed.
234
+
235
+ ## 19.2.47 (2021-07-13)
236
+
237
+ ### Kanban
238
+
239
+ #### Bug Fixes
240
+
241
+ - `#F166554` - The problem with the selection that is not maintained in the card after performing CRUD operation has been fixed.
242
+
243
+ ## 19.2.46 (2021-07-06)
244
+
245
+ ### Kanban
246
+
247
+ #### Bug Fixes
248
+
249
+ - `#I332574` - The issue with "Column headers of the kanban is not updated, with the drag and drop actions" has been resolved.
250
+
251
+ ## 19.1.67 (2021-06-08)
252
+
253
+ ### Kanban
254
+
255
+ #### Bug Fixes
256
+
257
+ - `#F165595` - The issue with "Card data changed even when the editing cancel in the `dialog(card editing)`" has been resolved.
258
+
259
+ ## 19.1.66 (2021-06-01)
260
+
261
+ ### Kanban
262
+
263
+ #### Bug Fixes
264
+
265
+ - `#F165617`, `#F165618` - The issue with "Kanban edit dialog element not removed when `args.cancel` is set to true on `dialogOpen` event" has been resolved.
266
+ - `#I328517` - The issue with the "Swimlane template did not render properly when loaded on mobile device" has been resolved.
267
+ - `#I326559` - The issue with "Descending order of cards in the column is not maintained when adding a new card" has been resolved.
268
+
269
+ ## 19.1.65 (2021-05-25)
270
+
271
+ ### Kanban
272
+
273
+ #### Bug Fixes
274
+
275
+ - `#I287435` - The issue with "number type `keyField` arguments not supported on `showColumn`, `hideColumn`, `updateCard` and `getColumnData` public method" has been resolved.
276
+
277
+ ## 19.1.63 (2021-05-13)
278
+
279
+ ### Kanban
280
+
281
+ #### New Features
282
+
283
+ - `#287435, #295725` - Support provided for map the `keyField` in the `column` as number type.
284
+
285
+ #### Bug Fixes
286
+
287
+ - `#I324923` - The issue with "Kanban content colour not changed, when using the material-dark theme" has been resolved.
288
+ - `#F160742` - The issue with "Script error thrown when drag and drop operation performed when swimlane `keyField` as non-existing field" has been resolved.
289
+ - `#322742` - The issue with "Unable to drag and drop the card when `WebApiAdaptor` used on Kanban" has been resolved.
290
+
291
+ ## 19.1.59 (2021-05-04)
292
+
293
+ ### Kanban
294
+
295
+ #### Bug Fixes
296
+
297
+ - `#278650` - The issue with "Unable to drag and drop the cards on iPad device" has been fixed.
298
+
299
+ ## 19.1.57 (2021-04-20)
300
+
301
+ ### Kanban
302
+
303
+ #### Bug Fixes
304
+
305
+ - `#321297` - The issue with "Kanban custom dialog drop down list does not properly return integer type value" has been fixed.
306
+
307
+ ## 19.1.54 (2021-03-30)
308
+
309
+ ### Kanban
310
+
311
+ #### New Features
312
+
313
+ - `F160742` - Support to drag and drop the card from kanban to an external source and vice versa has been provided.
314
+
315
+ #### Bug Fixes
316
+
317
+ - `#317594` - An issue with "script error thrown when dynamically add new card with new swimlane key" issue has been fixed.
318
+
319
+ ## 18.4.46 (2021-03-02)
320
+
321
+ ### Kanban
322
+
323
+ #### Bug Fixes
324
+
325
+ - `#I311076` - An issue with templates is cleared when refresh the header using the public method has been fixed.
326
+ - `#I315242` - An issue with drag and drop is not working properly when add columns dynamically has been fixed.
327
+ - `#I315596` - An issue with drag and drop is not working properly when `dataSource` change dynamically has been fixed.
328
+
329
+ ## 18.4.44 (2021-02-23)
330
+
331
+ ### Kanban
332
+
333
+ #### Bug Fixes
334
+
335
+ - `#315107` - The issue with "cards are hidden when multiple cards are dragged and dropped to their original position" has been fixed.
336
+ - `#F161605` - An issue with drag and drop the cards when kanban placed inside card has been fixed.
337
+ - An issue with "Unable to refresh the header count when drag the card and drop to another column" has been resolved.
338
+
339
+ ## 18.4.41 (2021-02-02)
340
+
341
+ ### Kanban
342
+
343
+ #### Bug Fixes
344
+
345
+ - `#F161568` - An issue when scrollbar is disappears the column became misaligned issue has been resolved.
346
+ - `#I311076` - Provided a public method as `renderHeader` to refresh the header template.
347
+ - `#309763` - The issue with "Unable to drag and drop the cards within the column when setting the `sortBy` property as `Index`" has been resolved.
348
+ - `#F161669` - The issue with "Duplicate card rendering while searching the text after drag and drop operation is performed" has been fixed.
349
+ - `#287431` - An issue with the card has rendered at column last position when using `updateCard` method has been fixed.
350
+
351
+ ## 18.4.33 (2021-01-05)
352
+
353
+ ### Kanban
354
+
355
+ #### Bug Fixes
356
+
357
+ - `#308798` - The issue with "Script error thrown when drag and drop the cards in swimlane layout with responsive mode" has been resolved.
358
+
359
+ ## 18.4.30 (2020-12-17)
360
+
361
+ ### Kanban
362
+
363
+ #### New Features
364
+
365
+ - Provided workflow support that determines transitions of card from one column to another in Kanban.
366
+ - Provided support to prevent dragging and dropping the cards on particular column.
367
+ - Provided auto scroll support when drag and drop the cards between columns.
368
+ - Provided custom sorting option for swimlane rows based on user choice.
369
+
370
+ #### Breaking Changes
371
+
372
+ - In `sortSettings` the default value of `sortBy` property has changed to `Index` from `DataSourceOrder`.
373
+
374
+ ## 18.3.53 (2020-12-08)
375
+
376
+ ### Kanban
377
+
378
+ #### Bug Fixes
379
+
380
+ - `#159897` - An issue with Dialog template not working has been fixed.
381
+
382
+ ## 18.3.52 (2020-12-01)
383
+
384
+ ### Kanban
385
+
386
+ #### Bug Fixes
387
+
388
+ - `#300968, #302271` - An issue with the `dragStart` event maintained previous changed value in argument has been fixed.
389
+
390
+ ## 18.3.50 (2020-11-17)
391
+
392
+ ### Kanban
393
+
394
+ #### Bug Fixes
395
+
396
+ - `#301633` - The issue with "Script error thrown when using `deleteCard` public method" has been resolved.
397
+ - `#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.
398
+ - `#300558` - An issue with the all card data are disappeared after card drag and drop has been fixed.
399
+
400
+ ## 18.3.40 (2020-10-13)
401
+
402
+ ### Kanban
403
+
404
+ #### New Features
405
+
406
+ - `#288864` - We had improved the performance while loading a huge number of cards and now dragging cards only be refreshed instead of whole cards.
407
+
408
+ ## 18.3.35 (2020-10-01)
409
+
410
+ ### Kanban
411
+
412
+ #### Bug Fixes
413
+
414
+ - `#287430` - The issue with "Mismatch in the events argument type information" has been resolved.
415
+
416
+ ## 18.2.57 (2020-09-08)
417
+
418
+ ### Kanban
419
+
420
+ #### Bug Fixes
421
+
422
+ - `#289221` - The issue with "Two empty placeholders appear on the content cell when dropping the cards to its original position" has been resolved.
423
+ - `#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.
424
+
425
+ ## 18.2.54 (2020-08-18)
426
+
427
+ ### Kanban
428
+
429
+ #### Bug Fixes
430
+
431
+ - `#287430` - The issue with "Mismatch in the public methods type information" has been resolved.
432
+
433
+ ## 18.2.47 (2020-07-28)
434
+
435
+ ### Kanban
436
+
437
+ #### Bug Fixes
438
+
439
+ - `#284048` - Provided unassigned Swimlane group support on the Kanban board.
440
+
441
+ ## 18.2.44 (2020-07-07)
442
+
443
+ ### Kanban
444
+
445
+ #### New Features
446
+
447
+ - **Sorting Order**: Arrange the cards in ascending or descending order based on the `sortBy` property.
448
+ - **Card Layout**: Improved the card layout by providing the default colours, labels, and custom classes.
449
+ - **Dialog Customization**: Users can customize the particular property in the editing or adding dialog by using the `model` property.
450
+ - **Toggle Column Count**: Provided cards count on the collapsed column.
451
+
452
+ #### Breaking Changes
453
+
454
+ - 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.
455
+ - Replaced the `sortBy` with `sortDirection` under the `swimlaneSettings` property.
456
+
457
+ | **Previous API** | **Current API** |
458
+ | ---- | ---- |
459
+ | cardSettings.priority | sortSettings.sortBy as `Index` |
460
+ | swimlaneSettings.sortBy | swimlaneSettings.sortDirection |
461
+
462
+ ## 18.1.56 (2020-06-09)
463
+
464
+ ### Kanban
465
+
466
+ #### Bug Fixes
467
+
468
+ - `#279543` - An issue with script error thrown when click the `showAddButton` icon and specify the `priority` property has been fixed.
469
+
470
+ ## 18.1.55 (2020-06-02)
471
+
472
+ ### Kanban
473
+
474
+ #### Bug Fixes
475
+
476
+ - `#278225` - An issue with kanban styles not loaded properly when `refresh` method called issue has been fixed.
477
+
478
+ ## 18.1.48 (2020-05-05)
479
+
480
+ ### Kanban
481
+
482
+ #### Bug Fixes
483
+
484
+ - `#274830` - An issue with Rendered empty column when empty data passed to Kanban board has been fixed.
485
+
486
+ ## 18.1.46 (2020-04-28)
487
+
488
+ ### Kanban
489
+
490
+ #### Bug Fixes
491
+
492
+ - `#274505` - An issue with server post triggered without showing Spinner has been fixed.
493
+ - `#274710` - An issue with dropped clone not created at first position when drag the cards has been fixed.
494
+
495
+ ## 18.1.42 (2020-04-01)
496
+
497
+ ### Kanban
498
+
499
+ #### New Features
500
+
501
+ - **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.
502
+ - **Dialog Editing**: The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
503
+
504
+ undefinedThe Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
505
+
506
+ - **Data binding**: Seamless data binding with various local and remote data sources.
507
+ - **Swimlane**: The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
508
+ - **Key mapping**: Map one or multiple keys to single columns.
509
+ - **Toggle Columns**: The columns can be expanded and collapsed.
510
+ - **WIP Validation**: Set a minimum and maximum number of cards in a column.
511
+ - **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.
512
+ - **Dialog Editing**: The dialog editing support is used to perform CRUD actions such as add new card, edit or delete existing cards.
513
+ - **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.
514
+ - **Stacked headers**: Additional column headers can be added in a stacked manner.
515
+ - **Tooltip**: Display the card information with a default tooltip and templated tooltip.
516
+ - **Selection**: Select a single or multiple cards.
517
+ - **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.
518
+ - **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
519
+ - **Localization**: All the static text content can be localized to any desired language.
520
+ - **RTL**: Display the control contents from right to left.## 17.4.46 (2020-01-30)
521
+
522
+ ### Kanban
523
+
524
+ The Kanban component is an efficient way to visually depict work at various stages of a process using cards, columns, and swimlane.
525
+
526
+ - **Data binding**: Seamless data binding with various local and remote data sources.
527
+ - **Swimlane**: The horizontal categorization of cards in the kanban, which brings transparency to the workflow. The swimlane rows can be expanded and collapsed.
528
+ - **Key mapping**: Map one or multiple keys to single columns.
529
+ - **Toggle Columns**: The columns can be expanded and collapsed.
530
+ - **WIP Validation**: Set a minimum and maximum number of cards in a column.
531
+ - **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.
532
+ - **Stacked headers**: Additional column headers can be added in a stacked manner.
533
+ - **Tooltip**: Display the card information with a default tooltip and templated tooltip.
534
+ - **Selection**: Select a single or multiple cards.
535
+ - **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.
536
+ - **Responsive rendering**: Adapts with optimal user interfaces to mobile and desktop form-factors.
537
+ - **Localization**: All the static text content can be localized to any desired language.
538
+ - **RTL**: Display the control contents from right to left.
package/README.md CHANGED
@@ -1,23 +1,34 @@
1
1
  # Angular Kanban Component
2
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.
3
+ The [Angular Kanban](https://www.syncfusion.com/gantt-sdk/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
4
 
5
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> .
6
+ <a href="https://help.syncfusion.com/gantt-sdk/angular/kanban/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm">Getting started</a> .
7
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>
8
+ <a href="https://www.syncfusion.com/gantt-sdk/angular-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm">Learn more</a>
9
9
  </p>
10
10
  <p align="center">
11
11
  <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-kanban.png" alt="Angular Kanban Component"/>
12
12
  </p>
13
13
 
14
14
  <p align="center">
15
- Trusted by the world's leading companies
15
+ Trusted by the world's leading companies<br>
16
16
  <a href="https://www.syncfusion.com">
17
17
  <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
18
18
  </a>
19
19
  </p>
20
20
 
21
+ > **Using this package with an AI coding agent**
22
+ >
23
+ > Before generating Syncfusion® code, ask your AI coding agent to run the Syncfusion® setup using the following prompt:
24
+ >
25
+ > ```text
26
+ > Set up this project for Syncfusion® before generating code. Fetch and follow the official instructions at https://ai.syncfusion.com/agent-setup/prompt.md, then report the detected platform, installed skill pack, MCP status, and any required licensing action.
27
+ > ```
28
+ > The setup detects your project’s platform and loads the appropriate Syncfusion® skill pack. No Syncfusion® account or MCP key is required to install or read Syncfusion® agent skills.
29
+ >
30
+ > **Platform reference:** [https://ai.syncfusion.com/angular/llms.txt](https://ai.syncfusion.com/angular/llms.txt)
31
+
21
32
  ## Setup
22
33
 
23
34
  ### Create a Angular Application
@@ -57,11 +68,13 @@ In **src/app/app.component.ts**, use `<ejs-kanban>` selector in `template` attri
57
68
 
58
69
  ```typescript
59
70
  import { Component } from '@angular/core';
60
- import { CardSettingsModel } from '@syncfusion/ej2-angular-kanban';
71
+ import { CardSettingsModel, KanbanModule } from '@syncfusion/ej2-angular-kanban';
61
72
 
62
73
  @Component({
63
74
  selector: 'app-root',
64
- template: `<ejs-kanban [dataSource]='data' [cardSettings]='cardSettings'>
75
+ imports: [ KanbanModule ],
76
+ standalone: true,
77
+ template: `<ejs-kanban [dataSource]='data' [cardSettings]='cardSettings' keyField="Status">
65
78
  <e-columns>
66
79
  <e-column headerText='To do' keyField='Open'></e-column>
67
80
  <e-column headerText='In Progress' keyField='InProgress'></e-column>
@@ -90,7 +103,7 @@ export class AppComponent {
90
103
 
91
104
  The Kanban component is also offered in the following list of frameworks.
92
105
 
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; |
106
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/javascript-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/gantt-sdk/javascript-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/react-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/gantt-sdk/react-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/vue-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/gantt-sdk/vue-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)&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/gantt-sdk/aspnet-core-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/gantt-sdk/aspnet-core-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/gantt-sdk/aspnet-mvc-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/gantt-sdk/aspnet-mvc-kanban-board?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)&nbsp;&nbsp; |
94
107
  | :-----: | :-----: | :-----: | :-----: | :-----: |
95
108
 
96
109
  ## Showcase samples
@@ -110,14 +123,14 @@ The Kanban component is also offered in the following list of frameworks.
110
123
  * [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
124
  * [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
125
  * [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.
126
+ * [Responsive rendering](https://help.syncfusion.com/gantt-sdk/angular/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.
127
+ * [Localization support](https://help.syncfusion.com/gantt-sdk/angular/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.
128
+ * [RTL support](https://help.syncfusion.com/gantt-sdk/angular/kanban/localization#right-to-left-rtl/?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
129
 
117
130
  ## Resources
118
131
 
119
132
  * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
120
- * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
133
+ * [What's New](https://www.syncfusion.com/products/whatsnew/gantt-sdk?utm_medium=listing&utm_source=github)
121
134
  * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
122
135
  * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
123
136
 
@@ -126,9 +139,9 @@ The Kanban component is also offered in the following list of frameworks.
126
139
  Product support is available through the following mediums.
127
140
 
128
141
  * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
129
- * [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
142
+ * [Community forum](https://www.syncfusion.com/forums/gantt-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
130
143
  * [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
131
- * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
144
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/gantt-sdk?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm)
132
145
  * Live chat
133
146
 
134
147
  ## Changelog
@@ -137,7 +150,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
137
150
 
138
151
  ## License and copyright
139
152
 
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).
153
+ > 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/license/studio/33.2.3/syncfusion_essential_studio_eula.pdf?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm). To acquire a license for 150+ [Angular UI components](https://www.syncfusion.com/angular-components?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm), you can [purchase](https://www.syncfusion.com/sales/pricing?utm_source=npm&utm_medium=listing&utm_campaign=angular-kanban-npm) or [start a free 30-day trial](https://www.syncfusion.com/downloads/angular?tag=es-seo-ft-angular-banner-trial).
141
154
 
142
155
  > 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.
143
156
 
@@ -0,0 +1,2 @@
1
+ export * from './src/index';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxhQUFhLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL3NyYy9pbmRleCc7Il19
@@ -0,0 +1,7 @@
1
+ export { ColumnDirective, ColumnsDirective } from './kanban/columns.directive';
2
+ export { StackedHeaderDirective, StackedHeadersDirective } from './kanban/stackedheaders.directive';
3
+ export { KanbanComponent } from './kanban/kanban.component';
4
+ export { KanbanModule } from './kanban/kanban.module';
5
+ export { KanbanAllModule } from './kanban/kanban-all.module';
6
+ export * from '@syncfusion/ej2-kanban';
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFDLGVBQWUsRUFBQyxnQkFBZ0IsRUFBQyxNQUFNLDRCQUE0QixDQUFDO0FBQzVFLE9BQU8sRUFBQyxzQkFBc0IsRUFBQyx1QkFBdUIsRUFBQyxNQUFNLG1DQUFtQyxDQUFDO0FBQ2pHLE9BQU8sRUFBRSxlQUFlLEVBQUMsTUFBTSwyQkFBMkIsQ0FBQztBQUMzRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdEQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQzdELGNBQWMsd0JBQXdCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge0NvbHVtbkRpcmVjdGl2ZSxDb2x1bW5zRGlyZWN0aXZlfSBmcm9tICcuL2thbmJhbi9jb2x1bW5zLmRpcmVjdGl2ZSc7XG5leHBvcnQge1N0YWNrZWRIZWFkZXJEaXJlY3RpdmUsU3RhY2tlZEhlYWRlcnNEaXJlY3RpdmV9IGZyb20gJy4va2FuYmFuL3N0YWNrZWRoZWFkZXJzLmRpcmVjdGl2ZSc7XG5leHBvcnQgeyBLYW5iYW5Db21wb25lbnR9IGZyb20gJy4va2FuYmFuL2thbmJhbi5jb21wb25lbnQnO1xuZXhwb3J0IHsgS2FuYmFuTW9kdWxlIH0gZnJvbSAnLi9rYW5iYW4va2FuYmFuLm1vZHVsZSc7XG5leHBvcnQgeyBLYW5iYW5BbGxNb2R1bGUgfSBmcm9tICcuL2thbmJhbi9rYW5iYW4tYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajIta2FuYmFuJzsiXX0=