@sebgroup/green-core-ng 3.5.0 → 3.6.2

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.
@@ -4,18 +4,18 @@ import { inject, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, booleanAtt
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
6
  import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
7
+ import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
7
8
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
8
9
  import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
9
10
  import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
10
11
  import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
11
- import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
12
12
  import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
13
13
  import { GdsCard } from '@sebgroup/green-core/components/card/card.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';
17
- import { GdsDatepicker } from '@sebgroup/green-core/components/datepicker/datepicker.component.js';
18
17
  import { GdsContextMenu, GdsMenuItem, GdsMenuHeading } from '@sebgroup/green-core/components/context-menu/context-menu.component.js';
18
+ import { GdsDatepicker } from '@sebgroup/green-core/components/datepicker/datepicker.component.js';
19
19
  import { GdsDetails } from '@sebgroup/green-core/components/details/details.component.js';
20
20
  import { GdsDialog } from '@sebgroup/green-core/components/dialog/dialog.component.js';
21
21
  import { GdsDiv } from '@sebgroup/green-core/components/div/div.component.js';
@@ -42,6 +42,7 @@ import { GdsSegmentedControl } from '@sebgroup/green-core/components/segmented-c
42
42
  import { GdsSelect } from '@sebgroup/green-core/components/select/select.component.js';
43
43
  import { GdsSignal } from '@sebgroup/green-core/components/signal/signal.component.js';
44
44
  import { GdsSpinner } from '@sebgroup/green-core/components/spinner/spinner.component.js';
45
+ import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
45
46
  import { GdsTable } from '@sebgroup/green-core/components/table/table.component.js';
46
47
  import { GdsText } from '@sebgroup/green-core/components/text/text.component.js';
47
48
  import { GdsTextarea } from '@sebgroup/green-core/components/textarea/textarea.component.js';
@@ -58,8 +59,8 @@ import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-te
58
59
  import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
59
60
  import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
60
61
  import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
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
+ import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
63
64
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
64
65
  import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
65
66
  import { IconArchive } from '@sebgroup/green-core/components/icon/icons/archive.component.js';
@@ -680,6 +681,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
680
681
  * Auto-generated from Custom Elements Manifest
681
682
  */
682
683
 
684
+ /**
685
+ * Angular wrapper for the gds-breadcrumbs web component
686
+ *
687
+ */
688
+ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
689
+ get element() {
690
+ return this.elementRef.nativeElement;
691
+ }
692
+ constructor() {
693
+ this.elementRef = inject((ElementRef));
694
+ this.zone = inject(NgZone);
695
+ this.cdr = inject(ChangeDetectorRef);
696
+ this.cdr.detach();
697
+ }
698
+ ngOnInit() {
699
+ // Define the custom element
700
+ try {
701
+ GdsBreadcrumbs.define();
702
+ }
703
+ catch (e) {
704
+ // Component may not be available in this version of green-core
705
+ console.warn('Failed to define gds-breadcrumbs:', e);
706
+ }
707
+ }
708
+ ngOnChanges(changes) {
709
+ // Implementation added by @ProxyInputs decorator
710
+ }
711
+ ngAfterViewInit() {
712
+ // Implementation added by @ProxyInputs decorator
713
+ }
714
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
715
+ 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 }); }
716
+ };
717
+ GdsBreadcrumbsComponent = __decorate([
718
+ 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']),
719
+ __metadata("design:paramtypes", [])
720
+ ], GdsBreadcrumbsComponent);
721
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
722
+ type: Component,
723
+ args: [{
724
+ selector: 'gds-breadcrumbs',
725
+ standalone: true,
726
+ changeDetection: ChangeDetectionStrategy.OnPush,
727
+ template: `<ng-content></ng-content>`
728
+ }]
729
+ }], ctorParameters: () => [], propDecorators: { size: [{
730
+ type: Input
731
+ }], label: [{
732
+ type: Input
733
+ }], alignSelf: [{
734
+ type: Input
735
+ }], justifySelf: [{
736
+ type: Input
737
+ }], placeSelf: [{
738
+ type: Input
739
+ }], gridColumn: [{
740
+ type: Input
741
+ }], gridRow: [{
742
+ type: Input
743
+ }], gridArea: [{
744
+ type: Input
745
+ }], flex: [{
746
+ type: Input
747
+ }], order: [{
748
+ type: Input
749
+ }], width: [{
750
+ type: Input
751
+ }], minWidth: [{
752
+ type: Input
753
+ }], maxWidth: [{
754
+ type: Input
755
+ }], inlineSize: [{
756
+ type: Input
757
+ }], minInlineSize: [{
758
+ type: Input
759
+ }], maxInlineSize: [{
760
+ type: Input
761
+ }], margin: [{
762
+ type: Input
763
+ }], marginInline: [{
764
+ type: Input
765
+ }], marginBlock: [{
766
+ type: Input
767
+ }], syncFirstRender: [{
768
+ type: Input,
769
+ args: [{ transform: booleanAttribute }]
770
+ }] } });
771
+
772
+ /**
773
+ * GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
774
+ *
775
+ *
776
+ * Auto-generated from Custom Elements Manifest
777
+ */
778
+
683
779
  /**
684
780
  * Base class for Angular wrapper components that wrap Green Core form controls.
685
781
  *
@@ -997,101 +1093,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
997
1093
  * Auto-generated from Custom Elements Manifest
998
1094
  */
999
1095
 
