@sebgroup/green-core-ng 3.1.0 → 3.4.0

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.
@@ -3,14 +3,14 @@ import * as i0 from '@angular/core';
3
3
  import { inject, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, booleanAttribute, Output, Input, ChangeDetectionStrategy, Component, Renderer2, Injector, Directive, DestroyRef, forwardRef, NgModule, InjectionToken, ViewContainerRef, TemplateRef, Injectable, RendererFactory2 } from '@angular/core';
4
4
  import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
5
5
  import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
6
- import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
7
- import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
6
+ import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
8
7
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
9
8
  import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
10
9
  import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
11
10
  import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
12
- import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
11
+ import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
13
12
  import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
13
+ import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
14
14
  import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
15
15
  import { GdsCheckbox } from '@sebgroup/green-core/components/checkbox/checkbox.component.js';
16
16
  import { GdsCoachmark } from '@sebgroup/green-core/components/coachmark/coachmark.component.js';
@@ -55,9 +55,9 @@ import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filt
55
55
  import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
56
56
  import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text/date/formatted-date.component.js';
57
57
  import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-text/number/formatted-number.component.js';
58
- import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
59
58
  import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
60
59
  import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
60
+ import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
61
61
  import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
62
62
  import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
63
63
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
@@ -152,6 +152,7 @@ import { IconChevronDoubleLeft } from '@sebgroup/green-core/components/icon/icon
152
152
  import { IconChevronDoubleRight } from '@sebgroup/green-core/components/icon/icons/chevron-double-right.component.js';
153
153
  import { IconChevronDoubleUp } from '@sebgroup/green-core/components/icon/icons/chevron-double-up.component.js';
154
154
  import { IconChevronDownSmall } from '@sebgroup/green-core/components/icon/icons/chevron-down-small.component.js';
155
+ import { IconChevronGrabberVerticalReversed } from '@sebgroup/green-core/components/icon/icons/chevron-grabber-vertical-reversed.component.js';
155
156
  import { IconChevronGrabberVertical } from '@sebgroup/green-core/components/icon/icons/chevron-grabber-vertical.component.js';
156
157
  import { IconChevronLeftSmall } from '@sebgroup/green-core/components/icon/icons/chevron-left-small.component.js';
157
158
  import { IconChevronLeft } from '@sebgroup/green-core/components/icon/icons/chevron-left.component.js';
@@ -623,67 +624,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
623
624
  */
624
625
 
625
626
  /**
626
- * Angular wrapper for the gds-blur web component
627
- *
628
- */
629
- let GdsBlurComponent = class GdsBlurComponent {
630
- get element() {
631
- return this.elementRef.nativeElement;
632
- }
633
- constructor() {
634
- this.elementRef = inject((ElementRef));
635
- this.zone = inject(NgZone);
636
- this.cdr = inject(ChangeDetectorRef);
637
- this.cdr.detach();
638
- }
639
- ngOnInit() {
640
- // Define the custom element
641
- try {
642
- GdsBlur.define();
643
- }
644
- catch (e) {
645
- // Component may not be available in this version of green-core
646
- console.warn('Failed to define gds-blur:', e);
647
- }
648
- }
649
- ngOnChanges(changes) {
650
- // Implementation added by @ProxyInputs decorator
651
- }
652
- ngAfterViewInit() {
653
- // Implementation added by @ProxyInputs decorator
654
- }
655
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
656
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBlurComponent, isStandalone: true, selector: "gds-blur", inputs: { syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
657
- };
658
- GdsBlurComponent = __decorate([
659
- ProxyInputs(['syncFirstRender']),
660
- __metadata("design:paramtypes", [])
661
- ], GdsBlurComponent);
662
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
663
- type: Component,
664
- args: [{
665
- selector: 'gds-blur',
666
- standalone: true,
667
- changeDetection: ChangeDetectionStrategy.OnPush,
668
- template: `<ng-content></ng-content>`
669
- }]
670
- }], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
671
- type: Input,
672
- args: [{ transform: booleanAttribute }]
673
- }] } });
674
-
675
- /**
676
- * GdsBlurComponent - Angular wrapper for gds-blur
677
- *
678
- *
679
- * Auto-generated from Custom Elements Manifest
680
- */
681
-
682
- /**
683
- * Angular wrapper for the gds-calendar web component
627
+ * Angular wrapper for the gds-breadcrumbs web component
684
628
  *
685
629
  */
