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