@allsorter/ui-components 0.0.392 → 0.0.396
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/fesm2022/allsorter-ui-components.mjs +74 -175
- package/fesm2022/allsorter-ui-components.mjs.map +1 -1
- package/lib/custom-editor/custom-editor.component.d.ts +2 -0
- package/lib/newresumeheader/newresumeheader.component.d.ts +0 -2
- package/lib/newresumeheader/newresumeheader.module.d.ts +2 -3
- package/package.json +1 -1
- package/src/lib/custom-editor/custom-editor.component.scss +6 -6
- package/src/lib/editable-form-wrapper/editable-form-wrapper.component.scss +22 -2
- package/src/lib/input/input.component.scss +8 -7
- package/src/lib/newresumeheader/newresumeheader.component.html +13 -25
- package/src/lib/newresumeheader/newresumeheader.component.scss +36 -36
- package/src/lib/resume-entries/resume-entries.component.scss +14 -10
- package/src/lib/test-styling/test-styling.component.html +4 -5
- package/lib/utils/animations.d.ts +0 -43
|
@@ -119,6 +119,8 @@ export declare class CustomEditorComponent implements OnInit, OnDestroy, AfterVi
|
|
|
119
119
|
private getCursorPosition;
|
|
120
120
|
private restoreCursorPosition;
|
|
121
121
|
ngAfterViewInit(): void;
|
|
122
|
+
onClick(): void;
|
|
123
|
+
private assignUniqueIdAndStyle;
|
|
122
124
|
getEditorElement(): HTMLElement | undefined;
|
|
123
125
|
getBoundGetEditorElement(): () => HTMLElement | undefined;
|
|
124
126
|
getBoundSaveHistory(): () => void;
|
|
@@ -40,12 +40,10 @@ export declare class NewResumeHeaderComponent implements OnInit, OnDestroy, Afte
|
|
|
40
40
|
* Returns false when collapsed (accordion) or hidden (eye icon).
|
|
41
41
|
* This is used by the expandCollapse animation trigger.
|
|
42
42
|
*/
|
|
43
|
-
get isBodyExpanded(): boolean;
|
|
44
43
|
/**
|
|
45
44
|
* Reference to the accordion item instance from ViewChild.
|
|
46
45
|
* Used to track the accordion expansion state for animations.
|
|
47
46
|
*/
|
|
48
|
-
accordionItem: any;
|
|
49
47
|
/**
|
|
50
48
|
* Local tracking of accordion expanded state for animation.
|
|
51
49
|
* This is the single source of truth for the animation state.
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "
|
|
4
|
-
import * as i3 from "./newresumeheader.component";
|
|
3
|
+
import * as i2 from "./newresumeheader.component";
|
|
5
4
|
export declare class NewResumeHeaderModule {
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<NewResumeHeaderModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NewResumeHeaderModule, never, [typeof i1.CommonModule, typeof i2.
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NewResumeHeaderModule, never, [typeof i1.CommonModule, typeof i2.NewResumeHeaderComponent], [typeof i2.NewResumeHeaderComponent]>;
|
|
8
7
|
static ɵinj: i0.ɵɵInjectorDeclaration<NewResumeHeaderModule>;
|
|
9
8
|
}
|
package/package.json
CHANGED
|
@@ -448,13 +448,13 @@
|
|
|
448
448
|
border: 1px solid #ccc;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
451
|
+
.cdk-overlay-pane {
|
|
452
|
+
width: fit-content !important;
|
|
453
|
+
min-width: fit-content !important;
|
|
454
|
+
transform: translate(0px) !important;
|
|
455
|
+
}
|
|
456
456
|
|
|
457
457
|
.mat-select-panel {
|
|
458
458
|
width: fit-content !important;
|
|
459
459
|
min-width: fit-content !important;
|
|
460
|
-
}
|
|
460
|
+
}
|
|
@@ -247,13 +247,20 @@ select.al-form__control {
|
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/* AL Form only: force 2 columns for the first row (Date Type + Current Study) when viewport or form is narrow.
|
|
250
|
-
Without this, app-flex-grid would collapse to 1 column; we keep 2 cols for this row inside al-form.
|
|
250
|
+
Without this, app-flex-grid would collapse to 1 column; we keep 2 cols for this row inside al-form.
|
|
251
|
+
|
|
252
|
+
WITHOUT Date Type (3 children): use 1 column so each field is on its own row */
|
|
251
253
|
@media (max-width: 767.98px) {
|
|
252
254
|
:host ::ng-deep app-flex-grid.row.min-cols-2,
|
|
253
255
|
:host ::ng-deep app-flex-grid.col.min-cols-2 {
|
|
254
256
|
--current-count: 2 !important;
|
|
255
257
|
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
256
258
|
}
|
|
259
|
+
|
|
260
|
+
/* Without Date Type: force 1 column so Current Study, Start Date, End Date each on own row */
|
|
261
|
+
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:first-child:nth-last-child(3) {
|
|
262
|
+
grid-column: 1 / -1 !important;
|
|
263
|
+
}
|
|
257
264
|
}
|
|
258
265
|
|
|
259
266
|
@container form-wrapper (max-width: 600px) {
|
|
@@ -262,16 +269,29 @@ select.al-form__control {
|
|
|
262
269
|
--current-count: 2 !important;
|
|
263
270
|
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
|
|
264
271
|
}
|
|
272
|
+
|
|
273
|
+
/* Without Date Type: force 1 column so Current Study, Start Date, End Date each on own row */
|
|
274
|
+
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:first-child:nth-last-child(3) {
|
|
275
|
+
grid-column: 1 / -1 !important;
|
|
276
|
+
}
|
|
265
277
|
}
|
|
266
278
|
|
|
267
279
|
/* When form wrapper is wide enough (600px+): show initial order (Date Type, Start Date, End Date, Current Study).
|
|
268
280
|
DOM order is Date Type, Current Study, Start Date, End Date; reorder with CSS.
|
|
269
|
-
Container query so order follows form width (works in test-styling and narrow viewports).
|
|
281
|
+
Container query so order follows form width (works in test-styling and narrow viewports).
|
|
282
|
+
|
|
283
|
+
WITHOUT Date Type (3 children): Start Date, End Date on row 1, Current Study on row 2 (as column) */
|
|
270
284
|
@container form-wrapper (min-width: 600px) {
|
|
285
|
+
/* With Date Type present (4 children): Date Type, Start Date, End Date, Current Study */
|
|
271
286
|
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:nth-child(1) { order: 1; }
|
|
272
287
|
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:nth-child(2) { order: 4; }
|
|
273
288
|
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:nth-child(3) { order: 2; }
|
|
274
289
|
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:nth-child(4) { order: 3; }
|
|
290
|
+
|
|
291
|
+
/* Without Date Type (3 children): Start Date, End Date, Current Study all in ONE row */
|
|
292
|
+
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:first-child:nth-last-child(3) { order: 3; } /* Current Study last */
|
|
293
|
+
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:nth-child(2):nth-last-child(2) { order: 1; } /* Start Date first */
|
|
294
|
+
:host ::ng-deep app-flex-grid.row.min-cols-2 > *:nth-child(3):last-child { order: 2; } /* End Date middle */
|
|
275
295
|
}
|
|
276
296
|
|
|
277
297
|
/* Remove special outline/background styles so buttons render as-is */
|
|
@@ -502,27 +502,28 @@ mat-icon[matSuffix] {
|
|
|
502
502
|
|
|
503
503
|
/* ===== FLOATING LABEL POSITIONING ===== */
|
|
504
504
|
|
|
505
|
+
/* ===== FLOATING LABEL POSITIONING ===== */
|
|
506
|
+
|
|
505
507
|
::ng-deep .al-input-size-xs .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
506
|
-
top: var(--al-floating-label-top-xs, 10px) !important;
|
|
508
|
+
top: var(--al-floating-label-top-xs, 10px) !important;
|
|
507
509
|
}
|
|
508
510
|
|
|
509
511
|
::ng-deep .al-input-size-small .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
510
|
-
|
|
512
|
+
top: var(--al-floating-label-top-small, 11px) !important;
|
|
511
513
|
}
|
|
512
514
|
|
|
513
515
|
::ng-deep .al-input-size-base .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
514
|
-
|
|
516
|
+
top: var(--al-floating-label-top-base, 15px) !important;
|
|
515
517
|
}
|
|
516
518
|
|
|
517
519
|
::ng-deep .al-input-size-header .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
518
|
-
|
|
520
|
+
top: var(--al-floating-label-top-header, 8px) !important
|
|
519
521
|
}
|
|
520
522
|
|
|
521
523
|
::ng-deep .al-input-size-large .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
522
|
-
|
|
524
|
+
top: var(--al-floating-label-top-header, 20px) !important
|
|
523
525
|
}
|
|
524
526
|
|
|
525
|
-
|
|
526
527
|
/* Label transform calculations - Fixed to position at top of border */
|
|
527
528
|
::ng-deep .al-input-size-xs .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
|
|
528
529
|
--mat-mdc-form-field-label-transform: translateY(-20px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
@@ -1370,4 +1371,4 @@ top: var(--al-floating-label-top-xs, 10px) !important;
|
|
|
1370
1371
|
::ng-deep .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,
|
|
1371
1372
|
::ng-deep .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
|
|
1372
1373
|
background-color: $color-blue-500 !important;
|
|
1373
|
-
}
|
|
1374
|
+
}
|
|
@@ -7,26 +7,15 @@
|
|
|
7
7
|
*ngIf="!isSectionHidden; else hiddenHeaderLayout"><al-responsive-columns [stackAt]="0" [gap]="'12px'"
|
|
8
8
|
[padding]="'8px 12px'">
|
|
9
9
|
<div left>
|
|
10
|
-
<button
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
class="toggle-button align-center"
|
|
14
|
-
[attr.aria-expanded]="_isAccordionExpanded"
|
|
15
|
-
[matTooltip]="_isAccordionExpanded ? 'Collapse' : 'Expand'"
|
|
16
|
-
matTooltipPosition="above"
|
|
17
|
-
>
|
|
10
|
+
<button (click)="toggleAccordion(accordionItem)" tabindex="0" class="toggle-button align-center"
|
|
11
|
+
[attr.aria-expanded]="accordionItem.expanded"
|
|
12
|
+
[matTooltip]="accordionItem.expanded ? 'Collapse' : 'Expand'" matTooltipPosition="above">
|
|
18
13
|
<!-- When section is OPEN (expanded === true), show an UP chevron.
|
|
19
14
|
When section is CLOSED, show a DOWN chevron. -->
|
|
20
|
-
<span
|
|
21
|
-
class="material-icons-outlined"
|
|
22
|
-
*ngIf="_isAccordionExpanded"
|
|
23
|
-
>
|
|
15
|
+
<span class="material-icons-outlined" *ngIf="accordionItem.expanded">
|
|
24
16
|
expand_less
|
|
25
17
|
</span>
|
|
26
|
-
<span
|
|
27
|
-
class="material-icons-outlined"
|
|
28
|
-
*ngIf="!_isAccordionExpanded"
|
|
29
|
-
>
|
|
18
|
+
<span class="material-icons-outlined" *ngIf="!accordionItem.expanded">
|
|
30
19
|
expand_more
|
|
31
20
|
</span>
|
|
32
21
|
</button>
|
|
@@ -104,18 +93,17 @@
|
|
|
104
93
|
</div>
|
|
105
94
|
<!-- Accordion body with expand/collapse animation -->
|
|
106
95
|
<div class="example-accordion-item-body-wrapper">
|
|
107
|
-
<div class="example-accordion-item-body"
|
|
96
|
+
<div class="example-accordion-item-body" *ngIf="accordionItem.expanded && !isSectionHidden">
|
|
108
97
|
<!-- Pop-out Panel -->
|
|
109
|
-
<div *ngIf="shouldShowPopOut" #popOutPanel class="pop-out-panel"
|
|
98
|
+
<div *ngIf="shouldShowPopOut" #popOutPanel class="pop-out-panel"
|
|
99
|
+
[ngClass]="{'pop-out-narrow': isPopOutNarrow}">
|
|
110
100
|
<div class="pop-out-content">
|
|
111
|
-
<al-button [labelText]="popOutButtonLabel" [rightIcon]="popOutButtonIcon"
|
|
112
|
-
[
|
|
113
|
-
|
|
114
|
-
[title]="popOutButtonLabel"></al-button>
|
|
101
|
+
<al-button [labelText]="popOutButtonLabel" [rightIcon]="popOutButtonIcon" [buttonType]="'icon-label'"
|
|
102
|
+
[category]="'gradient'" [size]="'xs'" [iconOnly]="false" (onClick)="popOutButtonClick.emit()"
|
|
103
|
+
[dataTestId]="'pop-out-run-deep-extraction'" [title]="popOutButtonLabel"></al-button>
|
|
115
104
|
<p class="pop-out-message" [innerHTML]="sanitizedMessage"></p>
|
|
116
|
-
<button type="button" class="pop-out-close"
|
|
117
|
-
|
|
118
|
-
class="material-icons-outlined">close</span></button>
|
|
105
|
+
<button type="button" class="pop-out-close" (click)="dismissPopOut()"
|
|
106
|
+
aria-label="Close pop-out panel"><span class="material-icons-outlined">close</span></button>
|
|
119
107
|
</div>
|
|
120
108
|
</div>
|
|
121
109
|
<!-- Single body content slot - child component will handle 3-column layout internally -->
|
|
@@ -113,10 +113,10 @@
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
/* Animation wrapper - ensures smooth height transitions */
|
|
116
|
-
.example-accordion-item-body-wrapper {
|
|
117
|
-
width: 100%;
|
|
118
|
-
overflow: hidden;
|
|
119
|
-
}
|
|
116
|
+
// .example-accordion-item-body-wrapper {
|
|
117
|
+
// width: 100%;
|
|
118
|
+
// overflow: hidden;
|
|
119
|
+
// }
|
|
120
120
|
|
|
121
121
|
.toggle-button {
|
|
122
122
|
border: none;
|
|
@@ -583,35 +583,35 @@
|
|
|
583
583
|
/* Removed old CSS targeting non-existent .eye-icon-wrapper element */
|
|
584
584
|
|
|
585
585
|
/* Smooth hover effect on eye icon container - circular background without jumping */
|
|
586
|
-
.mat-checkbox-margin {
|
|
587
|
-
position: relative;
|
|
588
|
-
display: inline-flex;
|
|
589
|
-
align-items: center;
|
|
590
|
-
justify-content: center;
|
|
591
|
-
|
|
592
|
-
&::before {
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
&:hover::before {
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
/* Ensure icon stays above the background */
|
|
613
|
-
mat-icon {
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
}
|
|
617
|
-
}
|
|
586
|
+
// .mat-checkbox-margin {
|
|
587
|
+
// position: relative;
|
|
588
|
+
// display: inline-flex;
|
|
589
|
+
// align-items: center;
|
|
590
|
+
// justify-content: center;
|
|
591
|
+
|
|
592
|
+
// &::before {
|
|
593
|
+
// content: '';
|
|
594
|
+
// position: absolute;
|
|
595
|
+
// top: 50%;
|
|
596
|
+
// left: 50%;
|
|
597
|
+
// transform: translate(-50%, -50%);
|
|
598
|
+
// width: 28px;
|
|
599
|
+
// height: 28px;
|
|
600
|
+
// border-radius: 4px;
|
|
601
|
+
// background-color: transparent;
|
|
602
|
+
// transition: background-color 0.2s ease;
|
|
603
|
+
// z-index: 0;
|
|
604
|
+
// pointer-events: none;
|
|
605
|
+
// }
|
|
606
|
+
|
|
607
|
+
// &:hover::before {
|
|
608
|
+
// background-color: rgba(211, 211, 211, 0.9) !important;
|
|
609
|
+
|
|
610
|
+
// }
|
|
611
|
+
|
|
612
|
+
// /* Ensure icon stays above the background */
|
|
613
|
+
// mat-icon {
|
|
614
|
+
// position: relative;
|
|
615
|
+
// z-index: 1;
|
|
616
|
+
// }
|
|
617
|
+
// }
|
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
@import "../styles/colors.scss";
|
|
3
3
|
@import "../styles/border-radius.scss";
|
|
4
4
|
|
|
5
|
+
:root {
|
|
6
|
+
--spacing-xs: 6px;
|
|
7
|
+
}
|
|
8
|
+
|
|
5
9
|
.resume-entries-container {
|
|
6
10
|
display: flex;
|
|
7
11
|
flex-direction: column;
|
|
@@ -62,7 +66,7 @@
|
|
|
62
66
|
flex: 1;
|
|
63
67
|
width: 100%;
|
|
64
68
|
gap: 12px;
|
|
65
|
-
padding-top:
|
|
69
|
+
padding-top: var(--spacing-xs, 5px);
|
|
66
70
|
}
|
|
67
71
|
|
|
68
72
|
.timeline-indicator {
|
|
@@ -347,14 +351,14 @@
|
|
|
347
351
|
gap: 4px;
|
|
348
352
|
|
|
349
353
|
&.collapsed .value-text {
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
354
|
+
display: -webkit-box !important;
|
|
355
|
+
-webkit-line-clamp: 1 !important;
|
|
356
|
+
line-clamp: 1 !important;
|
|
357
|
+
-webkit-box-orient: vertical !important;
|
|
358
|
+
overflow: hidden !important;
|
|
359
|
+
text-overflow: ellipsis !important;
|
|
360
|
+
white-space: normal !important;
|
|
361
|
+
}
|
|
358
362
|
|
|
359
363
|
}
|
|
360
364
|
|
|
@@ -480,4 +484,4 @@
|
|
|
480
484
|
}
|
|
481
485
|
}
|
|
482
486
|
}
|
|
483
|
-
}
|
|
487
|
+
}
|
|
@@ -3,8 +3,7 @@
|
|
|
3
3
|
[overflowY]="'auto'">
|
|
4
4
|
<al-tabs [selectedIndex]="0" [size]="'large'">
|
|
5
5
|
<al-tab labelText="Resume">
|
|
6
|
-
<al-candidate-section [candidateDetails]="candidateEntry" [useCustomHeader]="false"
|
|
7
|
-
[getFieldNotHidden]="getFieldNotHidden" [getForceShowAllFields]="getForceShowAllFields"></al-candidate-section>
|
|
6
|
+
<al-candidate-section [candidateDetails]="candidateEntry" [useCustomHeader]="false"></al-candidate-section>
|
|
8
7
|
|
|
9
8
|
<!-- candidate-section-form -->
|
|
10
9
|
<al-form *ngIf="candidateEntry" [showLeftButton]="true" [showSaveButton]="true" [showDeleteButton]="true"
|
|
@@ -83,7 +82,7 @@
|
|
|
83
82
|
<al-responsive-columns [stackAt]="0" [gap]="'8px'" [padding]="'8px 12px'">
|
|
84
83
|
<div left>
|
|
85
84
|
<toolbar-left [variant]="'default'" [content]="'Section Content'" [isExtractionAnalysisActive]="false"
|
|
86
|
-
|
|
85
|
+
(editEvent)="onEditEvent($event)">
|
|
87
86
|
</toolbar-left>
|
|
88
87
|
</div>
|
|
89
88
|
<div center>
|
|
@@ -116,7 +115,7 @@
|
|
|
116
115
|
<al-input [label]="'Date Type'" [placeholder]="'Type here...'" [value]="'Month/Year'" [type]="'text'"
|
|
117
116
|
[disabled]="false" [helperText]="false" [hasDropDown]="true" [options]="['Month/Year','Year']"
|
|
118
117
|
[size]="'base'" [types]="'primary'" [dataTestId]="'test-input'"></al-input>
|
|
119
|
-
<al-checkbox labelPosition="
|
|
118
|
+
<al-checkbox labelPosition="after" labelText="Current Study" [checked]="entry.isPresent"
|
|
120
119
|
(change)="onFormCheckboxChange($event)"></al-checkbox>
|
|
121
120
|
<al-input [label]="'Start Date'" [placeholder]="'Type here...'" [value]="entry.startDate" [type]="'date'"
|
|
122
121
|
[disabled]="false" [helperText]="false" [size]="'base'" [types]="'primary'" [dataTestId]="'test-input'"
|
|
@@ -159,4 +158,4 @@
|
|
|
159
158
|
<p>Get in touch with us through various channels.</p>
|
|
160
159
|
</al-tab>
|
|
161
160
|
</al-tabs>
|
|
162
|
-
</al-general-container>
|
|
161
|
+
</al-general-container>
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { AnimationReferenceMetadata } from '@angular/animations';
|
|
2
|
-
/**
|
|
3
|
-
* Collapse animation - matches jQuery hideAnimation
|
|
4
|
-
* Duration: 600ms
|
|
5
|
-
* Easing: swing (ease-in-out)
|
|
6
|
-
* Result: height: 0, overflow: hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare const collapseAnimation: AnimationReferenceMetadata;
|
|
9
|
-
/**
|
|
10
|
-
* Expand animation - matches jQuery showAnimation
|
|
11
|
-
* Duration: 500ms
|
|
12
|
-
* Easing: swing (ease-in-out)
|
|
13
|
-
* Result: height: *, overflow: visible
|
|
14
|
-
*/
|
|
15
|
-
export declare const expandAnimation: AnimationReferenceMetadata;
|
|
16
|
-
/**
|
|
17
|
-
* Main trigger for expand/collapse animations on accordion bodies.
|
|
18
|
-
* Uses void state for hidden and default state for visible.
|
|
19
|
-
*/
|
|
20
|
-
export declare const accordionExpandCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
21
|
-
/**
|
|
22
|
-
* Alternative trigger that works with a boolean input (expanded/collapsed).
|
|
23
|
-
* Use this when you want to control animation with @Input expanded boolean.
|
|
24
|
-
*
|
|
25
|
-
* Usage: [@expandCollapse]="expanded ? 'expanded' : 'collapsed'"
|
|
26
|
-
*/
|
|
27
|
-
export declare const expandCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
28
|
-
/**
|
|
29
|
-
* Fade transition for smooth opacity changes during expand/collapse.
|
|
30
|
-
* Use alongside height animations for a polished effect.
|
|
31
|
-
*/
|
|
32
|
-
export declare const fadeInOut: import("@angular/animations").AnimationTriggerMetadata;
|
|
33
|
-
/**
|
|
34
|
-
* Animation metadata export for use in component animations array.
|
|
35
|
-
* This allows importing and using animations directly.
|
|
36
|
-
*/
|
|
37
|
-
export declare const accordionAnimations: {
|
|
38
|
-
accordionExpandCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
39
|
-
expandCollapse: import("@angular/animations").AnimationTriggerMetadata;
|
|
40
|
-
fadeInOut: import("@angular/animations").AnimationTriggerMetadata;
|
|
41
|
-
collapseAnimation: AnimationReferenceMetadata;
|
|
42
|
-
expandAnimation: AnimationReferenceMetadata;
|
|
43
|
-
};
|