@syncfusion/ej2-angular-layouts 25.1.35-ngcc → 25.1.35

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