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

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