@sebgroup/green-core-ng 2.37.0 → 2.37.1

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,7 +54,6 @@ 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';
58
57
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
59
58
  import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
60
59
  import { IconArchive } from '@sebgroup/green-core/components/icon/icons/archive.component.js';
@@ -394,6 +393,7 @@ import { IconYoutube } from '@sebgroup/green-core/components/icon/icons/youtube.
394
393
  import { IconZap } from '@sebgroup/green-core/components/icon/icons/zap.component.js';
395
394
  import { IconZoomIn } from '@sebgroup/green-core/components/icon/icons/zoom-in.component.js';
396
395
  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';
@@ -6821,139 +6821,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6821
6821
  * Auto-generated from Custom Elements Manifest
6822
6822
  */
6823
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
-
6957
6824
  /**
6958
6825
  * Angular wrapper for the gds-icon-ai web component
6959
6826
  *
@@ -37125,6 +36992,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
37125
36992
  * Auto-generated from Custom Elements Manifest
37126
36993
  */
37127
36994
 
36995
+ /**
36996
+ * Angular wrapper for the gds-radio-group web component
36997
+ *
36998
+ */
36999
+ let GdsRadioGroupComponent = class GdsRadioGroupComponent extends GdsFormControlBase {
37000
+ constructor() {
37001
+ super(...arguments);
37002
+ /** Fired when a radio button selection changes */
37003
+ this.change = new EventEmitter();
37004
+ /** Fired when a radio button selection changes */
37005
+ this.input = new EventEmitter();
37006
+ }
37007
+ get element() {
37008
+ return this.elementRef.nativeElement;
37009
+ }
37010
+ ngOnInit() {
37011
+ super.ngOnInit();
37012
+ // Define the custom element
37013
+ try {
37014
+ GdsRadioGroup.define();
37015
+ }
37016
+ catch (e) {
37017
+ // Component may not be available in this version of green-core
37018
+ console.warn('Failed to define gds-radio-group:', e);
37019
+ }
37020
+ }
37021
+ ngOnChanges(changes) {
37022
+ // Implementation added by @ProxyInputs decorator
37023
+ }
37024
+ ngAfterViewInit() {
37025
+ super.ngAfterViewInit();
37026
+ }
37027
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
37028
+ 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: [
37029
+ {
37030
+ provide: NG_VALUE_ACCESSOR,
37031
+ useExisting: forwardRef(() => GdsRadioGroupComponent),
37032
+ multi: true,
37033
+ },
37034
+ ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37035
+ };
37036
+ GdsRadioGroupComponent = __decorate([
37037
+ 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'])
37038
+ ], GdsRadioGroupComponent);
37039
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, decorators: [{
37040
+ type: Component,
37041
+ args: [{
37042
+ selector: 'gds-radio-group',
37043
+ standalone: true,
37044
+ changeDetection: ChangeDetectionStrategy.OnPush,
37045
+ template: `<ng-content></ng-content>`,
37046
+ providers: [
37047
+ {
37048
+ provide: NG_VALUE_ACCESSOR,
37049
+ useExisting: forwardRef(() => GdsRadioGroupComponent),
37050
+ multi: true,
37051
+ },
37052
+ ]
37053
+ }]
37054
+ }], propDecorators: { alignSelf: [{
37055
+ type: Input
37056
+ }], justifySelf: [{
37057
+ type: Input
37058
+ }], placeSelf: [{
37059
+ type: Input
37060
+ }], gridColumn: [{
37061
+ type: Input
37062
+ }], gridRow: [{
37063
+ type: Input
37064
+ }], gridArea: [{
37065
+ type: Input
37066
+ }], flex: [{
37067
+ type: Input
37068
+ }], order: [{
37069
+ type: Input
37070
+ }], margin: [{
37071
+ type: Input
37072
+ }], marginInline: [{
37073
+ type: Input
37074
+ }], marginBlock: [{
37075
+ type: Input
37076
+ }], width: [{
37077
+ type: Input
37078
+ }], minWidth: [{
37079
+ type: Input
37080
+ }], maxWidth: [{
37081
+ type: Input
37082
+ }], inlineSize: [{
37083
+ type: Input
37084
+ }], minInlineSize: [{
37085
+ type: Input
37086
+ }], maxInlineSize: [{
37087
+ type: Input
37088
+ }], size: [{
37089
+ type: Input
37090
+ }], direction: [{
37091
+ type: Input
37092
+ }], supportingText: [{
37093
+ type: Input
37094
+ }], showExtendedSupportingText: [{
37095
+ type: Input,
37096
+ args: [{ transform: booleanAttribute }]
37097
+ }], validator: [{
37098
+ type: Input
37099
+ }], required: [{
37100
+ type: Input,
37101
+ args: [{ transform: booleanAttribute }]
37102
+ }], errorMessage: [{
37103
+ type: Input
37104
+ }], invalid: [{
37105
+ type: Input
37106
+ }], label: [{
37107
+ type: Input
37108
+ }], value: [{
37109
+ type: Input
37110
+ }], name: [{
37111
+ type: Input
37112
+ }], disabled: [{
37113
+ type: Input,
37114
+ args: [{ transform: booleanAttribute }]
37115
+ }], change: [{
37116
+ type: Output
37117
+ }], input: [{
37118
+ type: Output
37119
+ }] } });
37120
+
37121
+ /**
37122
+ * GdsRadioGroupComponent - Angular wrapper for gds-radio-group
37123
+ *
37124
+ *
37125
+ * Auto-generated from Custom Elements Manifest
37126
+ */
37127
+
37128
37128
  /**
37129
37129
  * Angular wrapper for the gds-segment web component
37130
37130
  *
@@ -38014,7 +38014,6 @@ class GreenCoreNgModule {
38014
38014
  GdsFormattedAccountComponent,
38015
38015
  GdsFormattedDateComponent,
38016
38016
  GdsFormattedNumberComponent,
38017
- GdsRadioGroupComponent,
38018
38017
  IconAiComponent,
38019
38018
  IconAirplaneUpComponent,
38020
38019
  IconArchiveComponent,
@@ -38354,6 +38353,7 @@ class GreenCoreNgModule {
38354
38353
  IconZapComponent,
38355
38354
  IconZoomInComponent,
38356
38355
  IconZoomOutComponent,
38356
+ GdsRadioGroupComponent,
38357
38357
  GdsSegmentComponent,
38358
38358
  GdsSensitiveAccountComponent,
38359
38359
  GdsSensitiveDateComponent,
@@ -38411,7 +38411,6 @@ class GreenCoreNgModule {
38411
38411
  GdsFormattedAccountComponent,
38412
38412
  GdsFormattedDateComponent,
38413
38413
  GdsFormattedNumberComponent,
38414
- GdsRadioGroupComponent,
38415
38414
  IconAiComponent,
38416
38415
  IconAirplaneUpComponent,
38417
38416
  IconArchiveComponent,
@@ -38751,6 +38750,7 @@ class GreenCoreNgModule {
38751
38750
  IconZapComponent,
38752
38751
  IconZoomInComponent,
38753
38752
  IconZoomOutComponent,
38753
+ GdsRadioGroupComponent,
38754
38754
  GdsSegmentComponent,
38755
38755
  GdsSensitiveAccountComponent,
38756
38756
  GdsSensitiveDateComponent,
@@ -38815,7 +38815,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
38815
38815
  GdsFormattedAccountComponent,
38816
38816
  GdsFormattedDateComponent,
38817
38817
  GdsFormattedNumberComponent,
38818
- GdsRadioGroupComponent,
38819
38818
  IconAiComponent,
38820
38819
  IconAirplaneUpComponent,
38821
38820
  IconArchiveComponent,
@@ -39155,6 +39154,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39155
39154
  IconZapComponent,
39156
39155
  IconZoomInComponent,
39157
39156
  IconZoomOutComponent,
39157
+ GdsRadioGroupComponent,
39158
39158
  GdsSegmentComponent,
39159
39159
  GdsSensitiveAccountComponent,
39160
39160
  GdsSensitiveDateComponent,
@@ -39215,7 +39215,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39215
39215
  GdsFormattedAccountComponent,
39216
39216
  GdsFormattedDateComponent,
39217
39217
  GdsFormattedNumberComponent,
39218
- GdsRadioGroupComponent,
39219
39218
  IconAiComponent,
39220
39219
  IconAirplaneUpComponent,
39221
39220
  IconArchiveComponent,
@@ -39555,6 +39554,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39555
39554
  IconZapComponent,
39556
39555
  IconZoomInComponent,
39557
39556
  IconZoomOutComponent,
39557
+ GdsRadioGroupComponent,
39558
39558
  GdsSegmentComponent,
39559
39559
  GdsSensitiveAccountComponent,
39560
39560
  GdsSensitiveDateComponent,