@sebgroup/green-core-ng 2.36.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.
|
@@ -395,8 +395,8 @@ import { IconZoomIn } from '@sebgroup/green-core/components/icon/icons/zoom-in.c
|
|
|
395
395
|
import { IconZoomOut } from '@sebgroup/green-core/components/icon/icons/zoom-out.component.js';
|
|
396
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: [{
|
|
@@ -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-
|
|
37206
|
+
* Angular wrapper for the gds-sensitive-account web component
|
|
37205
37207
|
*
|
|
37206
37208
|
*/
|
|
37207
|
-
let
|
|
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
|
-
|
|
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-
|
|
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:
|
|
37234
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type:
|
|
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
|
-
|
|
37237
|
-
ProxyInputs(['hide', '
|
|
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
|
-
],
|
|
37240
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type:
|
|
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-
|
|
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
|
-
}],
|
|
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
|
-
*
|
|
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-
|
|
37395
|
+
* Angular wrapper for the gds-sensitive-date web component
|
|
37398
37396
|
*
|
|
37399
37397
|
*/
|
|
37400
|
-
let
|
|
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
|
-
|
|
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-
|
|
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:
|
|
37427
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.18", type:
|
|
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
|
-
|
|
37430
|
-
ProxyInputs(['hide', '
|
|
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
|
-
],
|
|
37433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type:
|
|
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-
|
|
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
|
-
}],
|
|
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
|
-
*
|
|
37581
|
+
* GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
|
|
37580
37582
|
*
|
|
37581
37583
|
*
|
|
37582
37584
|
* Auto-generated from Custom Elements Manifest
|
|
@@ -38353,8 +38355,8 @@ class GreenCoreNgModule {
|
|
|
38353
38355
|
IconZoomOutComponent,
|
|
38354
38356
|
GdsRadioGroupComponent,
|
|
38355
38357
|
GdsSegmentComponent,
|
|
38356
|
-
GdsSensitiveDateComponent,
|
|
38357
38358
|
GdsSensitiveAccountComponent,
|
|
38359
|
+
GdsSensitiveDateComponent,
|
|
38358
38360
|
GdsSensitiveNumberComponent,
|
|
38359
38361
|
GdsMenuItemComponent,
|
|
38360
38362
|
GdsMenuHeadingComponent,
|
|
@@ -38750,8 +38752,8 @@ class GreenCoreNgModule {
|
|
|
38750
38752
|
IconZoomOutComponent,
|
|
38751
38753
|
GdsRadioGroupComponent,
|
|
38752
38754
|
GdsSegmentComponent,
|
|
38753
|
-
GdsSensitiveDateComponent,
|
|
38754
38755
|
GdsSensitiveAccountComponent,
|
|
38756
|
+
GdsSensitiveDateComponent,
|
|
38755
38757
|
GdsSensitiveNumberComponent,
|
|
38756
38758
|
GdsMenuItemComponent,
|
|
38757
38759
|
GdsMenuHeadingComponent,
|
|
@@ -39154,8 +39156,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
39154
39156
|
IconZoomOutComponent,
|
|
39155
39157
|
GdsRadioGroupComponent,
|
|
39156
39158
|
GdsSegmentComponent,
|
|
39157
|
-
GdsSensitiveDateComponent,
|
|
39158
39159
|
GdsSensitiveAccountComponent,
|
|
39160
|
+
GdsSensitiveDateComponent,
|
|
39159
39161
|
GdsSensitiveNumberComponent,
|
|
39160
39162
|
GdsMenuItemComponent,
|
|
39161
39163
|
GdsMenuHeadingComponent,
|
|
@@ -39554,8 +39556,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
39554
39556
|
IconZoomOutComponent,
|
|
39555
39557
|
GdsRadioGroupComponent,
|
|
39556
39558
|
GdsSegmentComponent,
|
|
39557
|
-
GdsSensitiveDateComponent,
|
|
39558
39559
|
GdsSensitiveAccountComponent,
|
|
39560
|
+
GdsSensitiveDateComponent,
|
|
39559
39561
|
GdsSensitiveNumberComponent,
|
|
39560
39562
|
GdsMenuItemComponent,
|
|
39561
39563
|
GdsMenuHeadingComponent,
|