@sebgroup/green-core-ng 2.36.0 → 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,10 +394,9 @@ 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
- import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
399
398
  import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
399
+ import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
400
400
  import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
401
401
  import { DOCUMENT, CommonModule } from '@angular/common';
402
402
  import { getScopedTagName } from '@sebgroup/green-core/scoping';
@@ -5122,10 +5122,10 @@ let GdsTableComponent = class GdsTableComponent {
5122
5122
  // Implementation added by @ProxyInputs decorator
5123
5123
  }
5124
5124
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
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], 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 }); }
5126
5126
  };
5127
5127
  GdsTableComponent = __decorate([
5128
- ProxyInputs(['headline', 'headlineTag', 'summary', 'searchLabel', 'options', 'page', 'rows', 'columns', 'data', 'density', 'selectable', 'disableSelectAll', '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']),
5129
5129
  __metadata("design:paramtypes", [])
5130
5130
  ], GdsTableComponent);
5131
5131
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsTableComponent, decorators: [{
@@ -5182,6 +5182,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
5182
5182
  }], nocache: [{
5183
5183
  type: Input,
5184
5184
  args: [{ transform: booleanAttribute }]
5185
+ }], tfoot: [{
5186
+ type: Input
5185
5187
  }], dataLoadKey: [{
5186
5188
  type: Input
5187
5189
  }], height: [{
@@ -6819,6 +6821,139 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
6819
6821
  * Auto-generated from Custom Elements Manifest
6820
6822
  */
6821
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
+
6822
6957
  /**
6823
6958
  * Angular wrapper for the gds-icon-ai web component
6824
6959
  *
@@ -36990,139 +37125,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
36990
37125
  * Auto-generated from Custom Elements Manifest
36991
37126
  */
36992
37127
 
36993
- /**
36994
- * Angular wrapper for the gds-radio-group web component
36995
- *
36996
- */
36997
- let GdsRadioGroupComponent = class GdsRadioGroupComponent extends GdsFormControlBase {
36998
- constructor() {
36999
- super(...arguments);
37000
- /** Fired when a radio button selection changes */
37001
- this.change = new EventEmitter();
37002
- /** Fired when a radio button selection changes */
37003
- this.input = new EventEmitter();
37004
- }
37005
- get element() {
37006
- return this.elementRef.nativeElement;
37007
- }
37008
- ngOnInit() {
37009
- super.ngOnInit();
37010
- // Define the custom element
37011
- try {
37012
- GdsRadioGroup.define();
37013
- }
37014
- catch (e) {
37015
- // Component may not be available in this version of green-core
37016
- console.warn('Failed to define gds-radio-group:', e);
37017
- }
37018
- }
37019
- ngOnChanges(changes) {
37020
- // Implementation added by @ProxyInputs decorator
37021
- }
37022
- ngAfterViewInit() {
37023
- super.ngAfterViewInit();
37024
- }
37025
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
37026
- 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: [
37027
- {
37028
- provide: NG_VALUE_ACCESSOR,
37029
- useExisting: forwardRef(() => GdsRadioGroupComponent),
37030
- multi: true,
37031
- },
37032
- ], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37033
- };
37034
- GdsRadioGroupComponent = __decorate([
37035
- 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'])
37036
- ], GdsRadioGroupComponent);
37037
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsRadioGroupComponent, decorators: [{
37038
- type: Component,
37039
- args: [{
37040
- selector: 'gds-radio-group',
37041
- standalone: true,
37042
- changeDetection: ChangeDetectionStrategy.OnPush,
37043
- template: `<ng-content></ng-content>`,
37044
- providers: [
37045
- {
37046
- provide: NG_VALUE_ACCESSOR,
37047
- useExisting: forwardRef(() => GdsRadioGroupComponent),
37048
- multi: true,
37049
- },
37050
- ]
37051
- }]
37052
- }], propDecorators: { alignSelf: [{
37053
- type: Input
37054
- }], justifySelf: [{
37055
- type: Input
37056
- }], placeSelf: [{
37057
- type: Input
37058
- }], gridColumn: [{
37059
- type: Input
37060
- }], gridRow: [{
37061
- type: Input
37062
- }], gridArea: [{
37063
- type: Input
37064
- }], flex: [{
37065
- type: Input
37066
- }], order: [{
37067
- type: Input
37068
- }], margin: [{
37069
- type: Input
37070
- }], marginInline: [{
37071
- type: Input
37072
- }], marginBlock: [{
37073
- type: Input
37074
- }], width: [{
37075
- type: Input
37076
- }], minWidth: [{
37077
- type: Input
37078
- }], maxWidth: [{
37079
- type: Input
37080
- }], inlineSize: [{
37081
- type: Input
37082
- }], minInlineSize: [{
37083
- type: Input
37084
- }], maxInlineSize: [{
37085
- type: Input
37086
- }], size: [{
37087
- type: Input
37088
- }], direction: [{
37089
- type: Input
37090
- }], supportingText: [{
37091
- type: Input
37092
- }], showExtendedSupportingText: [{
37093
- type: Input,
37094
- args: [{ transform: booleanAttribute }]
37095
- }], validator: [{
37096
- type: Input
37097
- }], required: [{
37098
- type: Input,
37099
- args: [{ transform: booleanAttribute }]
37100
- }], errorMessage: [{
37101
- type: Input
37102
- }], invalid: [{
37103
- type: Input
37104
- }], label: [{
37105
- type: Input
37106
- }], value: [{
37107
- type: Input
37108
- }], name: [{
37109
- type: Input
37110
- }], disabled: [{
37111
- type: Input,
37112
- args: [{ transform: booleanAttribute }]
37113
- }], change: [{
37114
- type: Output
37115
- }], input: [{
37116
- type: Output
37117
- }] } });
37118
-
37119
- /**
37120
- * GdsRadioGroupComponent - Angular wrapper for gds-radio-group
37121
- *
37122
- *
37123
- * Auto-generated from Custom Elements Manifest
37124
- */
37125
-
37126
37128
  /**
37127
37129
  * Angular wrapper for the gds-segment web component
37128
37130
  *
@@ -37201,10 +37203,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
37201
37203
  */
