@sebgroup/green-core-ng 3.17.2 → 3.17.4

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
@@ -1,17 +1,17 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { OnInit, OnChanges, AfterViewInit, EventEmitter, SimpleChanges, ElementRef, NgZone, ChangeDetectorRef, Renderer2, Injector, InjectionToken, RendererStyleFlags2, RendererFactory2, RendererType2 } from '@angular/core';
3
3
  import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
4
- import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
5
4
  import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
5
+ import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
6
+ import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
6
7
  import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
7
8
  import { ControlValueAccessor, NgControl } from '@angular/forms';
8
9
  import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
9
- import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
10
10
  import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
11
11
  import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
12
12
  import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
13
- import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.component.js';
14
13
  import { GdsCoachmark } from '@sebgroup/green-core/components/coachmark/coachmark.component.js';
14
+ import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.component.js';
15
15
  import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
16
16
  import { GdsDatepicker } from '@sebgroup/green-core/components/datepicker/datepicker.component.js';
17
17
  import { GdsDetails } from '@sebgroup/green-core/components/details/details.component.js';
@@ -23,13 +23,13 @@ import { GdsFab } from '@sebgroup/green-core/components/fab/fab.component.js';
23
23
  import { GdsFilterChips } from '@sebgroup/green-core/components/filter-chips/filter-chips.component.js';
24
24
  import { GdsFlex } from '@sebgroup/green-core/components/flex/flex.component.js';
25
25
  import { GdsFormSummary } from '@sebgroup/green-core/components/form-summary/summary.component.js';
26
- import { GdsGroupedList } from '@sebgroup/green-core/components/grouped-list/grouped-list.component.js';
27
26
  import { GdsGrid } from '@sebgroup/green-core/components/grid/grid.component.js';
27
+ import { GdsGroupedList } from '@sebgroup/green-core/components/grouped-list/grouped-list.component.js';
28
28
  import { GdsImg } from '@sebgroup/green-core/components/img/img.component.js';
29
29
  import { GdsInput } from '@sebgroup/green-core/components/input/input.component.js';
30
30
  import { GdsLink } from '@sebgroup/green-core/components/link/link.component.js';
31
- import { GdsMask } from '@sebgroup/green-core/components/mask/mask.component.js';
32
31
  import { GdsList } from '@sebgroup/green-core/components/list/list.component.js';
32
+ import { GdsMask } from '@sebgroup/green-core/components/mask/mask.component.js';
33
33
  import { GdsMenuButton } from '@sebgroup/green-core/components/menu-button/menu-button.component.js';
34
34
  import { GdsPagination } from '@sebgroup/green-core/components/pagination/pagination.component.js';
35
35
  import { GdsBackdrop } from '@sebgroup/green-core/components/popover/backdrop.component.js';
@@ -49,8 +49,8 @@ import { GdsTheme } from '@sebgroup/green-core/components/theme/theme.component.
49
49
  import { GdsVideo } from '@sebgroup/green-core/components/video/video.component.js';
50
50
  import { GdsCardPattern01 } from '@sebgroup/green-core/patterns/card-pattern-01/card-pattern-01.component.js';
51
51
  import { GdsListItemPattern01 } from '@sebgroup/green-core/patterns/list-item-pattern-01/list-item-pattern-01.component.js';
52
- import { GdsAvatarGroup } from '@sebgroup/green-core/components/avatar/avatar-group/avatar-group.component.js';
53
52
  import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
53
+ import { GdsAvatarGroup } from '@sebgroup/green-core/components/avatar/avatar-group/avatar-group.component.js';
54
54
  import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
55
55
  import { GdsIconDetails } from '@sebgroup/green-core/components/details/details-icon/details-icon.component.js';
56
56
  import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
@@ -434,73 +434,85 @@ declare class GdsAlertComponent implements OnInit, OnChanges, AfterViewInit {
434
434
  }
435
435
 
436
436
  /**
437
- * Angular wrapper for the gds-badge web component
438
- * `gds-badge`
437
+ * Angular wrapper for the gds-avatar web component
438
+ * `gds-avatar` is a visual element used to represent a user or entity.
439
+ It supports displaying an image, slotted text content, or a fallback icon.
439
440
  */
