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

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