37202
37204
 
37203
37205
  /**
37204
- * Angular wrapper for the gds-sensitive-date web component
37206
+ * Angular wrapper for the gds-sensitive-account web component
37205
37207
  *
37206
37208
  */
37207
- let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
37209
+ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
37208
37210
  get element() {
37209
37211
  return this.elementRef.nativeElement;
37210
37212
  }
@@ -37217,11 +37219,11 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
37217
37219
  ngOnInit() {
37218
37220
  // Define the custom element
37219
37221
  try {
37220
- GdsSensitiveDate.define();
37222
+ GdsSensitiveAccount.define();
37221
37223
  }
37222
37224
  catch (e) {
37223
37225
  // Component may not be available in this version of green-core
37224
- console.warn('Failed to define gds-sensitive-date:', e);
37226
+ console.warn('Failed to define gds-sensitive-account:', e);
37225
37227
  }
37226
37228
  }
37227
37229
  ngOnChanges(changes) {
@@ -37230,17 +37232,17 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
37230
37232
  ngAfterViewInit() {
37231
37233
  // Implementation added by @ProxyInputs decorator
37232
37234
  }
37233
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37234
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", 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" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37235
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37236
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsSensitiveAccountComponent, isStandalone: true, selector: "gds-sensitive-account", inputs: { hide: ["hide", "hide", booleanAttribute], account: "account", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37235
37237
  };
37236
- GdsSensitiveDateComponent = __decorate([
37237
- 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']),
37238
+ GdsSensitiveAccountComponent = __decorate([
37239
+ ProxyInputs(['hide', 'account', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events']),
37238
37240
  __metadata("design:paramtypes", [])
37239
- ], GdsSensitiveDateComponent);
37240
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
37241
+ ], GdsSensitiveAccountComponent);
37242
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
37241
37243
  type: Component,
37242
37244
  args: [{
37243
- selector: 'gds-sensitive-date',
37245
+ selector: 'gds-sensitive-account',
37244
37246
  standalone: true,
37245
37247
  changeDetection: ChangeDetectionStrategy.OnPush,
37246
37248
  template: `<ng-content></ng-content>`
@@ -37248,11 +37250,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
37248
37250
  }], ctorParameters: () => [], propDecorators: { hide: [{
37249
37251
  type: Input,
37250
37252
  args: [{ transform: booleanAttribute }]
37251
- }], value: [{
37252
- type: Input
37253
- }], format: [{
37254
- type: Input
37255
- }], locale: [{
37253
+ }], account: [{
37256
37254
  type: Input
37257
37255
  }], tag: [{
37258
37256
  type: Input
@@ -37387,17 +37385,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
37387
37385
  }] } });
37388
37386
 
37389
37387
  /**
37390
- * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
37388
+ * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
37391
37389
  *
37392
37390
  *
37393
37391
  * Auto-generated from Custom Elements Manifest
37394
37392
  */
37395
37393
 
37396
37394
  /**
37397
- * Angular wrapper for the gds-sensitive-account web component
37395
+ * Angular wrapper for the gds-sensitive-date web component
37398
37396
  *
37399
37397
  */
37400
- let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
37398
+ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
37401
37399
  get element() {
37402
37400
  return this.elementRef.nativeElement;
37403
37401
  }
@@ -37410,11 +37408,11 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
37410
37408
  ngOnInit() {
37411
37409
  // Define the custom element
37412
37410
  try {
37413
- GdsSensitiveAccount.define();
37411
+ GdsSensitiveDate.define();
37414
37412
  }
37415
37413
  catch (e) {
37416
37414
  // Component may not be available in this version of green-core
37417
- console.warn('Failed to define gds-sensitive-account:', e);
37415
+ console.warn('Failed to define gds-sensitive-date:', e);
37418
37416
  }
37419
37417
  }
37420
37418
  ngOnChanges(changes) {
@@ -37423,17 +37421,17 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
37423
37421
  ngAfterViewInit() {
37424
37422
  // Implementation added by @ProxyInputs decorator
37425
37423
  }
37426
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37427
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type: GdsSensitiveAccountComponent, isStandalone: true, selector: "gds-sensitive-account", inputs: { hide: ["hide", "hide", booleanAttribute], account: "account", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37424
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
37425
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", 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" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
37428
37426
  };
37429
- GdsSensitiveAccountComponent = __decorate([
37430
- ProxyInputs(['hide', 'account', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events']),
37427
+ GdsSensitiveDateComponent = __decorate([
37428
+ 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']),
37431
37429
  __metadata("design:paramtypes", [])
37432
- ], GdsSensitiveAccountComponent);
37433
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
37430
+ ], GdsSensitiveDateComponent);
37431
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
37434
37432
  type: Component,
37435
37433
  args: [{
37436
- selector: 'gds-sensitive-account',
37434
+ selector: 'gds-sensitive-date',
37437
37435
  standalone: true,
37438
37436
  changeDetection: ChangeDetectionStrategy.OnPush,
37439
37437
  template: `<ng-content></ng-content>`
@@ -37441,7 +37439,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
37441
37439
  }], ctorParameters: () => [], propDecorators: { hide: [{
37442
37440
  type: Input,
37443
37441
  args: [{ transform: booleanAttribute }]
37444
- }], account: [{
37442
+ }], value: [{
37443
+ type: Input
37444
+ }], format: [{
37445
+ type: Input
37446
+ }], locale: [{
37445
37447
  type: Input
37446
37448
  }], tag: [{
37447
37449
  type: Input
@@ -37576,7 +37578,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
37576
37578
  }] } });
37577
37579
 
37578
37580
  /**
37579
- * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
37581
+ * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
37580
37582
  *
37581
37583
  *
37582
37584
  * Auto-generated from Custom Elements Manifest
@@ -38012,6 +38014,7 @@ class GreenCoreNgModule {
38012
38014
  GdsFormattedAccountComponent,
38013
38015
  GdsFormattedDateComponent,
38014
38016
  GdsFormattedNumberComponent,
38017
+ GdsRadioGroupComponent,
38015
38018
  IconAiComponent,
38016
38019
  IconAirplaneUpComponent,
38017
38020
  IconArchiveComponent,
@@ -38351,10 +38354,9 @@ class GreenCoreNgModule {
38351
38354
  IconZapComponent,
38352
38355
  IconZoomInComponent,
38353
38356
  IconZoomOutComponent,
38354
- GdsRadioGroupComponent,
38355
38357
  GdsSegmentComponent,
38356
- GdsSensitiveDateComponent,
38357
38358
  GdsSensitiveAccountComponent,
38359
+ GdsSensitiveDateComponent,
38358
38360
  GdsSensitiveNumberComponent,
38359
38361
  GdsMenuItemComponent,
38360
38362
  GdsMenuHeadingComponent,
@@ -38409,6 +38411,7 @@ class GreenCoreNgModule {
38409
38411
  GdsFormattedAccountComponent,
38410
38412
  GdsFormattedDateComponent,
38411
38413
  GdsFormattedNumberComponent,
38414
+ GdsRadioGroupComponent,
38412
38415
  IconAiComponent,
38413
38416
  IconAirplaneUpComponent,
38414
38417
  IconArchiveComponent,
@@ -38748,10 +38751,9 @@ class GreenCoreNgModule {
38748
38751
  IconZapComponent,
38749
38752
  IconZoomInComponent,
38750
38753
  IconZoomOutComponent,
38751
- GdsRadioGroupComponent,
38752
38754
  GdsSegmentComponent,
38753
- GdsSensitiveDateComponent,
38754
38755
  GdsSensitiveAccountComponent,
38756
+ GdsSensitiveDateComponent,
38755
38757
  GdsSensitiveNumberComponent,
38756
38758
  GdsMenuItemComponent,
38757
38759
  GdsMenuHeadingComponent,
@@ -38813,6 +38815,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
38813
38815
  GdsFormattedAccountComponent,
38814
38816
  GdsFormattedDateComponent,
38815
38817
  GdsFormattedNumberComponent,
38818
+ GdsRadioGroupComponent,
38816
38819
  IconAiComponent,
38817
38820
  IconAirplaneUpComponent,
38818
38821
  IconArchiveComponent,
@@ -39152,10 +39155,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39152
39155
  IconZapComponent,
39153
39156
  IconZoomInComponent,
39154
39157
  IconZoomOutComponent,
39155
- GdsRadioGroupComponent,
39156
39158
  GdsSegmentComponent,
39157
- GdsSensitiveDateComponent,
39158
39159
  GdsSensitiveAccountComponent,
39160
+ GdsSensitiveDateComponent,
39159
39161
  GdsSensitiveNumberComponent,
39160
39162
  GdsMenuItemComponent,
39161
39163
  GdsMenuHeadingComponent,
@@ -39213,6 +39215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39213
39215
  GdsFormattedAccountComponent,
39214
39216
  GdsFormattedDateComponent,
39215
39217
  GdsFormattedNumberComponent,
39218
+ GdsRadioGroupComponent,
39216
39219
  IconAiComponent,
39217
39220
  IconAirplaneUpComponent,
39218
39221
  IconArchiveComponent,
@@ -39552,10 +39555,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
39552
39555
  IconZapComponent,
39553
39556
  IconZoomInComponent,
39554
39557
  IconZoomOutComponent,
39555
- GdsRadioGroupComponent,
39556
39558
  GdsSegmentComponent,
39557
- GdsSensitiveDateComponent,
39558
39559
  GdsSensitiveAccountComponent,
39560
+ GdsSensitiveDateComponent,
39559
39561
  GdsSensitiveNumberComponent,
39560
39562
  GdsMenuItemComponent,
39561
39563
  GdsMenuHeadingComponent,