686
- let GdsCalendarComponent = class GdsCalendarComponent {
630
+ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
687
631
  get element() {
688
632
  return this.elementRef.nativeElement;
689
633
  }
@@ -691,25 +635,17 @@ let GdsCalendarComponent = class GdsCalendarComponent {
691
635
  this.elementRef = inject((ElementRef));
692
636
  this.zone = inject(NgZone);
693
637
  this.cdr = inject(ChangeDetectorRef);
694
- /** Fired when a date is selected. */
695
- this.change = new EventEmitter();
696
- /** Fired when focus is changed. Can be cancelled using `event.preventDefault()`. */
697
- this.gdsDateFocused = new EventEmitter();
698
638
  this.cdr.detach();
699
639
  }
700
640
  ngOnInit() {
701
641
  // Define the custom element
702
642
  try {
703
- GdsCalendar.define();
643
+ GdsBreadcrumbs.define();
704
644
  }
705
645
  catch (e) {
706
646
  // Component may not be available in this version of green-core
707
- console.warn('Failed to define gds-calendar:', e);
647
+ console.warn('Failed to define gds-breadcrumbs:', e);
708
648
  }
709
- // Set up event listeners
710
- this.elementRef.nativeElement.addEventListener('gds-date-focused', (event) => {
711
- this.gdsDateFocused.emit(event);
712
- });
713
649
  }
714
650
  ngOnChanges(changes) {
715
651
  // Implementation added by @ProxyInputs decorator
@@ -717,66 +653,66 @@ let GdsCalendarComponent = class GdsCalendarComponent {
717
653
  ngAfterViewInit() {
718
654
  // Implementation added by @ProxyInputs decorator
719
655
  }
720
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
721
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCalendarComponent, isStandalone: true, selector: "gds-calendar", inputs: { value: "value", min: "min", max: "max", focusedDate: "focusedDate", disabledWeekends: ["disabledWeekends", "disabledWeekends", booleanAttribute], disabledDates: "disabledDates", focusedMonth: "focusedMonth", focusedYear: "focusedYear", size: "size", showWeekNumbers: ["showWeekNumbers", "showWeekNumbers", booleanAttribute], hideExtraneousDays: ["hideExtraneousDays", "hideExtraneousDays", booleanAttribute], hideDayNames: ["hideDayNames", "hideDayNames", booleanAttribute], customizedDates: "customizedDates", label: "label", dateLabelTemplate: "dateLabelTemplate", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { change: "change", gdsDateFocused: "gdsDateFocused" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
656
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
657
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbsComponent, isStandalone: true, selector: "gds-breadcrumbs", inputs: { size: "size", label: "label", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
722
658
  };
723
- GdsCalendarComponent = __decorate([
724
- ProxyInputs(['value', 'min', 'max', 'focusedDate', 'disabledWeekends', 'disabledDates', 'focusedMonth', 'focusedYear', 'size', 'showWeekNumbers', 'hideExtraneousDays', 'hideDayNames', 'customizedDates', 'label', 'dateLabelTemplate', 'syncFirstRender']),
659
+ GdsBreadcrumbsComponent = __decorate([
660
+ ProxyInputs(['size', 'label', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'syncFirstRender']),
725
661
  __metadata("design:paramtypes", [])
726
- ], GdsCalendarComponent);
727
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCalendarComponent, decorators: [{
662
+ ], GdsBreadcrumbsComponent);
663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
728
664
  type: Component,
729
665
  args: [{
730
- selector: 'gds-calendar',
666
+ selector: 'gds-breadcrumbs',
731
667
  standalone: true,
732
668
  changeDetection: ChangeDetectionStrategy.OnPush,
733
669
  template: `<ng-content></ng-content>`
734
670
  }]
735
- }], ctorParameters: () => [], propDecorators: { value: [{
671
+ }], ctorParameters: () => [], propDecorators: { size: [{
736
672
  type: Input
737
- }], min: [{
673
+ }], label: [{
738
674
  type: Input
739
- }], max: [{
675
+ }], alignSelf: [{
740
676
  type: Input
741
- }], focusedDate: [{
677
+ }], justifySelf: [{
742
678
  type: Input
743
- }], disabledWeekends: [{
744
- type: Input,
745
- args: [{ transform: booleanAttribute }]
746
- }], disabledDates: [{
679
+ }], placeSelf: [{
747
680
  type: Input
748
- }], focusedMonth: [{
681
+ }], gridColumn: [{
749
682
  type: Input
750
- }], focusedYear: [{
683
+ }], gridRow: [{
751
684
  type: Input
752
- }], size: [{
685
+ }], gridArea: [{
753
686
  type: Input
754
- }], showWeekNumbers: [{
755
- type: Input,
756
- args: [{ transform: booleanAttribute }]
757
- }], hideExtraneousDays: [{
758
- type: Input,
759
- args: [{ transform: booleanAttribute }]
760
- }], hideDayNames: [{
761
- type: Input,
762
- args: [{ transform: booleanAttribute }]
763
- }], customizedDates: [{
687
+ }], flex: [{
764
688
  type: Input
765
- }], label: [{
689
+ }], order: [{
766
690
  type: Input
767
- }], dateLabelTemplate: [{
691
+ }], width: [{
692
+ type: Input
693
+ }], minWidth: [{
694
+ type: Input
695
+ }], maxWidth: [{
696
+ type: Input
697
+ }], inlineSize: [{
698
+ type: Input
699
+ }], minInlineSize: [{
700
+ type: Input
701
+ }], maxInlineSize: [{
702
+ type: Input
703
+ }], margin: [{
704
+ type: Input
705
+ }], marginInline: [{
706
+ type: Input
707
+ }], marginBlock: [{
768
708
  type: Input
769
709
  }], syncFirstRender: [{
770
710
  type: Input,
771
711
  args: [{ transform: booleanAttribute }]
772
- }], change: [{
773
- type: Output
774
- }], gdsDateFocused: [{
775
- type: Output
776
712
  }] } });
777
713
 
778
714
  /**
779
- * GdsCalendarComponent - Angular wrapper for gds-calendar
715
+ * GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
780
716
  *
781
717
  *
782
718
  * Auto-generated from Custom Elements Manifest
@@ -1100,10 +1036,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
1100
1036
  */
1101
1037
 
1102
1038
  /**
1103
- * Angular wrapper for the gds-breadcrumbs web component
1039
+ * Angular wrapper for the gds-blur web component
1104
1040
  *
1105
1041
  */
1106
- let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
1042
+ let GdsBlurComponent = class GdsBlurComponent {
1107
1043
  get element() {
1108
1044
  return this.elementRef.nativeElement;
1109
1045
  }
@@ -1116,11 +1052,11 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
1116
1052
  ngOnInit() {
1117
1053
  // Define the custom element
1118
1054
  try {
1119
- GdsBreadcrumbs.define();
1055
+ GdsBlur.define();
1120
1056
  }
1121
1057
  catch (e) {
1122
1058
  // Component may not be available in this version of green-core
1123
- console.warn('Failed to define gds-breadcrumbs:', e);
1059
+ console.warn('Failed to define gds-blur:', e);
1124
1060
  }
1125
1061
  }
1126
1062
  ngOnChanges(changes) {
@@ -1129,66 +1065,28 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
1129
1065
  ngAfterViewInit() {
1130
1066
  // Implementation added by @ProxyInputs decorator
1131
1067
  }
1132
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1133
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbsComponent, isStandalone: true, selector: "gds-breadcrumbs", inputs: { size: "size", label: "label", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1068
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1069
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBlurComponent, isStandalone: true, selector: "gds-blur", inputs: { syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1134
1070
  };
1135
- GdsBreadcrumbsComponent = __decorate([
1136
- ProxyInputs(['size', 'label', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'syncFirstRender']),
1071
+ GdsBlurComponent = __decorate([
1072
+ ProxyInputs(['syncFirstRender']),
1137
1073
  __metadata("design:paramtypes", [])
1138
- ], GdsBreadcrumbsComponent);
1139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
1074
+ ], GdsBlurComponent);
1075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
1140
1076
  type: Component,
1141
1077
  args: [{
1142
- selector: 'gds-breadcrumbs',
1078
+ selector: 'gds-blur',
1143
1079
  standalone: true,
1144
1080
  changeDetection: ChangeDetectionStrategy.OnPush,
1145
1081
  template: `<ng-content></ng-content>`
1146
1082
  }]
1147
- }], ctorParameters: () => [], propDecorators: { size: [{
1148
- type: Input
1149
- }], label: [{
1150
- type: Input
1151
- }], alignSelf: [{
1152
- type: Input
1153
- }], justifySelf: [{
1154
- type: Input
1155
- }], placeSelf: [{
1156
- type: Input
1157
- }], gridColumn: [{
1158
- type: Input
1159
- }], gridRow: [{
1160
- type: Input
1161
- }], gridArea: [{
1162
- type: Input
1163
- }], flex: [{
1164
- type: Input
1165
- }], order: [{
1166
- type: Input
1167
- }], width: [{
1168
- type: Input
1169
- }], minWidth: [{
1170
- type: Input
1171
- }], maxWidth: [{
1172
- type: Input
1173
- }], inlineSize: [{
1174
- type: Input
1175
- }], minInlineSize: [{
1176
- type: Input
1177
- }], maxInlineSize: [{
1178
- type: Input
1179
- }], margin: [{
1180
- type: Input
1181
- }], marginInline: [{
1182
- type: Input
1183
- }], marginBlock: [{
1184
- type: Input
1185
- }], syncFirstRender: [{
1083
+ }], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
1186
1084
  type: Input,
1187
1085
  args: [{ transform: booleanAttribute }]
1188
1086
  }] } });
1189
1087
 
1190
1088
  /**
1191
- * GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
1089
+ * GdsBlurComponent - Angular wrapper for gds-blur
1192
1090
  *
1193
1091
  *
1194
1092
  * Auto-generated from Custom Elements Manifest
@@ -1381,6 +1279,109 @@ and a shortcut property for specifying different card variants.
1381
1279
  * Auto-generated from Custom Elements Manifest
1382
1280
  */
1383
1281
 
1282
+ /**
1283
+ * Angular wrapper for the gds-calendar web component
1284
+ *
1285
+ */
1286
+ let GdsCalendarComponent = class GdsCalendarComponent {
1287
+ get element() {
1288
+ return this.elementRef.nativeElement;
1289
+ }
1290
+ constructor() {
1291
+ this.elementRef = inject((ElementRef));
1292
+ this.zone = inject(NgZone);
1293
+ this.cdr = inject(ChangeDetectorRef);
1294
+ /** Fired when a date is selected. */
1295
+ this.change = new EventEmitter();
1296
+ /** Fired when focus is changed. Can be cancelled using `event.preventDefault()`. */
1297
+ this.gdsDateFocused = new EventEmitter();
1298
+ this.cdr.detach();
1299
+ }
1300
+ ngOnInit() {
1301
+ // Define the custom element
1302
+ try {
1303
+ GdsCalendar.define();
1304
+ }
1305
+ catch (e) {
1306
+ // Component may not be available in this version of green-core
1307
+ console.warn('Failed to define gds-calendar:', e);
1308
+ }
1309
+ // Set up event listeners
1310
+ this.elementRef.nativeElement.addEventListener('gds-date-focused', (event) => {
1311
+ this.gdsDateFocused.emit(event);
1312
+ });
1313
+ }
1314
+ ngOnChanges(changes) {
1315
+ // Implementation added by @ProxyInputs decorator
1316
+ }
1317
+ ngAfterViewInit() {
1318
+ // Implementation added by @ProxyInputs decorator
1319
+ }
1320
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1321
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCalendarComponent, isStandalone: true, selector: "gds-calendar", inputs: { value: "value", min: "min", max: "max", focusedDate: "focusedDate", disabledWeekends: ["disabledWeekends", "disabledWeekends", booleanAttribute], disabledDates: "disabledDates", focusedMonth: "focusedMonth", focusedYear: "focusedYear", size: "size", showWeekNumbers: ["showWeekNumbers", "showWeekNumbers", booleanAttribute], hideExtraneousDays: ["hideExtraneousDays", "hideExtraneousDays", booleanAttribute], hideDayNames: ["hideDayNames", "hideDayNames", booleanAttribute], customizedDates: "customizedDates", label: "label", dateLabelTemplate: "dateLabelTemplate", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { change: "change", gdsDateFocused: "gdsDateFocused" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1322
+ };
1323
+ GdsCalendarComponent = __decorate([
1324
+ ProxyInputs(['value', 'min', 'max', 'focusedDate', 'disabledWeekends', 'disabledDates', 'focusedMonth', 'focusedYear', 'size', 'showWeekNumbers', 'hideExtraneousDays', 'hideDayNames', 'customizedDates', 'label', 'dateLabelTemplate', 'syncFirstRender']),
1325
+ __metadata("design:paramtypes", [])
1326
+ ], GdsCalendarComponent);
1327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCalendarComponent, decorators: [{
1328
+ type: Component,
1329
+ args: [{
1330
+ selector: 'gds-calendar',
1331
+ standalone: true,
1332
+ changeDetection: ChangeDetectionStrategy.OnPush,
1333
+ template: `<ng-content></ng-content>`
1334
+ }]
1335
+ }], ctorParameters: () => [], propDecorators: { value: [{
1336
+ type: Input
1337
+ }], min: [{
1338
+ type: Input
1339
+ }], max: [{
1340
+ type: Input
1341
+ }], focusedDate: [{
1342
+ type: Input
1343
+ }], disabledWeekends: [{
1344
+ type: Input,
1345
+ args: [{ transform: booleanAttribute }]
1346
+ }], disabledDates: [{
1347
+ type: Input
1348
+ }], focusedMonth: [{
1349
+ type: Input
1350
+ }], focusedYear: [{
1351
+ type: Input
1352
+ }], size: [{
1353
+ type: Input
1354
+ }], showWeekNumbers: [{
1355
+ type: Input,
1356
+ args: [{ transform: booleanAttribute }]
1357
+ }], hideExtraneousDays: [{
1358
+ type: Input,
1359
+ args: [{ transform: booleanAttribute }]
1360
+ }], hideDayNames: [{
1361
+ type: Input,
1362
+ args: [{ transform: booleanAttribute }]
1363
+ }], customizedDates: [{
1364
+ type: Input
1365
+ }], label: [{
1366
+ type: Input
1367
+ }], dateLabelTemplate: [{
1368
+ type: Input
1369
+ }], syncFirstRender: [{
1370
+ type: Input,
1371
+ args: [{ transform: booleanAttribute }]
1372
+ }], change: [{
1373
+ type: Output
1374
+ }], gdsDateFocused: [{
1375
+ type: Output
1376
+ }] } });
1377
+
1378
+ /**
1379
+ * GdsCalendarComponent - Angular wrapper for gds-calendar
1380
+ *
1381
+ *
1382
+ * Auto-generated from Custom Elements Manifest
1383
+ */
1384
+
1384
1385
  /**
1385
1386
  * Angular wrapper for the gds-card-linked web component
1386
1387
  *
@@ -1939,10 +1940,10 @@ let GdsContextMenuComponent = class GdsContextMenuComponent {
1939
1940
  // Implementation added by @ProxyInputs decorator
1940
1941
  }
1941
1942
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1942
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsContextMenuComponent, isStandalone: true, selector: "gds-context-menu", inputs: { open: ["open", "open", booleanAttribute], buttonLabel: "buttonLabel", showLabel: ["showLabel", "showLabel", booleanAttribute], label: "label", placement: "placement", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { gdsMenuItemClick: "gdsMenuItemClick", gdsUiState: "gdsUiState" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1943
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsContextMenuComponent, isStandalone: true, selector: "gds-context-menu", inputs: { open: ["open", "open", booleanAttribute], buttonLabel: "buttonLabel", showLabel: ["showLabel", "showLabel", booleanAttribute], label: "label", maxHeight: "maxHeight", placement: "placement", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { gdsMenuItemClick: "gdsMenuItemClick", gdsUiState: "gdsUiState" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1943
1944
  };
1944
1945
  GdsContextMenuComponent = __decorate([
1945
- ProxyInputs(['open', 'buttonLabel', 'showLabel', 'label', 'placement', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
1946
+ ProxyInputs(['open', 'buttonLabel', 'showLabel', 'label', 'maxHeight', 'placement', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'syncFirstRender']),
1946
1947
  __metadata("design:paramtypes", [])
1947
1948
  ], GdsContextMenuComponent);
1948
1949
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, decorators: [{
@@ -1963,6 +1964,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
1963
1964
  args: [{ transform: booleanAttribute }]
1964
1965
  }], label: [{
1965
1966
  type: Input
1967
+ }], maxHeight: [{
1968
+ type: Input
1966
1969
  }], placement: [{
1967
1970
  type: Input
1968
1971
  }], margin: [{
@@ -7309,198 +7312,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7309
7312
  * Auto-generated from Custom Elements Manifest
7310
7313
  */
7311
7314
 
7312
- /**
7313
- * Angular wrapper for the gds-sensitive-account web component
7314
- *
7315
- */
7316
- let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
7317
- get element() {
7318
- return this.elementRef.nativeElement;
7319
- }
7320
- constructor() {
7321
- this.elementRef = inject((ElementRef));
7322
- this.zone = inject(NgZone);
7323
- this.cdr = inject(ChangeDetectorRef);
7324
- this.cdr.detach();
7325
- }
7326
- ngOnInit() {
7327
- // Define the custom element
7328
- try {
7329
- GdsSensitiveAccount.define();
7330
- }
7331
- catch (e) {
7332
- // Component may not be available in this version of green-core
7333
- console.warn('Failed to define gds-sensitive-account:', e);
7334
- }
7335
- }
7336
- ngOnChanges(changes) {
7337
- // Implementation added by @ProxyInputs decorator
7338
- }
7339
- ngAfterViewInit() {
7340
- // Implementation added by @ProxyInputs decorator
7341
- }
7342
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7343
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveAccountComponent, isStandalone: true, selector: "gds-sensitive-account", inputs: { hide: ["hide", "hide", booleanAttribute], account: "account", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7344
- };
7345
- GdsSensitiveAccountComponent = __decorate([
7346
- ProxyInputs(['hide', 'account', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
7347
- __metadata("design:paramtypes", [])
7348
- ], GdsSensitiveAccountComponent);
7349
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
7350
- type: Component,
7351
- args: [{
7352
- selector: 'gds-sensitive-account',
7353
- standalone: true,
7354
- changeDetection: ChangeDetectionStrategy.OnPush,
7355
- template: `<ng-content></ng-content>`
7356
- }]
7357
- }], ctorParameters: () => [], propDecorators: { hide: [{
7358
- type: Input,
7359
- args: [{ transform: booleanAttribute }]
7360
- }], account: [{
7361
- type: Input
7362
- }], tag: [{
7363
- type: Input
7364
- }], font: [{
7365
- type: Input
7366
- }], fontWeight: [{
7367
- type: Input
7368
- }], textTransform: [{
7369
- type: Input
7370
- }], textDecoration: [{
7371
- type: Input
7372
- }], lines: [{
7373
- type: Input
7374
- }], width: [{
7375
- type: Input
7376
- }], minWidth: [{
7377
- type: Input
7378
- }], maxWidth: [{
7379
- type: Input
7380
- }], inlineSize: [{
7381
- type: Input
7382
- }], minInlineSize: [{
7383
- type: Input
7384
- }], maxInlineSize: [{
7385
- type: Input
7386
- }], height: [{
7387
- type: Input
7388
- }], minHeight: [{
7389
- type: Input
7390
- }], maxHeight: [{
7391
- type: Input
7392
- }], blockSize: [{
7393
- type: Input
7394
- }], minBlockSize: [{
7395
- type: Input
7396
- }], maxBlockSize: [{
7397
- type: Input
7398
- }], margin: [{
7399
- type: Input
7400
- }], marginInline: [{
7401
- type: Input
7402
- }], marginBlock: [{
7403
- type: Input
7404
- }], padding: [{
7405
- type: Input
7406
- }], paddingInline: [{
7407
- type: Input
7408
- }], paddingBlock: [{
7409
- type: Input
7410
- }], alignSelf: [{
7411
- type: Input
7412
- }], justifySelf: [{
7413
- type: Input
7414
- }], placeSelf: [{
7415
- type: Input
7416
- }], gridColumn: [{
7417
- type: Input
7418
- }], gridRow: [{
7419
- type: Input
7420
- }], gridArea: [{
7421
- type: Input
7422
- }], flex: [{
7423
- type: Input
7424
- }], order: [{
7425
- type: Input
7426
- }], position: [{
7427
- type: Input
7428
- }], transform: [{
7429
- type: Input
7430
- }], inset: [{
7431
- type: Input
7432
- }], display: [{
7433
- type: Input
7434
- }], level: [{
7435
- type: Input
7436
- }], color: [{
7437
- type: Input
7438
- }], background: [{
7439
- type: Input
7440
- }], border: [{
7441
- type: Input
7442
- }], borderColor: [{
7443
- type: Input
7444
- }], borderWidth: [{
7445
- type: Input
7446
- }], borderStyle: [{
7447
- type: Input
7448
- }], borderRadius: [{
7449
- type: Input
7450
- }], boxShadow: [{
7451
- type: Input
7452
- }], opacity: [{
7453
- type: Input
7454
- }], overflow: [{
7455
- type: Input
7456
- }], boxSizing: [{
7457
- type: Input
7458
- }], zIndex: [{
7459
- type: Input
7460
- }], textAlign: [{
7461
- type: Input
7462
- }], textWrap: [{
7463
- type: Input
7464
- }], overflowWrap: [{
7465
- type: Input
7466
- }], whiteSpace: [{
7467
- type: Input
7468
- }], gap: [{
7469
- type: Input
7470
- }], alignItems: [{
7471
- type: Input
7472
- }], alignContent: [{
7473
- type: Input
7474
- }], justifyContent: [{
7475
- type: Input
7476
- }], justifyItems: [{
7477
- type: Input
7478
- }], flexDirection: [{
7479
- type: Input
7480
- }], flexWrap: [{
7481
- type: Input
7482
- }], placeItems: [{
7483
- type: Input
7484
- }], placeContent: [{
7485
- type: Input
7486
- }], aspectRatio: [{
7487
- type: Input
7488
- }], cursor: [{
7489
- type: Input
7490
- }], pointerEvents: [{
7491
- type: Input
7492
- }], syncFirstRender: [{
7493
- type: Input,
7494
- args: [{ transform: booleanAttribute }]
7495
- }] } });
7496
-
7497
- /**
7498
- * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
7499
- *
7500
- *
7501
- * Auto-generated from Custom Elements Manifest
7502
- */
7503
-
7504
7315
  /**
7505
7316
  * Angular wrapper for the gds-radio-group web component
7506
7317
  *
@@ -7717,6 +7528,198 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7717
7528
  * Auto-generated from Custom Elements Manifest
7718
7529
  */
