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

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