@syncfusion/ej2-angular-layouts 24.2.3 → 24.2.4-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 (40) hide show
  1. package/@syncfusion/ej2-angular-layouts.es5.js +495 -0
  2. package/@syncfusion/ej2-angular-layouts.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-layouts.js +447 -0
  4. package/@syncfusion/ej2-angular-layouts.js.map +1 -0
  5. package/CHANGELOG.md +581 -0
  6. package/dist/ej2-angular-layouts.umd.js +522 -0
  7. package/dist/ej2-angular-layouts.umd.js.map +1 -0
  8. package/dist/ej2-angular-layouts.umd.min.js +11 -0
  9. package/dist/ej2-angular-layouts.umd.min.js.map +1 -0
  10. package/ej2-angular-layouts.d.ts +6 -0
  11. package/ej2-angular-layouts.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/dashboard-layout/dashboardlayout-all.module.d.ts +0 -6
  18. package/src/dashboard-layout/dashboardlayout.component.d.ts +0 -3
  19. package/src/dashboard-layout/dashboardlayout.module.d.ts +0 -7
  20. package/src/dashboard-layout/panels.directive.d.ts +0 -5
  21. package/src/splitter/panesettings.directive.d.ts +0 -5
  22. package/src/splitter/splitter-all.module.d.ts +0 -6
  23. package/src/splitter/splitter.component.d.ts +0 -3
  24. package/src/splitter/splitter.module.d.ts +0 -7
  25. package/esm2020/public_api.mjs +0 -3
  26. package/esm2020/src/dashboard-layout/dashboardlayout-all.module.mjs +0 -23
  27. package/esm2020/src/dashboard-layout/dashboardlayout.component.mjs +0 -64
  28. package/esm2020/src/dashboard-layout/dashboardlayout.module.mjs +0 -34
  29. package/esm2020/src/dashboard-layout/panels.directive.mjs +0 -72
  30. package/esm2020/src/index.mjs +0 -10
  31. package/esm2020/src/splitter/panesettings.directive.mjs +0 -66
  32. package/esm2020/src/splitter/splitter-all.module.mjs +0 -23
  33. package/esm2020/src/splitter/splitter.component.mjs +0 -64
  34. package/esm2020/src/splitter/splitter.module.mjs +0 -34
  35. package/esm2020/syncfusion-ej2-angular-layouts.mjs +0 -5
  36. package/fesm2015/syncfusion-ej2-angular-layouts.mjs +0 -354
  37. package/fesm2015/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  38. package/fesm2020/syncfusion-ej2-angular-layouts.mjs +0 -354
  39. package/fesm2020/syncfusion-ej2-angular-layouts.mjs.map +0 -1
  40. package/syncfusion-ej2-angular-layouts.d.ts +0 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,581 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Dashboard Layout
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#FB49154` - The console error in the Dashboard Layout component when resizing the browser window has been resolved.
10
+
11
+ ## 20.4.48 (2023-02-01)
12
+
13
+ ### Splitter
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I425916` - Fixed issue with Expand and Collapse event triggering in splitter.
18
+
19
+ ## 20.4.38 (2022-12-21)
20
+
21
+ ### Dashboard Layout
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I395833` - The issue with the "Facing accessibility testing failure in the Dashboard Layout component" has been resolved.
26
+
27
+ ## 20.2.46 (2022-08-30)
28
+
29
+ ### Dashboard Layout
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I396820` - The issue with "minSizeX and minSizeY properties not working while using cellSpacing in Dashboard Layout component" has been resolved.
34
+
35
+ ## 20.2.39 (2022-07-19)
36
+
37
+ ### Dashboard Layout
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#F171906` - The issue with "Adding dynamic panels after drag causes error in Dashboard Layout" has been resolved.
42
+
43
+ ## 20.2.38 (2022-07-12)
44
+
45
+ ### Splitter
46
+
47
+ #### Bug Fixes
48
+
49
+ - `#F385792` - The issues with the Splitter's first pane resizing to the right and the pane resizing not working properly has been resolved.
50
+
51
+ ## 20.1.61 (2022-06-21)
52
+
53
+ ### Dashboard Layout
54
+
55
+ #### Bug Fixes
56
+
57
+ - `#I382649` - The issue with "When resizing the page to less than `mediaQuery` value then the height was not proper for the Dashboard Layout component" has been resolved.
58
+
59
+ ## 20.1.58 (2022-05-31)
60
+
61
+ ### Splitter
62
+
63
+ #### Bug Fixes
64
+
65
+ - `#F174876` - Now, collapsing the splitter pane after resizing the pane and when the `enablePersistance` API is set to true works properly.
66
+
67
+ ## 19.3.43 (2021-09-30)
68
+
69
+ ### Splitter
70
+
71
+ #### Bug Fixes
72
+
73
+ - `#I341650` - The issue with "Resize event handler is not properly un-wired, when destroying the splitter component" has been resolved.
74
+
75
+ ## 19.2.48 (2021-07-20)
76
+
77
+ ### Splitter
78
+
79
+ #### Bug Fixes
80
+
81
+ - `#I334749` - Resolved the exception raised, when resizing the window with splitter rendered in the page.
82
+
83
+ ## 19.1.63 (2021-05-13)
84
+
85
+ ### Splitter
86
+
87
+ - Provided `enablePersistence` property to persists the component's state between page reloads.
88
+ - Provided `enableReversePanes` property to reorder the splitter panes.
89
+
90
+ ## 19.1.58 (2021-04-27)
91
+
92
+ ### Splitter
93
+
94
+ #### Bug Fixes
95
+
96
+ - `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
97
+
98
+ ## 19.1.55 (2021-04-06)
99
+
100
+ ### Splitter
101
+
102
+ #### Bug Fixes
103
+
104
+ - `#320479` - The issue with "`addPane` public method does not work when rendered with the nested splitter" has been resolved.
105
+
106
+ ## 19.1.54 (2021-03-30)
107
+
108
+ ### Dashboard Layout
109
+
110
+ #### Bug Fixes
111
+
112
+ - `#312164` - The issue with "Newly added dashboard panels hide while switch between mobile mode to normal mode" has been resolved.
113
+ - `#310199` - The issue "Unable to resize when rendering multiple panels" has been resolved.
114
+
115
+ ### Splitter
116
+
117
+ #### Bug Fixes
118
+
119
+ - `#315820, #313937, #316711` - The issue with "Console error occurs on resizing when the splitter is rendered" has been resolved.
120
+ - `#F163365` - The issue with "When the first pane is collapsed, the size of the second pane is not properly set" has been resolved.
121
+
122
+ - `#315820, #313937, #316711` - The issue with "Console error occurs on resizing when the splitter is rendered" has been resolved.
123
+
124
+ ## 18.4.30 (2020-12-17)
125
+
126
+ ### Dashboard Layout
127
+
128
+ #### Bug Fixes
129
+
130
+ - `F159402` - The issue with "The Syncfusion components are not rendered inside the Dashboard Layout while using the selector template" has been resolved.
131
+ - `F159797` - Now, the Dashboard Layout component is also available in the Theme studio.
132
+
133
+ ## 18.3.53 (2020-12-08)
134
+
135
+ ### Dashboard Layout
136
+
137
+ #### Bug Fixes
138
+
139
+ - `#303968` - The issue with "Script error occur in DashboardLayout, when updating its parent props using setState method in React platform" has been fixed.
140
+
141
+ ## 18.3.48 (2020-11-11)
142
+
143
+ ### Dashboard Layout
144
+
145
+ #### Bug Fixes
146
+
147
+ - `#F159413` - The issue with "Script error occurs when dynamically updating the panels using V-for" has been fixed.
148
+
149
+ ## 18.3.44 (2020-10-27)
150
+
151
+ ### Dashboard Layout
152
+
153
+ #### Bug Fixes
154
+
155
+ - `#292627` - The issue "Panels are overlapped with each other during window resize" has been fixed.
156
+
157
+ ## 18.3.40 (2020-10-13)
158
+
159
+ ### Dashboard Layout
160
+
161
+ #### Bug Fixes
162
+
163
+ - `#271335` - The support for rendering panels with their respective column size in the mobile view has been provided.
164
+
165
+ ## 18.3.35 (2020-10-01)
166
+
167
+ ### Dashboard Layout
168
+
169
+ #### Bug Fixes
170
+
171
+ - `#284795, #286988, #291408, #291630` - The issue with rendering panels when using angular template has been fixed.
172
+ - `#282904` - The issue with the empty space while setting allowFloating as true has been resolved.
173
+ - `#271335` - The support for rendering panels with their respective column size in the mobile view has been provided.
174
+
175
+ ## 18.2.58 (2020-09-15)
176
+
177
+ ### Splitter
178
+
179
+ #### Bug Fixes
180
+
181
+ - `#I288982` - The issue with "Resizing feature is not working properly when the splitter’s height is more than the window" has been resolved.
182
+
183
+ ## 18.2.46 (2020-07-21)
184
+
185
+ ### Dashboard Layout
186
+
187
+ #### Bug Fixes
188
+
189
+ - `#278405` - Issue with Dashboard element dimensions not updated properly based on the parent element dimensions has been resolved.
190
+
191
+ ## 18.2.44 (2020-07-07)
192
+
193
+ ### Dashboard Layout
194
+
195
+ #### Bug Fixes
196
+
197
+ - `#276817` - Panel content will now get persisted on page reload with persistence enabled.
198
+
199
+ ## 18.1.52 (2020-05-13)
200
+
201
+ ### Dashboard Layout
202
+
203
+ #### New Features
204
+
205
+ - `#269881` - Provided support to restrict the dragging functionality of an individual panel by adding `e-drag-restrict` cssClass to the panel.
206
+
207
+ ### Splitter
208
+
209
+ #### Bug Fixes
210
+
211
+ - `#273127` - Resolved the issue "Splitter resizing does not work as expected in the internet explorer browser".
212
+ - `F153749` - Issue with "Splitter expand and collapse action doesn't work as expected after the pane resize" has been resolved.
213
+
214
+ ## 18.1.48 (2020-05-05)
215
+
216
+ ### Dashboard Layout
217
+
218
+ #### Bug Fixes
219
+
220
+ - `#275109` - Issue with floating the panels in inline rendering has been resolved.
221
+
222
+ ## 18.1.46 (2020-04-28)
223
+
224
+ ### Splitter
225
+
226
+ #### Bug Fixes
227
+
228
+ - `#272732` -The issue with Splitter pane size decreased by resize of window has been resolved.
229
+
230
+ ## 18.1.45 (2020-04-21)
231
+
232
+ ### Splitter
233
+
234
+ #### Bug Fixes
235
+
236
+ -`#272515`, `#F153399` - Resolved the issue with nested splitter resizing is not working properly.
237
+
238
+
239
+ - Resolved the alignment issue with expand and collapse icons in the internet explorer browser.
240
+
241
+ ## 18.1.44 (2020-04-14)
242
+
243
+ ### Splitter
244
+
245
+ #### Bug Fixes
246
+
247
+ - `#269482` - Resolved the expand and collapse icons hidden issue when panes are expanded or collapsed.
248
+
249
+ ### Dashboard Layout
250
+
251
+ #### Bug Fixes
252
+
253
+ - `#271938` - The issue with `The Dashboard layout resize icon style overrides the RTE component image style` has been resolved.
254
+
255
+ ## 17.4.51 (2020-02-25)
256
+
257
+ ### Splitter
258
+
259
+ #### Bug Fixes
260
+
261
+ - `F11801` - Resolved the script errors thrown when performing keyboard action in single pane.
262
+
263
+ ### Dashboard Layout
264
+
265
+ #### Bug Fixes
266
+
267
+ - `#263850` - The issue with the invalid cursor that is displayed in panel content or header, which is not in draggable element has been resolved.
268
+
269
+ ## 17.4.50 (2020-02-18)
270
+
271
+ ### Splitter
272
+
273
+ #### Bug Fixes
274
+
275
+ - `#263496` - Resolved the issue with the splitter paneSettings `collapsed` property that is not updated properly when the panes are expanded or collapsed.
276
+
277
+ ### Dashboard Layout
278
+
279
+ #### New Features
280
+
281
+ - `#262900` - The `change` event now triggers when a panel is resized and then the adjacent panel position changes.
282
+
283
+ ## 17.4.47 (2020-02-05)
284
+
285
+ ### Splitter
286
+
287
+ #### Bug Fixes
288
+
289
+ - `#261892` - Issue with removePane public method does not update the value of the paneSettings property.
290
+
291
+ ### Dashboard Layout
292
+
293
+ #### Bug Fixes
294
+
295
+ - `#262675` - Provided the support to prevent the XSS attacks using the `enableHtmlSanitizer` property.
296
+
297
+ ## 17.4.46 (2020-01-30)
298
+
299
+ ### Dashboard Layout
300
+
301
+ #### Bug Fixes
302
+
303
+ - `#F150686` - The issue "Panels overlapping when you drag from top to bottom" has been resolved.
304
+
305
+ ### Splitter
306
+
307
+ #### Bug Fixes
308
+
309
+ - `#261757` - The issue, "cssClass not set into pane when you add the pane using the addPane method" has been resolved.
310
+ - `#261829` - Keyboard interaction issue with input components has been resolved.
311
+
312
+ ## 17.4.44 (2021-01-21)
313
+
314
+ ### Dashboard Layout
315
+
316
+ #### Bug Fixes
317
+
318
+ - Resolved the script error while destroying the dashboard layout component in IE11 browser.
319
+
320
+ ### Splitter
321
+
322
+ #### Bug Fixes
323
+
324
+ - `#I261044` - Issue with expand and collapse icons button type has been resolved.
325
+
326
+ ## 17.4.43 (2020-01-14)
327
+
328
+ ### Splitter
329
+
330
+ #### Bug Fixes
331
+
332
+ - `#255853` - Resolved the issue "Splitter resizing does not work as expected if it has an iframe element".
333
+ - `#259892` - Resolved the issue "Splitter pane is not properly resized when it has percentage pane size".
334
+ - `#258254` - Resolved the issue with the public method `addPane` that does not work when rendered a single pane.
335
+
336
+ ## 17.4.41 (2020-01-07)
337
+
338
+ ### Dashboard Layout
339
+
340
+ #### Bug Fixes
341
+
342
+ - `#258121` - Resolved the CSS warnings in Firefox 71.0 version.
343
+
344
+ ### Splitter
345
+
346
+ #### Bug Fixes
347
+
348
+ - `#254606` - Web accessibility issues resolved.
349
+
350
+ #### New Features
351
+
352
+ - Provided `Keyboard navigation support` for splitter. The available keyboard shortcuts are,
353
+
354
+ - `Up Arrow` - will move separator towards up in vertical splitter.
355
+ - `Down Arrow` - will move separator towards down in vertical splitter.
356
+ - `Right Arrow` - will move separator towards right in horizontal splitter.
357
+ - `Left Arrow` - will move separator towards left in horizontal splitter.
358
+ - `Enter key` - will toggle nearest collapsible pane of focused separator.
359
+
360
+ ## 17.4.40 (2019-12-24)
361
+
362
+ ### Dashboard Layout
363
+
364
+ #### Bug Fixes
365
+
366
+ - Panels overlapping issue "while dragging the panels in bootstrap theme" has been resolved.
367
+
368
+ ## 17.4.39 (2019-12-17)
369
+
370
+ ### Splitter
371
+
372
+ #### New Features
373
+
374
+ - `#255003` - Provided the cssClass property to individual panes also to customize it in the Splitter.
375
+
376
+ ## 17.3.29 (2019-11-26)
377
+
378
+ ### Dashboard Layout
379
+
380
+ #### Bug Fixes
381
+
382
+ - `#256123` - Issue with removing `e-dragging` class after panel resize has been resolved.
383
+
384
+ ### Splitter
385
+
386
+ #### Bug Fixes
387
+
388
+ - `#I255141` -Resolved the issue with separator's visible state when collapsible the last pane .
389
+ - `#252195` - The alignment issue with expand and collapse icons in the internet explorer browser has been resolved.
390
+
391
+ ## 17.3.28 (2019-11-19)
392
+
393
+ ### Dashboard Layout
394
+
395
+ #### Bug Fixes
396
+
397
+ - `#F149164` - Resolved the issue with panel resizing when more than one Dashboard Layout component is used in a page.
398
+
399
+ ### Splitter
400
+
401
+ #### New Features
402
+
403
+ - `#251791` - Provided the support to use DOM element as pane content by configuring the selector to the content of `paneSettings` property.
404
+
405
+ ## 17.3.27 (2019-11-12)
406
+
407
+ ### Splitter
408
+
409
+ #### Bug Fixes
410
+
411
+ - `#253345` - The Console error thrown when navigating from splitter component to another page has been resolved.
412
+ - `#252410` - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
413
+ - `#252410` - Issue with `Expand` public method not working in the splitter has been resolved.
414
+ - `#252410` - Resolved the interaction issue with expand and collapse pane.
415
+
416
+ ## 17.2.48-beta (2019-08-28)
417
+
418
+ ### Splitter
419
+
420
+ #### Bug Fixes
421
+
422
+ - `#241183` - Issue with "show the expand and collapse arrow on hovering middle of split bar" has been resolved.
423
+ - `#242579` - Resolved the issue with "Split-bar rendering while change orientation dynamically"
424
+ - `#243003` - Resolved the issue with enabling expand and collapse arrow based on collapsible property.
425
+ - `#243007` - The issue "Collapsing and expanding splitter control does not return to original state" has been resolved.
426
+ - `#244847` - The issue "Split panes are not resized properly on window resizing" has been resolved.
427
+
428
+ ## 17.1.51 (2019-06-11)
429
+
430
+ ### Dashboard Layout
431
+
432
+ #### Bug Fixes
433
+
434
+ - #237417 - Click event of button is not triggering when it is placed inside the panel element of DashboardLayout.
435
+
436
+ ## 17.1.49 (2019-05-29)
437
+
438
+ ### Dashboard Layout
439
+
440
+ #### New Features
441
+
442
+ - #236095 - Support for refresh method has been provided, which allows to refresh the panels.
443
+
444
+ ## 17.1.48 (2019-05-21)
445
+
446
+ ### Dashboard Layout
447
+
448
+ #### Bug Fixes
449
+
450
+ - #144602 - Issue on panel resizing after adding a new panel dynamically has been fixed.
451
+
452
+ ## 17.1.43 (2019-04-30)
453
+
454
+ ### Dashboard Layout
455
+
456
+ #### Bug Fixes
457
+
458
+ - #234604 - Issue with draggable cursor appears on hovering over the panels when dragging is disabled has been fixed.
459
+
460
+ ## 17.1.40 (2019-04-09)
461
+
462
+ ### Dashboard Layout
463
+
464
+ #### Breaking Changes
465
+
466
+ - Renamed the folder within the package from `dashboardlayout` to `dashboard-layout`.
467
+
468
+ ## 17.1.32-beta (2019-03-13)
469
+
470
+ ### Splitter
471
+
472
+ #### Bug Fixes
473
+
474
+ - The issue with not able to set null value value for `cssClass` API has been fixed
475
+
476
+ #### New Features
477
+
478
+ - **Expand and Collapse**: This feature allows you configure and interact with the expand and collapse functionality of splitter.
479
+
480
+ ## 16.4.55 (2019-02-27)
481
+
482
+ ### Splitter
483
+
484
+ #### Bug Fixes
485
+
486
+ - The issue with dynamic update of `paneSettings` has been fixed.
487
+
488
+ ## 16.4.54 (2019-02-19)
489
+
490
+ ### Splitter
491
+
492
+ #### Bug Fixes
493
+
494
+ - Issue with dynamic update of pane content has been fixed
495
+
496
+ ## 16.4.53 (2019-02-13)
497
+
498
+ ### Card
499
+
500
+ #### Bug Fixes
501
+
502
+ - The issue with white background for the Card control has been fixed in Material theme.
503
+
504
+ ## 17.1.1-beta (2019-01-29)
505
+
506
+ ### DashboardLayout
507
+
508
+ The DashboardLayout is a grid structured layout control that helps create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout.
509
+
510
+
511
+ - **Drag and Drop**: Allows drag and drop of panels at the desired location within the dashboard.
512
+ - **Resizing**: Support to resize the panels in any direction as per the requirement.
513
+ - **Floating**: Floats the panels upward when the dragging option is enabled.
514
+ - **Media Query**: Allows the panels to be stacked when the specified resolution is met.
515
+
516
+ ## 16.4.47 (2019-01-16)
517
+
518
+ ### Splitter
519
+
520
+ #### Bug Fixes
521
+
522
+ - The issue with dynamically updating the pane size has been fixed.
523
+
524
+ ## 16.4.44 (2018-12-24)
525
+
526
+ ### Splitter
527
+
528
+ #### New Features
529
+
530
+ - Provided option to configure the splitter and its pane properties such as size, min, max, resizable through data attributes (`data-`).
531
+ - Included the public methods for add and remove splitter panes.
532
+
533
+ ## 16.4.40-beta (2018-12-10)
534
+
535
+ ### Splitter
536
+
537
+ The Splitter is the layout user interface (UI) which contains multiple resizable panes and separator bar.
538
+
539
+
540
+ - **Resizable**: By default, all the panes configured with resizable.
541
+ - **Orientation**: The panes can be oriented horizontally and vertically.
542
+ - **Nested**: Integrate splitter controls inside split pane to create nested layout.
543
+ - **Separator**: Divide the pane with horizontal or vertical line with customizable dimension.
544
+
545
+ ## 16.2.41 (2018-06-25)
546
+
547
+ ### Avatar
548
+
549
+ Avatars are icons or figures representing a particular person, used in popular media formats like images, SVG, font icons, and letters.
550
+
551
+
552
+ - **Types** - Provided 2 types of Avatar.
553
+ - **Sizes** - Supports different sizes to adapt the various application scenario.
554
+
555
+ ### Card
556
+
557
+ The Card is a small container in which user can show defined content in specific structure and it is a flexible and extensible. Card is a pure CSS component built with markup and style.
558
+
559
+
560
+ The available key features are
561
+
562
+
563
+ - **Header**: Header supports to include title, subtitle along with image.
564
+ - **Images and Title**: Support to include images with customizable caption positions in it.
565
+ - **Action Buttons**: Supports to add buttons within the card either in vertical or horizontal alignment.
566
+ - **Horizontal Card**: Allows to align card elements horizontally and also allows to stack the content vertically within horizontal alignment.
567
+
568
+
569
+ ## 17.2.28-beta (2019-06-27)
570
+
571
+ ### DashboardLayout
572
+
573
+ The DashboardLayout is a grid structured layout control that helps create a dashboard with panels. Panels hold the UI components and allow resize, reorder, drag-n-drop, remove and add options. This allows users to easily place the components at the desired position within the grid layout.
574
+
575
+
576
+ - **Drag and Drop**: Allows drag and drop of panels at the desired location within the dashboard.
577
+ - **Resizing**: Support to resize the panels in any direction as per the requirement.
578
+ - **Floating**: Floats the panels upward when the dragging option is enabled.
579
+ - **Media Query**: Allows the panels to be stacked when the specified resolution is met.
580
+
581
+