1000
- /**
1001
- * Angular wrapper for the gds-breadcrumbs web component
1002
- *
1003
- */
1004
- let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
1005
- get element() {
1006
- return this.elementRef.nativeElement;
1007
- }
1008
- constructor() {
1009
- this.elementRef = inject((ElementRef));
1010
- this.zone = inject(NgZone);
1011
- this.cdr = inject(ChangeDetectorRef);
1012
- this.cdr.detach();
1013
- }
1014
- ngOnInit() {
1015
- // Define the custom element
1016
- try {
1017
- GdsBreadcrumbs.define();
1018
- }
1019
- catch (e) {
1020
- // Component may not be available in this version of green-core
1021
- console.warn('Failed to define gds-breadcrumbs:', e);
1022
- }
1023
- }
1024
- ngOnChanges(changes) {
1025
- // Implementation added by @ProxyInputs decorator
1026
- }
1027
- ngAfterViewInit() {
1028
- // Implementation added by @ProxyInputs decorator
1029
- }
1030
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1031
- 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 }); }
1032
- };
1033
- GdsBreadcrumbsComponent = __decorate([
1034
- 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']),
1035
- __metadata("design:paramtypes", [])
1036
- ], GdsBreadcrumbsComponent);
1037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
1038
- type: Component,
1039
- args: [{
1040
- selector: 'gds-breadcrumbs',
1041
- standalone: true,
1042
- changeDetection: ChangeDetectionStrategy.OnPush,
1043
- template: `<ng-content></ng-content>`
1044
- }]
1045
- }], ctorParameters: () => [], propDecorators: { size: [{
1046
- type: Input
1047
- }], label: [{
1048
- type: Input
1049
- }], alignSelf: [{
1050
- type: Input
1051
- }], justifySelf: [{
1052
- type: Input
1053
- }], placeSelf: [{
1054
- type: Input
1055
- }], gridColumn: [{
1056
- type: Input
1057
- }], gridRow: [{
1058
- type: Input
1059
- }], gridArea: [{
1060
- type: Input
1061
- }], flex: [{
1062
- type: Input
1063
- }], order: [{
1064
- type: Input
1065
- }], width: [{
1066
- type: Input
1067
- }], minWidth: [{
1068
- type: Input
1069
- }], maxWidth: [{
1070
- type: Input
1071
- }], inlineSize: [{
1072
- type: Input
1073
- }], minInlineSize: [{
1074
- type: Input
1075
- }], maxInlineSize: [{
1076
- type: Input
1077
- }], margin: [{
1078
- type: Input
1079
- }], marginInline: [{
1080
- type: Input
1081
- }], marginBlock: [{
1082
- type: Input
1083
- }], syncFirstRender: [{
1084
- type: Input,
1085
- args: [{ transform: booleanAttribute }]
1086
- }] } });
1087
-
1088
- /**
1089
- * GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
1090
- *
1091
- *
1092
- * Auto-generated from Custom Elements Manifest
1093
- */
1094
-
1095
1096
  /**
1096
1097
  * Angular wrapper for the gds-calendar web component
1097
1098
  *
@@ -1899,31 +1900,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
1899
1900
  */
1900
1901
 
1901
1902
  /**
1902
- * Angular wrapper for the gds-datepicker web component
1903
+ * Angular wrapper for the gds-context-menu web component
1903
1904
  *
1904
1905
  */
1905
- let GdsDatepickerComponent = class GdsDatepickerComponent extends GdsFormControlBase {
1906
- constructor() {
1907
- super(...arguments);
1908
- /** Fired when the value of the dropdown is changed through user interaction (not when value prop is set programatically). */
1909
- this.change = new EventEmitter();
1910
- /** Fired when the dropdown is opened or closed. */
1911
- this.gdsUiState = new EventEmitter();
1912
- }
1906
+ let GdsContextMenuComponent = class GdsContextMenuComponent {
1913
1907
  get element() {
1914
1908
  return this.elementRef.nativeElement;
1915
1909
  }
1910
+ constructor() {
1911
+ this.elementRef = inject((ElementRef));
1912
+ this.zone = inject(NgZone);
1913
+ this.cdr = inject(ChangeDetectorRef);
1914
+ /** Fired when a menu item is clicked. */
1915
+ this.gdsMenuItemClick = new EventEmitter();
1916
+ /** Fired when the menu is opened or closed. */
1917
+ this.gdsUiState = new EventEmitter();
1918
+ this.cdr.detach();
1919
+ }
1916
1920
  ngOnInit() {
1917
- super.ngOnInit();
1918
1921
  // Define the custom element
1919
1922
  try {
1920
- GdsDatepicker.define();
1923
+ GdsContextMenu.define();
1921
1924
  }
1922
1925
  catch (e) {
1923
1926
  // Component may not be available in this version of green-core
1924
- console.warn('Failed to define gds-datepicker:', e);
1927
+ console.warn('Failed to define gds-context-menu:', e);
1925
1928
  }
1926
1929
  // Set up event listeners
1930
+ this.elementRef.nativeElement.addEventListener('gds-menu-item-click', (event) => {
1931
+ this.gdsMenuItemClick.emit(event);
1932
+ });
1927
1933
  this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
1928
1934
  this.gdsUiState.emit(event);
1929
1935
  });
@@ -1932,46 +1938,36 @@ let GdsDatepickerComponent = class GdsDatepickerComponent extends GdsFormControl
1932
1938
  // Implementation added by @ProxyInputs decorator
1933
1939
  }
1934
1940
  ngAfterViewInit() {
1935
- super.ngAfterViewInit();
1941
+ // Implementation added by @ProxyInputs decorator
1936
1942
  }
