@sebgroup/green-core-ng 2.35.1 → 2.37.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.
@@ -54,6 +54,7 @@ import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filt
54
54
  import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
55
55
  import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text/date/formatted-date.component.js';
56
56
  import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-text/number/formatted-number.component.js';
57
+ import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
57
58
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
58
59
  import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
59
60
  import { IconArchive } from '@sebgroup/green-core/components/icon/icons/archive.component.js';
@@ -393,7 +394,6 @@ import { IconYoutube } from '@sebgroup/green-core/components/icon/icons/youtube.
393
394
  import { IconZap } from '@sebgroup/green-core/components/icon/icons/zap.component.js';
394
395
  import { IconZoomIn } from '@sebgroup/green-core/components/icon/icons/zoom-in.component.js';
395
396
  import { IconZoomOut } from '@sebgroup/green-core/components/icon/icons/zoom-out.component.js';
396
- import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
397
397
  import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
398
398
  import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
399
399
  import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
@@ -2216,10 +2216,10 @@ let GdsDialogComponent = class GdsDialogComponent {
2216
2216
  // Implementation added by @ProxyInputs decorator
2217
2217
  }
2218
2218
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
2219
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsDialogComponent, isStandalone: true, selector: "gds-dialog", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", variant: "variant", placement: "placement", scrollable: ["scrollable", "scrollable", booleanAttribute], width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock" }, outputs: { gdsUiState: "gdsUiState", gdsClose: "gdsClose", gdsShow: "gdsShow" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2219
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsDialogComponent, isStandalone: true, selector: "gds-dialog", inputs: { open: ["open", "open", booleanAttribute], heading: "heading", variant: "variant", placement: "placement", scrollable: ["scrollable", "scrollable", booleanAttribute], closedby: "closedby", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock" }, outputs: { gdsUiState: "gdsUiState", gdsClose: "gdsClose", gdsShow: "gdsShow" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
2220
2220
  };
2221
2221
  GdsDialogComponent = __decorate([
2222
- ProxyInputs(['open', 'heading', 'variant', 'placement', 'scrollable', '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', 'padding', 'padding-inline', 'padding-block']),
2222
+ ProxyInputs(['open', 'heading', 'variant', 'placement', 'scrollable', 'closedby', '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', 'padding', 'padding-inline', 'padding-block']),
2223
2223
  __metadata("design:paramtypes", [])
2224
2224
  ], GdsDialogComponent);
2225
2225
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsDialogComponent, decorators: [{
@@ -2242,6 +2242,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
2242
2242
  }], scrollable: [{
2243
2243
  type: Input,
2244
2244
  args: [{ transform: booleanAttribute }]
2245
+ }], closedby: [{
2246
+ type: Input
2245
2247
  }], width: [{
2246
2248
  type: Input
2247
2249
  }], minWidth: [{
@@ -5076,7 +5078,7 @@ let GdsTableComponent = class GdsTableComponent {
5076
5078
  this.gdsRowsChange = new EventEmitter();
5077
5079
  /** Fired when sorting changes. Detail: `{ sortColumn: string, sortDirection: 'asc' | 'desc' }` */
5078
5080
  this.gdsSortChange = new EventEmitter();
5079
- /** Fired when data is successfully loaded. */
5081
+ /** Fired when data is successfully loaded. Detail: `{ rows: T[], total: number, page: number, rowsPerPage: number, searchQuery: string, sortColumn?: string, sortDirection?: 'asc' | 'desc' }` */
5080
5082
  this.gdsTableDataLoaded = new EventEmitter();
5081
5083
  /** Fired when data loading fails. */
5082
5084
  this.gdsTableDataError = new EventEmitter();
@@ -5120,10 +5122,10 @@ let GdsTableComponent = class GdsTableComponent {
5120
5122
  // Implementation added by @ProxyInputs decorator
5121
5123
  }
5122
5124
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5123
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsTableComponent, isStandalone: true, selector: "gds-table", inputs: { headline: "headline", headlineTag: "headlineTag", summary: "summary", searchLabel: "searchLabel", options: "options", page: "page", rows: "rows", columns: "columns", data: "data", density: "density", selectable: ["selectable", "selectable", booleanAttribute], responsive: ["responsive", "responsive", booleanAttribute], plain: ["plain", "plain", booleanAttribute], searchable: ["searchable", "searchable", booleanAttribute], settings: ["settings", "settings", booleanAttribute], striped: ["striped", "striped", booleanAttribute], actions: "actions", nocache: ["nocache", "nocache", booleanAttribute], dataLoadKey: "dataLoadKey", height: "height", variant: "variant" }, outputs: { gdsPageChange: "gdsPageChange", gdsRowsChange: "gdsRowsChange", gdsSortChange: "gdsSortChange", gdsTableDataLoaded: "gdsTableDataLoaded", gdsTableDataError: "gdsTableDataError", gdsTableSelection: "gdsTableSelection" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5125
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsTableComponent, isStandalone: true, selector: "gds-table", inputs: { headline: "headline", headlineTag: "headlineTag", summary: "summary", searchLabel: "searchLabel", options: "options", page: "page", rows: "rows", columns: "columns", data: "data", density: "density", selectable: ["selectable", "selectable", booleanAttribute], disableSelectAll: ["disableSelectAll", "disableSelectAll", booleanAttribute], responsive: ["responsive", "responsive", booleanAttribute], plain: ["plain", "plain", booleanAttribute], searchable: ["searchable", "searchable", booleanAttribute], settings: ["settings", "settings", booleanAttribute], striped: ["striped", "striped", booleanAttribute], actions: "actions", nocache: ["nocache", "nocache", booleanAttribute], tfoot: "tfoot", dataLoadKey: "dataLoadKey", height: "height", variant: "variant" }, outputs: { gdsPageChange: "gdsPageChange", gdsRowsChange: "gdsRowsChange", gdsSortChange: "gdsSortChange", gdsTableDataLoaded: "gdsTableDataLoaded", gdsTableDataError: "gdsTableDataError", gdsTableSelection: "gdsTableSelection" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5124
5126
  };
5125
5127
  GdsTableComponent = __decorate([
5126
- ProxyInputs(['headline', 'headlineTag', 'summary', 'searchLabel', 'options', 'page', 'rows', 'columns', 'data', 'density', 'selectable', 'responsive', 'plain', 'searchable', 'settings', 'striped', 'actions', 'nocache', 'dataLoadKey', 'height', 'variant']),
5128
+ ProxyInputs(['headline', 'headlineTag', 'summary', 'searchLabel', 'options', 'page', 'rows', 'columns', 'data', 'density', 'selectable', 'disableSelectAll', 'responsive', 'plain', 'searchable', 'settings', 'striped', 'actions', 'nocache', 'tfoot', 'dataLoadKey', 'height', 'variant']),
5127
5129
  __metadata("design:paramtypes", [])
5128
5130
  ], GdsTableComponent);
5129
5131
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsTableComponent, decorators: [{
@@ -5157,6 +5159,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
5157
5159
  }], selectable: [{
5158
5160
  type: Input,
5159
5161
  args: [{ transform: booleanAttribute }]
5162
+ }], disableSelectAll: [{
5163
+ type: Input,
5164
+ args: [{ transform: booleanAttribute }]
5160
5165
  }], responsive: [{
5161
5166
  type: Input,
5162
5167
  args: [{ transform: booleanAttribute }]
@@ -5177,6 +5182,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
5177
5182
  }], nocache: [{
5178
5183
  type: Input,
5179
5184
  args: [{ transform: booleanAttribute }]
5185
+ }], tfoot: [{
5186
+ type: Input
5180
5187
  }], dataLoadKey: [{
5181
5188
  type: Input
5182
5189
  }], height: [{
@@ -6814,6 +6821,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6814
6821
  * Auto-generated from Custom Elements Manifest
6815
6822
  */
6816
6823
 
6824
+ /**
6825
+ * Angular wrapper for the gds-radio-group web component
6826
+ *
6827
+ */
6828
+ let GdsRadioGroupComponent = class GdsRadioGroupComponent extends GdsFormControlBase {
6829
+ constructor() {
6830
+ super(...arguments);
6831
+ /** Fired when a radio button selection changes */
6832
+ this.change = new EventEmitter();
6833
+ /** Fired when a radio button selection changes */
6834
+ this.input = new EventEmitter();
6835
+ }
6836
+ get element() {
6837
+ return this.elementRef.nativeElement;
6838
+ }
6839
+ ngOnInit() {
6840
+ super.ngOnInit();
6841
+ // Define the custom element
6842
+ try {
6843
+ GdsRadioGroup.define();
6844
+ }
6845
+ catch (e) {
6846
+ // Component may not be available in this version of green-core
6847
+ console.warn('Failed to define gds-radio-group:', e);
6848
+ }
6849
+ }
6850
+ ngOnChanges(changes) {
6851
+ // Implementation added by @ProxyInputs decorator
6852
+ }
6853
+ ngAfterViewInit() {
6854
+ super.ngAfterViewInit();
6855
+ }
6856
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
6857
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsRadioGroupComponent, isStandalone: true, selector: "gds-radio-group", 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", size: "size", direction: "direction", supportingText: "supportingText", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", value: "value", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { change: "change", input: "input" }, providers: [
6858
+ {
6859
+ provide: NG_VALUE_ACCESSOR,
6860
+ useExisting: forwardRef(() => GdsRadioGroupComponent),
6861
+ multi: true,
6862
+ },
6863
+ ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6864
+ };
6865
+ GdsRadioGroupComponent = __decorate([
6866
+ 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', 'size', 'direction', 'supportingText', 'showExtendedSupportingText', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'value', 'name', 'disabled'])
6867
+ ], GdsRadioGroupComponent);
6868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, decorators: [{
6869
+ type: Component,
6870
+ args: [{
6871
+ selector: 'gds-radio-group',
6872
+ standalone: true,
6873
+ changeDetection: ChangeDetectionStrategy.OnPush,
6874
+ template: `<ng-content></ng-content>`,
6875
+ providers: [
6876
+ {
6877
+ provide: NG_VALUE_ACCESSOR,
6878
+ useExisting: forwardRef(() => GdsRadioGroupComponent),
6879
+ multi: true,
6880
+ },
6881
+ ]
6882
+ }]
6883
+ }], propDecorators: { alignSelf: [{
6884
+ type: Input
6885
+ }], justifySelf: [{
6886
+ type: Input
6887
+ }], placeSelf: [{
6888
+ type: Input
6889
+ }], gridColumn: [{
6890
+ type: Input
6891
+ }], gridRow: [{
6892
+ type: Input
6893
+ }], gridArea: [{
6894
+ type: Input
6895
+ }], flex: [{
6896
+ type: Input
6897
+ }], order: [{
6898
+ type: Input
6899
+ }], margin: [{
6900
+ type: Input
6901
+ }], marginInline: [{
6902
+ type: Input
6903
+ }], marginBlock: [{
6904
+ type: Input
6905
+ }], width: [{
6906
+ type: Input
6907
+ }], minWidth: [{
6908
+ type: Input
6909
+ }], maxWidth: [{
6910
+ type: Input
6911
+ }], inlineSize: [{
6912
+ type: Input
6913
+ }], minInlineSize: [{
6914
+ type: Input
6915
+ }], maxInlineSize: [{
6916
+ type: Input
6917
+ }], size: [{
6918
+ type: Input
6919
+ }], direction: [{
6920
+ type: Input
6921
+ }], supportingText: [{
6922
+ type: Input
6923
+ }], showExtendedSupportingText: [{
6924
+ type: Input,
6925
+ args: [{ transform: booleanAttribute }]
6926
+ }], validator: [{
6927
+ type: Input
6928
+ }], required: [{
6929
+ type: Input,
6930
+ args: [{ transform: booleanAttribute }]
6931
+ }], errorMessage: [{
6932
+ type: Input
6933
+ }], invalid: [{
6934
+ type: Input
6935
+ }], label: [{
6936
+ type: Input
6937
+ }], value: [{
6938
+ type: Input
6939
+ }], name: [{
6940
+ type: Input
6941
+ }], disabled: [{
6942
+ type: Input,
6943
+ args: [{ transform: booleanAttribute }]
6944
+ }], change: [{
6945
+ type: Output
6946
+ }], input: [{
6947
+ type: Output
6948
+ }] } });
6949
+
6950
+ /**
6951
+ * GdsRadioGroupComponent - Angular wrapper for gds-radio-group
6952
+ *
6953
+ *
6954
+ * Auto-generated from Custom Elements Manifest
6955
+ */
6956
+
6817
6957
  /**
6818
6958
  * Angular wrapper for the gds-icon-ai web component
6819
6959
  *
@@ -36985,139 +37125,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
36985
37125
  * Auto-generated from Custom Elements Manifest
36986
37126
  */
36987
37127
 
36988
- /**
36989
- * Angular wrapper for the gds-radio-group web component
36990
- *
36991
- */
36992
- let GdsRadioGroupComponent = class GdsRadioGroupComponent extends GdsFormControlBase {
36993
- constructor() {
36994
- super(...arguments);
36995
- /** Fired when a radio button selection changes */
36996
- this.change = new EventEmitter();
36997
- /** Fired when a radio button selection changes */
36998
- this.input = new EventEmitter();
36999
- }
37000
- get element() {
37001
- return this.elementRef.nativeElement;
37002
- }
37003
- ngOnInit() {
37004
- super.ngOnInit();
37005
- // Define the custom element
37006
- try {
37007
- GdsRadioGroup.define();
37008
- }
37009
- catch (e) {
37010
- // Component may not be available in this version of green-core
37011
- console.warn('Failed to define gds-radio-group:', e);
37012
- }
37013
- }
37014
- ngOnChanges(changes) {
37015
- // Implementation added by @ProxyInputs decorator
37016
- }
37017
- ngAfterViewInit() {
37018
- super.ngAfterViewInit();
37019
- }
37020
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
37021
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsRadioGroupComponent, isStandalone: true, selector: "gds-radio-group", 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", size: "size", direction: "direction", supportingText: "supportingText", showExtendedSupportingText: ["showExtendedSupportingText", "showExtendedSupportingText", booleanAttribute], validator: "validator", required: ["required", "required", booleanAttribute], errorMessage: "errorMessage", invalid: "invalid", label: "label", value: "value", name: "name", disabled: ["disabled", "disabled", booleanAttribute] }, outputs: { change: "change", input: "input" }, providers: [
37022
- {
37023
- provide: NG_VALUE_ACCESSOR,
37024
- useExisting: forwardRef(() => GdsRadioGroupComponent),
37025
- multi: true,
37026
- },
37027
- ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37028
- };
37029
- GdsRadioGroupComponent = __decorate([
37030
- 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', 'size', 'direction', 'supportingText', 'showExtendedSupportingText', 'validator', 'required', 'errorMessage', 'invalid', 'label', 'value', 'name', 'disabled'])
37031
- ], GdsRadioGroupComponent);
37032
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, decorators: [{
37033
- type: Component,
37034
- args: [{
37035
- selector: 'gds-radio-group',
37036
- standalone: true,
37037
- changeDetection: ChangeDetectionStrategy.OnPush,
37038
- template: `<ng-content></ng-content>`,
37039
- providers: [
37040
- {
37041
- provide: NG_VALUE_ACCESSOR,
37042
- useExisting: forwardRef(() => GdsRadioGroupComponent),
37043
- multi: true,
37044
- },
37045
- ]
37046
- }]
37047
- }], propDecorators: { alignSelf: [{
37048
- type: Input
37049
- }], justifySelf: [{
37050
- type: Input
37051
- }], placeSelf: [{
37052
- type: Input
37053
- }], gridColumn: [{
37054
- type: Input
37055
- }], gridRow: [{
37056
- type: Input
37057
- }], gridArea: [{
37058
- type: Input
37059
- }], flex: [{
37060
- type: Input
37061
- }], order: [{
37062
- type: Input
37063
- }], margin: [{
37064
- type: Input
37065
- }], marginInline: [{
37066
- type: Input
37067
- }], marginBlock: [{
37068
- type: Input
37069
- }], width: [{
37070
- type: Input
37071
- }], minWidth: [{
37072
- type: Input
37073
- }], maxWidth: [{
37074
- type: Input
37075
- }], inlineSize: [{
37076
- type: Input
37077
- }], minInlineSize: [{
37078
- type: Input
37079
- }], maxInlineSize: [{
37080
- type: Input
37081
- }], size: [{
37082
- type: Input
37083
- }], direction: [{
37084
- type: Input
37085
- }], supportingText: [{
37086
- type: Input
37087
- }], showExtendedSupportingText: [{
37088
- type: Input,
37089
- args: [{ transform: booleanAttribute }]
37090
- }], validator: [{
37091
- type: Input
37092
- }], required: [{
37093
- type: Input,
37094
- args: [{ transform: booleanAttribute }]
37095
- }], errorMessage: [{
37096
- type: Input
37097
- }], invalid: [{
37098
- type: Input
37099
- }], label: [{
37100
- type: Input
37101
- }], value: [{
37102
- type: Input
37103
- }], name: [{
37104
- type: Input
37105
- }], disabled: [{
37106
- type: Input,
37107
- args: [{ transform: booleanAttribute }]
37108
- }], change: [{
37109
- type: Output
37110
- }], input: [{
37111
- type: Output
37112
- }] } });
37113
-
37114
- /**
37115
- * GdsRadioGroupComponent - Angular wrapper for gds-radio-group
37116
- *
37117
- *
37118
- * Auto-generated from Custom Elements Manifest
37119
- */
37120
-
37121
37128
  /**
37122
37129
  * Angular wrapper for the gds-segment web component
37123
37130
  *
@@ -38007,6 +38014,7 @@ class GreenCoreNgModule {
38007
38014
  GdsFormattedAccountComponent,
38008
38015
  GdsFormattedDateComponent,
38009
38016
  GdsFormattedNumberComponent,
38017
+ GdsRadioGroupComponent,
38010
38018
  IconAiComponent,
38011
38019
  IconAirplaneUpComponent,
38012
38020
  IconArchiveComponent,
@@ -38346,7 +38354,6 @@ class GreenCoreNgModule {
38346
38354
  IconZapComponent,
38347
38355
  IconZoomInComponent,
38348
38356
  IconZoomOutComponent,
38349
- GdsRadioGroupComponent,
38350
38357
  GdsSegmentComponent,
38351
38358
  GdsSensitiveAccountComponent,
38352
38359
  GdsSensitiveDateComponent,
@@ -38404,6 +38411,7 @@ class GreenCoreNgModule {
38404
38411
  GdsFormattedAccountComponent,
38405
38412
  GdsFormattedDateComponent,
38406
38413
  GdsFormattedNumberComponent,
38414
+ GdsRadioGroupComponent,
38407
38415
  IconAiComponent,
38408
38416
  IconAirplaneUpComponent,
38409
38417
  IconArchiveComponent,
@@ -38743,7 +38751,6 @@ class GreenCoreNgModule {
38743
38751
  IconZapComponent,
38744
38752
  IconZoomInComponent,
38745
38753
  IconZoomOutComponent,
38746
- GdsRadioGroupComponent,
38747
38754
  GdsSegmentComponent,
38748
38755
  GdsSensitiveAccountComponent,
38749
38756
  GdsSensitiveDateComponent,
@@ -38808,6 +38815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
38808
38815
  GdsFormattedAccountComponent,
38809
38816
  GdsFormattedDateComponent,
38810
38817
  GdsFormattedNumberComponent,
38818
+ GdsRadioGroupComponent,
38811
38819
  IconAiComponent,
38812
38820
  IconAirplaneUpComponent,
38813
38821
  IconArchiveComponent,
@@ -39147,7 +39155,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39147
39155
  IconZapComponent,
39148
39156
  IconZoomInComponent,
39149
39157
  IconZoomOutComponent,
39150
- GdsRadioGroupComponent,
39151
39158
  GdsSegmentComponent,
39152
39159
  GdsSensitiveAccountComponent,
39153
39160
  GdsSensitiveDateComponent,
@@ -39208,6 +39215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39208
39215
  GdsFormattedAccountComponent,
39209
39216
  GdsFormattedDateComponent,
39210
39217
  GdsFormattedNumberComponent,
39218
+ GdsRadioGroupComponent,
39211
39219
  IconAiComponent,
39212
39220
  IconAirplaneUpComponent,
39213
39221
  IconArchiveComponent,
@@ -39547,7 +39555,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39547
39555
  IconZapComponent,
39548
39556
  IconZoomInComponent,
39549
39557
  IconZoomOutComponent,
39550
- GdsRadioGroupComponent,
39551
39558
  GdsSegmentComponent,
39552
39559
  GdsSensitiveAccountComponent,
39553
39560
  GdsSensitiveDateComponent,