@sinequa/atomic-angular 0.2.1 → 0.2.5

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.
package/index.d.ts CHANGED
@@ -368,6 +368,7 @@ declare class MultiSelectionToolbarComponent {
368
368
  advancedSearch?: boolean;
369
369
  allowChatDrawer?: boolean;
370
370
  filterLinkChildren?: boolean;
371
+ expandPreview?: boolean;
371
372
  quickFilter?: boolean;
372
373
  assistant?: {
373
374
  usePrefixName?: boolean;
@@ -398,6 +399,7 @@ declare class MultiSelectionToolbarComponent {
398
399
  advancedSearch?: boolean;
399
400
  allowChatDrawer?: boolean;
400
401
  filterLinkChildren?: boolean;
402
+ expandPreview?: boolean;
401
403
  quickFilter?: boolean;
402
404
  assistant?: {
403
405
  usePrefixName?: boolean;
@@ -444,6 +446,7 @@ declare class MultiSelectionToolbarComponent {
444
446
  advancedSearch?: boolean;
445
447
  allowChatDrawer?: boolean;
446
448
  filterLinkChildren?: boolean;
449
+ expandPreview?: boolean;
447
450
  quickFilter?: boolean;
448
451
  assistant?: {
449
452
  usePrefixName?: boolean;
@@ -516,6 +519,7 @@ declare class MultiSelectionToolbarComponent {
516
519
  advancedSearch?: boolean;
517
520
  allowChatDrawer?: boolean;
518
521
  filterLinkChildren?: boolean;
522
+ expandPreview?: boolean;
519
523
  quickFilter?: boolean;
520
524
  assistant?: {
521
525
  usePrefixName?: boolean;
@@ -546,6 +550,7 @@ declare class MultiSelectionToolbarComponent {
546
550
  advancedSearch?: boolean;
547
551
  allowChatDrawer?: boolean;
548
552
  filterLinkChildren?: boolean;
553
+ expandPreview?: boolean;
549
554
  quickFilter?: boolean;
550
555
  assistant?: {
551
556
  usePrefixName?: boolean;
@@ -612,6 +617,7 @@ declare class MultiSelectionToolbarComponent {
612
617
  advancedSearch?: boolean;
613
618
  allowChatDrawer?: boolean;
614
619
  filterLinkChildren?: boolean;
620
+ expandPreview?: boolean;
615
621
  quickFilter?: boolean;
616
622
  assistant?: {
617
623
  usePrefixName?: boolean;
@@ -855,7 +861,7 @@ type CFilter = {
855
861
  searchable?: boolean;
856
862
  hidden?: boolean;
857
863
  homepage?: boolean;
858
- position?: 'left' | 'both';
864
+ position?: "left" | "both";
859
865
  items?: CFilterItem[];
860
866
  };
861
867
  type CAggregationItem = AggregationListItem & {
@@ -865,7 +871,7 @@ type CAggregation = Aggregation & {
865
871
  display?: string;
866
872
  icon?: string;
867
873
  items?: CAggregationItem[];
868
- position?: 'left' | 'both';
874
+ position?: "left" | "both";
869
875
  };
870
876
  type CJ = {
871
877
  name: string;
@@ -879,6 +885,7 @@ type CFeatures = {
879
885
  advancedSearch?: boolean;
880
886
  allowChatDrawer?: boolean;
881
887
  filterLinkChildren?: boolean;
888
+ expandPreview?: boolean;
882
889
  quickFilter?: boolean;
883
890
  assistant?: {
884
891
  usePrefixName?: boolean;
@@ -1008,6 +1015,7 @@ declare class AggregationsService {
1008
1015
  advancedSearch?: boolean;
1009
1016
  allowChatDrawer?: boolean;
1010
1017
  filterLinkChildren?: boolean;
1018
+ expandPreview?: boolean;
1011
1019
  quickFilter?: boolean;
1012
1020
  assistant?: {
1013
1021
  usePrefixName?: boolean;
@@ -1038,6 +1046,7 @@ declare class AggregationsService {
1038
1046
  advancedSearch?: boolean;
1039
1047
  allowChatDrawer?: boolean;
1040
1048
  filterLinkChildren?: boolean;
1049
+ expandPreview?: boolean;
1041
1050
  quickFilter?: boolean;
1042
1051
  assistant?: {
1043
1052
  usePrefixName?: boolean;
@@ -1084,6 +1093,7 @@ declare class AggregationsService {
1084
1093
  advancedSearch?: boolean;
1085
1094
  allowChatDrawer?: boolean;
1086
1095
  filterLinkChildren?: boolean;
1096
+ expandPreview?: boolean;
1087
1097
  quickFilter?: boolean;
1088
1098
  assistant?: {
1089
1099
  usePrefixName?: boolean;
@@ -1156,6 +1166,7 @@ declare class AggregationsService {
1156
1166
  advancedSearch?: boolean;
1157
1167
  allowChatDrawer?: boolean;
1158
1168
  filterLinkChildren?: boolean;
1169
+ expandPreview?: boolean;
1159
1170
  quickFilter?: boolean;
1160
1171
  assistant?: {
1161
1172
  usePrefixName?: boolean;
@@ -1186,6 +1197,7 @@ declare class AggregationsService {
1186
1197
  advancedSearch?: boolean;
1187
1198
  allowChatDrawer?: boolean;
1188
1199
  filterLinkChildren?: boolean;
1200
+ expandPreview?: boolean;
1189
1201
  quickFilter?: boolean;
1190
1202
  assistant?: {
1191
1203
  usePrefixName?: boolean;
@@ -1480,6 +1492,7 @@ declare class ApplicationService {
1480
1492
  advancedSearch?: boolean;
1481
1493
  allowChatDrawer?: boolean;
1482
1494
  filterLinkChildren?: boolean;
1495
+ expandPreview?: boolean;
1483
1496
  quickFilter?: boolean;
1484
1497
  assistant?: {
1485
1498
  usePrefixName?: boolean;
@@ -1491,7 +1504,12 @@ declare class ApplicationService {
1491
1504
  allowAdvancedFilters?: boolean;
1492
1505
  general?: {
1493
1506
  name?: string;
1494
- logo?: {
1507
+ logo? /**
1508
+ * Initializes the application stores.
1509
+ * - Fetches the application configuration.
1510
+ * - Sets the fetched application configuration in the app store.
1511
+ * - Loads the user settings and logs the state of the user settings store.
1512
+ */: {
1495
1513
  alt?: string;
1496
1514
  light?: {
1497
1515
  small?: string;
@@ -1510,6 +1528,7 @@ declare class ApplicationService {
1510
1528
  advancedSearch?: boolean;
1511
1529
  allowChatDrawer?: boolean;
1512
1530
  filterLinkChildren?: boolean;
1531
+ expandPreview?: boolean;
1513
1532
  quickFilter?: boolean;
1514
1533
  assistant?: {
1515
1534
  usePrefixName?: boolean;
@@ -1556,6 +1575,7 @@ declare class ApplicationService {
1556
1575
  advancedSearch?: boolean;
1557
1576
  allowChatDrawer?: boolean;
1558
1577
  filterLinkChildren?: boolean;
1578
+ expandPreview?: boolean;
1559
1579
  quickFilter?: boolean;
1560
1580
  assistant?: {
1561
1581
  usePrefixName?: boolean;
@@ -1628,6 +1648,7 @@ declare class ApplicationService {
1628
1648
  advancedSearch?: boolean;
1629
1649
  allowChatDrawer?: boolean;
1630
1650
  filterLinkChildren?: boolean;
1651
+ expandPreview?: boolean;
1631
1652
  quickFilter?: boolean;
1632
1653
  assistant?: {
1633
1654
  usePrefixName?: boolean;
@@ -1639,7 +1660,12 @@ declare class ApplicationService {
1639
1660
  allowAdvancedFilters?: boolean;
1640
1661
  general?: {
1641
1662
  name?: string;
1642
- logo?: {
1663
+ logo? /**
1664
+ * Initializes the application stores.
1665
+ * - Fetches the application configuration.
1666
+ * - Sets the fetched application configuration in the app store.
1667
+ * - Loads the user settings and logs the state of the user settings store.
1668
+ */: {
1643
1669
  alt?: string;
1644
1670
  light?: {
1645
1671
  small?: string;
@@ -1658,6 +1684,7 @@ declare class ApplicationService {
1658
1684
  advancedSearch?: boolean;
1659
1685
  allowChatDrawer?: boolean;
1660
1686
  filterLinkChildren?: boolean;
1687
+ expandPreview?: boolean;
1661
1688
  quickFilter?: boolean;
1662
1689
  assistant?: {
1663
1690
  usePrefixName?: boolean;
@@ -1779,6 +1806,7 @@ declare class AuditService {
1779
1806
  advancedSearch?: boolean;
1780
1807
  allowChatDrawer?: boolean;
1781
1808
  filterLinkChildren?: boolean;
1809
+ expandPreview?: boolean;
1782
1810
  quickFilter?: boolean;
1783
1811
  assistant?: {
1784
1812
  usePrefixName?: boolean;
@@ -1809,6 +1837,7 @@ declare class AuditService {
1809
1837
  advancedSearch?: boolean;
1810
1838
  allowChatDrawer?: boolean;
1811
1839
  filterLinkChildren?: boolean;
1840
+ expandPreview?: boolean;
1812
1841
  quickFilter?: boolean;
1813
1842
  assistant?: {
1814
1843
  usePrefixName?: boolean;
@@ -1855,6 +1884,7 @@ declare class AuditService {
1855
1884
  advancedSearch?: boolean;
1856
1885
  allowChatDrawer?: boolean;
1857
1886
  filterLinkChildren?: boolean;
1887
+ expandPreview?: boolean;
1858
1888
  quickFilter?: boolean;
1859
1889
  assistant?: {
1860
1890
  usePrefixName?: boolean;
@@ -1927,6 +1957,7 @@ declare class AuditService {
1927
1957
  advancedSearch?: boolean;
1928
1958
  allowChatDrawer?: boolean;
1929
1959
  filterLinkChildren?: boolean;
1960
+ expandPreview?: boolean;
1930
1961
  quickFilter?: boolean;
1931
1962
  assistant?: {
1932
1963
  usePrefixName?: boolean;
@@ -1957,6 +1988,7 @@ declare class AuditService {
1957
1988
  advancedSearch?: boolean;
1958
1989
  allowChatDrawer?: boolean;
1959
1990
  filterLinkChildren?: boolean;
1991
+ expandPreview?: boolean;
1960
1992
  quickFilter?: boolean;
1961
1993
  assistant?: {
1962
1994
  usePrefixName?: boolean;
@@ -2103,6 +2135,7 @@ declare class AutocompleteService {
2103
2135
  advancedSearch?: boolean;
2104
2136
  allowChatDrawer?: boolean;
2105
2137
  filterLinkChildren?: boolean;
2138
+ expandPreview?: boolean;
2106
2139
  quickFilter?: boolean;
2107
2140
  assistant?: {
2108
2141
  usePrefixName?: boolean;
@@ -2133,6 +2166,7 @@ declare class AutocompleteService {
2133
2166
  advancedSearch?: boolean;
2134
2167
  allowChatDrawer?: boolean;
2135
2168
  filterLinkChildren?: boolean;
2169
+ expandPreview?: boolean;
2136
2170
  quickFilter?: boolean;
2137
2171
  assistant?: {
2138
2172
  usePrefixName?: boolean;
@@ -2179,6 +2213,7 @@ declare class AutocompleteService {
2179
2213
  advancedSearch?: boolean;
2180
2214
  allowChatDrawer?: boolean;
2181
2215
  filterLinkChildren?: boolean;
2216
+ expandPreview?: boolean;
2182
2217
  quickFilter?: boolean;
2183
2218
  assistant?: {
2184
2219
  usePrefixName?: boolean;
@@ -2251,6 +2286,7 @@ declare class AutocompleteService {
2251
2286
  advancedSearch?: boolean;
2252
2287
  allowChatDrawer?: boolean;
2253
2288
  filterLinkChildren?: boolean;
2289
+ expandPreview?: boolean;
2254
2290
  quickFilter?: boolean;
2255
2291
  assistant?: {
2256
2292
  usePrefixName?: boolean;
@@ -2281,6 +2317,7 @@ declare class AutocompleteService {
2281
2317
  advancedSearch?: boolean;
2282
2318
  allowChatDrawer?: boolean;
2283
2319
  filterLinkChildren?: boolean;
2320
+ expandPreview?: boolean;
2284
2321
  quickFilter?: boolean;
2285
2322
  assistant?: {
2286
2323
  usePrefixName?: boolean;
@@ -2498,9 +2535,16 @@ declare const AppStore: _angular_core.Type<{
2498
2535
  advancedSearch?: boolean;
2499
2536
  allowChatDrawer?: boolean;
2500
2537
  filterLinkChildren?: boolean;
2538
+ expandPreview?: boolean;
2501
2539
  quickFilter?: boolean;
2502
2540
  assistant?: {
2503
- usePrefixName?: boolean;
2541
+ usePrefixName
2542
+ /**
2543
+ * Basic app management features
2544
+ */
2545
+ ? /**
2546
+ * Basic app management features
2547
+ */: boolean;
2504
2548
  };
2505
2549
  filters?: {
2506
2550
  homepage?: boolean;
@@ -2528,9 +2572,16 @@ declare const AppStore: _angular_core.Type<{
2528
2572
  advancedSearch?: boolean;
2529
2573
  allowChatDrawer?: boolean;
2530
2574
  filterLinkChildren?: boolean;
2575
+ expandPreview?: boolean;
2531
2576
  quickFilter?: boolean;
2532
2577
  assistant?: {
2533
- usePrefixName?: boolean;
2578
+ usePrefixName
2579
+ /**
2580
+ * Basic app management features
2581
+ */
2582
+ ? /**
2583
+ * Basic app management features
2584
+ */: boolean;
2534
2585
  };
2535
2586
  filters?: {
2536
2587
  homepage?: boolean;
@@ -2574,9 +2625,16 @@ declare const AppStore: _angular_core.Type<{
2574
2625
  advancedSearch?: boolean;
2575
2626
  allowChatDrawer?: boolean;
2576
2627
  filterLinkChildren?: boolean;
2628
+ expandPreview?: boolean;
2577
2629
  quickFilter?: boolean;
2578
2630
  assistant?: {
2579
- usePrefixName?: boolean;
2631
+ usePrefixName
2632
+ /**
2633
+ * Basic app management features
2634
+ */
2635
+ ? /**
2636
+ * Basic app management features
2637
+ */: boolean;
2580
2638
  };
2581
2639
  filters?: {
2582
2640
  homepage?: boolean;
@@ -2644,9 +2702,16 @@ declare const AppStore: _angular_core.Type<{
2644
2702
  advancedSearch?: boolean;
2645
2703
  allowChatDrawer?: boolean;
2646
2704
  filterLinkChildren?: boolean;
2705
+ expandPreview?: boolean;
2647
2706
  quickFilter?: boolean;
2648
2707
  assistant?: {
2649
- usePrefixName?: boolean;
2708
+ usePrefixName
2709
+ /**
2710
+ * Basic app management features
2711
+ */
2712
+ ? /**
2713
+ * Basic app management features
2714
+ */: boolean;
2650
2715
  };
2651
2716
  filters?: {
2652
2717
  homepage?: boolean;
@@ -2674,9 +2739,16 @@ declare const AppStore: _angular_core.Type<{
2674
2739
  advancedSearch?: boolean;
2675
2740
  allowChatDrawer?: boolean;
2676
2741
  filterLinkChildren?: boolean;
2742
+ expandPreview?: boolean;
2677
2743
  quickFilter?: boolean;
2678
2744
  assistant?: {
2679
- usePrefixName?: boolean;
2745
+ usePrefixName
2746
+ /**
2747
+ * Basic app management features
2748
+ */
2749
+ ? /**
2750
+ * Basic app management features
2751
+ */: boolean;
2680
2752
  };
2681
2753
  filters?: {
2682
2754
  homepage?: boolean;
@@ -2735,9 +2807,16 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
2735
2807
  advancedSearch?: boolean;
2736
2808
  allowChatDrawer?: boolean;
2737
2809
  filterLinkChildren?: boolean;
2810
+ expandPreview?: boolean;
2738
2811
  quickFilter?: boolean;
2739
2812
  assistant?: {
2740
- usePrefixName?: boolean;
2813
+ usePrefixName
2814
+ /**
2815
+ * Basic app management features
2816
+ */
2817
+ ? /**
2818
+ * Basic app management features
2819
+ */: boolean;
2741
2820
  };
2742
2821
  filters?: {
2743
2822
  homepage?: boolean;
@@ -2765,9 +2844,16 @@ declare function withAppFeatures(): _ngrx_signals.SignalStoreFeature<_ngrx_signa
2765
2844
  advancedSearch?: boolean;
2766
2845
  allowChatDrawer?: boolean;
2767
2846
  filterLinkChildren?: boolean;
2847
+ expandPreview?: boolean;
2768
2848
  quickFilter?: boolean;
2769
2849
  assistant?: {
2770
- usePrefixName?: boolean;
2850
+ usePrefixName
2851
+ /**
2852
+ * Basic app management features
2853
+ */
2854
+ ? /**
2855
+ * Basic app management features
2856
+ */: boolean;
2771
2857
  };
2772
2858
  filters?: {
2773
2859
  homepage?: boolean;
@@ -2846,9 +2932,16 @@ declare function withAppCustomizationFeatures(): _ngrx_signals.SignalStoreFeatur
2846
2932
  advancedSearch?: boolean;
2847
2933
  allowChatDrawer?: boolean;
2848
2934
  filterLinkChildren?: boolean;
2935
+ expandPreview?: boolean;
2849
2936
  quickFilter?: boolean;
2850
2937
  assistant?: {
2851
- usePrefixName?: boolean;
2938
+ usePrefixName
2939
+ /**
2940
+ * Basic app management features
2941
+ */
2942
+ ? /**
2943
+ * Basic app management features
2944
+ */: boolean;
2852
2945
  };
2853
2946
  filters?: {
2854
2947
  homepage?: boolean;
@@ -3764,6 +3857,7 @@ declare class PreviewService {
3764
3857
  advancedSearch?: boolean;
3765
3858
  allowChatDrawer?: boolean;
3766
3859
  filterLinkChildren?: boolean;
3860
+ expandPreview?: boolean;
3767
3861
  quickFilter?: boolean;
3768
3862
  assistant?: {
3769
3863
  usePrefixName?: boolean;
@@ -3794,6 +3888,7 @@ declare class PreviewService {
3794
3888
  advancedSearch?: boolean;
3795
3889
  allowChatDrawer?: boolean;
3796
3890
  filterLinkChildren?: boolean;
3891
+ expandPreview?: boolean;
3797
3892
  quickFilter?: boolean;
3798
3893
  assistant?: {
3799
3894
  usePrefixName?: boolean;
@@ -3840,6 +3935,7 @@ declare class PreviewService {
3840
3935
  advancedSearch?: boolean;
3841
3936
  allowChatDrawer?: boolean;
3842
3937
  filterLinkChildren?: boolean;
3938
+ expandPreview?: boolean;
3843
3939
  quickFilter?: boolean;
3844
3940
  assistant?: {
3845
3941
  usePrefixName?: boolean;
@@ -3912,6 +4008,7 @@ declare class PreviewService {
3912
4008
  advancedSearch?: boolean;
3913
4009
  allowChatDrawer?: boolean;
3914
4010
  filterLinkChildren?: boolean;
4011
+ expandPreview?: boolean;
3915
4012
  quickFilter?: boolean;
3916
4013
  assistant?: {
3917
4014
  usePrefixName?: boolean;
@@ -3942,6 +4039,7 @@ declare class PreviewService {
3942
4039
  advancedSearch?: boolean;
3943
4040
  allowChatDrawer?: boolean;
3944
4041
  filterLinkChildren?: boolean;
4042
+ expandPreview?: boolean;
3945
4043
  quickFilter?: boolean;
3946
4044
  assistant?: {
3947
4045
  usePrefixName?: boolean;
@@ -5354,6 +5452,7 @@ declare class SortSelectorComponent {
5354
5452
  advancedSearch?: boolean;
5355
5453
  allowChatDrawer?: boolean;
5356
5454
  filterLinkChildren?: boolean;
5455
+ expandPreview?: boolean;
5357
5456
  quickFilter?: boolean;
5358
5457
  assistant?: {
5359
5458
  usePrefixName?: boolean;
@@ -5384,6 +5483,7 @@ declare class SortSelectorComponent {
5384
5483
  advancedSearch?: boolean;
5385
5484
  allowChatDrawer?: boolean;
5386
5485
  filterLinkChildren?: boolean;
5486
+ expandPreview?: boolean;
5387
5487
  quickFilter?: boolean;
5388
5488
  assistant?: {
5389
5489
  usePrefixName?: boolean;
@@ -5430,6 +5530,7 @@ declare class SortSelectorComponent {
5430
5530
  advancedSearch?: boolean;
5431
5531
  allowChatDrawer?: boolean;
5432
5532
  filterLinkChildren?: boolean;
5533
+ expandPreview?: boolean;
5433
5534
  quickFilter?: boolean;
5434
5535
  assistant?: {
5435
5536
  usePrefixName?: boolean;
@@ -5502,6 +5603,7 @@ declare class SortSelectorComponent {
5502
5603
  advancedSearch?: boolean;
5503
5604
  allowChatDrawer?: boolean;
5504
5605
  filterLinkChildren?: boolean;
5606
+ expandPreview?: boolean;
5505
5607
  quickFilter?: boolean;
5506
5608
  assistant?: {
5507
5609
  usePrefixName?: boolean;
@@ -5532,6 +5634,7 @@ declare class SortSelectorComponent {
5532
5634
  advancedSearch?: boolean;
5533
5635
  allowChatDrawer?: boolean;
5534
5636
  filterLinkChildren?: boolean;
5637
+ expandPreview?: boolean;
5535
5638
  quickFilter?: boolean;
5536
5639
  assistant?: {
5537
5640
  usePrefixName?: boolean;
@@ -5616,6 +5719,7 @@ declare class SponsoredResultsComponent {
5616
5719
  advancedSearch?: boolean;
5617
5720
  allowChatDrawer?: boolean;
5618
5721
  filterLinkChildren?: boolean;
5722
+ expandPreview?: boolean;
5619
5723
  quickFilter?: boolean;
5620
5724
  assistant?: {
5621
5725
  usePrefixName?: boolean;
@@ -5646,6 +5750,7 @@ declare class SponsoredResultsComponent {
5646
5750
  advancedSearch?: boolean;
5647
5751
  allowChatDrawer?: boolean;
5648
5752
  filterLinkChildren?: boolean;
5753
+ expandPreview?: boolean;
5649
5754
  quickFilter?: boolean;
5650
5755
  assistant?: {
5651
5756
  usePrefixName?: boolean;
@@ -5692,6 +5797,7 @@ declare class SponsoredResultsComponent {
5692
5797
  advancedSearch?: boolean;
5693
5798
  allowChatDrawer?: boolean;
5694
5799
  filterLinkChildren?: boolean;
5800
+ expandPreview?: boolean;
5695
5801
  quickFilter?: boolean;
5696
5802
  assistant?: {
5697
5803
  usePrefixName?: boolean;
@@ -5764,6 +5870,7 @@ declare class SponsoredResultsComponent {
5764
5870
  advancedSearch?: boolean;
5765
5871
  allowChatDrawer?: boolean;
5766
5872
  filterLinkChildren?: boolean;
5873
+ expandPreview?: boolean;
5767
5874
  quickFilter?: boolean;
5768
5875
  assistant?: {
5769
5876
  usePrefixName?: boolean;
@@ -5794,6 +5901,7 @@ declare class SponsoredResultsComponent {
5794
5901
  advancedSearch?: boolean;
5795
5902
  allowChatDrawer?: boolean;
5796
5903
  filterLinkChildren?: boolean;
5904
+ expandPreview?: boolean;
5797
5905
  quickFilter?: boolean;
5798
5906
  assistant?: {
5799
5907
  usePrefixName?: boolean;
@@ -6145,6 +6253,7 @@ declare class SourceIconPipe implements PipeTransform {
6145
6253
  advancedSearch?: boolean;
6146
6254
  allowChatDrawer?: boolean;
6147
6255
  filterLinkChildren?: boolean;
6256
+ expandPreview?: boolean;
6148
6257
  quickFilter?: boolean;
6149
6258
  assistant?: {
6150
6259
  usePrefixName?: boolean;
@@ -6175,6 +6284,7 @@ declare class SourceIconPipe implements PipeTransform {
6175
6284
  advancedSearch?: boolean;
6176
6285
  allowChatDrawer?: boolean;
6177
6286
  filterLinkChildren?: boolean;
6287
+ expandPreview?: boolean;
6178
6288
  quickFilter?: boolean;
6179
6289
  assistant?: {
6180
6290
  usePrefixName?: boolean;
@@ -6221,6 +6331,7 @@ declare class SourceIconPipe implements PipeTransform {
6221
6331
  advancedSearch?: boolean;
6222
6332
  allowChatDrawer?: boolean;
6223
6333
  filterLinkChildren?: boolean;
6334
+ expandPreview?: boolean;
6224
6335
  quickFilter?: boolean;
6225
6336
  assistant?: {
6226
6337
  usePrefixName?: boolean;
@@ -6293,6 +6404,7 @@ declare class SourceIconPipe implements PipeTransform {
6293
6404
  advancedSearch?: boolean;
6294
6405
  allowChatDrawer?: boolean;
6295
6406
  filterLinkChildren?: boolean;
6407
+ expandPreview?: boolean;
6296
6408
  quickFilter?: boolean;
6297
6409
  assistant?: {
6298
6410
  usePrefixName?: boolean;
@@ -6323,6 +6435,7 @@ declare class SourceIconPipe implements PipeTransform {
6323
6435
  advancedSearch?: boolean;
6324
6436
  allowChatDrawer?: boolean;
6325
6437
  filterLinkChildren?: boolean;
6438
+ expandPreview?: boolean;
6326
6439
  quickFilter?: boolean;
6327
6440
  assistant?: {
6328
6441
  usePrefixName?: boolean;
@@ -7115,6 +7228,7 @@ declare class LabelService {
7115
7228
  advancedSearch?: boolean;
7116
7229
  allowChatDrawer?: boolean;
7117
7230
  filterLinkChildren?: boolean;
7231
+ expandPreview?: boolean;
7118
7232
  quickFilter?: boolean;
7119
7233
  assistant?: {
7120
7234
  usePrefixName?: boolean;
@@ -7145,6 +7259,7 @@ declare class LabelService {
7145
7259
  advancedSearch?: boolean;
7146
7260
  allowChatDrawer?: boolean;
7147
7261
  filterLinkChildren?: boolean;
7262
+ expandPreview?: boolean;
7148
7263
  quickFilter?: boolean;
7149
7264
  assistant?: {
7150
7265
  usePrefixName?: boolean;
@@ -7191,6 +7306,7 @@ declare class LabelService {
7191
7306
  advancedSearch?: boolean;
7192
7307
  allowChatDrawer?: boolean;
7193
7308
  filterLinkChildren?: boolean;
7309
+ expandPreview?: boolean;
7194
7310
  quickFilter?: boolean;
7195
7311
  assistant?: {
7196
7312
  usePrefixName?: boolean;
@@ -7263,6 +7379,7 @@ declare class LabelService {
7263
7379
  advancedSearch?: boolean;
7264
7380
  allowChatDrawer?: boolean;
7265
7381
  filterLinkChildren?: boolean;
7382
+ expandPreview?: boolean;
7266
7383
  quickFilter?: boolean;
7267
7384
  assistant?: {
7268
7385
  usePrefixName?: boolean;
@@ -7293,6 +7410,7 @@ declare class LabelService {
7293
7410
  advancedSearch?: boolean;
7294
7411
  allowChatDrawer?: boolean;
7295
7412
  filterLinkChildren?: boolean;
7413
+ expandPreview?: boolean;
7296
7414
  quickFilter?: boolean;
7297
7415
  assistant?: {
7298
7416
  usePrefixName?: boolean;
@@ -7502,6 +7620,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
7502
7620
  advancedSearch?: boolean;
7503
7621
  allowChatDrawer?: boolean;
7504
7622
  filterLinkChildren?: boolean;
7623
+ expandPreview?: boolean;
7505
7624
  quickFilter?: boolean;
7506
7625
  assistant?: {
7507
7626
  usePrefixName?: boolean;
@@ -7532,6 +7651,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
7532
7651
  advancedSearch?: boolean;
7533
7652
  allowChatDrawer?: boolean;
7534
7653
  filterLinkChildren?: boolean;
7654
+ expandPreview?: boolean;
7535
7655
  quickFilter?: boolean;
7536
7656
  assistant?: {
7537
7657
  usePrefixName?: boolean;
@@ -7578,6 +7698,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
7578
7698
  advancedSearch?: boolean;
7579
7699
  allowChatDrawer?: boolean;
7580
7700
  filterLinkChildren?: boolean;
7701
+ expandPreview?: boolean;
7581
7702
  quickFilter?: boolean;
7582
7703
  assistant?: {
7583
7704
  usePrefixName?: boolean;
@@ -7650,6 +7771,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
7650
7771
  advancedSearch?: boolean;
7651
7772
  allowChatDrawer?: boolean;
7652
7773
  filterLinkChildren?: boolean;
7774
+ expandPreview?: boolean;
7653
7775
  quickFilter?: boolean;
7654
7776
  assistant?: {
7655
7777
  usePrefixName?: boolean;
@@ -7680,6 +7802,7 @@ declare class FeedbackDialogComponent implements DialogInterface {
7680
7802
  advancedSearch?: boolean;
7681
7803
  allowChatDrawer?: boolean;
7682
7804
  filterLinkChildren?: boolean;
7805
+ expandPreview?: boolean;
7683
7806
  quickFilter?: boolean;
7684
7807
  assistant?: {
7685
7808
  usePrefixName?: boolean;
@@ -7967,6 +8090,7 @@ declare class FilterButtonComponent {
7967
8090
  advancedSearch?: boolean;
7968
8091
  allowChatDrawer?: boolean;
7969
8092
  filterLinkChildren?: boolean;
8093
+ expandPreview?: boolean;
7970
8094
  quickFilter?: boolean;
7971
8095
  assistant?: {
7972
8096
  usePrefixName?: boolean;
@@ -7997,6 +8121,7 @@ declare class FilterButtonComponent {
7997
8121
  advancedSearch?: boolean;
7998
8122
  allowChatDrawer?: boolean;
7999
8123
  filterLinkChildren?: boolean;
8124
+ expandPreview?: boolean;
8000
8125
  quickFilter?: boolean;
8001
8126
  assistant?: {
8002
8127
  usePrefixName?: boolean;
@@ -8043,6 +8168,7 @@ declare class FilterButtonComponent {
8043
8168
  advancedSearch?: boolean;
8044
8169
  allowChatDrawer?: boolean;
8045
8170
  filterLinkChildren?: boolean;
8171
+ expandPreview?: boolean;
8046
8172
  quickFilter?: boolean;
8047
8173
  assistant?: {
8048
8174
  usePrefixName?: boolean;
@@ -8115,6 +8241,7 @@ declare class FilterButtonComponent {
8115
8241
  advancedSearch?: boolean;
8116
8242
  allowChatDrawer?: boolean;
8117
8243
  filterLinkChildren?: boolean;
8244
+ expandPreview?: boolean;
8118
8245
  quickFilter?: boolean;
8119
8246
  assistant?: {
8120
8247
  usePrefixName?: boolean;
@@ -8145,6 +8272,7 @@ declare class FilterButtonComponent {
8145
8272
  advancedSearch?: boolean;
8146
8273
  allowChatDrawer?: boolean;
8147
8274
  filterLinkChildren?: boolean;
8275
+ expandPreview?: boolean;
8148
8276
  quickFilter?: boolean;
8149
8277
  assistant?: {
8150
8278
  usePrefixName?: boolean;
@@ -8215,6 +8343,7 @@ declare class MoreButtonComponent {
8215
8343
  advancedSearch?: boolean;
8216
8344
  allowChatDrawer?: boolean;
8217
8345
  filterLinkChildren?: boolean;
8346
+ expandPreview?: boolean;
8218
8347
  quickFilter?: boolean;
8219
8348
  assistant?: {
8220
8349
  usePrefixName?: boolean;
@@ -8245,6 +8374,7 @@ declare class MoreButtonComponent {
8245
8374
  advancedSearch?: boolean;
8246
8375
  allowChatDrawer?: boolean;
8247
8376
  filterLinkChildren?: boolean;
8377
+ expandPreview?: boolean;
8248
8378
  quickFilter?: boolean;
8249
8379
  assistant?: {
8250
8380
  usePrefixName?: boolean;
@@ -8291,6 +8421,7 @@ declare class MoreButtonComponent {
8291
8421
  advancedSearch?: boolean;
8292
8422
  allowChatDrawer?: boolean;
8293
8423
  filterLinkChildren?: boolean;
8424
+ expandPreview?: boolean;
8294
8425
  quickFilter?: boolean;
8295
8426
  assistant?: {
8296
8427
  usePrefixName?: boolean;
@@ -8363,6 +8494,7 @@ declare class MoreButtonComponent {
8363
8494
  advancedSearch?: boolean;
8364
8495
  allowChatDrawer?: boolean;
8365
8496
  filterLinkChildren?: boolean;
8497
+ expandPreview?: boolean;
8366
8498
  quickFilter?: boolean;
8367
8499
  assistant?: {
8368
8500
  usePrefixName?: boolean;
@@ -8393,6 +8525,7 @@ declare class MoreButtonComponent {
8393
8525
  advancedSearch?: boolean;
8394
8526
  allowChatDrawer?: boolean;
8395
8527
  filterLinkChildren?: boolean;
8528
+ expandPreview?: boolean;
8396
8529
  quickFilter?: boolean;
8397
8530
  assistant?: {
8398
8531
  usePrefixName?: boolean;
@@ -8605,6 +8738,7 @@ declare class FiltersBarComponent {
8605
8738
  advancedSearch?: boolean;
8606
8739
  allowChatDrawer?: boolean;
8607
8740
  filterLinkChildren?: boolean;
8741
+ expandPreview?: boolean;
8608
8742
  quickFilter?: boolean;
8609
8743
  assistant?: {
8610
8744
  usePrefixName?: boolean;
@@ -8635,6 +8769,7 @@ declare class FiltersBarComponent {
8635
8769
  advancedSearch?: boolean;
8636
8770
  allowChatDrawer?: boolean;
8637
8771
  filterLinkChildren?: boolean;
8772
+ expandPreview?: boolean;
8638
8773
  quickFilter?: boolean;
8639
8774
  assistant?: {
8640
8775
  usePrefixName?: boolean;
@@ -8681,6 +8816,7 @@ declare class FiltersBarComponent {
8681
8816
  advancedSearch?: boolean;
8682
8817
  allowChatDrawer?: boolean;
8683
8818
  filterLinkChildren?: boolean;
8819
+ expandPreview?: boolean;
8684
8820
  quickFilter?: boolean;
8685
8821
  assistant?: {
8686
8822
  usePrefixName?: boolean;
@@ -8753,6 +8889,7 @@ declare class FiltersBarComponent {
8753
8889
  advancedSearch?: boolean;
8754
8890
  allowChatDrawer?: boolean;
8755
8891
  filterLinkChildren?: boolean;
8892
+ expandPreview?: boolean;
8756
8893
  quickFilter?: boolean;
8757
8894
  assistant?: {
8758
8895
  usePrefixName?: boolean;
@@ -8783,6 +8920,7 @@ declare class FiltersBarComponent {
8783
8920
  advancedSearch?: boolean;
8784
8921
  allowChatDrawer?: boolean;
8785
8922
  filterLinkChildren?: boolean;
8923
+ expandPreview?: boolean;
8786
8924
  quickFilter?: boolean;
8787
8925
  assistant?: {
8788
8926
  usePrefixName?: boolean;
@@ -9132,6 +9270,7 @@ declare class AggregationComponent {
9132
9270
  advancedSearch?: boolean;
9133
9271
  allowChatDrawer?: boolean;
9134
9272
  filterLinkChildren?: boolean;
9273
+ expandPreview?: boolean;
9135
9274
  quickFilter?: boolean;
9136
9275
  assistant?: {
9137
9276
  usePrefixName?: boolean;
@@ -9154,13 +9293,7 @@ declare class AggregationComponent {
9154
9293
  large?: string;
9155
9294
  };
9156
9295
  };
9157
- features? /**
9158
- * Computed property that returns an empty string when the component is not collapsed,
9159
- * or null when the component is collapsed. This is typically used to control
9160
- * expansion state in UI components with conditional rendering or styling.
9161
- *
9162
- * @returns Empty string if not collapsed, null if collapsed
9163
- */: {
9296
+ features?: {
9164
9297
  [key: string]: boolean | {
9165
9298
  [key: string]: boolean | undefined;
9166
9299
  } | undefined;
@@ -9168,6 +9301,7 @@ declare class AggregationComponent {
9168
9301
  advancedSearch?: boolean;
9169
9302
  allowChatDrawer?: boolean;
9170
9303
  filterLinkChildren?: boolean;
9304
+ expandPreview?: boolean;
9171
9305
  quickFilter?: boolean;
9172
9306
  assistant?: {
9173
9307
  usePrefixName?: boolean;
@@ -9214,6 +9348,7 @@ declare class AggregationComponent {
9214
9348
  advancedSearch?: boolean;
9215
9349
  allowChatDrawer?: boolean;
9216
9350
  filterLinkChildren?: boolean;
9351
+ expandPreview?: boolean;
9217
9352
  quickFilter?: boolean;
9218
9353
  assistant?: {
9219
9354
  usePrefixName?: boolean;
@@ -9286,6 +9421,7 @@ declare class AggregationComponent {
9286
9421
  advancedSearch?: boolean;
9287
9422
  allowChatDrawer?: boolean;
9288
9423
  filterLinkChildren?: boolean;
9424
+ expandPreview?: boolean;
9289
9425
  quickFilter?: boolean;
9290
9426
  assistant?: {
9291
9427
  usePrefixName?: boolean;
@@ -9308,13 +9444,7 @@ declare class AggregationComponent {
9308
9444
  large?: string;
9309
9445
  };
9310
9446
  };
9311
- features? /**
9312
- * Computed property that returns an empty string when the component is not collapsed,
9313
- * or null when the component is collapsed. This is typically used to control
9314
- * expansion state in UI components with conditional rendering or styling.
9315
- *
9316
- * @returns Empty string if not collapsed, null if collapsed
9317
- */: {
9447
+ features?: {
9318
9448
  [key: string]: boolean | {
9319
9449
  [key: string]: boolean | undefined;
9320
9450
  } | undefined;
@@ -9322,6 +9452,7 @@ declare class AggregationComponent {
9322
9452
  advancedSearch?: boolean;
9323
9453
  allowChatDrawer?: boolean;
9324
9454
  filterLinkChildren?: boolean;
9455
+ expandPreview?: boolean;
9325
9456
  quickFilter?: boolean;
9326
9457
  assistant?: {
9327
9458
  usePrefixName?: boolean;
@@ -9634,6 +9765,7 @@ declare class MoreComponent {
9634
9765
  advancedSearch?: boolean;
9635
9766
  allowChatDrawer?: boolean;
9636
9767
  filterLinkChildren?: boolean;
9768
+ expandPreview?: boolean;
9637
9769
  quickFilter?: boolean;
9638
9770
  assistant?: {
9639
9771
  usePrefixName?: boolean;
@@ -9664,6 +9796,7 @@ declare class MoreComponent {
9664
9796
  advancedSearch?: boolean;
9665
9797
  allowChatDrawer?: boolean;
9666
9798
  filterLinkChildren?: boolean;
9799
+ expandPreview?: boolean;
9667
9800
  quickFilter?: boolean;
9668
9801
  assistant?: {
9669
9802
  usePrefixName?: boolean;
@@ -9710,6 +9843,7 @@ declare class MoreComponent {
9710
9843
  advancedSearch?: boolean;
9711
9844
  allowChatDrawer?: boolean;
9712
9845
  filterLinkChildren?: boolean;
9846
+ expandPreview?: boolean;
9713
9847
  quickFilter?: boolean;
9714
9848
  assistant?: {
9715
9849
  usePrefixName?: boolean;
@@ -9782,6 +9916,7 @@ declare class MoreComponent {
9782
9916
  advancedSearch?: boolean;
9783
9917
  allowChatDrawer?: boolean;
9784
9918
  filterLinkChildren?: boolean;
9919
+ expandPreview?: boolean;
9785
9920
  quickFilter?: boolean;
9786
9921
  assistant?: {
9787
9922
  usePrefixName?: boolean;
@@ -9812,6 +9947,7 @@ declare class MoreComponent {
9812
9947
  advancedSearch?: boolean;
9813
9948
  allowChatDrawer?: boolean;
9814
9949
  filterLinkChildren?: boolean;
9950
+ expandPreview?: boolean;
9815
9951
  quickFilter?: boolean;
9816
9952
  assistant?: {
9817
9953
  usePrefixName?: boolean;
@@ -10283,6 +10419,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
10283
10419
  advancedSearch?: boolean;
10284
10420
  allowChatDrawer?: boolean;
10285
10421
  filterLinkChildren?: boolean;
10422
+ expandPreview?: boolean;
10286
10423
  quickFilter?: boolean;
10287
10424
  assistant?: {
10288
10425
  usePrefixName?: boolean;
@@ -10313,6 +10450,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
10313
10450
  advancedSearch?: boolean;
10314
10451
  allowChatDrawer?: boolean;
10315
10452
  filterLinkChildren?: boolean;
10453
+ expandPreview?: boolean;
10316
10454
  quickFilter?: boolean;
10317
10455
  assistant?: {
10318
10456
  usePrefixName?: boolean;
@@ -10359,6 +10497,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
10359
10497
  advancedSearch?: boolean;
10360
10498
  allowChatDrawer?: boolean;
10361
10499
  filterLinkChildren?: boolean;
10500
+ expandPreview?: boolean;
10362
10501
  quickFilter?: boolean;
10363
10502
  assistant?: {
10364
10503
  usePrefixName?: boolean;
@@ -10431,6 +10570,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
10431
10570
  advancedSearch?: boolean;
10432
10571
  allowChatDrawer?: boolean;
10433
10572
  filterLinkChildren?: boolean;
10573
+ expandPreview?: boolean;
10434
10574
  quickFilter?: boolean;
10435
10575
  assistant?: {
10436
10576
  usePrefixName?: boolean;
@@ -10461,6 +10601,7 @@ declare class DrawerPreviewComponent extends DrawerComponent {
10461
10601
  advancedSearch?: boolean;
10462
10602
  allowChatDrawer?: boolean;
10463
10603
  filterLinkChildren?: boolean;
10604
+ expandPreview?: boolean;
10464
10605
  quickFilter?: boolean;
10465
10606
  assistant?: {
10466
10607
  usePrefixName?: boolean;
@@ -10640,6 +10781,7 @@ declare class SignInComponent {
10640
10781
  private readonly principalService;
10641
10782
  private readonly applicationService;
10642
10783
  private readonly appStore;
10784
+ private readonly navigationService;
10643
10785
  isValid: _angular_core.Signal<boolean>;
10644
10786
  constructor(destroyRef: DestroyRef);
10645
10787
  allowChangePassword: _angular_core.Signal<boolean>;
@@ -10664,8 +10806,8 @@ declare class ChangePasswordComponent {
10664
10806
  }
10665
10807
 
10666
10808
  declare class AuthPageComponent {
10667
- mode: _angular_core.InputSignal<"signin" | "changepassword" | "login" | undefined>;
10668
- view: _angular_core.WritableSignal<"signin" | "changepassword" | "login">;
10809
+ mode: _angular_core.InputSignal<"login" | "signin" | "changepassword" | undefined>;
10810
+ view: _angular_core.WritableSignal<"login" | "signin" | "changepassword">;
10669
10811
  constructor();
10670
10812
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<AuthPageComponent, never>;
10671
10813
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<AuthPageComponent, "auth-page, AuthPage, authpage", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;