1937
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsDatepickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
1938
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsDatepickerComponent, isStandalone: true, selector: "gds-datepicker", inputs: { width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", value: "value", min: "min", max: "max", open: ["open", "open", booleanAttribute], supportingText: "supportingText", size: "size", plain: ["plain", "plain", booleanAttribute], showWeekNumbers: ["showWeekNumbers", "showWeekNumbers", booleanAttribute], hideLabel: ["hideLabel", "hideLabel", booleanAttribute], clearable: ["clearable", "clearable", booleanAttribute], hideTodayButton: ["hideTodayButton", "hideTodayButton", booleanAttribute], utcHours: "utcHours", dateformat: "dateformat", disabledWeekends: ["disabledWeekends", "disabledWeekends", booleanAttribute], disabledDates: "disabledDates", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], test_calendarButton: "test_calendarButton", test_clearButton: "test_clearButton", test_todayButton: "test_todayButton", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { change: "change", gdsUiState: "gdsUiState" }, providers: [
1939
- {
1940
- provide: NG_VALUE_ACCESSOR,
1941
- useExisting: forwardRef(() => GdsDatepickerComponent),
1942
- multi: true,
1943
- },
1944
- ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1943
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1944
+ 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 }); }
1945
1945
  };
1946
- GdsDatepickerComponent = __decorate([
1947
- ProxyInputs(['width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'value', 'min', 'max', 'open', 'supportingText', 'size', 'plain', 'showWeekNumbers', 'hideLabel', 'clearable', 'hideTodayButton', 'utcHours', 'dateformat', 'disabledWeekends', 'disabledDates', 'showExtendedSupportingText', 'test_calendarButton', 'test_clearButton', 'test_todayButton', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled', 'syncFirstRender'])
1948
- ], GdsDatepickerComponent);
1949
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsDatepickerComponent, decorators: [{
1946
+ GdsContextMenuComponent = __decorate([
1947
+ 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']),
1948
+ __metadata("design:paramtypes", [])
1949
+ ], GdsContextMenuComponent);
1950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, decorators: [{
1950
1951
  type: Component,
1951
1952
  args: [{
1952
- selector: 'gds-datepicker',
1953
+ selector: 'gds-context-menu',
1953
1954
  standalone: true,
1954
1955
  changeDetection: ChangeDetectionStrategy.OnPush,
1955
- template: `<ng-content></ng-content>`,
1956
- providers: [
1957
- {
1958
- provide: NG_VALUE_ACCESSOR,
1959
- useExisting: forwardRef(() => GdsDatepickerComponent),
1960
- multi: true,
1961
- },
1962
- ]
1956
+ template: `<ng-content></ng-content>`
1963
1957
  }]
1964
- }], propDecorators: { width: [{
1965
- type: Input
1966
- }], minWidth: [{
1967
- type: Input
1968
- }], maxWidth: [{
1958
+ }], ctorParameters: () => [], propDecorators: { open: [{
1959
+ type: Input,
1960
+ args: [{ transform: booleanAttribute }]
1961
+ }], buttonLabel: [{
1969
1962
  type: Input
1970
- }], inlineSize: [{
1963
+ }], showLabel: [{
1964
+ type: Input,
1965
+ args: [{ transform: booleanAttribute }]
1966
+ }], label: [{
1971
1967
  type: Input
1972
- }], minInlineSize: [{
1968
+ }], maxHeight: [{
1973
1969
  type: Input
1974
- }], maxInlineSize: [{
1970
+ }], placement: [{
1975
1971
  type: Input
1976
1972
  }], margin: [{
1977
1973
  type: Input
@@ -1995,115 +1991,48 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
1995
1991
  type: Input
1996
1992
  }], order: [{
1997
1993
  type: Input
1998
- }], value: [{
1999
- type: Input
2000
- }], min: [{
2001
- type: Input
2002
- }], max: [{
2003
- type: Input
2004
- }], open: [{
2005
- type: Input,
2006
- args: [{ transform: booleanAttribute }]
2007
- }], supportingText: [{
2008
- type: Input
2009
- }], size: [{
2010
- type: Input
2011
- }], plain: [{
2012
- type: Input,
2013
- args: [{ transform: booleanAttribute }]
2014
- }], showWeekNumbers: [{
2015
- type: Input,
2016
- args: [{ transform: booleanAttribute }]
2017
- }], hideLabel: [{
2018
- type: Input,
2019
- args: [{ transform: booleanAttribute }]
2020
- }], clearable: [{
2021
- type: Input,
2022
- args: [{ transform: booleanAttribute }]
2023
- }], hideTodayButton: [{
2024
- type: Input,
2025
- args: [{ transform: booleanAttribute }]
2026
- }], utcHours: [{
2027
- type: Input
2028
- }], dateformat: [{
2029
- type: Input
2030
- }], disabledWeekends: [{
2031
- type: Input,
2032
- args: [{ transform: booleanAttribute }]
2033
- }], disabledDates: [{
2034
- type: Input
2035
- }], showExtendedSupportingText: [{
2036
- type: Input,
2037
- args: [{ transform: booleanAttribute }]
2038
- }], test_calendarButton: [{
2039
- type: Input
2040
- }], test_clearButton: [{
2041
- type: Input
2042
- }], test_todayButton: [{
2043
- type: Input
2044
- }], validator: [{
2045
- type: Input
2046
- }], required: [{
2047
- type: Input,
2048
- args: [{ transform: booleanAttribute }]
2049
- }], errorMessage: [{
2050
- type: Input
2051
- }], invalid: [{
2052
- type: Input
2053
- }], label: [{
2054
- type: Input
2055
- }], name: [{
2056
- type: Input
2057
- }], disabled: [{
2058
- type: Input,
2059
- args: [{ transform: booleanAttribute }]
2060
1994
  }], syncFirstRender: [{
2061
1995
  type: Input,
2062
1996
  args: [{ transform: booleanAttribute }]
2063
- }], change: [{
1997
+ }], gdsMenuItemClick: [{
2064
1998
  type: Output
2065
1999
  }], gdsUiState: [{
2066
2000
  type: Output
2067
2001
  }] } });
2068
2002
 
2069
2003
  /**
2070
- * GdsDatepickerComponent - Angular wrapper for gds-datepicker
2004
+ * GdsContextMenuComponent - Angular wrapper for gds-context-menu
2071
2005
  *
2072
2006
  *
2073
2007
  * Auto-generated from Custom Elements Manifest
2074
2008
  */
2075
2009
 
2076
2010
  /**
2077
- * Angular wrapper for the gds-context-menu web component
2011
+ * Angular wrapper for the gds-datepicker web component
2078
2012
  *
2079
2013
  */
2080
- let GdsContextMenuComponent = class GdsContextMenuComponent {
2081
- get element() {
2082
- return this.elementRef.nativeElement;
2083
- }
2014
+ let GdsDatepickerComponent = class GdsDatepickerComponent extends GdsFormControlBase {
2084
2015
  constructor() {
2085
- this.elementRef = inject((ElementRef));
2086
- this.zone = inject(NgZone);
2087
- this.cdr = inject(ChangeDetectorRef);
2088
- /** Fired when a menu item is clicked. */
2089
- this.gdsMenuItemClick = new EventEmitter();
2090
- /** Fired when the menu is opened or closed. */
2016
+ super(...arguments);
2017
+ /** Fired when the value of the dropdown is changed through user interaction (not when value prop is set programatically). */
2018
+ this.change = new EventEmitter();
2019
+ /** Fired when the dropdown is opened or closed. */
2091
2020
  this.gdsUiState = new EventEmitter();
2092
- this.cdr.detach();
2021
+ }
2022
+ get element() {
2023
+ return this.elementRef.nativeElement;
2093
2024
  }
2094
2025
  ngOnInit() {
2026
+ super.ngOnInit();
2095
2027
  // Define the custom element
2096
2028
  try {
2097
- GdsContextMenu.define();
2029
+ GdsDatepicker.define();
2098
2030
  }
2099
2031
  catch (e) {
2100
2032
  // Component may not be available in this version of green-core
2101
- console.warn('Failed to define gds-context-menu:', e);
2033
+ console.warn('Failed to define gds-datepicker:', e);
2102
2034
  }
2103
2035
  // Set up event listeners
2104
- this.elementRef.nativeElement.addEventListener('gds-menu-item-click', (event) => {
2105
- this.gdsMenuItemClick.emit(event);
2106
- });
2107
2036
  this.elementRef.nativeElement.addEventListener('gds-ui-state', (event) => {
2108
2037
  this.gdsUiState.emit(event);
2109
2038
  });
@@ -2112,36 +2041,46 @@ let GdsContextMenuComponent = class GdsContextMenuComponent {
2112
2041
  // Implementation added by @ProxyInputs decorator
2113
2042
  }
2114
2043
  ngAfterViewInit() {
2115
- // Implementation added by @ProxyInputs decorator
2044
+ super.ngAfterViewInit();
2116
2045
  }
2117
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2118
- 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 }); }
2046
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsDatepickerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
2047
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsDatepickerComponent, isStandalone: true, selector: "gds-datepicker", inputs: { width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", value: "value", min: "min", max: "max", open: ["open", "open", booleanAttribute], supportingText: "supportingText", size: "size", plain: ["plain", "plain", booleanAttribute], showWeekNumbers: ["showWeekNumbers", "showWeekNumbers", booleanAttribute], hideLabel: ["hideLabel", "hideLabel", booleanAttribute], clearable: ["clearable", "clearable", booleanAttribute], hideTodayButton: ["hideTodayButton", "hideTodayButton", booleanAttribute], utcHours: "utcHours", dateformat: "dateformat", disabledWeekends: ["disabledWeekends", "disabledWeekends", booleanAttribute], disabledDates: "disabledDates", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], test_calendarButton: "test_calendarButton", test_clearButton: "test_clearButton", test_todayButton: "test_todayButton", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { change: "change", gdsUiState: "gdsUiState" }, providers: [
2048
+ {
2049
+ provide: NG_VALUE_ACCESSOR,
2050
+ useExisting: forwardRef(() => GdsDatepickerComponent),
2051
+ multi: true,
2052
+ },
2053
+ ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2119
2054
  };
2120
- GdsContextMenuComponent = __decorate([
2121
- 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']),
2122
- __metadata("design:paramtypes", [])
2123
- ], GdsContextMenuComponent);
2124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsContextMenuComponent, decorators: [{
2055
+ GdsDatepickerComponent = __decorate([
2056
+ ProxyInputs(['width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'value', 'min', 'max', 'open', 'supportingText', 'size', 'plain', 'showWeekNumbers', 'hideLabel', 'clearable', 'hideTodayButton', 'utcHours', 'dateformat', 'disabledWeekends', 'disabledDates', 'showExtendedSupportingText', 'test_calendarButton', 'test_clearButton', 'test_todayButton', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled', 'syncFirstRender'])
2057
+ ], GdsDatepickerComponent);
2058
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsDatepickerComponent, decorators: [{
2125
2059
  type: Component,
2126
2060
  args: [{
2127
- selector: 'gds-context-menu',
2061
+ selector: 'gds-datepicker',
2128
2062
  standalone: true,
2129
2063
  changeDetection: ChangeDetectionStrategy.OnPush,
2130
- template: `<ng-content></ng-content>`
2064
+ template: `<ng-content></ng-content>`,
2065
+ providers: [
2066
+ {
2067
+ provide: NG_VALUE_ACCESSOR,
2068
+ useExisting: forwardRef(() => GdsDatepickerComponent),
2069
+ multi: true,
2070
+ },
2071
+ ]
2131
2072
  }]
2132
- }], ctorParameters: () => [], propDecorators: { open: [{
2133
- type: Input,
2134
- args: [{ transform: booleanAttribute }]
2135
- }], buttonLabel: [{
2073
+ }], propDecorators: { width: [{
2136
2074
  type: Input
2137
- }], showLabel: [{
2138
- type: Input,
2139
- args: [{ transform: booleanAttribute }]
2140
- }], label: [{
2075
+ }], minWidth: [{
2141
2076
  type: Input
2142
- }], maxHeight: [{
2077
+ }], maxWidth: [{
2143
2078
  type: Input
2144
- }], placement: [{
2079
+ }], inlineSize: [{
2080
+ type: Input
2081
+ }], minInlineSize: [{
2082
+ type: Input
2083
+ }], maxInlineSize: [{
2145
2084
  type: Input
2146
2085
  }], margin: [{
2147
2086
  type: Input
@@ -2165,17 +2104,79 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
2165
2104
  type: Input
2166
2105
  }], order: [{
2167
2106
  type: Input
2107
+ }], value: [{
2108
+ type: Input
2109
+ }], min: [{
2110
+ type: Input
2111
+ }], max: [{
2112
+ type: Input
2113
+ }], open: [{
2114
+ type: Input,
2115
+ args: [{ transform: booleanAttribute }]
2116
+ }], supportingText: [{
2117
+ type: Input
2118
+ }], size: [{
2119
+ type: Input
2120
+ }], plain: [{
2121
+ type: Input,
2122
+ args: [{ transform: booleanAttribute }]
2123
+ }], showWeekNumbers: [{
2124
+ type: Input,
2125
+ args: [{ transform: booleanAttribute }]
2126
+ }], hideLabel: [{
2127
+ type: Input,
2128
+ args: [{ transform: booleanAttribute }]
2129
+ }], clearable: [{
2130
+ type: Input,
2131
+ args: [{ transform: booleanAttribute }]
2132
+ }], hideTodayButton: [{
2133
+ type: Input,
2134
+ args: [{ transform: booleanAttribute }]
2135
+ }], utcHours: [{
2136
+ type: Input
2137
+ }], dateformat: [{
2138
+ type: Input
2139
+ }], disabledWeekends: [{
2140
+ type: Input,
2141
+ args: [{ transform: booleanAttribute }]
2142
+ }], disabledDates: [{
2143
+ type: Input
2144
+ }], showExtendedSupportingText: [{
2145
+ type: Input,
2146
+ args: [{ transform: booleanAttribute }]
2147
+ }], test_calendarButton: [{
2148
+ type: Input
2149
+ }], test_clearButton: [{
2150
+ type: Input
2151
+ }], test_todayButton: [{
2152
+ type: Input
2153
+ }], validator: [{
2154
+ type: Input
2155
+ }], required: [{
2156
+ type: Input,
2157
+ args: [{ transform: booleanAttribute }]
2158
+ }], errorMessage: [{
2159
+ type: Input
2160
+ }], invalid: [{
2161
+ type: Input
2162
+ }], label: [{
2163
+ type: Input
2164
+ }], name: [{
2165
+ type: Input
2166
+ }], disabled: [{
2167
+ type: Input,
2168
+ args: [{ transform: booleanAttribute }]
2168
2169
  }], syncFirstRender: [{
2169
2170
  type: Input,
2170
2171
  args: [{ transform: booleanAttribute }]
2171
- }], gdsMenuItemClick: [{
2172
+ }], change: [{
2172
2173
  type: Output
2173
2174
  }], gdsUiState: [{
2174
2175
  type: Output
2175
2176
  }] } });
2176
2177
 
2177
2178
  /**
2178
- * GdsContextMenuComponent - Angular wrapper for gds-context-menu
2179
+ * GdsDatepickerComponent - Angular wrapper for gds-datepicker
2179
2180
  *
2180
2181
  *
2181
2182
  * Auto-generated from Custom Elements Manifest
@@ -5415,6 +5416,142 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
5415
5416
  * Auto-generated from Custom Elements Manifest
5416
5417
  */
5417
5418
 
5419
+ /**
5420
+ * Angular wrapper for the gds-switch web component
5421
+ *
5422
+ */
5423
+ let GdsSwitchComponent = class GdsSwitchComponent extends GdsCheckboxFormControlBase {
5424
+ constructor() {
5425
+ super(...arguments);
5426
+ /** Dispatched when the checked state changes. */
5427
+ this.input = new EventEmitter();
5428
+ /** Dispatched when the checked state changes. */
5429
+ this.change = new EventEmitter();
5430
+ }
5431
+ get element() {
5432
+ return this.elementRef.nativeElement;
5433
+ }
5434
+ ngOnInit() {
5435
+ super.ngOnInit();
5436
+ // Define the custom element
5437
+ try {
5438
+ GdsSwitch.define();
5439
+ }
5440
+ catch (e) {
5441
+ // Component may not be available in this version of green-core
5442
+ console.warn('Failed to define gds-switch:', e);
5443
+ }
5444
+ }
5445
+ ngOnChanges(changes) {
5446
+ // Implementation added by @ProxyInputs decorator
5447
+ }
5448
+ ngAfterViewInit() {
5449
+ super.ngAfterViewInit();
5450
+ }
5451
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
5452
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSwitchComponent, isStandalone: true, selector: "gds-switch", inputs: { alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", checked: ["checked", "checked", booleanAttribute], controlPlacement: "controlPlacement", size: "size", justifyContent: "justifyContent", value: "value", validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", name: "name", disabled: ["disabled", "disabled", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { input: "input", change: "change" }, providers: [
5453
+ {
5454
+ provide: NG_VALUE_ACCESSOR,
5455
+ useExisting: forwardRef(() => GdsSwitchComponent),
5456
+ multi: true,
5457
+ },
5458
+ ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5459
+ };
5460
+ GdsSwitchComponent = __decorate([
5461
+ ProxyInputs(['align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'margin', 'margin-inline', 'margin-block', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'checked', 'controlPlacement', 'size', 'justify-content', 'value', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'name', 'disabled', 'syncFirstRender'])
5462
+ ], GdsSwitchComponent);
5463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSwitchComponent, decorators: [{
5464
+ type: Component,
5465
+ args: [{
5466
+ selector: 'gds-switch',
5467
+ standalone: true,
5468
+ changeDetection: ChangeDetectionStrategy.OnPush,
5469
+ template: `<ng-content></ng-content>`,
5470
+ providers: [
5471
+ {
5472
+ provide: NG_VALUE_ACCESSOR,
5473
+ useExisting: forwardRef(() => GdsSwitchComponent),
5474
+ multi: true,
5475
+ },
5476
+ ]
5477
+ }]
5478
+ }], propDecorators: { alignSelf: [{
5479
+ type: Input
5480
+ }], justifySelf: [{
5481
+ type: Input
5482
+ }], placeSelf: [{
5483
+ type: Input
5484
+ }], gridColumn: [{
5485
+ type: Input
5486
+ }], gridRow: [{
5487
+ type: Input
5488
+ }], gridArea: [{
5489
+ type: Input
5490
+ }], flex: [{
5491
+ type: Input
5492
+ }], order: [{
5493
+ type: Input
5494
+ }], margin: [{
5495
+ type: Input
5496
+ }], marginInline: [{
5497
+ type: Input
5498
+ }], marginBlock: [{
5499
+ type: Input
5500
+ }], width: [{
5501
+ type: Input
5502
+ }], minWidth: [{
5503
+ type: Input
5504
+ }], maxWidth: [{
5505
+ type: Input
5506
+ }], inlineSize: [{
5507
+ type: Input
5508
+ }], minInlineSize: [{
5509
+ type: Input
5510
+ }], maxInlineSize: [{
5511
+ type: Input
5512
+ }], checked: [{
5513
+ type: Input,
5514
+ args: [{ transform: booleanAttribute }]
5515
+ }], controlPlacement: [{
5516
+ type: Input
5517
+ }], size: [{
5518
+ type: Input
5519
+ }], justifyContent: [{
5520
+ type: Input
5521
+ }], value: [{
5522
+ type: Input
5523
+ }], validator: [{
5524
+ type: Input
5525
+ }], required: [{
5526
+ type: Input,
5527
+ args: [{ transform: booleanAttribute }]
5528
+ }], errorMessage: [{
5529
+ type: Input
5530
+ }], invalid: [{
5531
+ type: Input
5532
+ }], label: [{
5533
+ type: Input
5534
+ }], name: [{
5535
+ type: Input
5536
+ }], disabled: [{
5537
+ type: Input,
5538
+ args: [{ transform: booleanAttribute }]
5539
+ }], syncFirstRender: [{
5540
+ type: Input,
5541
+ args: [{ transform: booleanAttribute }]
5542
+ }], input: [{
5543
+ type: Output
5544
+ }], change: [{
5545
+ type: Output
5546
+ }] } });
5547
+
5548
+ /**
5549
+ * GdsSwitchComponent - Angular wrapper for gds-switch
5550
+ *
5551
+ *
5552
+ * Auto-generated from Custom Elements Manifest
5553
+ */
5554
+
5418
5555
  /**
5419
5556
  * Angular wrapper for the gds-table web component
5420
5557
  *
@@ -7721,10 +7858,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7721
7858
  */
7722
7859
 
7723
7860
  /**
7724
- * Angular wrapper for the gds-sensitive-date web component
7861
+ * Angular wrapper for the gds-sensitive-number web component
7725
7862
  *
7726
7863
  */
7727
- let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
7864
+ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7728
7865
  get element() {
7729
7866
  return this.elementRef.nativeElement;
7730
7867
  }
@@ -7737,11 +7874,11 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
7737
7874
  ngOnInit() {
7738
7875
  // Define the custom element
7739
7876
  try {
7740
- GdsSensitiveDate.define();
7877
+ GdsSensitiveNumber.define();
7741
7878
  }
7742
7879
  catch (e) {
7743
7880
  // Component may not be available in this version of green-core
7744
- console.warn('Failed to define gds-sensitive-date:', e);
7881
+ console.warn('Failed to define gds-sensitive-number:', e);
7745
7882
  }
7746
7883
  }
7747
7884
  ngOnChanges(changes) {
@@ -7750,17 +7887,17 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
7750
7887
  ngAfterViewInit() {
7751
7888
  // Implementation added by @ProxyInputs decorator
7752
7889
  }
7753
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7754
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveDateComponent, isStandalone: true, selector: "gds-sensitive-date", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", format: "format", locale: "locale", 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 }); }
7890
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7891
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveNumberComponent, isStandalone: true, selector: "gds-sensitive-number", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", locale: "locale", currency: "currency", decimals: "decimals", 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 }); }
7755
7892
  };
7756
- GdsSensitiveDateComponent = __decorate([
7757
- ProxyInputs(['hide', 'value', 'format', 'locale', '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']),
7893
+ GdsSensitiveNumberComponent = __decorate([
7894
+ ProxyInputs(['hide', 'value', 'locale', 'currency', 'decimals', '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']),
7758
7895
  __metadata("design:paramtypes", [])
7759
- ], GdsSensitiveDateComponent);
7760
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
7896
+ ], GdsSensitiveNumberComponent);
7897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
7761
7898
  type: Component,
7762
7899
  args: [{
7763
- selector: 'gds-sensitive-date',
7900
+ selector: 'gds-sensitive-number',
7764
7901
  standalone: true,
7765
7902
  changeDetection: ChangeDetectionStrategy.OnPush,
7766
7903
  template: `<ng-content></ng-content>`
@@ -7770,10 +7907,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7770
7907
  args: [{ transform: booleanAttribute }]
7771
7908
  }], value: [{
7772
7909
  type: Input
7773
- }], format: [{
7774
- type: Input
7775
7910
  }], locale: [{
7776
7911
  type: Input
7912
+ }], currency: [{
7913
+ type: Input
7914
+ }], decimals: [{
7915
+ type: Input
7777
7916
  }], tag: [{
7778
7917
  type: Input
7779
7918
  }], font: [{
@@ -7910,17 +8049,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7910
8049
  }] } });
7911
8050
 
7912
8051
  /**
7913
- * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8052
+ * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
7914
8053
  *
7915
8054
  *
7916
8055
  * Auto-generated from Custom Elements Manifest
7917
8056
  */
7918
8057
 
7919
8058
  /**
7920
- * Angular wrapper for the gds-sensitive-number web component
8059
+ * Angular wrapper for the gds-sensitive-date web component
7921
8060
  *
7922
8061
  */
7923
- let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
8062
+ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
7924
8063
  get element() {
7925
8064
  return this.elementRef.nativeElement;
7926
8065
  }
@@ -7933,11 +8072,11 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7933
8072
  ngOnInit() {
7934
8073
  // Define the custom element
7935
8074
  try {
7936
- GdsSensitiveNumber.define();
8075
+ GdsSensitiveDate.define();
7937
8076
  }
7938
8077
  catch (e) {
7939
8078
  // Component may not be available in this version of green-core
7940
- console.warn('Failed to define gds-sensitive-number:', e);
8079
+ console.warn('Failed to define gds-sensitive-date:', e);
7941
8080
  }
7942
8081
  }
7943
8082
  ngOnChanges(changes) {
@@ -7946,17 +8085,17 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7946
8085
  ngAfterViewInit() {
7947
8086
  // Implementation added by @ProxyInputs decorator
7948
8087
  }
7949
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7950
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveNumberComponent, isStandalone: true, selector: "gds-sensitive-number", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", locale: "locale", currency: "currency", decimals: "decimals", 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 }); }
8088
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8089
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveDateComponent, isStandalone: true, selector: "gds-sensitive-date", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", format: "format", locale: "locale", 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 }); }
7951
8090
  };
7952
- GdsSensitiveNumberComponent = __decorate([
7953
- ProxyInputs(['hide', 'value', 'locale', 'currency', 'decimals', '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']),
8091
+ GdsSensitiveDateComponent = __decorate([
8092
+ ProxyInputs(['hide', 'value', 'format', 'locale', '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']),
7954
8093
  __metadata("design:paramtypes", [])
7955
- ], GdsSensitiveNumberComponent);
7956
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
8094
+ ], GdsSensitiveDateComponent);
8095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
7957
8096
  type: Component,
7958
8097
  args: [{
7959
- selector: 'gds-sensitive-number',
8098
+ selector: 'gds-sensitive-date',
7960
8099
  standalone: true,
7961
8100
  changeDetection: ChangeDetectionStrategy.OnPush,
7962
8101
  template: `<ng-content></ng-content>`
@@ -7966,11 +8105,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7966
8105
  args: [{ transform: booleanAttribute }]
7967
8106
  }], value: [{
7968
8107
  type: Input
7969
- }], locale: [{
7970
- type: Input
7971
- }], currency: [{
8108
+ }], format: [{
7972
8109
  type: Input
7973
- }], decimals: [{
8110
+ }], locale: [{
7974
8111
  type: Input
7975
8112
  }], tag: [{
7976
8113
  type: Input
@@ -8108,7 +8245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8108
8245
  }] } });