7719
7530
 
7531
+ /**
7532
+ * Angular wrapper for the gds-sensitive-account web component
7533
+ *
7534
+ */
7535
+ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
7536
+ get element() {
7537
+ return this.elementRef.nativeElement;
7538
+ }
7539
+ constructor() {
7540
+ this.elementRef = inject((ElementRef));
7541
+ this.zone = inject(NgZone);
7542
+ this.cdr = inject(ChangeDetectorRef);
7543
+ this.cdr.detach();
7544
+ }
7545
+ ngOnInit() {
7546
+ // Define the custom element
7547
+ try {
7548
+ GdsSensitiveAccount.define();
7549
+ }
7550
+ catch (e) {
7551
+ // Component may not be available in this version of green-core
7552
+ console.warn('Failed to define gds-sensitive-account:', e);
7553
+ }
7554
+ }
7555
+ ngOnChanges(changes) {
7556
+ // Implementation added by @ProxyInputs decorator
7557
+ }
7558
+ ngAfterViewInit() {
7559
+ // Implementation added by @ProxyInputs decorator
7560
+ }
7561
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7562
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveAccountComponent, isStandalone: true, selector: "gds-sensitive-account", inputs: { hide: ["hide", "hide", booleanAttribute], account: "account", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7563
+ };
7564
+ GdsSensitiveAccountComponent = __decorate([
7565
+ ProxyInputs(['hide', 'account', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
7566
+ __metadata("design:paramtypes", [])
7567
+ ], GdsSensitiveAccountComponent);
7568
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
7569
+ type: Component,
7570
+ args: [{
7571
+ selector: 'gds-sensitive-account',
7572
+ standalone: true,
7573
+ changeDetection: ChangeDetectionStrategy.OnPush,
7574
+ template: `<ng-content></ng-content>`
7575
+ }]
7576
+ }], ctorParameters: () => [], propDecorators: { hide: [{
7577
+ type: Input,
7578
+ args: [{ transform: booleanAttribute }]
7579
+ }], account: [{
7580
+ type: Input
7581
+ }], tag: [{
7582
+ type: Input
7583
+ }], font: [{
7584
+ type: Input
7585
+ }], fontWeight: [{
7586
+ type: Input
7587
+ }], textTransform: [{
7588
+ type: Input
7589
+ }], textDecoration: [{
7590
+ type: Input
7591
+ }], lines: [{
7592
+ type: Input
7593
+ }], width: [{
7594
+ type: Input
7595
+ }], minWidth: [{
7596
+ type: Input
7597
+ }], maxWidth: [{
7598
+ type: Input
7599
+ }], inlineSize: [{
7600
+ type: Input
7601
+ }], minInlineSize: [{
7602
+ type: Input
7603
+ }], maxInlineSize: [{
7604
+ type: Input
7605
+ }], height: [{
7606
+ type: Input
7607
+ }], minHeight: [{
7608
+ type: Input
7609
+ }], maxHeight: [{
7610
+ type: Input
7611
+ }], blockSize: [{
7612
+ type: Input
7613
+ }], minBlockSize: [{
7614
+ type: Input
7615
+ }], maxBlockSize: [{
7616
+ type: Input
7617
+ }], margin: [{
7618
+ type: Input
7619
+ }], marginInline: [{
7620
+ type: Input
7621
+ }], marginBlock: [{
7622
+ type: Input
7623
+ }], padding: [{
7624
+ type: Input
7625
+ }], paddingInline: [{
7626
+ type: Input
7627
+ }], paddingBlock: [{
7628
+ type: Input
7629
+ }], alignSelf: [{
7630
+ type: Input
7631
+ }], justifySelf: [{
7632
+ type: Input
7633
+ }], placeSelf: [{
7634
+ type: Input
7635
+ }], gridColumn: [{
7636
+ type: Input
7637
+ }], gridRow: [{
7638
+ type: Input
7639
+ }], gridArea: [{
7640
+ type: Input
7641
+ }], flex: [{
7642
+ type: Input
7643
+ }], order: [{
7644
+ type: Input
7645
+ }], position: [{
7646
+ type: Input
7647
+ }], transform: [{
7648
+ type: Input
7649
+ }], inset: [{
7650
+ type: Input
7651
+ }], display: [{
7652
+ type: Input
7653
+ }], level: [{
7654
+ type: Input
7655
+ }], color: [{
7656
+ type: Input
7657
+ }], background: [{
7658
+ type: Input
7659
+ }], border: [{
7660
+ type: Input
7661
+ }], borderColor: [{
7662
+ type: Input
7663
+ }], borderWidth: [{
7664
+ type: Input
7665
+ }], borderStyle: [{
7666
+ type: Input
7667
+ }], borderRadius: [{
7668
+ type: Input
7669
+ }], boxShadow: [{
7670
+ type: Input
7671
+ }], opacity: [{
7672
+ type: Input
7673
+ }], overflow: [{
7674
+ type: Input
7675
+ }], boxSizing: [{
7676
+ type: Input
7677
+ }], zIndex: [{
7678
+ type: Input
7679
+ }], textAlign: [{
7680
+ type: Input
7681
+ }], textWrap: [{
7682
+ type: Input
7683
+ }], overflowWrap: [{
7684
+ type: Input
7685
+ }], whiteSpace: [{
7686
+ type: Input
7687
+ }], gap: [{
7688
+ type: Input
7689
+ }], alignItems: [{
7690
+ type: Input
7691
+ }], alignContent: [{
7692
+ type: Input
7693
+ }], justifyContent: [{
7694
+ type: Input
7695
+ }], justifyItems: [{
7696
+ type: Input
7697
+ }], flexDirection: [{
7698
+ type: Input
7699
+ }], flexWrap: [{
7700
+ type: Input
7701
+ }], placeItems: [{
7702
+ type: Input
7703
+ }], placeContent: [{
7704
+ type: Input
7705
+ }], aspectRatio: [{
7706
+ type: Input
7707
+ }], cursor: [{
7708
+ type: Input
7709
+ }], pointerEvents: [{
7710
+ type: Input
7711
+ }], syncFirstRender: [{
7712
+ type: Input,
7713
+ args: [{ transform: booleanAttribute }]
7714
+ }] } });
7715
+
7716
+ /**
7717
+ * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
7718
+ *
7719
+ *
7720
+ * Auto-generated from Custom Elements Manifest
7721
+ */
7722
+
7720
7723
  /**
7721
7724
  * Angular wrapper for the gds-sensitive-date web component
7722
7725
  *
@@ -16575,6 +16578,98 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
16575
16578
  * Auto-generated from Custom Elements Manifest
16576
16579
  */