440
- declare class GdsBadgeComponent implements OnInit, OnChanges, AfterViewInit {
441
+ declare class GdsAvatarComponent implements OnInit, OnChanges, AfterViewInit {
441
442
  private elementRef;
442
443
  private zone;
443
444
  private cdr;
444
- get element(): GdsBadge;
445
+ get element(): GdsAvatar;
445
446
  constructor();
446
- variant?: GdsBadge['variant'];
447
- size?: GdsBadge['size'];
448
- notification?: GdsBadge['notification'];
449
- rounded?: GdsBadge['rounded'];
450
- mainSlotOccupied?: GdsBadge['mainSlotOccupied'];
451
- leadSlotOccupied?: GdsBadge['leadSlotOccupied'];
447
+ /** Image URL to display inside the avatar.
448
+ When set, an `<img>` is rendered directly in the shadow DOM. */
449
+ src?: GdsAvatar['src'];
450
+ /** Alt text for the image when using the `src` property. */
451
+ alt?: GdsAvatar['alt'];
452
+ /** The size of the avatar. */
453
+ size?: GdsAvatar['size'];
454
+ /** The shape of the avatar. */
455
+ shape?: GdsAvatar['shape'];
456
+ /** The color level used when resolving color tokens for style expression properties. */
457
+ level?: GdsAvatar['level'];
458
+ /** Style Expression Property that controls the `background` color of the avatar shape.
459
+ Only accepts color tokens and optional transparency values. */
460
+ background?: GdsAvatar['background'];
461
+ /** Style Expression Property that controls the text/icon `color` of the avatar.
462
+ Accepts content color tokens and optional transparency values. */
463
+ color?: GdsAvatar['color'];
452
464
  /** Style Expression Property that controls the `width` property.
453
465
  Supports space tokens and all valid CSS `width` values. */
454
- width?: GdsBadge['width'];
466
+ width?: GdsAvatar['width'];
455
467
  /** Style Expression Property that controls the `min-width` property.
456
468
  Supports space tokens and all valid CSS `min-width` values. */
457
- minWidth?: GdsBadge['min-width'];
469
+ minWidth?: GdsAvatar['min-width'];
458
470
  /** Style Expression Property that controls the `max-width` property.
459
471
  Supports space tokens and all valid CSS `max-width` values. */
460
- maxWidth?: GdsBadge['max-width'];
472
+ maxWidth?: GdsAvatar['max-width'];
461
473
  /** Style Expression Property that controls the `inline-size` property.
462
474
  Supports space tokens and all valid CSS `inline-size` values */
463
- inlineSize?: GdsBadge['inline-size'];
475
+ inlineSize?: GdsAvatar['inline-size'];
464
476
  /** Style Expression Property that controls the `min-inline-size` property.
465
477
  Supports space tokens and all valid CSS `min-inline-size` values. */
466
- minInlineSize?: GdsBadge['min-inline-size'];
478
+ minInlineSize?: GdsAvatar['min-inline-size'];
467
479
  /** Style Expression Property that controls the `max-inline-size` property.
468
480
  Supports space tokens and all valid CSS `max-inline-size` values. */
469
- maxInlineSize?: GdsBadge['max-inline-size'];
481
+ maxInlineSize?: GdsAvatar['max-inline-size'];
470
482
  /** Style Expression Property that controls the `margin` property.
471
483
  Only accepts space tokens. */
472
- margin?: GdsBadge['margin'];
484
+ margin?: GdsAvatar['margin'];
473
485
  /** Style Expression Property that controls the `margin-inline` property.
474
486
  Only accepts space tokens. */
475
- marginInline?: GdsBadge['margin-inline'];
487
+ marginInline?: GdsAvatar['margin-inline'];
476
488
  /** Style Expression Property that controls the `margin-block` property.
477
489
  Only accepts space tokens. */
478
- marginBlock?: GdsBadge['margin-block'];
490
+ marginBlock?: GdsAvatar['margin-block'];
479
491
  /** Style Expression Property that controls the `align-self` property.
480
492
  Supports all valid CSS `align-self` values. */
481
- alignSelf?: GdsBadge['align-self'];
493
+ alignSelf?: GdsAvatar['align-self'];
482
494
  /** Style Expression Property that controls the `justify-self` property.
483
495
  Supports all valid CSS `justify-self` values. */
484
- justifySelf?: GdsBadge['justify-self'];
496
+ justifySelf?: GdsAvatar['justify-self'];
485
497
  /** Style Expression Property that controls the `place-self` property.
486
498
  Supports all valid CSS `place-self` values. */
487
- placeSelf?: GdsBadge['place-self'];
499
+ placeSelf?: GdsAvatar['place-self'];
488
500
  /** Style Expression Property that controls the `grid-column` property.
489
501
  Supports all valid CSS grid-column values.
490
502
  Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
491
- gridColumn?: GdsBadge['grid-column'];
503
+ gridColumn?: GdsAvatar['grid-column'];
492
504
  /** Style Expression Property that controls the `grid-row` property.
493
505
  Supports all valid CSS `grid-row` values. */
494
- gridRow?: GdsBadge['grid-row'];
506
+ gridRow?: GdsAvatar['grid-row'];
495
507
  /** Style Expression Property that controls the `grid-area` property.
496
508
  Supports all valid CSS `grid-area` values. */
497
- gridArea?: GdsBadge['grid-area'];
509
+ gridArea?: GdsAvatar['grid-area'];
498
510
  /** Style Expression Property that controls the `flex` property.
499
511
  Supports all valid CSS `flex` values. */
500
- flex?: GdsBadge['flex'];
512
+ flex?: GdsAvatar['flex'];
501
513
  /** Style Expression Property that controls the `order` property.
502
514
  Supports all valid CSS `order` values. */
503
- order?: GdsBadge['order'];
515
+ order?: GdsAvatar['order'];
504
516
  /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
505
517
 
506
518
  This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
@@ -509,99 +521,83 @@ declare class GdsBadgeComponent implements OnInit, OnChanges, AfterViewInit {
509
521
 
510
522
  Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
511
523
  element needs to be measured synchronously after being added to the DOM. */
512
- syncFirstRender?: GdsBadge['syncFirstRender'];
524
+ syncFirstRender?: GdsAvatar['syncFirstRender'];
513
525
  ngOnInit(): void;
514
526
  ngOnChanges(changes: SimpleChanges): void;
515
527
  ngAfterViewInit(): void;
516
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsBadgeComponent, never>;
517
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsBadgeComponent, "gds-badge", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "mainSlotOccupied": { "alias": "mainSlotOccupied"; "required": false; }; "leadSlotOccupied": { "alias": "leadSlotOccupied"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
518
- static ngAcceptInputType_notification: unknown;
519
- static ngAcceptInputType_rounded: unknown;
520
- static ngAcceptInputType_mainSlotOccupied: unknown;
521
- static ngAcceptInputType_leadSlotOccupied: unknown;
528
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsAvatarComponent, never>;
529
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsAvatarComponent, "gds-avatar", never, { "src": { "alias": "src"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "size": { "alias": "size"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "level": { "alias": "level"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
522
530
  static ngAcceptInputType_syncFirstRender: unknown;
523
531
  }
524
532
 
525
533
  /**
526
- * Angular wrapper for the gds-avatar web component
527
- * `gds-avatar` is a visual element used to represent a user or entity.
528
- It supports displaying an image, slotted text content, or a fallback icon.
534
+ * Angular wrapper for the gds-badge web component
535
+ * `gds-badge`
529
536
  */
530
- declare class GdsAvatarComponent implements OnInit, OnChanges, AfterViewInit {
537
+ declare class GdsBadgeComponent implements OnInit, OnChanges, AfterViewInit {
531
538
  private elementRef;
532
539
  private zone;
533
540
  private cdr;
534
- get element(): GdsAvatar;
541
+ get element(): GdsBadge;
535
542
  constructor();
536
- /** Image URL to display inside the avatar.
537
- When set, an `<img>` is rendered directly in the shadow DOM. */
538
- src?: GdsAvatar['src'];
539
- /** Alt text for the image when using the `src` property. */
540
- alt?: GdsAvatar['alt'];
541
- /** The size of the avatar. */
542
- size?: GdsAvatar['size'];
543
- /** The shape of the avatar. */
544
- shape?: GdsAvatar['shape'];
545
- /** The color level used when resolving color tokens for style expression properties. */
546
- level?: GdsAvatar['level'];
547
- /** Style Expression Property that controls the `background` color of the avatar shape.
548
- Only accepts color tokens and optional transparency values. */
549
- background?: GdsAvatar['background'];
550
- /** Style Expression Property that controls the text/icon `color` of the avatar.
551
- Accepts content color tokens and optional transparency values. */
552
- color?: GdsAvatar['color'];
543
+ variant?: GdsBadge['variant'];
544
+ size?: GdsBadge['size'];
545
+ notification?: GdsBadge['notification'];
546
+ rounded?: GdsBadge['rounded'];
547
+ mainSlotOccupied?: GdsBadge['mainSlotOccupied'];
548
+ leadSlotOccupied?: GdsBadge['leadSlotOccupied'];
553
549
  /** Style Expression Property that controls the `width` property.
554
550
  Supports space tokens and all valid CSS `width` values. */
555
- width?: GdsAvatar['width'];
551
+ width?: GdsBadge['width'];
556
552
  /** Style Expression Property that controls the `min-width` property.
557
553
  Supports space tokens and all valid CSS `min-width` values. */
558
- minWidth?: GdsAvatar['min-width'];
554
+ minWidth?: GdsBadge['min-width'];
559
555
  /** Style Expression Property that controls the `max-width` property.
560
556
  Supports space tokens and all valid CSS `max-width` values. */
561
- maxWidth?: GdsAvatar['max-width'];
557
+ maxWidth?: GdsBadge['max-width'];
562
558
  /** Style Expression Property that controls the `inline-size` property.
563
559
  Supports space tokens and all valid CSS `inline-size` values */
564
- inlineSize?: GdsAvatar['inline-size'];
560
+ inlineSize?: GdsBadge['inline-size'];
565
561
  /** Style Expression Property that controls the `min-inline-size` property.
566
562
  Supports space tokens and all valid CSS `min-inline-size` values. */
567
- minInlineSize?: GdsAvatar['min-inline-size'];
563
+ minInlineSize?: GdsBadge['min-inline-size'];
568
564
  /** Style Expression Property that controls the `max-inline-size` property.
569
565
  Supports space tokens and all valid CSS `max-inline-size` values. */
570
- maxInlineSize?: GdsAvatar['max-inline-size'];
566
+ maxInlineSize?: GdsBadge['max-inline-size'];
571
567
  /** Style Expression Property that controls the `margin` property.
572
568
  Only accepts space tokens. */
573
- margin?: GdsAvatar['margin'];
569
+ margin?: GdsBadge['margin'];
574
570
  /** Style Expression Property that controls the `margin-inline` property.
575
571
  Only accepts space tokens. */
576
- marginInline?: GdsAvatar['margin-inline'];
572
+ marginInline?: GdsBadge['margin-inline'];
577
573
  /** Style Expression Property that controls the `margin-block` property.
578
574
  Only accepts space tokens. */
579
- marginBlock?: GdsAvatar['margin-block'];
575
+ marginBlock?: GdsBadge['margin-block'];
580
576
  /** Style Expression Property that controls the `align-self` property.
581
577
  Supports all valid CSS `align-self` values. */
582
- alignSelf?: GdsAvatar['align-self'];
578
+ alignSelf?: GdsBadge['align-self'];
583
579
  /** Style Expression Property that controls the `justify-self` property.
584
580
  Supports all valid CSS `justify-self` values. */
585
- justifySelf?: GdsAvatar['justify-self'];
581
+ justifySelf?: GdsBadge['justify-self'];
586
582
  /** Style Expression Property that controls the `place-self` property.
587
583
  Supports all valid CSS `place-self` values. */
588
- placeSelf?: GdsAvatar['place-self'];
584
+ placeSelf?: GdsBadge['place-self'];
589
585
  /** Style Expression Property that controls the `grid-column` property.
590
586
  Supports all valid CSS grid-column values.
591
587
  Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
592
- gridColumn?: GdsAvatar['grid-column'];
588
+ gridColumn?: GdsBadge['grid-column'];
593
589
  /** Style Expression Property that controls the `grid-row` property.
594
590
  Supports all valid CSS `grid-row` values. */
595
- gridRow?: GdsAvatar['grid-row'];
591
+ gridRow?: GdsBadge['grid-row'];
596
592
  /** Style Expression Property that controls the `grid-area` property.
597
593
  Supports all valid CSS `grid-area` values. */
598
- gridArea?: GdsAvatar['grid-area'];
594
+ gridArea?: GdsBadge['grid-area'];
599
595
  /** Style Expression Property that controls the `flex` property.
600
596
  Supports all valid CSS `flex` values. */
601
- flex?: GdsAvatar['flex'];
597
+ flex?: GdsBadge['flex'];
602
598
  /** Style Expression Property that controls the `order` property.
603
599
  Supports all valid CSS `order` values. */
604
- order?: GdsAvatar['order'];
600
+ order?: GdsBadge['order'];
605
601
  /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
606
602
 
607
603
  This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
@@ -610,12 +606,43 @@ declare class GdsAvatarComponent implements OnInit, OnChanges, AfterViewInit {
610
606
 
611
607
  Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
612
608
  element needs to be measured synchronously after being added to the DOM. */
613
- syncFirstRender?: GdsAvatar['syncFirstRender'];
609
+ syncFirstRender?: GdsBadge['syncFirstRender'];
614
610
  ngOnInit(): void;
615
611
  ngOnChanges(changes: SimpleChanges): void;
616
612
  ngAfterViewInit(): void;
617
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsAvatarComponent, never>;
618
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsAvatarComponent, "gds-avatar", never, { "src": { "alias": "src"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "size": { "alias": "size"; "required": false; }; "shape": { "alias": "shape"; "required": false; }; "level": { "alias": "level"; "required": false; }; "background": { "alias": "background"; "required": false; }; "color": { "alias": "color"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
613
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsBadgeComponent, never>;
614
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsBadgeComponent, "gds-badge", never, { "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "notification": { "alias": "notification"; "required": false; }; "rounded": { "alias": "rounded"; "required": false; }; "mainSlotOccupied": { "alias": "mainSlotOccupied"; "required": false; }; "leadSlotOccupied": { "alias": "leadSlotOccupied"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
615
+ static ngAcceptInputType_notification: unknown;
616
+ static ngAcceptInputType_rounded: unknown;
617
+ static ngAcceptInputType_mainSlotOccupied: unknown;
618
+ static ngAcceptInputType_leadSlotOccupied: unknown;
619
+ static ngAcceptInputType_syncFirstRender: unknown;
620
+ }
621
+
622
+ /**
623
+ * Angular wrapper for the gds-blur web component
624
+ *
625
+ */
626
+ declare class GdsBlurComponent implements OnInit, OnChanges, AfterViewInit {
627
+ private elementRef;
628
+ private zone;
629
+ private cdr;
630
+ get element(): GdsBlur;
631
+ constructor();
632
+ /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
633
+
634
+ This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
635
+ run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
636
+ is projected.
637
+
638
+ Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
639
+ element needs to be measured synchronously after being added to the DOM. */
640
+ syncFirstRender?: GdsBlur['syncFirstRender'];
641
+ ngOnInit(): void;
642
+ ngOnChanges(changes: SimpleChanges): void;
643
+ ngAfterViewInit(): void;
644
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsBlurComponent, never>;
645
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsBlurComponent, "gds-blur", never, { "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
619
646
  static ngAcceptInputType_syncFirstRender: unknown;
620
647
  }
621
648
 
@@ -882,33 +909,6 @@ declare class GdsButtonComponent extends GdsFormControlBase {
882
909
  static ngAcceptInputType_syncFirstRender: unknown;
883
910
  }
884
911
 
885
- /**
886
- * Angular wrapper for the gds-blur web component
887
- *
888
- */
889
- declare class GdsBlurComponent implements OnInit, OnChanges, AfterViewInit {
890
- private elementRef;
891
- private zone;
892
- private cdr;
893
- get element(): GdsBlur;
894
- constructor();
895
- /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
896
-
897
- This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
898
- run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
899
- is projected.
900
-
901
- Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
902
- element needs to be measured synchronously after being added to the DOM. */
903
- syncFirstRender?: GdsBlur['syncFirstRender'];
904
- ngOnInit(): void;
905
- ngOnChanges(changes: SimpleChanges): void;
906
- ngAfterViewInit(): void;
907
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsBlurComponent, never>;
908
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsBlurComponent, "gds-blur", never, { "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
909
- static ngAcceptInputType_syncFirstRender: unknown;
910
- }
911
-
912
912
  /**
913
913
  * Angular wrapper for the gds-calendar web component
914
914
  *
@@ -1482,6 +1482,54 @@ declare class GdsCardLinkedComponent implements OnInit, OnChanges, AfterViewInit
1482
1482
  static ngAcceptInputType_syncFirstRender: unknown;
1483
1483
  }
1484
1484
 
1485
+ /**
1486
+ * Angular wrapper for the gds-coachmark web component
1487
+ *
1488
+ */
1489
+ declare class GdsCoachmarkComponent implements OnInit, OnChanges, AfterViewInit {
1490
+ private elementRef;
1491
+ private zone;
1492
+ private cdr;
1493
+ get element(): GdsCoachmark;
1494
+ constructor();
1495
+ /** The placement of the popover relative to the trigger.
1496
+ Accepts any of the placements supported by Floating UI. */
1497
+ placement?: GdsCoachmark['placement'];
1498
+ /** The coachmark will be hidden when overlapped by the list of provided elements (selectors). */
1499
+ overlappedBy?: GdsCoachmark['overlappedBy'];
1500
+ /** List of selectors pointing to the targeted element. Ex. for a target inside a ShadowDOM: ["some-component", "shadowRoot", "target-element"]. */
1501
+ target?: GdsCoachmark['target'];
1502
+ /** The accessible label of the coachmark. */
1503
+ label?: GdsCoachmark['label'];
1504
+ /** A callback that can be used to set the visibility of the coachmark based on your criteria.
1505
+
1506
+ The default computed visibility, based on visibility and overlap of the target element, is supplied as the third argument. */
1507
+ computeVisibility?: GdsCoachmark['computeVisibility'];
1508
+ /** The resolved targeted element (readonly) */
1509
+ targetElement?: GdsCoachmark['targetElement'];
1510
+ _isVisible?: GdsCoachmark['_isVisible'];
1511
+ _preventClose?: GdsCoachmark['_preventClose'];
1512
+ /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
1513
+
1514
+ This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
1515
+ run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
1516
+ is projected.
1517
+
1518
+ Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
1519
+ element needs to be measured synchronously after being added to the DOM. */
1520
+ syncFirstRender?: GdsCoachmark['syncFirstRender'];
1521
+ /** dispatched when the tooltip is about to be closed. Can be cancelled to prevent closing. */
1522
+ gdsUiState: EventEmitter<CustomEvent<any>>;
1523
+ ngOnInit(): void;
1524
+ ngOnChanges(changes: SimpleChanges): void;
1525
+ ngAfterViewInit(): void;
1526
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsCoachmarkComponent, never>;
1527
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsCoachmarkComponent, "gds-coachmark", never, { "placement": { "alias": "placement"; "required": false; }; "overlappedBy": { "alias": "overlappedBy"; "required": false; }; "target": { "alias": "target"; "required": false; }; "label": { "alias": "label"; "required": false; }; "computeVisibility": { "alias": "computeVisibility"; "required": false; }; "targetElement": { "alias": "targetElement"; "required": false; }; "_isVisible": { "alias": "_isVisible"; "required": false; }; "_preventClose": { "alias": "_preventClose"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, { "gdsUiState": "gdsUiState"; }, never, ["*"], true, never>;
1528
+ static ngAcceptInputType__isVisible: unknown;
1529
+ static ngAcceptInputType__preventClose: unknown;
1530
+ static ngAcceptInputType_syncFirstRender: unknown;
1531
+ }
1532
+
1485
1533
  /**
1486
1534
  * Base class for checkbox form controls that work with boolean checked state
1487
1535
  * instead of string values.
@@ -1562,54 +1610,6 @@ declare class GdsCheckboxComponent extends GdsCheckboxFormControlBase {
1562
1610
  static ngAcceptInputType_syncFirstRender: unknown;
1563
1611
  }
1564
1612
 
1565
- /**
1566
- * Angular wrapper for the gds-coachmark web component
1567
- *
1568
- */
1569
- declare class GdsCoachmarkComponent implements OnInit, OnChanges, AfterViewInit {
1570
- private elementRef;
1571
- private zone;
1572
- private cdr;
1573
- get element(): GdsCoachmark;
1574
- constructor();
1575
- /** The placement of the popover relative to the trigger.
1576
- Accepts any of the placements supported by Floating UI. */
1577
- placement?: GdsCoachmark['placement'];
1578
- /** The coachmark will be hidden when overlapped by the list of provided elements (selectors). */
1579
- overlappedBy?: GdsCoachmark['overlappedBy'];
1580
- /** List of selectors pointing to the targeted element. Ex. for a target inside a ShadowDOM: ["some-component", "shadowRoot", "target-element"]. */
1581
- target?: GdsCoachmark['target'];
1582
- /** The accessible label of the coachmark. */
1583
- label?: GdsCoachmark['label'];
1584
- /** A callback that can be used to set the visibility of the coachmark based on your criteria.
1585
-
1586
- The default computed visibility, based on visibility and overlap of the target element, is supplied as the third argument. */
1587
- computeVisibility?: GdsCoachmark['computeVisibility'];
1588
- /** The resolved targeted element (readonly) */
1589
- targetElement?: GdsCoachmark['targetElement'];
1590
- _isVisible?: GdsCoachmark['_isVisible'];
1591
- _preventClose?: GdsCoachmark['_preventClose'];
1592
- /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
1593
-
1594
- This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
1595
- run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
1596
- is projected.
1597
-
1598
- Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
1599
- element needs to be measured synchronously after being added to the DOM. */
1600
- syncFirstRender?: GdsCoachmark['syncFirstRender'];
1601
- /** dispatched when the tooltip is about to be closed. Can be cancelled to prevent closing. */
1602
- gdsUiState: EventEmitter<CustomEvent<any>>;
1603
- ngOnInit(): void;
1604
- ngOnChanges(changes: SimpleChanges): void;
1605
- ngAfterViewInit(): void;
1606
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsCoachmarkComponent, never>;
1607
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsCoachmarkComponent, "gds-coachmark", never, { "placement": { "alias": "placement"; "required": false; }; "overlappedBy": { "alias": "overlappedBy"; "required": false; }; "target": { "alias": "target"; "required": false; }; "label": { "alias": "label"; "required": false; }; "computeVisibility": { "alias": "computeVisibility"; "required": false; }; "targetElement": { "alias": "targetElement"; "required": false; }; "_isVisible": { "alias": "_isVisible"; "required": false; }; "_preventClose": { "alias": "_preventClose"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, { "gdsUiState": "gdsUiState"; }, never, ["*"], true, never>;
1608
- static ngAcceptInputType__isVisible: unknown;
1609
- static ngAcceptInputType__preventClose: unknown;
1610
- static ngAcceptInputType_syncFirstRender: unknown;
1611
- }
1612
-
1613
1613
  /**
1614
1614
  * Angular wrapper for the gds-context-menu web component
1615
1615
  *
@@ -2994,6 +2994,243 @@ declare class GdsFormSummaryComponent implements OnInit, OnChanges, AfterViewIni
2994
2994
  static ngAcceptInputType_syncFirstRender: unknown;
2995
2995
  }
2996
2996
 
2997
+ /**
2998
+ * Angular wrapper for the gds-grid web component
2999
+ * The `gds-grid` is a custom element that provides a flexible grid system. It uses CSS grid layout to arrange its child elements into columns. This component is highly customizable and responsive, allowing you to specify the number of `columns`, `gap`, `padding`, and fluidity for different devices with automated column size based on the content using the `auto-columns` attribute.
3000
+ */
3001
+ declare class GdsGridComponent implements OnInit, OnChanges, AfterViewInit {
3002
+ private elementRef;
3003
+ private zone;
3004
+ private cdr;
3005
+ get element(): GdsGrid;
3006
+ constructor();
3007
+ /** The number of columns to divide the space into. Accepts a unitless number. Example: `1; m { 2 }; l { 4 }` to vary number of columns based on viewport size. */
3008
+ columns?: GdsGrid['columns'];
3009
+ /** Defines the gap size between grid items. Uses same format as the CSS gap property, and expects space tokens. This can be a single value that applies to all breakpoints, or a string of three space-separated tokens in the format "l:desktop m:tablet s:mobile", each token specifying the gap size for that device type respectively. */
3010
+ gap?: GdsGrid['gap'];
3011
+ /** Defines the minimum column width. If set, the grid adjusts column size based on content and available width, even without other attributes. Accepts any valid CSS units. */
3012
+ autoColumns?: GdsGrid['auto-columns'];
3013
+ /** Style Expression Property that controls the `width` property.
3014
+ Supports space tokens and all valid CSS `width` values. */
3015
+ width?: GdsGrid['width'];
3016
+ /** Style Expression Property that controls the `min-width` property.
3017
+ Supports space tokens and all valid CSS `min-width` values. */
3018
+ minWidth?: GdsGrid['min-width'];
3019
+ /** Style Expression Property that controls the `max-width` property.
3020
+ Supports space tokens and all valid CSS `max-width` values. */
3021
+ maxWidth?: GdsGrid['max-width'];
3022
+ /** Style Expression Property that controls the `inline-size` property.
3023
+ Supports space tokens and all valid CSS `inline-size` values */
3024
+ inlineSize?: GdsGrid['inline-size'];
3025
+ /** Style Expression Property that controls the `min-inline-size` property.
3026
+ Supports space tokens and all valid CSS `min-inline-size` values. */
3027
+ minInlineSize?: GdsGrid['min-inline-size'];
3028
+ /** Style Expression Property that controls the `max-inline-size` property.
3029
+ Supports space tokens and all valid CSS `max-inline-size` values. */
3030
+ maxInlineSize?: GdsGrid['max-inline-size'];
3031
+ /** Style Expression Property that controls the `height` property.
3032
+ Supports space tokens and all valid CSS `height` values. */
3033
+ height?: GdsGrid['height'];
3034
+ /** Style Expression Property that controls the `min-height` property.
3035
+ Supports space tokens and all valid CSS `min-height` values. */
3036
+ minHeight?: GdsGrid['min-height'];
3037
+ /** Style Expression Property that controls the `max-height` property.
3038
+ Supports space tokens and all valid CSS `max-height` values. */
3039
+ maxHeight?: GdsGrid['max-height'];
3040
+ /** Style Expression Property that controls the `block-size` property.
3041
+ Supports space tokens and all valid CSS `block-size` values. */
3042
+ blockSize?: GdsGrid['block-size'];
3043
+ /** Style Expression Property that controls the `min-block-size` property.
3044
+ Supports space tokens and all valid CSS `min-block-size` values. */
3045
+ minBlockSize?: GdsGrid['min-block-size'];
3046
+ /** Style Expression Property that controls the `max-block-size` property.
3047
+ Supports space tokens and all valid CSS `max-block-size` values. */
3048
+ maxBlockSize?: GdsGrid['max-block-size'];
3049
+ /** Style Expression Property that controls the `margin` property.
3050
+ Only accepts space tokens. */
3051
+ margin?: GdsGrid['margin'];
3052
+ /** Style Expression Property that controls the `margin-inline` property.
3053
+ Only accepts space tokens. */
3054
+ marginInline?: GdsGrid['margin-inline'];
3055
+ /** Style Expression Property that controls the `margin-block` property.
3056
+ Only accepts space tokens. */
3057
+ marginBlock?: GdsGrid['margin-block'];
3058
+ /** Style Expression Property that controls the `padding` property.
3059
+ Only accepts space tokens. */
3060
+ padding?: GdsGrid['padding'];
3061
+ /** Style Expression Property that controls the `padding-inline` property.
3062
+ Only accepts space tokens. */
3063
+ paddingInline?: GdsGrid['padding-inline'];
3064
+ /** Style Expression Property that controls the `padding-block` property.
3065
+ Only accepts space tokens. */
3066
+ paddingBlock?: GdsGrid['padding-block'];
3067
+ /** Style Expression Property that controls the `align-self` property.
3068
+ Supports all valid CSS `align-self` values. */
3069
+ alignSelf?: GdsGrid['align-self'];
3070
+ /** Style Expression Property that controls the `justify-self` property.
3071
+ Supports all valid CSS `justify-self` values. */
3072
+ justifySelf?: GdsGrid['justify-self'];
3073
+ /** Style Expression Property that controls the `place-self` property.
3074
+ Supports all valid CSS `place-self` values. */
3075
+ placeSelf?: GdsGrid['place-self'];
3076
+ /** Style Expression Property that controls the `grid-column` property.
3077
+ Supports all valid CSS grid-column values.
3078
+ Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
3079
+ gridColumn?: GdsGrid['grid-column'];
3080
+ /** Style Expression Property that controls the `grid-row` property.
3081
+ Supports all valid CSS `grid-row` values. */
3082
+ gridRow?: GdsGrid['grid-row'];
3083
+ /** Style Expression Property that controls the `grid-area` property.
3084
+ Supports all valid CSS `grid-area` values. */
3085
+ gridArea?: GdsGrid['grid-area'];
3086
+ /** Style Expression Property that controls the `flex` property.
3087
+ Supports all valid CSS `flex` values. */
3088
+ flex?: GdsGrid['flex'];
3089
+ /** Style Expression Property that controls the `order` property.
3090
+ Supports all valid CSS `order` values. */
3091
+ order?: GdsGrid['order'];
3092
+ /** Style Expression Property that controls the `position` property.
3093
+ Supports all valid CSS `position` values. */
3094
+ position?: GdsGrid['position'];
3095
+ /** Style Expression Property that controls the `transform` property.
3096
+ Supports all valid CSS `transform` values. */
3097
+ transform?: GdsGrid['transform'];
3098
+ /** Style Expression Property that controls the `inset` property.
3099
+ Supports all valid CSS `inset` values. */
3100
+ inset?: GdsGrid['inset'];
3101
+ /** Controls the display property.
3102
+ Supports all valid CSS display values. */
3103
+ display?: GdsGrid['display'];
3104
+ /** The level of the container is used to resolve the color tokens from the corresponding level.
3105
+ Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
3106
+
3107
+ Default for `gds-div` is level 2. */
3108
+ level?: GdsGrid['level'];
3109
+ /** Style Expression Property that controls the `color` property.
3110
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3111
+
3112
+ ```html
3113
+ <gds-div color="neutral-01/0.2"></gds-div>
3114
+ ``` */
3115
+ color?: GdsGrid['color'];
3116
+ /** Style Expression Property that controls the `background` property.
3117
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3118
+
3119
+ ```html
3120
+ <gds-div background="neutral-01/0.2"></gds-div>
3121
+ ``` */
3122
+ background?: GdsGrid['background'];
3123
+ /** Style Expression Property that controls the `border` property.
3124
+ Accepts a string of the same format as the CSS border property.
3125
+
3126
+ ```html
3127
+ <gds-div border="4xs solid subtle-01/0.2"></gds-div>
3128
+ ```
3129
+
3130
+ Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. */
3131
+ border?: GdsGrid['border'];
3132
+ /** Style Expression Property that controls the `border-color` property.
3133
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3134
+
3135
+ ```html
3136
+ <gds-div border-color="subtle-01/0.2"></gds-div>
3137
+ ``` */
3138
+ borderColor?: GdsGrid['border-color'];
3139
+ /** Style Expression Property that controls the `border-width` property.
3140
+ Only accepts space tokens. */
3141
+ borderWidth?: GdsGrid['border-width'];
3142
+ /** Style Expression Property that controls the `border-style` property.
3143
+ Supports all valid CSS `border-style` values. */
3144
+ borderStyle?: GdsGrid['border-style'];
3145
+ /** Style Expression Property that controls the `border-radius` property.
3146
+ Only accepts space tokens. */
3147
+ borderRadius?: GdsGrid['border-radius'];
3148
+ /** Style Expression Property for the `box-shadow` property.
3149
+
3150
+ Accepts shadow tokens from the design system.
3151
+
3152
+ `xs`, `s`, `m`, `l`, `xl` */
3153
+ boxShadow?: GdsGrid['box-shadow'];
3154
+ /** Style Expression Property that controls the `opacity` property.
3155
+ Supports all valid CSS `opacity` values. */
3156
+ opacity?: GdsGrid['opacity'];
3157
+ /** Style Expression Property that controls the `overflow` property.
3158
+ Supports all valid CSS `overflow` values. */
3159
+ overflow?: GdsGrid['overflow'];
3160
+ /** Style Expression Property that controls the `box-sizing` property.
3161
+ Supports all valid CSS `box-sizing` values. */
3162
+ boxSizing?: GdsGrid['box-sizing'];
3163
+ /** Style Expression Property that controls the `z-index` property.
3164
+ Supports all valid CSS `z-index` values. */
3165
+ zIndex?: GdsGrid['z-index'];
3166
+ /** Style Expression Property that controls the `font` property.
3167
+ Supports all font tokens from the design system. */
3168
+ font?: GdsGrid['font'];
3169
+ /** Style Expression Property that controls the `font-weight` property.
3170
+ Supports all typography weight tokens from the design system. */
3171
+ fontWeight?: GdsGrid['font-weight'];
3172
+ /** Style Expression Property that controls the `text-align` property.
3173
+ Supports all valid CSS `text-align` values. */
3174
+ textAlign?: GdsGrid['text-align'];
3175
+ /** Style Expression Property that controls the `text-wrap` property.
3176
+ Supports all valid CSS `text-wrap` values. */
3177
+ textWrap?: GdsGrid['text-wrap'];
3178
+ /** Style Expression Property that controls the `overflow-wrap` property.
3179
+ Supports all valid CSS `overflow-wrap` values. */
3180
+ overflowWrap?: GdsGrid['overflow-wrap'];
3181
+ /** Style Expression Property that controls the `white-space` property.
3182
+ Supports all valid CSS `white-space` values. */
3183
+ whiteSpace?: GdsGrid['white-space'];
3184
+ /** Style Expression Property that controls the `align-items` property.
3185
+ Supports all valid CSS `align-items` values. */
3186
+ alignItems?: GdsGrid['align-items'];
3187
+ /** Style Expression Property that controls the `align-content` property.
3188
+ Supports all valid CSS `align-content` values. */
3189
+ alignContent?: GdsGrid['align-content'];
3190
+ /** Style Expression Property that controls the `justify-content` property.
3191
+ Supports all valid CSS `justify-content` values. */
3192
+ justifyContent?: GdsGrid['justify-content'];
3193
+ /** Style Expression Property that controls the `justify-items` property.
3194
+ Supports all valid CSS `justify-items` values. */
3195
+ justifyItems?: GdsGrid['justify-items'];
3196
+ /** Style Expression Property that controls the `flex-direction` property.
3197
+ Supports all valid CSS `flex-direction` values. */
3198
+ flexDirection?: GdsGrid['flex-direction'];
3199
+ /** Style Expression Property that controls the `flex-wrap` property.
3200
+ Supports all valid CSS `flex-wrap` values. */
3201
+ flexWrap?: GdsGrid['flex-wrap'];
3202
+ /** Style Expression Property that controls the `place-items` property.
3203
+ Supports all valid CSS `place-items` values. */
3204
+ placeItems?: GdsGrid['place-items'];
3205
+ /** Style Expression Property that controls the `place-content` property.
3206
+ Supports all valid CSS `place-content` values. */
3207
+ placeContent?: GdsGrid['place-content'];
3208
+ /** Style Expression Property that controls the `aspect-ratio` property.
3209
+ Supports all valid CSS `aspect-ratio` values. */
3210
+ aspectRatio?: GdsGrid['aspect-ratio'];
3211
+ /** Style Expression Property that controls the `cursor` property.
3212
+ Supports all valid CSS `cursor` values. */
3213
+ cursor?: GdsGrid['cursor'];
3214
+ /** Style Expression Property that controls the `pointer-events` property.
3215
+ Supports all valid CSS `pointer-events` values. */
3216
+ pointerEvents?: GdsGrid['pointer-events'];
3217
+ /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
3218
+
3219
+ This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
3220
+ run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
3221
+ is projected.
3222
+
3223
+ Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
3224
+ element needs to be measured synchronously after being added to the DOM. */
3225
+ syncFirstRender?: GdsGrid['syncFirstRender'];
3226
+ ngOnInit(): void;
3227
+ ngOnChanges(changes: SimpleChanges): void;
3228
+ ngAfterViewInit(): void;
3229
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsGridComponent, never>;
3230
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsGridComponent, "gds-grid", never, { "columns": { "alias": "columns"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "autoColumns": { "alias": "autoColumns"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "blockSize": { "alias": "blockSize"; "required": false; }; "minBlockSize": { "alias": "minBlockSize"; "required": false; }; "maxBlockSize": { "alias": "maxBlockSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingInline": { "alias": "paddingInline"; "required": false; }; "paddingBlock": { "alias": "paddingBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "display": { "alias": "display"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderStyle": { "alias": "borderStyle"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "boxShadow": { "alias": "boxShadow"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "boxSizing": { "alias": "boxSizing"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "font": { "alias": "font"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textWrap": { "alias": "textWrap"; "required": false; }; "overflowWrap": { "alias": "overflowWrap"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "justifyItems": { "alias": "justifyItems"; "required": false; }; "flexDirection": { "alias": "flexDirection"; "required": false; }; "flexWrap": { "alias": "flexWrap"; "required": false; }; "placeItems": { "alias": "placeItems"; "required": false; }; "placeContent": { "alias": "placeContent"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
3231
+ static ngAcceptInputType_syncFirstRender: unknown;
3232
+ }
3233
+
2997
3234
  /**
2998
3235
  * Angular wrapper for the gds-grouped-list web component
2999
3236
  *
@@ -3023,243 +3260,6 @@ declare class GdsGroupedListComponent implements OnInit, OnChanges, AfterViewIni
3023
3260
  static ngAcceptInputType_syncFirstRender: unknown;
3024
3261
  }
3025
3262
 
3026
- /**
3027
- * Angular wrapper for the gds-grid web component
3028
- * The `gds-grid` is a custom element that provides a flexible grid system. It uses CSS grid layout to arrange its child elements into columns. This component is highly customizable and responsive, allowing you to specify the number of `columns`, `gap`, `padding`, and fluidity for different devices with automated column size based on the content using the `auto-columns` attribute.
3029
- */
3030
- declare class GdsGridComponent implements OnInit, OnChanges, AfterViewInit {
3031
- private elementRef;
3032
- private zone;
3033
- private cdr;
3034
- get element(): GdsGrid;
3035
- constructor();
3036
- /** The number of columns to divide the space into. Accepts a unitless number. Example: `1; m { 2 }; l { 4 }` to vary number of columns based on viewport size. */
3037
- columns?: GdsGrid['columns'];
3038
- /** Defines the gap size between grid items. Uses same format as the CSS gap property, and expects space tokens. This can be a single value that applies to all breakpoints, or a string of three space-separated tokens in the format "l:desktop m:tablet s:mobile", each token specifying the gap size for that device type respectively. */
3039
- gap?: GdsGrid['gap'];
3040
- /** Defines the minimum column width. If set, the grid adjusts column size based on content and available width, even without other attributes. Accepts any valid CSS units. */
3041
- autoColumns?: GdsGrid['auto-columns'];
3042
- /** Style Expression Property that controls the `width` property.
3043
- Supports space tokens and all valid CSS `width` values. */
3044
- width?: GdsGrid['width'];
3045
- /** Style Expression Property that controls the `min-width` property.
3046
- Supports space tokens and all valid CSS `min-width` values. */
3047
- minWidth?: GdsGrid['min-width'];
3048
- /** Style Expression Property that controls the `max-width` property.
3049
- Supports space tokens and all valid CSS `max-width` values. */
3050
- maxWidth?: GdsGrid['max-width'];
3051
- /** Style Expression Property that controls the `inline-size` property.
3052
- Supports space tokens and all valid CSS `inline-size` values */
3053
- inlineSize?: GdsGrid['inline-size'];
3054
- /** Style Expression Property that controls the `min-inline-size` property.
3055
- Supports space tokens and all valid CSS `min-inline-size` values. */
3056
- minInlineSize?: GdsGrid['min-inline-size'];
3057
- /** Style Expression Property that controls the `max-inline-size` property.
3058
- Supports space tokens and all valid CSS `max-inline-size` values. */
3059
- maxInlineSize?: GdsGrid['max-inline-size'];
3060
- /** Style Expression Property that controls the `height` property.
3061
- Supports space tokens and all valid CSS `height` values. */
3062
- height?: GdsGrid['height'];
3063
- /** Style Expression Property that controls the `min-height` property.
3064
- Supports space tokens and all valid CSS `min-height` values. */
3065
- minHeight?: GdsGrid['min-height'];
3066
- /** Style Expression Property that controls the `max-height` property.
3067
- Supports space tokens and all valid CSS `max-height` values. */
3068
- maxHeight?: GdsGrid['max-height'];
3069
- /** Style Expression Property that controls the `block-size` property.
3070
- Supports space tokens and all valid CSS `block-size` values. */
3071
- blockSize?: GdsGrid['block-size'];
3072
- /** Style Expression Property that controls the `min-block-size` property.
3073
- Supports space tokens and all valid CSS `min-block-size` values. */
3074
- minBlockSize?: GdsGrid['min-block-size'];
3075
- /** Style Expression Property that controls the `max-block-size` property.
3076
- Supports space tokens and all valid CSS `max-block-size` values. */
3077
- maxBlockSize?: GdsGrid['max-block-size'];
3078
- /** Style Expression Property that controls the `margin` property.
3079
- Only accepts space tokens. */
3080
- margin?: GdsGrid['margin'];
3081
- /** Style Expression Property that controls the `margin-inline` property.
3082
- Only accepts space tokens. */
3083
- marginInline?: GdsGrid['margin-inline'];
3084
- /** Style Expression Property that controls the `margin-block` property.
3085
- Only accepts space tokens. */
3086
- marginBlock?: GdsGrid['margin-block'];
3087
- /** Style Expression Property that controls the `padding` property.
3088
- Only accepts space tokens. */
3089
- padding?: GdsGrid['padding'];
3090
- /** Style Expression Property that controls the `padding-inline` property.
3091
- Only accepts space tokens. */
3092
- paddingInline?: GdsGrid['padding-inline'];
3093
- /** Style Expression Property that controls the `padding-block` property.
3094
- Only accepts space tokens. */
3095
- paddingBlock?: GdsGrid['padding-block'];
3096
- /** Style Expression Property that controls the `align-self` property.
3097
- Supports all valid CSS `align-self` values. */
3098
- alignSelf?: GdsGrid['align-self'];
3099
- /** Style Expression Property that controls the `justify-self` property.
3100
- Supports all valid CSS `justify-self` values. */
3101
- justifySelf?: GdsGrid['justify-self'];
3102
- /** Style Expression Property that controls the `place-self` property.
3103
- Supports all valid CSS `place-self` values. */
3104
- placeSelf?: GdsGrid['place-self'];
3105
- /** Style Expression Property that controls the `grid-column` property.
3106
- Supports all valid CSS grid-column values.
3107
- Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
3108
- gridColumn?: GdsGrid['grid-column'];
3109
- /** Style Expression Property that controls the `grid-row` property.
3110
- Supports all valid CSS `grid-row` values. */
3111
- gridRow?: GdsGrid['grid-row'];
3112
- /** Style Expression Property that controls the `grid-area` property.
3113
- Supports all valid CSS `grid-area` values. */
3114
- gridArea?: GdsGrid['grid-area'];
3115
- /** Style Expression Property that controls the `flex` property.
3116
- Supports all valid CSS `flex` values. */
3117
- flex?: GdsGrid['flex'];
3118
- /** Style Expression Property that controls the `order` property.
3119
- Supports all valid CSS `order` values. */
3120
- order?: GdsGrid['order'];
3121
- /** Style Expression Property that controls the `position` property.
3122
- Supports all valid CSS `position` values. */
3123
- position?: GdsGrid['position'];
3124
- /** Style Expression Property that controls the `transform` property.
3125
- Supports all valid CSS `transform` values. */
3126
- transform?: GdsGrid['transform'];
3127
- /** Style Expression Property that controls the `inset` property.
3128
- Supports all valid CSS `inset` values. */
3129
- inset?: GdsGrid['inset'];
3130
- /** Controls the display property.
3131
- Supports all valid CSS display values. */
3132
- display?: GdsGrid['display'];
3133
- /** The level of the container is used to resolve the color tokens from the corresponding level.
3134
- Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
3135
-
3136
- Default for `gds-div` is level 2. */
3137
- level?: GdsGrid['level'];
3138
- /** Style Expression Property that controls the `color` property.
3139
- Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3140
-
3141
- ```html
3142
- <gds-div color="neutral-01/0.2"></gds-div>
3143
- ``` */
3144
- color?: GdsGrid['color'];
3145
- /** Style Expression Property that controls the `background` property.
3146
- Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3147
-
3148
- ```html
3149
- <gds-div background="neutral-01/0.2"></gds-div>
3150
- ``` */
3151
- background?: GdsGrid['background'];
3152
- /** Style Expression Property that controls the `border` property.
3153
- Accepts a string of the same format as the CSS border property.
3154
-
3155
- ```html
3156
- <gds-div border="4xs solid subtle-01/0.2"></gds-div>
3157
- ```
3158
-
3159
- Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. */
3160
- border?: GdsGrid['border'];
3161
- /** Style Expression Property that controls the `border-color` property.
3162
- Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3163
-
3164
- ```html
3165
- <gds-div border-color="subtle-01/0.2"></gds-div>
3166
- ``` */
3167
- borderColor?: GdsGrid['border-color'];
3168
- /** Style Expression Property that controls the `border-width` property.
3169
- Only accepts space tokens. */
3170
- borderWidth?: GdsGrid['border-width'];
3171
- /** Style Expression Property that controls the `border-style` property.
3172
- Supports all valid CSS `border-style` values. */
3173
- borderStyle?: GdsGrid['border-style'];
3174
- /** Style Expression Property that controls the `border-radius` property.
3175
- Only accepts space tokens. */
3176
- borderRadius?: GdsGrid['border-radius'];
3177
- /** Style Expression Property for the `box-shadow` property.
3178
-
3179
- Accepts shadow tokens from the design system.
3180
-
3181
- `xs`, `s`, `m`, `l`, `xl` */
3182
- boxShadow?: GdsGrid['box-shadow'];
3183
- /** Style Expression Property that controls the `opacity` property.
3184
- Supports all valid CSS `opacity` values. */
3185
- opacity?: GdsGrid['opacity'];
3186
- /** Style Expression Property that controls the `overflow` property.
3187
- Supports all valid CSS `overflow` values. */
3188
- overflow?: GdsGrid['overflow'];
3189
- /** Style Expression Property that controls the `box-sizing` property.
3190
- Supports all valid CSS `box-sizing` values. */
3191
- boxSizing?: GdsGrid['box-sizing'];
3192
- /** Style Expression Property that controls the `z-index` property.
3193
- Supports all valid CSS `z-index` values. */
3194
- zIndex?: GdsGrid['z-index'];
3195
- /** Style Expression Property that controls the `font` property.
3196
- Supports all font tokens from the design system. */
3197
- font?: GdsGrid['font'];
3198
- /** Style Expression Property that controls the `font-weight` property.
3199
- Supports all typography weight tokens from the design system. */
3200
- fontWeight?: GdsGrid['font-weight'];
3201
- /** Style Expression Property that controls the `text-align` property.
3202
- Supports all valid CSS `text-align` values. */
3203
- textAlign?: GdsGrid['text-align'];
3204
- /** Style Expression Property that controls the `text-wrap` property.
3205
- Supports all valid CSS `text-wrap` values. */
3206
- textWrap?: GdsGrid['text-wrap'];
3207
- /** Style Expression Property that controls the `overflow-wrap` property.
3208
- Supports all valid CSS `overflow-wrap` values. */
3209
- overflowWrap?: GdsGrid['overflow-wrap'];
3210
- /** Style Expression Property that controls the `white-space` property.
3211
- Supports all valid CSS `white-space` values. */
3212
- whiteSpace?: GdsGrid['white-space'];
3213
- /** Style Expression Property that controls the `align-items` property.
3214
- Supports all valid CSS `align-items` values. */
3215
- alignItems?: GdsGrid['align-items'];
3216
- /** Style Expression Property that controls the `align-content` property.
3217
- Supports all valid CSS `align-content` values. */
3218
- alignContent?: GdsGrid['align-content'];
3219
- /** Style Expression Property that controls the `justify-content` property.
3220
- Supports all valid CSS `justify-content` values. */
3221
- justifyContent?: GdsGrid['justify-content'];
3222
- /** Style Expression Property that controls the `justify-items` property.
3223
- Supports all valid CSS `justify-items` values. */
3224
- justifyItems?: GdsGrid['justify-items'];
3225
- /** Style Expression Property that controls the `flex-direction` property.
3226
- Supports all valid CSS `flex-direction` values. */
3227
- flexDirection?: GdsGrid['flex-direction'];
3228
- /** Style Expression Property that controls the `flex-wrap` property.
3229
- Supports all valid CSS `flex-wrap` values. */
3230
- flexWrap?: GdsGrid['flex-wrap'];
3231
- /** Style Expression Property that controls the `place-items` property.
3232
- Supports all valid CSS `place-items` values. */
3233
- placeItems?: GdsGrid['place-items'];
3234
- /** Style Expression Property that controls the `place-content` property.
3235
- Supports all valid CSS `place-content` values. */
3236
- placeContent?: GdsGrid['place-content'];
3237
- /** Style Expression Property that controls the `aspect-ratio` property.
3238
- Supports all valid CSS `aspect-ratio` values. */
3239
- aspectRatio?: GdsGrid['aspect-ratio'];
3240
- /** Style Expression Property that controls the `cursor` property.
3241
- Supports all valid CSS `cursor` values. */
3242
- cursor?: GdsGrid['cursor'];
3243
- /** Style Expression Property that controls the `pointer-events` property.
3244
- Supports all valid CSS `pointer-events` values. */
3245
- pointerEvents?: GdsGrid['pointer-events'];
3246
- /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
3247
-
3248
- This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
3249
- run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
3250
- is projected.
3251
-
3252
- Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
3253
- element needs to be measured synchronously after being added to the DOM. */
3254
- syncFirstRender?: GdsGrid['syncFirstRender'];
3255
- ngOnInit(): void;
3256
- ngOnChanges(changes: SimpleChanges): void;
3257
- ngAfterViewInit(): void;
3258
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsGridComponent, never>;
3259
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsGridComponent, "gds-grid", never, { "columns": { "alias": "columns"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "autoColumns": { "alias": "autoColumns"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "blockSize": { "alias": "blockSize"; "required": false; }; "minBlockSize": { "alias": "minBlockSize"; "required": false; }; "maxBlockSize": { "alias": "maxBlockSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingInline": { "alias": "paddingInline"; "required": false; }; "paddingBlock": { "alias": "paddingBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "display": { "alias": "display"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderStyle": { "alias": "borderStyle"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "boxShadow": { "alias": "boxShadow"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "boxSizing": { "alias": "boxSizing"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "font": { "alias": "font"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textWrap": { "alias": "textWrap"; "required": false; }; "overflowWrap": { "alias": "overflowWrap"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "justifyItems": { "alias": "justifyItems"; "required": false; }; "flexDirection": { "alias": "flexDirection"; "required": false; }; "flexWrap": { "alias": "flexWrap"; "required": false; }; "placeItems": { "alias": "placeItems"; "required": false; }; "placeContent": { "alias": "placeContent"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
3260
- static ngAcceptInputType_syncFirstRender: unknown;
3261
- }
3262
-
3263
3263
  /**
3264
3264
  * Angular wrapper for the gds-img web component
3265
3265
  *
@@ -3686,6 +3686,245 @@ declare class GdsLinkComponent implements OnInit, OnChanges, AfterViewInit {
3686
3686
  static ngAcceptInputType_syncFirstRender: unknown;
3687
3687
  }
3688
3688
 
3689
+ /**
3690
+ * Angular wrapper for the gds-list web component
3691
+ * `gds-list` is a container for `gds-list-item` elements, expressing the semantic `list` role.
3692
+
3693
+ It extends `gds-flex` and defaults `flex-direction` to `column`.
3694
+ */
3695
+ declare class GdsListComponent implements OnInit, OnChanges, AfterViewInit {
3696
+ private elementRef;
3697
+ private zone;
3698
+ private cdr;
3699
+ get element(): GdsList;
3700
+ constructor();
3701
+ /** Renders dividers (borders) between list items. Hides the previous border on sibling items when hovering over a navigational item. */
3702
+ dividers?: GdsList['dividers'];
3703
+ /** Style Expression Property that controls the `width` property.
3704
+ Supports space tokens and all valid CSS `width` values. */
3705
+ width?: GdsList['width'];
3706
+ /** Style Expression Property that controls the `min-width` property.
3707
+ Supports space tokens and all valid CSS `min-width` values. */
3708
+ minWidth?: GdsList['min-width'];
3709
+ /** Style Expression Property that controls the `max-width` property.
3710
+ Supports space tokens and all valid CSS `max-width` values. */
3711
+ maxWidth?: GdsList['max-width'];
3712
+ /** Style Expression Property that controls the `inline-size` property.
3713
+ Supports space tokens and all valid CSS `inline-size` values */
3714
+ inlineSize?: GdsList['inline-size'];
3715
+ /** Style Expression Property that controls the `min-inline-size` property.
3716
+ Supports space tokens and all valid CSS `min-inline-size` values. */
3717
+ minInlineSize?: GdsList['min-inline-size'];
3718
+ /** Style Expression Property that controls the `max-inline-size` property.
3719
+ Supports space tokens and all valid CSS `max-inline-size` values. */
3720
+ maxInlineSize?: GdsList['max-inline-size'];
3721
+ /** Style Expression Property that controls the `height` property.
3722
+ Supports space tokens and all valid CSS `height` values. */
3723
+ height?: GdsList['height'];
3724
+ /** Style Expression Property that controls the `min-height` property.
3725
+ Supports space tokens and all valid CSS `min-height` values. */
3726
+ minHeight?: GdsList['min-height'];
3727
+ /** Style Expression Property that controls the `max-height` property.
3728
+ Supports space tokens and all valid CSS `max-height` values. */
3729
+ maxHeight?: GdsList['max-height'];
3730
+ /** Style Expression Property that controls the `block-size` property.
3731
+ Supports space tokens and all valid CSS `block-size` values. */
3732
+ blockSize?: GdsList['block-size'];
3733
+ /** Style Expression Property that controls the `min-block-size` property.
3734
+ Supports space tokens and all valid CSS `min-block-size` values. */
3735
+ minBlockSize?: GdsList['min-block-size'];
3736
+ /** Style Expression Property that controls the `max-block-size` property.
3737
+ Supports space tokens and all valid CSS `max-block-size` values. */
3738
+ maxBlockSize?: GdsList['max-block-size'];
3739
+ /** Style Expression Property that controls the `margin` property.
3740
+ Only accepts space tokens. */
3741
+ margin?: GdsList['margin'];
3742
+ /** Style Expression Property that controls the `margin-inline` property.
3743
+ Only accepts space tokens. */
3744
+ marginInline?: GdsList['margin-inline'];
3745
+ /** Style Expression Property that controls the `margin-block` property.
3746
+ Only accepts space tokens. */
3747
+ marginBlock?: GdsList['margin-block'];
3748
+ /** Style Expression Property that controls the `padding` property.
3749
+ Only accepts space tokens. */
3750
+ padding?: GdsList['padding'];
3751
+ /** Style Expression Property that controls the `padding-inline` property.
3752
+ Only accepts space tokens. */
3753
+ paddingInline?: GdsList['padding-inline'];
3754
+ /** Style Expression Property that controls the `padding-block` property.
3755
+ Only accepts space tokens. */
3756
+ paddingBlock?: GdsList['padding-block'];
3757
+ /** Style Expression Property that controls the `align-self` property.
3758
+ Supports all valid CSS `align-self` values. */
3759
+ alignSelf?: GdsList['align-self'];
3760
+ /** Style Expression Property that controls the `justify-self` property.
3761
+ Supports all valid CSS `justify-self` values. */
3762
+ justifySelf?: GdsList['justify-self'];
3763
+ /** Style Expression Property that controls the `place-self` property.
3764
+ Supports all valid CSS `place-self` values. */
3765
+ placeSelf?: GdsList['place-self'];
3766
+ /** Style Expression Property that controls the `grid-column` property.
3767
+ Supports all valid CSS grid-column values.
3768
+ Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
3769
+ gridColumn?: GdsList['grid-column'];
3770
+ /** Style Expression Property that controls the `grid-row` property.
3771
+ Supports all valid CSS `grid-row` values. */
3772
+ gridRow?: GdsList['grid-row'];
3773
+ /** Style Expression Property that controls the `grid-area` property.
3774
+ Supports all valid CSS `grid-area` values. */
3775
+ gridArea?: GdsList['grid-area'];
3776
+ /** Style Expression Property that controls the `flex` property.
3777
+ Supports all valid CSS `flex` values. */
3778
+ flex?: GdsList['flex'];
3779
+ /** Style Expression Property that controls the `order` property.
3780
+ Supports all valid CSS `order` values. */
3781
+ order?: GdsList['order'];
3782
+ /** Style Expression Property that controls the `position` property.
3783
+ Supports all valid CSS `position` values. */
3784
+ position?: GdsList['position'];
3785
+ /** Style Expression Property that controls the `transform` property.
3786
+ Supports all valid CSS `transform` values. */
3787
+ transform?: GdsList['transform'];
3788
+ /** Style Expression Property that controls the `inset` property.
3789
+ Supports all valid CSS `inset` values. */
3790
+ inset?: GdsList['inset'];
3791
+ /** Controls the display property.
3792
+ Supports all valid CSS display values. */
3793
+ display?: GdsList['display'];
3794
+ /** The level of the container is used to resolve the color tokens from the corresponding level.
3795
+ Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
3796
+
3797
+ Default for `gds-div` is level 2. */
3798
+ level?: GdsList['level'];
3799
+ /** Style Expression Property that controls the `color` property.
3800
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3801
+
3802
+ ```html
3803
+ <gds-div color="neutral-01/0.2"></gds-div>
3804
+ ``` */
3805
+ color?: GdsList['color'];
3806
+ /** Style Expression Property that controls the `background` property.
3807
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3808
+
3809
+ ```html
3810
+ <gds-div background="neutral-01/0.2"></gds-div>
3811
+ ``` */
3812
+ background?: GdsList['background'];
3813
+ /** Style Expression Property that controls the `border` property.
3814
+ Accepts a string of the same format as the CSS border property.
3815
+
3816
+ ```html
3817
+ <gds-div border="4xs solid subtle-01/0.2"></gds-div>
3818
+ ```
3819
+
3820
+ Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. */
3821
+ border?: GdsList['border'];
3822
+ /** Style Expression Property that controls the `border-color` property.
3823
+ Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
3824
+
3825
+ ```html
3826
+ <gds-div border-color="subtle-01/0.2"></gds-div>
3827
+ ``` */
3828
+ borderColor?: GdsList['border-color'];
3829
+ /** Style Expression Property that controls the `border-width` property.
3830
+ Only accepts space tokens. */
3831
+ borderWidth?: GdsList['border-width'];
3832
+ /** Style Expression Property that controls the `border-style` property.
3833
+ Supports all valid CSS `border-style` values. */
3834
+ borderStyle?: GdsList['border-style'];
3835
+ /** Style Expression Property that controls the `border-radius` property.
3836
+ Only accepts space tokens. */
3837
+ borderRadius?: GdsList['border-radius'];
3838
+ /** Style Expression Property for the `box-shadow` property.
3839
+
3840
+ Accepts shadow tokens from the design system.
3841
+
3842
+ `xs`, `s`, `m`, `l`, `xl` */
3843
+ boxShadow?: GdsList['box-shadow'];
3844
+ /** Style Expression Property that controls the `opacity` property.
3845
+ Supports all valid CSS `opacity` values. */
3846
+ opacity?: GdsList['opacity'];
3847
+ /** Style Expression Property that controls the `overflow` property.
3848
+ Supports all valid CSS `overflow` values. */
3849
+ overflow?: GdsList['overflow'];
3850
+ /** Style Expression Property that controls the `box-sizing` property.
3851
+ Supports all valid CSS `box-sizing` values. */
3852
+ boxSizing?: GdsList['box-sizing'];
3853
+ /** Style Expression Property that controls the `z-index` property.
3854
+ Supports all valid CSS `z-index` values. */
3855
+ zIndex?: GdsList['z-index'];
3856
+ /** Style Expression Property that controls the `font` property.
3857
+ Supports all font tokens from the design system. */
3858
+ font?: GdsList['font'];
3859
+ /** Style Expression Property that controls the `font-weight` property.
3860
+ Supports all typography weight tokens from the design system. */
3861
+ fontWeight?: GdsList['font-weight'];
3862
+ /** Style Expression Property that controls the `text-align` property.
3863
+ Supports all valid CSS `text-align` values. */
3864
+ textAlign?: GdsList['text-align'];
3865
+ /** Style Expression Property that controls the `text-wrap` property.
3866
+ Supports all valid CSS `text-wrap` values. */
3867
+ textWrap?: GdsList['text-wrap'];
3868
+ /** Style Expression Property that controls the `overflow-wrap` property.
3869
+ Supports all valid CSS `overflow-wrap` values. */
3870
+ overflowWrap?: GdsList['overflow-wrap'];
3871
+ /** Style Expression Property that controls the `white-space` property.
3872
+ Supports all valid CSS `white-space` values. */
3873
+ whiteSpace?: GdsList['white-space'];
3874
+ /** Style Expression Property that controls the `gap` property.
3875
+ Only accepts space tokens. */
3876
+ gap?: GdsList['gap'];
3877
+ /** Style Expression Property that controls the `align-items` property.
3878
+ Supports all valid CSS `align-items` values. */
3879
+ alignItems?: GdsList['align-items'];
3880
+ /** Style Expression Property that controls the `align-content` property.
3881
+ Supports all valid CSS `align-content` values. */
3882
+ alignContent?: GdsList['align-content'];
3883
+ /** Style Expression Property that controls the `justify-content` property.
3884
+ Supports all valid CSS `justify-content` values. */
3885
+ justifyContent?: GdsList['justify-content'];
3886
+ /** Style Expression Property that controls the `justify-items` property.
3887
+ Supports all valid CSS `justify-items` values. */
3888
+ justifyItems?: GdsList['justify-items'];
3889
+ /** Style Expression Property that controls the `flex-direction` property.
3890
+ Supports all valid CSS `flex-direction` values. */
3891
+ flexDirection?: GdsList['flex-direction'];
3892
+ /** Style Expression Property that controls the `flex-wrap` property.
3893
+ Supports all valid CSS `flex-wrap` values. */
3894
+ flexWrap?: GdsList['flex-wrap'];
3895
+ /** Style Expression Property that controls the `place-items` property.
3896
+ Supports all valid CSS `place-items` values. */
3897
+ placeItems?: GdsList['place-items'];
3898
+ /** Style Expression Property that controls the `place-content` property.
3899
+ Supports all valid CSS `place-content` values. */
3900
+ placeContent?: GdsList['place-content'];
3901
+ /** Style Expression Property that controls the `aspect-ratio` property.
3902
+ Supports all valid CSS `aspect-ratio` values. */
3903
+ aspectRatio?: GdsList['aspect-ratio'];
3904
+ /** Style Expression Property that controls the `cursor` property.
3905
+ Supports all valid CSS `cursor` values. */
3906
+ cursor?: GdsList['cursor'];
3907
+ /** Style Expression Property that controls the `pointer-events` property.
3908
+ Supports all valid CSS `pointer-events` values. */
3909
+ pointerEvents?: GdsList['pointer-events'];
3910
+ /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
3911
+
3912
+ This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
3913
+ run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
3914
+ is projected.
3915
+
3916
+ Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
3917
+ element needs to be measured synchronously after being added to the DOM. */
3918
+ syncFirstRender?: GdsList['syncFirstRender'];
3919
+ ngOnInit(): void;
3920
+ ngOnChanges(changes: SimpleChanges): void;
3921
+ ngAfterViewInit(): void;
3922
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsListComponent, never>;
3923
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsListComponent, "gds-list", never, { "dividers": { "alias": "dividers"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "blockSize": { "alias": "blockSize"; "required": false; }; "minBlockSize": { "alias": "minBlockSize"; "required": false; }; "maxBlockSize": { "alias": "maxBlockSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingInline": { "alias": "paddingInline"; "required": false; }; "paddingBlock": { "alias": "paddingBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "display": { "alias": "display"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderStyle": { "alias": "borderStyle"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "boxShadow": { "alias": "boxShadow"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "boxSizing": { "alias": "boxSizing"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "font": { "alias": "font"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textWrap": { "alias": "textWrap"; "required": false; }; "overflowWrap": { "alias": "overflowWrap"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "justifyItems": { "alias": "justifyItems"; "required": false; }; "flexDirection": { "alias": "flexDirection"; "required": false; }; "flexWrap": { "alias": "flexWrap"; "required": false; }; "placeItems": { "alias": "placeItems"; "required": false; }; "placeContent": { "alias": "placeContent"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
3924
+ static ngAcceptInputType_dividers: unknown;
3925
+ static ngAcceptInputType_syncFirstRender: unknown;
3926
+ }
3927
+
3689
3928
  /**
3690
3929
  * Angular wrapper for the gds-mask web component
3691
3930
  *
@@ -3941,245 +4180,6 @@ declare class GdsMaskComponent implements OnInit, OnChanges, AfterViewInit {
3941
4180
  static ngAcceptInputType_syncFirstRender: unknown;
3942
4181
  }
3943
4182
 
3944
- /**
3945
- * Angular wrapper for the gds-list web component
3946
- * `gds-list` is a container for `gds-list-item` elements, expressing the semantic `list` role.
3947
-
3948
- It extends `gds-flex` and defaults `flex-direction` to `column`.
3949
- */
3950
- declare class GdsListComponent implements OnInit, OnChanges, AfterViewInit {
3951
- private elementRef;
3952
- private zone;
3953
- private cdr;
3954
- get element(): GdsList;
3955
- constructor();
3956
- /** Renders dividers (borders) between list items. Hides the previous border on sibling items when hovering over a navigational item. */
3957
- dividers?: GdsList['dividers'];
3958
- /** Style Expression Property that controls the `width` property.
3959
- Supports space tokens and all valid CSS `width` values. */
3960
- width?: GdsList['width'];
3961
- /** Style Expression Property that controls the `min-width` property.
3962
- Supports space tokens and all valid CSS `min-width` values. */
3963
- minWidth?: GdsList['min-width'];
3964
- /** Style Expression Property that controls the `max-width` property.
3965
- Supports space tokens and all valid CSS `max-width` values. */
3966
- maxWidth?: GdsList['max-width'];
3967
- /** Style Expression Property that controls the `inline-size` property.
3968
- Supports space tokens and all valid CSS `inline-size` values */
3969
- inlineSize?: GdsList['inline-size'];
3970
- /** Style Expression Property that controls the `min-inline-size` property.
3971
- Supports space tokens and all valid CSS `min-inline-size` values. */
3972
- minInlineSize?: GdsList['min-inline-size'];
3973
- /** Style Expression Property that controls the `max-inline-size` property.
3974
- Supports space tokens and all valid CSS `max-inline-size` values. */
3975
- maxInlineSize?: GdsList['max-inline-size'];
3976
- /** Style Expression Property that controls the `height` property.
3977
- Supports space tokens and all valid CSS `height` values. */
3978
- height?: GdsList['height'];
3979
- /** Style Expression Property that controls the `min-height` property.
3980
- Supports space tokens and all valid CSS `min-height` values. */
3981
- minHeight?: GdsList['min-height'];
3982
- /** Style Expression Property that controls the `max-height` property.
3983
- Supports space tokens and all valid CSS `max-height` values. */
3984
- maxHeight?: GdsList['max-height'];
3985
- /** Style Expression Property that controls the `block-size` property.
3986
- Supports space tokens and all valid CSS `block-size` values. */
3987
- blockSize?: GdsList['block-size'];
3988
- /** Style Expression Property that controls the `min-block-size` property.
3989
- Supports space tokens and all valid CSS `min-block-size` values. */
3990
- minBlockSize?: GdsList['min-block-size'];
3991
- /** Style Expression Property that controls the `max-block-size` property.
3992
- Supports space tokens and all valid CSS `max-block-size` values. */
3993
- maxBlockSize?: GdsList['max-block-size'];
3994
- /** Style Expression Property that controls the `margin` property.
3995
- Only accepts space tokens. */
3996
- margin?: GdsList['margin'];
3997
- /** Style Expression Property that controls the `margin-inline` property.
3998
- Only accepts space tokens. */
3999
- marginInline?: GdsList['margin-inline'];
4000
- /** Style Expression Property that controls the `margin-block` property.
4001
- Only accepts space tokens. */
4002
- marginBlock?: GdsList['margin-block'];
4003
- /** Style Expression Property that controls the `padding` property.
4004
- Only accepts space tokens. */
4005
- padding?: GdsList['padding'];
4006
- /** Style Expression Property that controls the `padding-inline` property.
4007
- Only accepts space tokens. */
4008
- paddingInline?: GdsList['padding-inline'];
4009
- /** Style Expression Property that controls the `padding-block` property.
4010
- Only accepts space tokens. */
4011
- paddingBlock?: GdsList['padding-block'];
4012
- /** Style Expression Property that controls the `align-self` property.
4013
- Supports all valid CSS `align-self` values. */
4014
- alignSelf?: GdsList['align-self'];
4015
- /** Style Expression Property that controls the `justify-self` property.
4016
- Supports all valid CSS `justify-self` values. */
4017
- justifySelf?: GdsList['justify-self'];
4018
- /** Style Expression Property that controls the `place-self` property.
4019
- Supports all valid CSS `place-self` values. */
4020
- placeSelf?: GdsList['place-self'];
4021
- /** Style Expression Property that controls the `grid-column` property.
4022
- Supports all valid CSS grid-column values.
4023
- Documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-column */
4024
- gridColumn?: GdsList['grid-column'];
4025
- /** Style Expression Property that controls the `grid-row` property.
4026
- Supports all valid CSS `grid-row` values. */
4027
- gridRow?: GdsList['grid-row'];
4028
- /** Style Expression Property that controls the `grid-area` property.
4029
- Supports all valid CSS `grid-area` values. */
4030
- gridArea?: GdsList['grid-area'];
4031
- /** Style Expression Property that controls the `flex` property.
4032
- Supports all valid CSS `flex` values. */
4033
- flex?: GdsList['flex'];
4034
- /** Style Expression Property that controls the `order` property.
4035
- Supports all valid CSS `order` values. */
4036
- order?: GdsList['order'];
4037
- /** Style Expression Property that controls the `position` property.
4038
- Supports all valid CSS `position` values. */
4039
- position?: GdsList['position'];
4040
- /** Style Expression Property that controls the `transform` property.
4041
- Supports all valid CSS `transform` values. */
4042
- transform?: GdsList['transform'];
4043
- /** Style Expression Property that controls the `inset` property.
4044
- Supports all valid CSS `inset` values. */
4045
- inset?: GdsList['inset'];
4046
- /** Controls the display property.
4047
- Supports all valid CSS display values. */
4048
- display?: GdsList['display'];
4049
- /** The level of the container is used to resolve the color tokens from the corresponding level.
4050
- Check the [Color System documentation page](./?path=/docs/style-colors--docs) for more information.
4051
-
4052
- Default for `gds-div` is level 2. */
4053
- level?: GdsList['level'];
4054
- /** Style Expression Property that controls the `color` property.
4055
- Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
4056
-
4057
- ```html
4058
- <gds-div color="neutral-01/0.2"></gds-div>
4059
- ``` */
4060
- color?: GdsList['color'];
4061
- /** Style Expression Property that controls the `background` property.
4062
- Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
4063
-
4064
- ```html
4065
- <gds-div background="neutral-01/0.2"></gds-div>
4066
- ``` */
4067
- background?: GdsList['background'];
4068
- /** Style Expression Property that controls the `border` property.
4069
- Accepts a string of the same format as the CSS border property.
4070
-
4071
- ```html
4072
- <gds-div border="4xs solid subtle-01/0.2"></gds-div>
4073
- ```
4074
-
4075
- Where the size value accepts space tokens and the color value accepts color tokens and an optional transparency value. */
4076
- border?: GdsList['border'];
4077
- /** Style Expression Property that controls the `border-color` property.
4078
- Only accepts color tokens and an optional transparency value, in the format tokenName/transparency.
4079
-
4080
- ```html
4081
- <gds-div border-color="subtle-01/0.2"></gds-div>
4082
- ``` */
4083
- borderColor?: GdsList['border-color'];
4084
- /** Style Expression Property that controls the `border-width` property.
4085
- Only accepts space tokens. */
4086
- borderWidth?: GdsList['border-width'];
4087
- /** Style Expression Property that controls the `border-style` property.
4088
- Supports all valid CSS `border-style` values. */
4089
- borderStyle?: GdsList['border-style'];
4090
- /** Style Expression Property that controls the `border-radius` property.
4091
- Only accepts space tokens. */
4092
- borderRadius?: GdsList['border-radius'];
4093
- /** Style Expression Property for the `box-shadow` property.
4094
-
4095
- Accepts shadow tokens from the design system.
4096
-
4097
- `xs`, `s`, `m`, `l`, `xl` */
4098
- boxShadow?: GdsList['box-shadow'];
4099
- /** Style Expression Property that controls the `opacity` property.
4100
- Supports all valid CSS `opacity` values. */
4101
- opacity?: GdsList['opacity'];
4102
- /** Style Expression Property that controls the `overflow` property.
4103
- Supports all valid CSS `overflow` values. */
4104
- overflow?: GdsList['overflow'];
4105
- /** Style Expression Property that controls the `box-sizing` property.
4106
- Supports all valid CSS `box-sizing` values. */
4107
- boxSizing?: GdsList['box-sizing'];
4108
- /** Style Expression Property that controls the `z-index` property.
4109
- Supports all valid CSS `z-index` values. */
4110
- zIndex?: GdsList['z-index'];
4111
- /** Style Expression Property that controls the `font` property.
4112
- Supports all font tokens from the design system. */
4113
- font?: GdsList['font'];
4114
- /** Style Expression Property that controls the `font-weight` property.
4115
- Supports all typography weight tokens from the design system. */
4116
- fontWeight?: GdsList['font-weight'];
4117
- /** Style Expression Property that controls the `text-align` property.
4118
- Supports all valid CSS `text-align` values. */
4119
- textAlign?: GdsList['text-align'];
4120
- /** Style Expression Property that controls the `text-wrap` property.
4121
- Supports all valid CSS `text-wrap` values. */
4122
- textWrap?: GdsList['text-wrap'];
4123
- /** Style Expression Property that controls the `overflow-wrap` property.
4124
- Supports all valid CSS `overflow-wrap` values. */
4125
- overflowWrap?: GdsList['overflow-wrap'];
4126
- /** Style Expression Property that controls the `white-space` property.
4127
- Supports all valid CSS `white-space` values. */
4128
- whiteSpace?: GdsList['white-space'];
4129
- /** Style Expression Property that controls the `gap` property.
4130
- Only accepts space tokens. */
4131
- gap?: GdsList['gap'];
4132
- /** Style Expression Property that controls the `align-items` property.
4133
- Supports all valid CSS `align-items` values. */
4134
- alignItems?: GdsList['align-items'];
4135
- /** Style Expression Property that controls the `align-content` property.
4136
- Supports all valid CSS `align-content` values. */
4137
- alignContent?: GdsList['align-content'];
4138
- /** Style Expression Property that controls the `justify-content` property.
4139
- Supports all valid CSS `justify-content` values. */
4140
- justifyContent?: GdsList['justify-content'];
4141
- /** Style Expression Property that controls the `justify-items` property.
4142
- Supports all valid CSS `justify-items` values. */
4143
- justifyItems?: GdsList['justify-items'];
4144
- /** Style Expression Property that controls the `flex-direction` property.
4145
- Supports all valid CSS `flex-direction` values. */
4146
- flexDirection?: GdsList['flex-direction'];
4147
- /** Style Expression Property that controls the `flex-wrap` property.
4148
- Supports all valid CSS `flex-wrap` values. */
4149
- flexWrap?: GdsList['flex-wrap'];
4150
- /** Style Expression Property that controls the `place-items` property.
4151
- Supports all valid CSS `place-items` values. */
4152
- placeItems?: GdsList['place-items'];
4153
- /** Style Expression Property that controls the `place-content` property.
4154
- Supports all valid CSS `place-content` values. */
4155
- placeContent?: GdsList['place-content'];
4156
- /** Style Expression Property that controls the `aspect-ratio` property.
4157
- Supports all valid CSS `aspect-ratio` values. */
4158
- aspectRatio?: GdsList['aspect-ratio'];
4159
- /** Style Expression Property that controls the `cursor` property.
4160
- Supports all valid CSS `cursor` values. */
4161
- cursor?: GdsList['cursor'];
4162
- /** Style Expression Property that controls the `pointer-events` property.
4163
- Supports all valid CSS `pointer-events` values. */
4164
- pointerEvents?: GdsList['pointer-events'];
4165
- /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
4166
-
4167
- This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
4168
- run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
4169
- is projected.
4170
-
4171
- Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
4172
- element needs to be measured synchronously after being added to the DOM. */
4173
- syncFirstRender?: GdsList['syncFirstRender'];
4174
- ngOnInit(): void;
4175
- ngOnChanges(changes: SimpleChanges): void;
4176
- ngAfterViewInit(): void;
4177
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsListComponent, never>;
4178
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsListComponent, "gds-list", never, { "dividers": { "alias": "dividers"; "required": false; }; "width": { "alias": "width"; "required": false; }; "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "inlineSize": { "alias": "inlineSize"; "required": false; }; "minInlineSize": { "alias": "minInlineSize"; "required": false; }; "maxInlineSize": { "alias": "maxInlineSize"; "required": false; }; "height": { "alias": "height"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; "blockSize": { "alias": "blockSize"; "required": false; }; "minBlockSize": { "alias": "minBlockSize"; "required": false; }; "maxBlockSize": { "alias": "maxBlockSize"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "marginInline": { "alias": "marginInline"; "required": false; }; "marginBlock": { "alias": "marginBlock"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "paddingInline": { "alias": "paddingInline"; "required": false; }; "paddingBlock": { "alias": "paddingBlock"; "required": false; }; "alignSelf": { "alias": "alignSelf"; "required": false; }; "justifySelf": { "alias": "justifySelf"; "required": false; }; "placeSelf": { "alias": "placeSelf"; "required": false; }; "gridColumn": { "alias": "gridColumn"; "required": false; }; "gridRow": { "alias": "gridRow"; "required": false; }; "gridArea": { "alias": "gridArea"; "required": false; }; "flex": { "alias": "flex"; "required": false; }; "order": { "alias": "order"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transform": { "alias": "transform"; "required": false; }; "inset": { "alias": "inset"; "required": false; }; "display": { "alias": "display"; "required": false; }; "level": { "alias": "level"; "required": false; }; "color": { "alias": "color"; "required": false; }; "background": { "alias": "background"; "required": false; }; "border": { "alias": "border"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "borderStyle": { "alias": "borderStyle"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "boxShadow": { "alias": "boxShadow"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "boxSizing": { "alias": "boxSizing"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "font": { "alias": "font"; "required": false; }; "fontWeight": { "alias": "fontWeight"; "required": false; }; "textAlign": { "alias": "textAlign"; "required": false; }; "textWrap": { "alias": "textWrap"; "required": false; }; "overflowWrap": { "alias": "overflowWrap"; "required": false; }; "whiteSpace": { "alias": "whiteSpace"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "alignItems": { "alias": "alignItems"; "required": false; }; "alignContent": { "alias": "alignContent"; "required": false; }; "justifyContent": { "alias": "justifyContent"; "required": false; }; "justifyItems": { "alias": "justifyItems"; "required": false; }; "flexDirection": { "alias": "flexDirection"; "required": false; }; "flexWrap": { "alias": "flexWrap"; "required": false; }; "placeItems": { "alias": "placeItems"; "required": false; }; "placeContent": { "alias": "placeContent"; "required": false; }; "aspectRatio": { "alias": "aspectRatio"; "required": false; }; "cursor": { "alias": "cursor"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
4179
- static ngAcceptInputType_dividers: unknown;
4180
- static ngAcceptInputType_syncFirstRender: unknown;
4181
- }
4182
-
4183
4183
  /**
4184
4184
  * Angular wrapper for the gds-menu-button web component
4185
4185
  *
@@ -6200,6 +6200,65 @@ declare class GdsListItemPattern01Component implements OnInit, OnChanges, AfterV
6200
6200
  static ngAcceptInputType_syncFirstRender: unknown;
6201
6201
  }
6202
6202
 
6203
+ /**
6204
+ * Angular wrapper for the gds-breadcrumb web component
6205
+ *
6206
+ */
6207
+ declare class GdsBreadcrumbComponent implements OnInit, OnChanges, AfterViewInit {
6208
+ private elementRef;
6209
+ private zone;
6210
+ private cdr;
6211
+ private renderer;
6212
+ private router;
6213
+ private locationStrategy;
6214
+ private destroyRef;
6215
+ private routerLink;
6216
+ private routerLinkActive;
6217
+ get element(): GdsBreadcrumb;
6218
+ constructor();
6219
+ /** The URL that the breadcrumb item points to. */
6220
+ href?: GdsBreadcrumb['href'];
6221
+ /** Where to display the linked breadcrumb URL. Only used when href is present. */
6222
+ target?: GdsBreadcrumb['target'];
6223
+ /** The relationship of the linked breadcrumb URL. Defaults to "noreferrer noopener" when target is "_blank". */
6224
+ rel?: GdsBreadcrumb['rel'];
6225
+ /** Accessible label for the breadcrumb item. Use when visual text needs a different description. */
6226
+ label?: GdsBreadcrumb['label'];
6227
+ /** When true, the breadcrumb item will render as an overflow menu instead of a regular link. */
6228
+ overflow?: GdsBreadcrumb['overflow'];
6229
+ /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
6230
+
6231
+ This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
6232
+ run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
6233
+ is projected.
6234
+
6235
+ Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
6236
+ element needs to be measured synchronously after being added to the DOM. */
6237
+ syncFirstRender?: GdsBreadcrumb['syncFirstRender'];
6238
+ /**
6239
+ * Prevent the browser from following the href when RouterLink handles
6240
+ * navigation. RouterLink calls Router.navigateByUrl() for all elements,
6241
+ * but only calls preventDefault() for native <a> tags. For custom
6242
+ * elements we must do it ourselves, respecting modifier-key and
6243
+ * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
6244
+ * still open a new tab.
6245
+ * @internal
6246
+ */
6247
+ private preventNativeNavigation;
6248
+ /**
6249
+ * Updates the href attribute from RouterLink using only public Angular APIs.
6250
+ * @internal
6251
+ */
6252
+ private updateHref;
6253
+ ngOnInit(): void;
6254
+ ngOnChanges(changes: SimpleChanges): void;
6255
+ ngAfterViewInit(): void;
6256
+ static ɵfac: i0.ɵɵFactoryDeclaration<GdsBreadcrumbComponent, never>;
6257
+ static ɵcmp: i0.ɵɵComponentDeclaration<GdsBreadcrumbComponent, "gds-breadcrumb", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
6258
+ static ngAcceptInputType_overflow: unknown;
6259
+ static ngAcceptInputType_syncFirstRender: unknown;
6260
+ }
6261
+
6203
6262
  /**
6204
6263
  * Angular wrapper for the gds-avatar-group web component
6205
6264
  * `gds-avatar-group` stacks multiple avatars with an overlapping ring cutout effect.
@@ -6265,65 +6324,6 @@ declare class GdsAvatarGroupComponent implements OnInit, OnChanges, AfterViewIni
6265
6324
  static ngAcceptInputType_syncFirstRender: unknown;
6266
6325
  }
6267
6326
 
6268
- /**
6269
- * Angular wrapper for the gds-breadcrumb web component
6270
- *
6271
- */
6272
- declare class GdsBreadcrumbComponent implements OnInit, OnChanges, AfterViewInit {
6273
- private elementRef;
6274
- private zone;
6275
- private cdr;
6276
- private renderer;
6277
- private router;
6278
- private locationStrategy;
6279
- private destroyRef;
6280
- private routerLink;
6281
- private routerLinkActive;
6282
- get element(): GdsBreadcrumb;
6283
- constructor();
6284
- /** The URL that the breadcrumb item points to. */
6285
- href?: GdsBreadcrumb['href'];
6286
- /** Where to display the linked breadcrumb URL. Only used when href is present. */
6287
- target?: GdsBreadcrumb['target'];
6288
- /** The relationship of the linked breadcrumb URL. Defaults to "noreferrer noopener" when target is "_blank". */
6289
- rel?: GdsBreadcrumb['rel'];
6290
- /** Accessible label for the breadcrumb item. Use when visual text needs a different description. */
6291
- label?: GdsBreadcrumb['label'];
6292
- /** When true, the breadcrumb item will render as an overflow menu instead of a regular link. */
6293
- overflow?: GdsBreadcrumb['overflow'];
6294
- /** Force the element to perform a synchronous first render and apply style expression properties in `connectedCallback`.
6295
-
6296
- This guarantees that the child DOM always remains projected in DOM, since the element will attach the shadowRoot and
6297
- run the first render pass in the same event loop cycle, and that declarative layout will be applied once slotted DOM
6298
- is projected.
6299
-
6300
- Note: This will cause the first render pass to be blocking. Use sparingly and only when necessary, such as when the
6301
- element needs to be measured synchronously after being added to the DOM. */
6302
- syncFirstRender?: GdsBreadcrumb['syncFirstRender'];
6303
- /**
6304
- * Prevent the browser from following the href when RouterLink handles
6305
- * navigation. RouterLink calls Router.navigateByUrl() for all elements,
6306
- * but only calls preventDefault() for native <a> tags. For custom
6307
- * elements we must do it ourselves, respecting modifier-key and
6308
- * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
6309
- * still open a new tab.
6310
- * @internal
6311
- */
6312
- private preventNativeNavigation;
6313
- /**
6314
- * Updates the href attribute from RouterLink using only public Angular APIs.
6315
- * @internal
6316
- */
6317
- private updateHref;
6318
- ngOnInit(): void;
6319
- ngOnChanges(changes: SimpleChanges): void;
6320
- ngAfterViewInit(): void;
6321
- static ɵfac: i0.ɵɵFactoryDeclaration<GdsBreadcrumbComponent, never>;
6322
- static ɵcmp: i0.ɵɵComponentDeclaration<GdsBreadcrumbComponent, "gds-breadcrumb", never, { "href": { "alias": "href"; "required": false; }; "target": { "alias": "target"; "required": false; }; "rel": { "alias": "rel"; "required": false; }; "label": { "alias": "label"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; "syncFirstRender": { "alias": "syncFirstRender"; "required": false; }; }, {}, never, ["*"], true, never>;
6323
- static ngAcceptInputType_overflow: unknown;
6324
- static ngAcceptInputType_syncFirstRender: unknown;
6325
- }
6326
-
6327
6327
  /**
6328
6328
  * Angular wrapper for the gds-checkbox-group web component
6329
6329
  *
@@ -35474,7 +35474,7 @@ declare class GdsOptionComponent implements OnInit, OnChanges, AfterViewInit {
35474
35474
  */
35475
35475
  declare class GreenCoreNgModule {
35476
35476
  static ɵfac: i0.ɵɵFactoryDeclaration<GreenCoreNgModule, never>;
35477
- static ɵmod: i0.ɵɵNgModuleDeclaration<GreenCoreNgModule, never, [typeof GdsAlertComponent, typeof GdsBadgeComponent, typeof GdsAvatarComponent, typeof GdsBreadcrumbsComponent, typeof GdsButtonComponent, typeof GdsBlurComponent, typeof GdsCalendarComponent, typeof GdsCardComponent, typeof GdsCardLinkedComponent, typeof GdsCheckboxComponent, typeof GdsCoachmarkComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGroupedListComponent, typeof GdsGridComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsMaskComponent, typeof GdsListComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsSwitchComponent, typeof GdsTableComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsAvatarGroupComponent, typeof GdsBreadcrumbComponent, typeof GdsCheckboxGroupComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsFormattedNumberComponent, typeof GdsListItemComponent, typeof GdsRadioGroupComponent, typeof GdsSegmentComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent], [typeof GdsAlertComponent, typeof GdsBadgeComponent, typeof GdsAvatarComponent, typeof GdsBreadcrumbsComponent, typeof GdsButtonComponent, typeof GdsBlurComponent, typeof GdsCalendarComponent, typeof GdsCardComponent, typeof GdsCardLinkedComponent, typeof GdsCheckboxComponent, typeof GdsCoachmarkComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGroupedListComponent, typeof GdsGridComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsMaskComponent, typeof GdsListComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsSwitchComponent, typeof GdsTableComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsAvatarGroupComponent, typeof GdsBreadcrumbComponent, typeof GdsCheckboxGroupComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsFormattedNumberComponent, typeof GdsListItemComponent, typeof GdsRadioGroupComponent, typeof GdsSegmentComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent]>;
35477
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GreenCoreNgModule, never, [typeof GdsAlertComponent, typeof GdsAvatarComponent, typeof GdsBadgeComponent, typeof GdsBlurComponent, typeof GdsBreadcrumbsComponent, typeof GdsButtonComponent, typeof GdsCalendarComponent, typeof GdsCardComponent, typeof GdsCardLinkedComponent, typeof GdsCoachmarkComponent, typeof GdsCheckboxComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGridComponent, typeof GdsGroupedListComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsListComponent, typeof GdsMaskComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsSwitchComponent, typeof GdsTableComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsBreadcrumbComponent, typeof GdsAvatarGroupComponent, typeof GdsCheckboxGroupComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsFormattedNumberComponent, typeof GdsListItemComponent, typeof GdsRadioGroupComponent, typeof GdsSegmentComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent], [typeof GdsAlertComponent, typeof GdsAvatarComponent, typeof GdsBadgeComponent, typeof GdsBlurComponent, typeof GdsBreadcrumbsComponent, typeof GdsButtonComponent, typeof GdsCalendarComponent, typeof GdsCardComponent, typeof GdsCardLinkedComponent, typeof GdsCoachmarkComponent, typeof GdsCheckboxComponent, typeof GdsContextMenuComponent, typeof GdsDatepickerComponent, typeof GdsDetailsComponent, typeof GdsDialogComponent, typeof GdsDivComponent, typeof GdsDividerComponent, typeof GdsDropdownComponent, typeof GdsFabComponent, typeof GdsFilterChipsComponent, typeof GdsFlexComponent, typeof GdsFormSummaryComponent, typeof GdsGridComponent, typeof GdsGroupedListComponent, typeof GdsImgComponent, typeof GdsInputComponent, typeof GdsLinkComponent, typeof GdsListComponent, typeof GdsMaskComponent, typeof GdsMenuButtonComponent, typeof GdsPaginationComponent, typeof GdsBackdropComponent, typeof GdsPopoverComponent, typeof GdsRadioComponent, typeof GdsRichTextComponent, typeof GdsSegmentedControlComponent, typeof GdsSelectComponent, typeof GdsSignalComponent, typeof GdsSpinnerComponent, typeof GdsSwitchComponent, typeof GdsTableComponent, typeof GdsTabsComponent, typeof GdsTextComponent, typeof GdsTextareaComponent, typeof GdsThemeComponent, typeof GdsVideoComponent, typeof GdsCardPattern01Component, typeof GdsListItemPattern01Component, typeof GdsBreadcrumbComponent, typeof GdsAvatarGroupComponent, typeof GdsCheckboxGroupComponent, typeof GdsIconDetailsComponent, typeof GdsFilterChipComponent, typeof GdsFormattedAccountComponent, typeof GdsFormattedDateComponent, typeof GdsFormattedNumberComponent, typeof GdsListItemComponent, typeof GdsRadioGroupComponent, typeof GdsSegmentComponent, typeof GdsSensitiveAccountComponent, typeof GdsSensitiveDateComponent, typeof GdsSensitiveNumberComponent, typeof GdsTabComponent, typeof GdsTabPanelComponent, typeof IconAiComponent, typeof IconAirplaneUpComponent, typeof IconArchiveComponent, typeof IconArrowBottomTopComponent, typeof IconArrowBoxLeftAltComponent, typeof IconArrowBoxLeftComponent, typeof IconArrowBoxRightComponent, typeof IconArrowDownComponent, typeof IconArrowInboxComponent, typeof IconArrowLeftRightComponent, typeof IconArrowLeftComponent, typeof IconArrowOutOfBoxComponent, typeof IconArrowRightCircleComponent, typeof IconArrowRightDownCircleComponent, typeof IconArrowRightUpCircleComponent, typeof IconArrowRightComponent, typeof IconArrowRotateClockwiseComponent, typeof IconArrowRotateCounterClockwiseComponent, typeof IconArrowRotateLeftRightComponent, typeof IconArrowRotateRightLeftComponent, typeof IconArrowShareLeftComponent, typeof IconArrowShareRightComponent, typeof IconArrowSplitComponent, typeof IconArrowUpComponent, typeof IconArrowWallDownComponent, typeof IconArrowWallLeftComponent, typeof IconArrowWallRightComponent, typeof IconArrowWallUpComponent, typeof IconArrowComponent, typeof IconArrowsRepeatRightComponent, typeof IconAsteriskComponent, typeof IconAtComponent, typeof IconBackComponent, typeof IconBackwardComponent, typeof IconBagComponent, typeof IconBankComponent, typeof IconBanknote2Component, typeof IconBanknoteComponent, typeof IconBarcodeComponent, typeof IconBarsThreeComponent, typeof IconBarsTwoComponent, typeof IconBasketComponent, typeof IconBatteryLoadingComponent, typeof IconBellComponent, typeof IconBlockComponent, typeof IconBookComponent, typeof IconBookmarkCheckComponent, typeof IconBookmarkDeleteComponent, typeof IconBookmarkPlusComponent, typeof IconBookmarkRemoveComponent, typeof IconBookmarkComponent, typeof IconBooksComponent, typeof IconBrandAppStoreComponent, typeof IconBrandAppleMusicComponent, typeof IconBrandBankidComponent, typeof IconBrandChromeComponent, typeof IconBrandFacebookComponent, typeof IconBrandFigmaComponent, typeof IconBrandFirefoxComponent, typeof IconBrandGithubComponent, typeof IconBrandGreenComponent, typeof IconBrandInstagramComponent, typeof IconBrandLinkedinComponent, typeof IconBrandPlayStoreComponent, typeof IconBrandRssFeedComponent, typeof IconBrandSebComponent, typeof IconBrandSpotifyComponent, typeof IconBrandStorybookComponent, typeof IconBrandSwishWordComponent, typeof IconBrandXComponent, typeof IconBrushComponent, typeof IconBubbleAnnotationComponent, typeof IconBubblesComponent, typeof IconBuildingsComponent, typeof IconBulletListComponent, typeof IconCalculatorComponent, typeof IconCalendarCheckComponent, typeof IconCalendarRepeatComponent, typeof IconCalendarComponent, typeof IconCalenderAddComponent, typeof IconCallComponent, typeof IconCarComponent, typeof IconCarusselComponent, typeof IconChainLinkBrokenComponent, typeof IconChainLinkComponent, typeof IconChartTwoComponent, typeof IconChecklistComponent, typeof IconCheckmarkComponent, typeof IconChevronBottomComponent, typeof IconChevronDoubleDownComponent, typeof IconChevronDoubleLeftComponent, typeof IconChevronDoubleRightComponent, typeof IconChevronDoubleUpComponent, typeof IconChevronDownSmallComponent, typeof IconChevronGrabberVerticalReversedComponent, typeof IconChevronGrabberVerticalComponent, typeof IconChevronLeftSmallComponent, typeof IconChevronLeftComponent, typeof IconChevronRightSmallComponent, typeof IconChevronRightComponent, typeof IconChevronTopSmallComponent, typeof IconChevronTopComponent, typeof IconCircleBanComponent, typeof IconCircleCheckComponent, typeof IconCircleDotsComponent, typeof IconCircleInfoComponent, typeof IconCircleMinusComponent, typeof IconCirclePlaceholderOnComponent, typeof IconCirclePlusComponent, typeof IconCircleQuestionmarkComponent, typeof IconCircleXComponent, typeof IconCirclesThreeComponent, typeof IconClockComponent, typeof IconCloudDownloadComponent, typeof IconCloudUploadComponent, typeof IconCloudySunComponent, typeof IconCodeBracketsComponent, typeof IconCodeComponent, typeof IconCompassRoundComponent, typeof IconCookiesComponent, typeof IconCopyComponent, typeof IconCreditCardAddComponent, typeof IconCreditCardComponent, typeof IconCrossLargeComponent, typeof IconCrossSmallComponent, typeof IconCupHotComponent, typeof IconCursorComponent, typeof IconDevicesComponent, typeof IconDirectionComponent, typeof IconDollarComponent, typeof IconDotGridOneHorizontalComponent, typeof IconDotGridOneVerticalComponent, typeof IconDotGridThreeComponent, typeof IconDotGridTwoComponent, typeof IconEmailComponent, typeof IconEmojiAngryComponent, typeof IconEmojiNeutralComponent, typeof IconEmojiSadComponent, typeof IconEmojiSmileComponent, typeof IconEmojiSmileyComponent, typeof IconEuroComponent, typeof IconExpandComponent, typeof IconEyeOpenComponent, typeof IconEyeSlashComponent, typeof IconFashionComponent, typeof IconFastForwardComponent, typeof IconFileBendComponent, typeof IconFileChartComponent, typeof IconFileTextComponent, typeof IconFilesComponent, typeof IconFilterComponent, typeof IconFlagComponent, typeof IconFloppyDiskComponent, typeof IconFocusComponent, typeof IconFolderAddRightComponent, typeof IconFolderComponent, typeof IconFullscreenComponent, typeof IconGiftComponent, typeof IconGlobusComponent, typeof IconGraduateCapComponent, typeof IconGreenPowerComponent, typeof IconGroupComponent, typeof IconGrowthComponent, typeof IconHeadphonesComponent, typeof IconHeartBeatComponent, typeof IconHeartComponent, typeof IconHistoryComponent, typeof IconHomeEnergyOneComponent, typeof IconHomeEnergyTwoComponent, typeof IconHomeOpenComponent, typeof IconHomeRoofComponent, typeof IconHorizontalAlignmentBottomComponent, typeof IconHourglassComponent, typeof IconImagesComponent, typeof IconInboxEmptyComponent, typeof IconIndustryComponent, typeof IconJpgComponent, typeof IconKeyComponent, typeof IconKnifeSpoonComponent, typeof IconLabComponent, typeof IconLawComponent, typeof IconLeisureComponent, typeof IconLightBulbSimpleComponent, typeof IconLightningComponent, typeof IconLineChartFourComponent, typeof IconLineChartOneComponent, typeof IconLineChartThreeComponent, typeof IconLineChartTwoComponent, typeof IconLockComponent, typeof IconMacbookAirComponent, typeof IconMagnifyingGlassComponent, typeof IconMapPinComponent, typeof IconMegaphoneComponent, typeof IconMenuSidebarComponent, typeof IconMicOffComponent, typeof IconMicOnComponent, typeof IconMinimizeComponent, typeof IconMinusLargeComponent, typeof IconMinusSmallComponent, typeof IconMoneyHandComponent, typeof IconMoneybagComponent, typeof IconMoonComponent, typeof IconMuteComponent, typeof IconNewspaperComponent, typeof IconOfficeComponent, typeof IconPageAddComponent, typeof IconPaperPlaneTopRightComponent, typeof IconPaperclipComponent, typeof IconPauseComponent, typeof IconPdfComponent, typeof IconPencilSignComponent, typeof IconPencilSparkleComponent, typeof IconPencilWaveComponent, typeof IconPensionComponent, typeof IconPeopleA11yComponent, typeof IconPeopleAddComponent, typeof IconPeopleAddedComponent, typeof IconPeopleCircleComponent, typeof IconPeopleCopyComponent, typeof IconPeopleProfileComponent, typeof IconPeopleRemoveComponent, typeof IconPeopleComponent, typeof IconPercentComponent, typeof IconPhoneComponent, typeof IconPieChartComponent, typeof IconPiggyBankComponent, typeof IconPinComponent, typeof IconPinchComponent, typeof IconPlayCircleComponent, typeof IconPlayComponent, typeof IconPlusLargeComponent, typeof IconPlusSmallComponent, typeof IconPngComponent, typeof IconPoopComponent, typeof IconPostcardComponent, typeof IconPoundComponent, typeof IconPowerPlantComponent, typeof IconPowerComponent, typeof IconPrinterComponent, typeof IconPushComponent, typeof IconQrCodeComponent, typeof IconRainyComponent, typeof IconRaisingHandComponent, typeof IconReadingListComponent, typeof IconReceiptBillComponent, typeof IconReceiptionBellComponent, typeof IconRecordComponent, typeof IconRefundComponent, typeof IconRobotComponent, typeof IconRocketComponent, typeof IconRunShortcutComponent, typeof IconSafariComponent, typeof IconSchoolComponent, typeof IconScissorsComponent, typeof IconSearchMenuComponent, typeof IconSettingsGearComponent, typeof IconSettingsSliderHorComponent, typeof IconSettingsSliderVerComponent, typeof IconShapesComponent, typeof IconShareComponent, typeof IconShieldCheckedComponent, typeof IconShieldCrossedComponent, typeof IconShieldComponent, typeof IconShoppingBagComponent, typeof IconSignatureComponent, typeof IconSmartwatchComponent, typeof IconSolarComponent, typeof IconSortAscendingComponent, typeof IconSortDescendingComponent, typeof IconSortDownComponent, typeof IconSortUpComponent, typeof IconSortComponent, typeof IconSquareArrowTopRightComponent, typeof IconSquareBehindSquareComponent, typeof IconSquareGridCircleComponent, typeof IconSquarePlaceholderComponent, typeof IconStarComponent, typeof IconStoreComponent, typeof IconSunComponent, typeof IconSunsetArrowDownComponent, typeof IconTagComponent, typeof IconTargetArrowComponent, typeof IconTelevisionComponent, typeof IconTennisComponent, typeof IconTextEditComponent, typeof IconThermostatComponent, typeof IconThumbsDownComponent, typeof IconThumbsUpComponent, typeof IconTicketComponent, typeof IconTradingViewCandlesComponent, typeof IconTrashCanComponent, typeof IconTreeComponent, typeof IconTrendingFiveComponent, typeof IconTrendingFourComponent, typeof IconTrendingOneComponent, typeof IconTrendingThreeComponent, typeof IconTrendingTwoComponent, typeof IconTriangleExclamationComponent, typeof IconTruckComponent, typeof IconUmbrellaSecurityComponent, typeof IconUnlockedComponent, typeof IconVolumeFullComponent, typeof IconVolumeHalfComponent, typeof IconVolumeOffComponent, typeof IconWalletComponent, typeof IconWarningSignComponent, typeof IconWifiFullComponent, typeof IconYoutubeComponent, typeof IconZapComponent, typeof IconZoomInComponent, typeof IconZoomOutComponent, typeof GdsMenuItemComponent, typeof GdsMenuHeadingComponent, typeof GdsOptionComponent]>;
35478
35478
  static ɵinj: i0.ɵɵInjectorDeclaration<GreenCoreNgModule>;
35479
35479
  }
35480
35480