8109
8246
 
8110
8247
  /**
8111
- * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8248
+ * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8112
8249
  *
8113
8250
  *
8114
8251
  * Auto-generated from Custom Elements Manifest
@@ -36666,15 +36803,15 @@ class GreenCoreNgModule {
36666
36803
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
36667
36804
  GdsBadgeComponent,
36668
36805
  GdsBlurComponent,
36669
- GdsButtonComponent,
36670
36806
  GdsBreadcrumbsComponent,
36807
+ GdsButtonComponent,
36671
36808
  GdsCalendarComponent,
36672
36809
  GdsCardComponent,
36673
36810
  GdsCardLinkedComponent,
36674
36811
  GdsCheckboxComponent,
36675
36812
  GdsCoachmarkComponent,
36676
- GdsDatepickerComponent,
36677
36813
  GdsContextMenuComponent,
36814
+ GdsDatepickerComponent,
36678
36815
  GdsDetailsComponent,
36679
36816
  GdsDialogComponent,
36680
36817
  GdsDivComponent,
@@ -36701,6 +36838,7 @@ class GreenCoreNgModule {
36701
36838
  GdsSelectComponent,
36702
36839
  GdsSignalComponent,
36703
36840
  GdsSpinnerComponent,
36841
+ GdsSwitchComponent,
36704
36842
  GdsTableComponent,
36705
36843
  GdsTextComponent,
36706
36844
  GdsTextareaComponent,
@@ -36717,8 +36855,8 @@ class GreenCoreNgModule {
36717
36855
  GdsRadioGroupComponent,
36718
36856
  GdsSegmentComponent,
36719
36857
  GdsSensitiveAccountComponent,
36720
- GdsSensitiveDateComponent,
36721
36858
  GdsSensitiveNumberComponent,
36859
+ GdsSensitiveDateComponent,
36722
36860
  IconAiComponent,
36723
36861
  IconAirplaneUpComponent,
36724
36862
  IconArchiveComponent,
@@ -37032,15 +37170,15 @@ class GreenCoreNgModule {
37032
37170
  GdsOptionComponent], exports: [GdsAlertComponent,
37033
37171
  GdsBadgeComponent,
37034
37172
  GdsBlurComponent,
37035
- GdsButtonComponent,
37036
37173
  GdsBreadcrumbsComponent,
37174
+ GdsButtonComponent,
37037
37175
  GdsCalendarComponent,
37038
37176
  GdsCardComponent,
37039
37177
  GdsCardLinkedComponent,
37040
37178
  GdsCheckboxComponent,
37041
37179
  GdsCoachmarkComponent,
37042
- GdsDatepickerComponent,
37043
37180
  GdsContextMenuComponent,
37181
+ GdsDatepickerComponent,
37044
37182
  GdsDetailsComponent,
37045
37183
  GdsDialogComponent,
37046
37184
  GdsDivComponent,
@@ -37067,6 +37205,7 @@ class GreenCoreNgModule {
37067
37205
  GdsSelectComponent,
37068
37206
  GdsSignalComponent,
37069
37207
  GdsSpinnerComponent,
37208
+ GdsSwitchComponent,
37070
37209
  GdsTableComponent,
37071
37210
  GdsTextComponent,
37072
37211
  GdsTextareaComponent,
@@ -37083,8 +37222,8 @@ class GreenCoreNgModule {
37083
37222
  GdsRadioGroupComponent,
37084
37223
  GdsSegmentComponent,
37085
37224
  GdsSensitiveAccountComponent,
37086
- GdsSensitiveDateComponent,
37087
37225
  GdsSensitiveNumberComponent,
37226
+ GdsSensitiveDateComponent,
37088
37227
  IconAiComponent,
37089
37228
  IconAirplaneUpComponent,
37090
37229
  IconArchiveComponent,
@@ -37405,15 +37544,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37405
37544
  GdsAlertComponent,
37406
37545
  GdsBadgeComponent,
37407
37546
  GdsBlurComponent,
37408
- GdsButtonComponent,
37409
37547
  GdsBreadcrumbsComponent,
37548
+ GdsButtonComponent,
37410
37549
  GdsCalendarComponent,
37411
37550
  GdsCardComponent,
37412
37551
  GdsCardLinkedComponent,
37413
37552
  GdsCheckboxComponent,
37414
37553
  GdsCoachmarkComponent,
37415
- GdsDatepickerComponent,
37416
37554
  GdsContextMenuComponent,
37555
+ GdsDatepickerComponent,
37417
37556
  GdsDetailsComponent,
37418
37557
  GdsDialogComponent,
37419
37558
  GdsDivComponent,
@@ -37440,6 +37579,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37440
37579
  GdsSelectComponent,
37441
37580
  GdsSignalComponent,
37442
37581
  GdsSpinnerComponent,
37582
+ GdsSwitchComponent,
37443
37583
  GdsTableComponent,
37444
37584
  GdsTextComponent,
37445
37585
  GdsTextareaComponent,
@@ -37456,8 +37596,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37456
37596
  GdsRadioGroupComponent,
37457
37597
  GdsSegmentComponent,
37458
37598
  GdsSensitiveAccountComponent,
37459
- GdsSensitiveDateComponent,
37460
37599
  GdsSensitiveNumberComponent,
37600
+ GdsSensitiveDateComponent,
37461
37601
  IconAiComponent,
37462
37602
  IconAirplaneUpComponent,
37463
37603
  IconArchiveComponent,
@@ -37774,15 +37914,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37774
37914
  GdsAlertComponent,
37775
37915
  GdsBadgeComponent,
37776
37916
  GdsBlurComponent,
37777
- GdsButtonComponent,
37778
37917
  GdsBreadcrumbsComponent,
37918
+ GdsButtonComponent,
37779
37919
  GdsCalendarComponent,
37780
37920
  GdsCardComponent,
37781
37921
  GdsCardLinkedComponent,
37782
37922
  GdsCheckboxComponent,
37783
37923
  GdsCoachmarkComponent,
37784
- GdsDatepickerComponent,
37785
37924
  GdsContextMenuComponent,
37925
+ GdsDatepickerComponent,
37786
37926
  GdsDetailsComponent,
37787
37927
  GdsDialogComponent,
37788
37928
  GdsDivComponent,
@@ -37809,6 +37949,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37809
37949
  GdsSelectComponent,
37810
37950
  GdsSignalComponent,
37811
37951
  GdsSpinnerComponent,
37952
+ GdsSwitchComponent,
37812
37953
  GdsTableComponent,
37813
37954
  GdsTextComponent,
37814
37955
  GdsTextareaComponent,
@@ -37825,8 +37966,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37825
37966
  GdsRadioGroupComponent,
37826
37967
  GdsSegmentComponent,
37827
37968
  GdsSensitiveAccountComponent,
37828
- GdsSensitiveDateComponent,
37829
37969
  GdsSensitiveNumberComponent,
37970
+ GdsSensitiveDateComponent,
37830
37971
  IconAiComponent,
37831
37972
  IconAirplaneUpComponent,
37832
37973
  IconArchiveComponent,
@@ -38348,5 +38489,5 @@ const provideCoreRendererWithAnimations = (resolver = getScopedTagName) => [
38348
38489
  * Generated bundle index. Do not edit.
38349
38490
  */
38350
38491
 
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 };
38492
+ 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, GdsSwitchComponent, 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 };
38352
38493
  //# sourceMappingURL=sebgroup-green-core-ng.mjs.map