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