16577
16580
 
16581
+ /**
16582
+ * Angular wrapper for the gds-icon-chevron-grabber-vertical-reversed web component
16583
+ *
16584
+ */
16585
+ let IconChevronGrabberVerticalReversedComponent = class IconChevronGrabberVerticalReversedComponent {
16586
+ get element() {
16587
+ return this.elementRef.nativeElement;
16588
+ }
16589
+ constructor() {
16590
+ this.elementRef = inject((ElementRef));
16591
+ this.zone = inject(NgZone);
16592
+ this.cdr = inject(ChangeDetectorRef);
16593
+ this.cdr.detach();
16594
+ }
16595
+ ngOnInit() {
16596
+ // Define the custom element
16597
+ try {
16598
+ IconChevronGrabberVerticalReversed.define();
16599
+ }
16600
+ catch (e) {
16601
+ // Component may not be available in this version of green-core
16602
+ console.warn('Failed to define gds-icon-chevron-grabber-vertical-reversed:', e);
16603
+ }
16604
+ }
16605
+ ngOnChanges(changes) {
16606
+ // Implementation added by @ProxyInputs decorator
16607
+ }
16608
+ ngAfterViewInit() {
16609
+ // Implementation added by @ProxyInputs decorator
16610
+ }
16611
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: IconChevronGrabberVerticalReversedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
16612
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: IconChevronGrabberVerticalReversedComponent, isStandalone: true, selector: "gds-icon-chevron-grabber-vertical-reversed", inputs: { margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", size: "size", solid: ["solid", "solid", booleanAttribute], stroke: "stroke", level: "level", color: "color", label: "label", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
16613
+ };
16614
+ IconChevronGrabberVerticalReversedComponent = __decorate([
16615
+ ProxyInputs(['margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'size', 'solid', 'stroke', 'level', 'color', 'label', 'syncFirstRender']),
16616
+ __metadata("design:paramtypes", [])
16617
+ ], IconChevronGrabberVerticalReversedComponent);
16618
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: IconChevronGrabberVerticalReversedComponent, decorators: [{
16619
+ type: Component,
16620
+ args: [{
16621
+ selector: 'gds-icon-chevron-grabber-vertical-reversed',
16622
+ standalone: true,
16623
+ changeDetection: ChangeDetectionStrategy.OnPush,
16624
+ template: `<ng-content></ng-content>`
16625
+ }]
16626
+ }], ctorParameters: () => [], propDecorators: { margin: [{
16627
+ type: Input
16628
+ }], marginInline: [{
16629
+ type: Input
16630
+ }], marginBlock: [{
16631
+ type: Input
16632
+ }], alignSelf: [{
16633
+ type: Input
16634
+ }], justifySelf: [{
16635
+ type: Input
16636
+ }], placeSelf: [{
16637
+ type: Input
16638
+ }], gridColumn: [{
16639
+ type: Input
16640
+ }], gridRow: [{
16641
+ type: Input
16642
+ }], gridArea: [{
16643
+ type: Input
16644
+ }], flex: [{
16645
+ type: Input
16646
+ }], order: [{
16647
+ type: Input
16648
+ }], size: [{
16649
+ type: Input
16650
+ }], solid: [{
16651
+ type: Input,
16652
+ args: [{ transform: booleanAttribute }]
16653
+ }], stroke: [{
16654
+ type: Input
16655
+ }], level: [{
16656
+ type: Input
16657
+ }], color: [{
16658
+ type: Input
16659
+ }], label: [{
16660
+ type: Input
16661
+ }], syncFirstRender: [{
16662
+ type: Input,
16663
+ args: [{ transform: booleanAttribute }]
16664
+ }] } });
16665
+
16666
+ /**
16667
+ * IconChevronGrabberVerticalReversedComponent - Angular wrapper for gds-icon-chevron-grabber-vertical-reversed
16668
+ *
16669
+ *
16670
+ * Auto-generated from Custom Elements Manifest
16671
+ */
16672
+
16578
16673
  /**
16579
16674
  * Angular wrapper for the gds-icon-chevron-grabber-vertical web component
16580
16675
  *
@@ -36570,11 +36665,11 @@ class GreenCoreNgModule {
36570
36665
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
36571
36666
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
36572
36667
  GdsBadgeComponent,
36573
- GdsBlurComponent,
36574
- GdsCalendarComponent,
36575
- GdsButtonComponent,
36576
36668
  GdsBreadcrumbsComponent,
36669
+ GdsButtonComponent,
36670
+ GdsBlurComponent,
36577
36671
  GdsCardComponent,
36672
+ GdsCalendarComponent,
36578
36673
  GdsCardLinkedComponent,
36579
36674
  GdsCheckboxComponent,
36580
36675
  GdsCoachmarkComponent,
@@ -36619,9 +36714,9 @@ class GreenCoreNgModule {
36619
36714
  GdsFormattedAccountComponent,
36620
36715
  GdsFormattedDateComponent,
36621
36716
  GdsFormattedNumberComponent,
36622
- GdsSensitiveAccountComponent,
36623
36717
  GdsRadioGroupComponent,
36624
36718
  GdsSegmentComponent,
36719
+ GdsSensitiveAccountComponent,
36625
36720
  GdsSensitiveDateComponent,
36626
36721
  GdsSensitiveNumberComponent,
36627
36722
  IconAiComponent,
@@ -36716,6 +36811,7 @@ class GreenCoreNgModule {
36716
36811
  IconChevronDoubleRightComponent,
36717
36812
  IconChevronDoubleUpComponent,
36718
36813
  IconChevronDownSmallComponent,
36814
+ IconChevronGrabberVerticalReversedComponent,
36719
36815
  IconChevronGrabberVerticalComponent,
36720
36816
  IconChevronLeftSmallComponent,
36721
36817
  IconChevronLeftComponent,
@@ -36935,11 +37031,11 @@ class GreenCoreNgModule {
36935
37031
  GdsMenuHeadingComponent,
36936
37032
  GdsOptionComponent], exports: [GdsAlertComponent,
36937
37033
  GdsBadgeComponent,
36938
- GdsBlurComponent,
36939
- GdsCalendarComponent,
36940
- GdsButtonComponent,
36941
37034
  GdsBreadcrumbsComponent,
37035
+ GdsButtonComponent,
37036
+ GdsBlurComponent,
36942
37037
  GdsCardComponent,
37038
+ GdsCalendarComponent,
36943
37039
  GdsCardLinkedComponent,
36944
37040
  GdsCheckboxComponent,
36945
37041
  GdsCoachmarkComponent,
@@ -36984,9 +37080,9 @@ class GreenCoreNgModule {
36984
37080
  GdsFormattedAccountComponent,
36985
37081
  GdsFormattedDateComponent,
36986
37082
  GdsFormattedNumberComponent,
36987
- GdsSensitiveAccountComponent,
36988
37083
  GdsRadioGroupComponent,
36989
37084
  GdsSegmentComponent,
37085
+ GdsSensitiveAccountComponent,
36990
37086
  GdsSensitiveDateComponent,
36991
37087
  GdsSensitiveNumberComponent,
36992
37088
  IconAiComponent,
@@ -37081,6 +37177,7 @@ class GreenCoreNgModule {
37081
37177
  IconChevronDoubleRightComponent,
37082
37178
  IconChevronDoubleUpComponent,
37083
37179
  IconChevronDownSmallComponent,
37180
+ IconChevronGrabberVerticalReversedComponent,
37084
37181
  IconChevronGrabberVerticalComponent,
37085
37182
  IconChevronLeftSmallComponent,
37086
37183
  IconChevronLeftComponent,
@@ -37307,11 +37404,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37307
37404
  imports: [
37308
37405
  GdsAlertComponent,
37309
37406
  GdsBadgeComponent,
37310
- GdsBlurComponent,
37311
- GdsCalendarComponent,
37312
- GdsButtonComponent,
37313
37407
  GdsBreadcrumbsComponent,
37408
+ GdsButtonComponent,
37409
+ GdsBlurComponent,
37314
37410
  GdsCardComponent,
37411
+ GdsCalendarComponent,
37315
37412
  GdsCardLinkedComponent,
37316
37413
  GdsCheckboxComponent,
37317
37414
  GdsCoachmarkComponent,
@@ -37356,9 +37453,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37356
37453
  GdsFormattedAccountComponent,
37357
37454
  GdsFormattedDateComponent,
37358
37455
  GdsFormattedNumberComponent,
37359
- GdsSensitiveAccountComponent,
37360
37456
  GdsRadioGroupComponent,
37361
37457
  GdsSegmentComponent,
37458
+ GdsSensitiveAccountComponent,
37362
37459
  GdsSensitiveDateComponent,
37363
37460
  GdsSensitiveNumberComponent,
37364
37461
  IconAiComponent,
@@ -37453,6 +37550,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37453
37550
  IconChevronDoubleRightComponent,
37454
37551
  IconChevronDoubleUpComponent,
37455
37552
  IconChevronDownSmallComponent,
37553
+ IconChevronGrabberVerticalReversedComponent,
37456
37554
  IconChevronGrabberVerticalComponent,
37457
37555
  IconChevronLeftSmallComponent,
37458
37556
  IconChevronLeftComponent,
@@ -37675,11 +37773,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37675
37773
  exports: [
37676
37774
  GdsAlertComponent,
37677
37775
  GdsBadgeComponent,
37678
- GdsBlurComponent,
37679
- GdsCalendarComponent,
37680
- GdsButtonComponent,
37681
37776
  GdsBreadcrumbsComponent,
37777
+ GdsButtonComponent,
37778
+ GdsBlurComponent,
37682
37779
  GdsCardComponent,
37780
+ GdsCalendarComponent,
37683
37781
  GdsCardLinkedComponent,
37684
37782
  GdsCheckboxComponent,
37685
37783
  GdsCoachmarkComponent,
@@ -37724,9 +37822,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37724
37822
  GdsFormattedAccountComponent,
37725
37823
  GdsFormattedDateComponent,
37726
37824
  GdsFormattedNumberComponent,
37727
- GdsSensitiveAccountComponent,
37728
37825
  GdsRadioGroupComponent,
37729
37826
  GdsSegmentComponent,
37827
+ GdsSensitiveAccountComponent,
37730
37828
  GdsSensitiveDateComponent,
37731
37829
  GdsSensitiveNumberComponent,
37732
37830
  IconAiComponent,
@@ -37821,6 +37919,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37821
37919
  IconChevronDoubleRightComponent,
37822
37920
  IconChevronDoubleUpComponent,
37823
37921
  IconChevronDownSmallComponent,
37922
+ IconChevronGrabberVerticalReversedComponent,
37824
37923
  IconChevronGrabberVerticalComponent,
37825
37924
  IconChevronLeftSmallComponent,
37826
37925
  IconChevronLeftComponent,
@@ -38249,5 +38348,5 @@ const provideCoreRendererWithAnimations = (resolver = getScopedTagName) => [
38249
38348
  * Generated bundle index. Do not edit.
38250
38349
  */
38251
38350
 
38252
- export { GdsAlertComponent, GdsBackdropComponent, GdsBadgeComponent, GdsBlurComponent, GdsBreadcrumbComponent, GdsBreadcrumbsComponent, GdsButtonComponent, GdsCalendarComponent, GdsCardComponent, GdsCardLinkedComponent, GdsCardPattern01Component, GdsCheckboxComponent, GdsCheckboxFormControlBase, GdsCheckboxGroupComponent, GdsCoachmarkComponent, GdsContextMenuComponent, GdsCoreRenderer, GdsCoreRendererFactory, GdsCoreScopeDirective, GdsCoreScopeModule, GdsDatepickerComponent, GdsDetailsComponent, GdsDialogComponent, GdsDivComponent, GdsDividerComponent, GdsDropdownComponent, GdsFabComponent, GdsFilterChipComponent, GdsFilterChipsComponent, GdsFlexComponent, GdsFormControlBase, GdsFormSummaryComponent, GdsFormattedAccountComponent, GdsFormattedDateComponent, GdsFormattedNumberComponent, GdsGridComponent, GdsGroupedListComponent, GdsIconDetailsComponent, GdsImgComponent, GdsInputComponent, GdsLinkComponent, GdsListItemComponent, GdsMaskComponent, GdsMenuButtonComponent, GdsMenuHeadingComponent, GdsMenuItemComponent, GdsOptionComponent, GdsPaginationComponent, GdsPopoverComponent, GdsRadioComponent, GdsRadioGroupComponent, GdsRichTextComponent, GdsSegmentComponent, GdsSegmentedControlComponent, GdsSelectComponent, GdsSensitiveAccountComponent, GdsSensitiveDateComponent, GdsSensitiveNumberComponent, GdsSignalComponent, GdsSpinnerComponent, GdsTableComponent, GdsTextComponent, GdsTextareaComponent, GdsThemeComponent, GdsVideoComponent, GreenCoreNgModule, IconAiComponent, IconAirplaneUpComponent, IconArchiveComponent, IconArrowBottomTopComponent, IconArrowBoxLeftAltComponent, IconArrowBoxLeftComponent, IconArrowBoxRightComponent, IconArrowComponent, IconArrowDownComponent, IconArrowInboxComponent, IconArrowLeftComponent, IconArrowLeftRightComponent, IconArrowOutOfBoxComponent, IconArrowRightCircleComponent, IconArrowRightComponent, IconArrowRightDownCircleComponent, IconArrowRightUpCircleComponent, IconArrowRotateClockwiseComponent, IconArrowRotateCounterClockwiseComponent, IconArrowRotateLeftRightComponent, IconArrowRotateRightLeftComponent, IconArrowShareLeftComponent, IconArrowShareRightComponent, IconArrowSplitComponent, IconArrowUpComponent, IconArrowWallDownComponent, IconArrowWallLeftComponent, IconArrowWallRightComponent, IconArrowWallUpComponent, IconAsteriskComponent, IconAtComponent, IconBackComponent, IconBackwardComponent, IconBagComponent, IconBankComponent, IconBanknote2Component, IconBanknoteComponent, IconBarcodeComponent, IconBarsThreeComponent, IconBarsTwoComponent, IconBasketComponent, IconBatteryLoadingComponent, IconBellComponent, IconBlockComponent, IconBookComponent, IconBookmarkCheckComponent, IconBookmarkComponent, IconBookmarkDeleteComponent, IconBookmarkPlusComponent, IconBookmarkRemoveComponent, IconBooksComponent, IconBrandAppStoreComponent, IconBrandAppleMusicComponent, IconBrandBankidComponent, IconBrandChromeComponent, IconBrandFacebookComponent, IconBrandFigmaComponent, IconBrandFirefoxComponent, IconBrandGithubComponent, IconBrandGreenComponent, IconBrandInstagramComponent, IconBrandLinkedinComponent, IconBrandPlayStoreComponent, IconBrandRssFeedComponent, IconBrandSebComponent, IconBrandSpotifyComponent, IconBrandStorybookComponent, IconBrandSwishWordComponent, IconBrandXComponent, IconBrushComponent, IconBubbleAnnotationComponent, IconBubblesComponent, IconBuildingsComponent, IconBulletListComponent, IconCalculatorComponent, IconCalendarCheckComponent, IconCalendarComponent, IconCalenderAddComponent, IconCallComponent, IconCarComponent, IconCarusselComponent, IconChainLinkBrokenComponent, IconChainLinkComponent, IconChartTwoComponent, IconChecklistComponent, IconCheckmarkComponent, IconChevronBottomComponent, IconChevronDoubleDownComponent, IconChevronDoubleLeftComponent, IconChevronDoubleRightComponent, IconChevronDoubleUpComponent, IconChevronDownSmallComponent, IconChevronGrabberVerticalComponent, IconChevronLeftComponent, IconChevronLeftSmallComponent, IconChevronRightComponent, IconChevronRightSmallComponent, IconChevronTopComponent, IconChevronTopSmallComponent, IconCircleBanComponent, IconCircleCheckComponent, IconCircleDotsComponent, IconCircleInfoComponent, IconCircleMinusComponent, IconCirclePlaceholderOnComponent, IconCirclePlusComponent, IconCircleQuestionmarkComponent, IconCircleXComponent, IconCirclesThreeComponent, IconClockComponent, IconCloudDownloadComponent, IconCloudUploadComponent, IconCloudySunComponent, IconCodeBracketsComponent, IconCodeComponent, IconCompassRoundComponent, IconCookiesComponent, IconCopyComponent, IconCreditCardAddComponent, IconCreditCardComponent, IconCrossLargeComponent, IconCrossSmallComponent, IconCupHotComponent, IconCursorComponent, IconDevicesComponent, IconDirectionComponent, IconDollarComponent, IconDotGridOneHorizontalComponent, IconDotGridOneVerticalComponent, IconDotGridThreeComponent, IconDotGridTwoComponent, IconEmailComponent, IconEmojiAngryComponent, IconEmojiNeutralComponent, IconEmojiSadComponent, IconEmojiSmileComponent, IconEmojiSmileyComponent, IconEuroComponent, IconExpandComponent, IconEyeOpenComponent, IconEyeSlashComponent, IconFashionComponent, IconFastForwardComponent, IconFileBendComponent, IconFileChartComponent, IconFileTextComponent, IconFilesComponent, IconFilterComponent, IconFlagComponent, IconFloppyDiskComponent, IconFocusComponent, IconFolderAddRightComponent, IconFolderComponent, IconFullscreenComponent, IconGiftComponent, IconGlobusComponent, IconGraduateCapComponent, IconGreenPowerComponent, IconGroupComponent, IconGrowthComponent, IconHeadphonesComponent, IconHeartBeatComponent, IconHeartComponent, IconHistoryComponent, IconHomeEnergyOneComponent, IconHomeEnergyTwoComponent, IconHomeOpenComponent, IconHomeRoofComponent, IconHorizontalAlignmentBottomComponent, IconHourglassComponent, IconImagesComponent, IconInboxEmptyComponent, IconIndustryComponent, IconJpgComponent, IconKeyComponent, IconKnifeSpoonComponent, IconLabComponent, IconLawComponent, IconLeisureComponent, IconLightBulbSimpleComponent, IconLightningComponent, IconLineChartFourComponent, IconLineChartOneComponent, IconLineChartThreeComponent, IconLineChartTwoComponent, IconLockComponent, IconMacbookAirComponent, IconMagnifyingGlassComponent, IconMapPinComponent, IconMegaphoneComponent, IconMenuSidebarComponent, IconMicOffComponent, IconMicOnComponent, IconMinimizeComponent, IconMinusLargeComponent, IconMinusSmallComponent, IconMoneyHandComponent, IconMoneybagComponent, IconMoonComponent, IconMuteComponent, IconOfficeComponent, IconPageAddComponent, IconPaperPlaneTopRightComponent, IconPaperclipComponent, IconPauseComponent, IconPdfComponent, IconPencilSignComponent, IconPencilSparkleComponent, IconPencilWaveComponent, IconPensionComponent, IconPeopleA11yComponent, IconPeopleAddComponent, IconPeopleAddedComponent, IconPeopleCircleComponent, IconPeopleComponent, IconPeopleCopyComponent, IconPeopleProfileComponent, IconPeopleRemoveComponent, IconPercentComponent, IconPhoneComponent, IconPieChartComponent, IconPiggyBankComponent, IconPinComponent, IconPinchComponent, IconPlayCircleComponent, IconPlayComponent, IconPlusLargeComponent, IconPlusSmallComponent, IconPngComponent, IconPoopComponent, IconPostcardComponent, IconPoundComponent, IconPowerComponent, IconPowerPlantComponent, IconPrinterComponent, IconPushComponent, IconQrCodeComponent, IconRainyComponent, IconRaisingHandComponent, IconReadingListComponent, IconReceiptBillComponent, IconReceiptionBellComponent, IconRecordComponent, IconRefundComponent, IconRobotComponent, IconRocketComponent, IconRunShortcutComponent, IconSafariComponent, IconSchoolComponent, IconScissorsComponent, IconSearchMenuComponent, IconSettingsGearComponent, IconSettingsSliderHorComponent, IconSettingsSliderVerComponent, IconShapesComponent, IconShareComponent, IconShieldCheckedComponent, IconShieldComponent, IconShieldCrossedComponent, IconShoppingBagComponent, IconSignatureComponent, IconSmartwatchComponent, IconSolarComponent, IconSortAscendingComponent, IconSortComponent, IconSortDescendingComponent, IconSortDownComponent, IconSortUpComponent, IconSquareArrowTopRightComponent, IconSquareBehindSquareComponent, IconSquareGridCircleComponent, IconSquarePlaceholderComponent, IconStarComponent, IconStoreComponent, IconSunComponent, IconSunsetArrowDownComponent, IconTagComponent, IconTargetArrowComponent, IconTelevisionComponent, IconTennisComponent, IconTextEditComponent, IconThermostatComponent, IconThumbsDownComponent, IconThumbsUpComponent, IconTicketComponent, IconTradingViewCandlesComponent, IconTrashCanComponent, IconTreeComponent, IconTrendingFiveComponent, IconTrendingFourComponent, IconTrendingOneComponent, IconTrendingThreeComponent, IconTrendingTwoComponent, IconTriangleExclamationComponent, IconTruckComponent, IconUmbrellaSecurityComponent, IconUnlockedComponent, IconVolumeFullComponent, IconVolumeHalfComponent, IconVolumeOffComponent, IconWalletComponent, IconWarningSignComponent, IconWifiFullComponent, IconYoutubeComponent, IconZapComponent, IconZoomInComponent, IconZoomOutComponent, SCOPE_RESOLVER, animationsCoreRendererFactory, provideCoreRenderer, provideCoreRendererWithAnimations };
38351
+ export { GdsAlertComponent, GdsBackdropComponent, GdsBadgeComponent, GdsBlurComponent, GdsBreadcrumbComponent, GdsBreadcrumbsComponent, GdsButtonComponent, GdsCalendarComponent, GdsCardComponent, GdsCardLinkedComponent, GdsCardPattern01Component, GdsCheckboxComponent, GdsCheckboxFormControlBase, GdsCheckboxGroupComponent, GdsCoachmarkComponent, GdsContextMenuComponent, GdsCoreRenderer, GdsCoreRendererFactory, GdsCoreScopeDirective, GdsCoreScopeModule, GdsDatepickerComponent, GdsDetailsComponent, GdsDialogComponent, GdsDivComponent, GdsDividerComponent, GdsDropdownComponent, GdsFabComponent, GdsFilterChipComponent, GdsFilterChipsComponent, GdsFlexComponent, GdsFormControlBase, GdsFormSummaryComponent, GdsFormattedAccountComponent, GdsFormattedDateComponent, GdsFormattedNumberComponent, GdsGridComponent, GdsGroupedListComponent, GdsIconDetailsComponent, GdsImgComponent, GdsInputComponent, GdsLinkComponent, GdsListItemComponent, GdsMaskComponent, GdsMenuButtonComponent, GdsMenuHeadingComponent, GdsMenuItemComponent, GdsOptionComponent, GdsPaginationComponent, GdsPopoverComponent, GdsRadioComponent, GdsRadioGroupComponent, GdsRichTextComponent, GdsSegmentComponent, GdsSegmentedControlComponent, GdsSelectComponent, GdsSensitiveAccountComponent, GdsSensitiveDateComponent, GdsSensitiveNumberComponent, GdsSignalComponent, GdsSpinnerComponent, GdsTableComponent, GdsTextComponent, GdsTextareaComponent, GdsThemeComponent, GdsVideoComponent, GreenCoreNgModule, IconAiComponent, IconAirplaneUpComponent, IconArchiveComponent, IconArrowBottomTopComponent, IconArrowBoxLeftAltComponent, IconArrowBoxLeftComponent, IconArrowBoxRightComponent, IconArrowComponent, IconArrowDownComponent, IconArrowInboxComponent, IconArrowLeftComponent, IconArrowLeftRightComponent, IconArrowOutOfBoxComponent, IconArrowRightCircleComponent, IconArrowRightComponent, IconArrowRightDownCircleComponent, IconArrowRightUpCircleComponent, IconArrowRotateClockwiseComponent, IconArrowRotateCounterClockwiseComponent, IconArrowRotateLeftRightComponent, IconArrowRotateRightLeftComponent, IconArrowShareLeftComponent, IconArrowShareRightComponent, IconArrowSplitComponent, IconArrowUpComponent, IconArrowWallDownComponent, IconArrowWallLeftComponent, IconArrowWallRightComponent, IconArrowWallUpComponent, IconAsteriskComponent, IconAtComponent, IconBackComponent, IconBackwardComponent, IconBagComponent, IconBankComponent, IconBanknote2Component, IconBanknoteComponent, IconBarcodeComponent, IconBarsThreeComponent, IconBarsTwoComponent, IconBasketComponent, IconBatteryLoadingComponent, IconBellComponent, IconBlockComponent, IconBookComponent, IconBookmarkCheckComponent, IconBookmarkComponent, IconBookmarkDeleteComponent, IconBookmarkPlusComponent, IconBookmarkRemoveComponent, IconBooksComponent, IconBrandAppStoreComponent, IconBrandAppleMusicComponent, IconBrandBankidComponent, IconBrandChromeComponent, IconBrandFacebookComponent, IconBrandFigmaComponent, IconBrandFirefoxComponent, IconBrandGithubComponent, IconBrandGreenComponent, IconBrandInstagramComponent, IconBrandLinkedinComponent, IconBrandPlayStoreComponent, IconBrandRssFeedComponent, IconBrandSebComponent, IconBrandSpotifyComponent, IconBrandStorybookComponent, IconBrandSwishWordComponent, IconBrandXComponent, IconBrushComponent, IconBubbleAnnotationComponent, IconBubblesComponent, IconBuildingsComponent, IconBulletListComponent, IconCalculatorComponent, IconCalendarCheckComponent, IconCalendarComponent, IconCalenderAddComponent, IconCallComponent, IconCarComponent, IconCarusselComponent, IconChainLinkBrokenComponent, IconChainLinkComponent, IconChartTwoComponent, IconChecklistComponent, IconCheckmarkComponent, IconChevronBottomComponent, IconChevronDoubleDownComponent, IconChevronDoubleLeftComponent, IconChevronDoubleRightComponent, IconChevronDoubleUpComponent, IconChevronDownSmallComponent, IconChevronGrabberVerticalComponent, IconChevronGrabberVerticalReversedComponent, IconChevronLeftComponent, IconChevronLeftSmallComponent, IconChevronRightComponent, IconChevronRightSmallComponent, IconChevronTopComponent, IconChevronTopSmallComponent, IconCircleBanComponent, IconCircleCheckComponent, IconCircleDotsComponent, IconCircleInfoComponent, IconCircleMinusComponent, IconCirclePlaceholderOnComponent, IconCirclePlusComponent, IconCircleQuestionmarkComponent, IconCircleXComponent, IconCirclesThreeComponent, IconClockComponent, IconCloudDownloadComponent, IconCloudUploadComponent, IconCloudySunComponent, IconCodeBracketsComponent, IconCodeComponent, IconCompassRoundComponent, IconCookiesComponent, IconCopyComponent, IconCreditCardAddComponent, IconCreditCardComponent, IconCrossLargeComponent, IconCrossSmallComponent, IconCupHotComponent, IconCursorComponent, IconDevicesComponent, IconDirectionComponent, IconDollarComponent, IconDotGridOneHorizontalComponent, IconDotGridOneVerticalComponent, IconDotGridThreeComponent, IconDotGridTwoComponent, IconEmailComponent, IconEmojiAngryComponent, IconEmojiNeutralComponent, IconEmojiSadComponent, IconEmojiSmileComponent, IconEmojiSmileyComponent, IconEuroComponent, IconExpandComponent, IconEyeOpenComponent, IconEyeSlashComponent, IconFashionComponent, IconFastForwardComponent, IconFileBendComponent, IconFileChartComponent, IconFileTextComponent, IconFilesComponent, IconFilterComponent, IconFlagComponent, IconFloppyDiskComponent, IconFocusComponent, IconFolderAddRightComponent, IconFolderComponent, IconFullscreenComponent, IconGiftComponent, IconGlobusComponent, IconGraduateCapComponent, IconGreenPowerComponent, IconGroupComponent, IconGrowthComponent, IconHeadphonesComponent, IconHeartBeatComponent, IconHeartComponent, IconHistoryComponent, IconHomeEnergyOneComponent, IconHomeEnergyTwoComponent, IconHomeOpenComponent, IconHomeRoofComponent, IconHorizontalAlignmentBottomComponent, IconHourglassComponent, IconImagesComponent, IconInboxEmptyComponent, IconIndustryComponent, IconJpgComponent, IconKeyComponent, IconKnifeSpoonComponent, IconLabComponent, IconLawComponent, IconLeisureComponent, IconLightBulbSimpleComponent, IconLightningComponent, IconLineChartFourComponent, IconLineChartOneComponent, IconLineChartThreeComponent, IconLineChartTwoComponent, IconLockComponent, IconMacbookAirComponent, IconMagnifyingGlassComponent, IconMapPinComponent, IconMegaphoneComponent, IconMenuSidebarComponent, IconMicOffComponent, IconMicOnComponent, IconMinimizeComponent, IconMinusLargeComponent, IconMinusSmallComponent, IconMoneyHandComponent, IconMoneybagComponent, IconMoonComponent, IconMuteComponent, IconOfficeComponent, IconPageAddComponent, IconPaperPlaneTopRightComponent, IconPaperclipComponent, IconPauseComponent, IconPdfComponent, IconPencilSignComponent, IconPencilSparkleComponent, IconPencilWaveComponent, IconPensionComponent, IconPeopleA11yComponent, IconPeopleAddComponent, IconPeopleAddedComponent, IconPeopleCircleComponent, IconPeopleComponent, IconPeopleCopyComponent, IconPeopleProfileComponent, IconPeopleRemoveComponent, IconPercentComponent, IconPhoneComponent, IconPieChartComponent, IconPiggyBankComponent, IconPinComponent, IconPinchComponent, IconPlayCircleComponent, IconPlayComponent, IconPlusLargeComponent, IconPlusSmallComponent, IconPngComponent, IconPoopComponent, IconPostcardComponent, IconPoundComponent, IconPowerComponent, IconPowerPlantComponent, IconPrinterComponent, IconPushComponent, IconQrCodeComponent, IconRainyComponent, IconRaisingHandComponent, IconReadingListComponent, IconReceiptBillComponent, IconReceiptionBellComponent, IconRecordComponent, IconRefundComponent, IconRobotComponent, IconRocketComponent, IconRunShortcutComponent, IconSafariComponent, IconSchoolComponent, IconScissorsComponent, IconSearchMenuComponent, IconSettingsGearComponent, IconSettingsSliderHorComponent, IconSettingsSliderVerComponent, IconShapesComponent, IconShareComponent, IconShieldCheckedComponent, IconShieldComponent, IconShieldCrossedComponent, IconShoppingBagComponent, IconSignatureComponent, IconSmartwatchComponent, IconSolarComponent, IconSortAscendingComponent, IconSortComponent, IconSortDescendingComponent, IconSortDownComponent, IconSortUpComponent, IconSquareArrowTopRightComponent, IconSquareBehindSquareComponent, IconSquareGridCircleComponent, IconSquarePlaceholderComponent, IconStarComponent, IconStoreComponent, IconSunComponent, IconSunsetArrowDownComponent, IconTagComponent, IconTargetArrowComponent, IconTelevisionComponent, IconTennisComponent, IconTextEditComponent, IconThermostatComponent, IconThumbsDownComponent, IconThumbsUpComponent, IconTicketComponent, IconTradingViewCandlesComponent, IconTrashCanComponent, IconTreeComponent, IconTrendingFiveComponent, IconTrendingFourComponent, IconTrendingOneComponent, IconTrendingThreeComponent, IconTrendingTwoComponent, IconTriangleExclamationComponent, IconTruckComponent, IconUmbrellaSecurityComponent, IconUnlockedComponent, IconVolumeFullComponent, IconVolumeHalfComponent, IconVolumeOffComponent, IconWalletComponent, IconWarningSignComponent, IconWifiFullComponent, IconYoutubeComponent, IconZapComponent, IconZoomInComponent, IconZoomOutComponent, SCOPE_RESOLVER, animationsCoreRendererFactory, provideCoreRenderer, provideCoreRendererWithAnimations };
38253
38352
  //# sourceMappingURL=sebgroup-green-core-ng.mjs.map