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