@sebgroup/green-core-ng 3.8.1 → 3.10.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.
@@ -1,15 +1,14 @@
1
1
  import { __decorate, __metadata } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
- import { inject, ElementRef, NgZone, ChangeDetectorRef, Renderer2, DestroyRef, booleanAttribute, Input, ChangeDetectionStrategy, Component, EventEmitter, Output, Injector, Directive, forwardRef, NgModule, InjectionToken, ViewContainerRef, TemplateRef, Injectable, RendererFactory2 } from '@angular/core';
4
- import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
5
- import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
6
- import { GdsCardPattern01 } from '@sebgroup/green-core/patterns/card-pattern-01/card-pattern-01.component.js';
3
+ import { inject, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, booleanAttribute, Output, Input, ChangeDetectionStrategy, Component, Renderer2, Injector, Directive, DestroyRef, forwardRef, NgModule, InjectionToken, ViewContainerRef, TemplateRef, Injectable, RendererFactory2 } from '@angular/core';
7
4
  import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
8
5
  import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
9
6
  import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
10
7
  import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
11
8
  import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
12
9
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
10
+ import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
11
+ import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
13
12
  import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
14
13
  import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
15
14
  import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
@@ -42,14 +41,15 @@ import { GdsRadio } from '@sebgroup/green-core/components/radio/radio.component.
42
41
  import { GdsRichText } from '@sebgroup/green-core/components/rich-text/rich-text.component.js';
43
42
  import { GdsSegmentedControl } from '@sebgroup/green-core/components/segmented-control/segmented-control.component.js';
44
43
  import { GdsSelect } from '@sebgroup/green-core/components/select/select.component.js';
44
+ import { GdsSignal } from '@sebgroup/green-core/components/signal/signal.component.js';
45
45
  import { GdsSpinner } from '@sebgroup/green-core/components/spinner/spinner.component.js';
46
46
  import { GdsSwitch } from '@sebgroup/green-core/components/switch/switch.component.js';
47
- import { GdsSignal } from '@sebgroup/green-core/components/signal/signal.component.js';
48
47
  import { GdsTable } from '@sebgroup/green-core/components/table/table.component.js';
49
48
  import { GdsText } from '@sebgroup/green-core/components/text/text.component.js';
50
49
  import { GdsTextarea } from '@sebgroup/green-core/components/textarea/textarea.component.js';
51
50
  import { GdsTheme } from '@sebgroup/green-core/components/theme/theme.component.js';
52
51
  import { GdsVideo } from '@sebgroup/green-core/components/video/video.component.js';
52
+ import { GdsCardPattern01 } from '@sebgroup/green-core/patterns/card-pattern-01/card-pattern-01.component.js';
53
53
  import { GdsAvatarGroup } from '@sebgroup/green-core/components/avatar/avatar-group/avatar-group.component.js';
54
54
  import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
55
55
  import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
@@ -60,9 +60,9 @@ import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text
60
60
  import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-text/number/formatted-number.component.js';
61
61
  import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
62
62
  import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
63
- import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
64
63
  import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
65
64
  import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
65
+ import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
66
66
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
67
67
  import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
68
68
  import { IconArchive } from '@sebgroup/green-core/components/icon/icons/archive.component.js';
@@ -436,209 +436,6 @@ function ProxyInputs(inputNames) {
436
436
  };
437
437
  }
438
438
 
439
- /**
440
- * Angular wrapper for the gds-card-pattern-01 web component
441
- *
442
- */
443
- let GdsCardPattern01Component = class GdsCardPattern01Component {
444
- get element() {
445
- return this.elementRef.nativeElement;
446
- }
447
- constructor() {
448
- this.elementRef = inject((ElementRef));
449
- this.zone = inject(NgZone);
450
- this.cdr = inject(ChangeDetectorRef);
451
- this.renderer = inject(Renderer2);
452
- this.router = inject(Router);
453
- this.locationStrategy = inject(LocationStrategy);
454
- this.destroyRef = inject(DestroyRef);
455
- this.routerLink = inject(RouterLink, { optional: true, self: true });
456
- this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
457
- this.cdr.detach();
458
- if (this.routerLink) {
459
- // Prevent the browser from following the href on click – RouterLink
460
- // handles navigation via Router.navigateByUrl() but only calls
461
- // preventDefault() for native <a> elements.
462
- this.preventNativeNavigation();
463
- // Keep href in sync after client-side navigations (RouterLink only
464
- // does this for native <a> elements).
465
- const sub = this.router.events.subscribe((event) => {
466
- if (event instanceof NavigationEnd)
467
- this.updateHref();
468
- });
469
- this.destroyRef.onDestroy(() => sub.unsubscribe());
470
- }
471
- }
472
- /**
473
- * Prevent the browser from following the href when RouterLink handles
474
- * navigation. RouterLink calls Router.navigateByUrl() for all elements,
475
- * but only calls preventDefault() for native <a> tags. For custom
476
- * elements we must do it ourselves, respecting modifier-key and
477
- * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
478
- * still open a new tab.
479
- * @internal
480
- */
481
- preventNativeNavigation() {
482
- // Use capture phase so this runs before Angular's RouterLink host listener.
483
- this.elementRef.nativeElement.addEventListener('click', (event) => {
484
- if (!this.routerLink?.urlTree)
485
- return;
486
- // When modifier keys are pressed or target is not _self, stop
487
- // RouterLink from navigating (it skips these checks for non-anchor
488
- // elements) and let the browser handle the click natively (new tab etc.)
489
- if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
490
- event.stopImmediatePropagation();
491
- return;
492
- }
493
- const target = this.elementRef.nativeElement.getAttribute('target');
494
- if (target && target !== '_self') {
495
- event.stopImmediatePropagation();
496
- return;
497
- }
498
- // Normal left-click: let RouterLink handle navigation via
499
- // Router.navigateByUrl(), but prevent the browser from also
500
- // following the shadow DOM anchor's href.
501
- event.preventDefault();
502
- }, true);
503
- }
504
- /**
505
- * Updates the href attribute from RouterLink using only public Angular APIs.
506
- * @internal
507
- */
508
- updateHref() {
509
- if (!this.routerLink)
510
- return;
511
- const urlTree = this.routerLink.urlTree;
512
- const href = urlTree
513
- ? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
514
- : null;
515
- if (href) {
516
- this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
517
- }
518
- }
519
- ngOnInit() {
520
- // Define the custom element
521
- try {
522
- GdsCardPattern01.define();
523
- }
524
- catch (e) {
525
- // Component may not be available in this version of green-core
526
- console.warn('Failed to define gds-card-pattern-01:', e);
527
- }
528
- }
529
- ngOnChanges(changes) {
530
- // Implementation added by @ProxyInputs decorator
531
- if (changes['routerLink']) {
532
- this.updateHref();
533
- }
534
- }
535
- ngAfterViewInit() {
536
- // Implementation added by @ProxyInputs decorator
537
- this.updateHref();
538
- }
539
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardPattern01Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
540
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCardPattern01Component, isStandalone: true, selector: "gds-card-pattern-01", inputs: { title: "title", excerpt: "excerpt", label: "label", variant: "variant", tag: "tag", ratio: "ratio", category: "category", date: "date", dateFormat: "dateFormat", locale: "locale", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", href: "href", target: "target", rel: "rel", download: "download", ping: "ping", src: "src", srcset: "srcset", sizes: "sizes", alt: "alt", loading: "loading", decoding: "decoding", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
541
- };
542
- GdsCardPattern01Component = __decorate([
543
- ProxyInputs(['title', 'excerpt', 'label', 'variant', 'tag', 'ratio', 'category', 'date', 'dateFormat', 'locale', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'href', 'target', 'rel', 'download', 'ping', 'src', 'srcset', 'sizes', 'alt', 'loading', 'decoding', 'syncFirstRender']),
544
- __metadata("design:paramtypes", [])
545
- ], GdsCardPattern01Component);
546
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardPattern01Component, decorators: [{
547
- type: Component,
548
- args: [{
549
- selector: 'gds-card-pattern-01',
550
- standalone: true,
551
- changeDetection: ChangeDetectionStrategy.OnPush,
552
- template: `<ng-content></ng-content>`
553
- }]
554
- }], ctorParameters: () => [], propDecorators: { title: [{
555
- type: Input
556
- }], excerpt: [{
557
- type: Input
558
- }], label: [{
559
- type: Input
560
- }], variant: [{
561
- type: Input
562
- }], tag: [{
563
- type: Input
564
- }], ratio: [{
565
- type: Input
566
- }], category: [{
567
- type: Input
568
- }], date: [{
569
- type: Input
570
- }], dateFormat: [{
571
- type: Input
572
- }], locale: [{
573
- type: Input
574
- }], width: [{
575
- type: Input
576
- }], minWidth: [{
577
- type: Input
578
- }], maxWidth: [{
579
- type: Input
580
- }], inlineSize: [{
581
- type: Input
582
- }], minInlineSize: [{
583
- type: Input
584
- }], maxInlineSize: [{
585
- type: Input
586
- }], margin: [{
587
- type: Input
588
- }], marginInline: [{
589
- type: Input
590
- }], marginBlock: [{
591
- type: Input
592
- }], alignSelf: [{
593
- type: Input
594
- }], justifySelf: [{
595
- type: Input
596
- }], placeSelf: [{
597
- type: Input
598
- }], gridColumn: [{
599
- type: Input
600
- }], gridRow: [{
601
- type: Input
602
- }], gridArea: [{
603
- type: Input
604
- }], flex: [{
605
- type: Input
606
- }], order: [{
607
- type: Input
608
- }], href: [{
609
- type: Input
610
- }], target: [{
611
- type: Input
612
- }], rel: [{
613
- type: Input
614
- }], download: [{
615
- type: Input
616
- }], ping: [{
617
- type: Input
618
- }], src: [{
619
- type: Input
620
- }], srcset: [{
621
- type: Input
622
- }], sizes: [{
623
- type: Input
624
- }], alt: [{
625
- type: Input
626
- }], loading: [{
627
- type: Input
628
- }], decoding: [{
629
- type: Input
630
- }], syncFirstRender: [{
631
- type: Input,
632
- args: [{ transform: booleanAttribute }]
633
- }] } });
634
-
635
- /**
636
- * GdsCardPattern01Component - Angular wrapper for gds-card-pattern-01
637
- *
638
- *
639
- * Auto-generated from Custom Elements Manifest
640
- */
641
-
642
439
  /**
643
440
  * Angular wrapper for the gds-alert web component
644
441
  *
@@ -5563,6 +5360,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
5563
5360
  * Auto-generated from Custom Elements Manifest
5564
5361
  */
5565
5362
 
5363
+ /**
5364
+ * Angular wrapper for the gds-signal web component
5365
+ *
5366
+ */
5367
+ let GdsSignalComponent = class GdsSignalComponent {
5368
+ get element() {
5369
+ return this.elementRef.nativeElement;
5370
+ }
5371
+ constructor() {
5372
+ this.elementRef = inject((ElementRef));
5373
+ this.zone = inject(NgZone);
5374
+ this.cdr = inject(ChangeDetectorRef);
5375
+ this.cdr.detach();
5376
+ }
5377
+ ngOnInit() {
5378
+ // Define the custom element
5379
+ try {
5380
+ GdsSignal.define();
5381
+ }
5382
+ catch (e) {
5383
+ // Component may not be available in this version of green-core
5384
+ console.warn('Failed to define gds-signal:', e);
5385
+ }
5386
+ }
5387
+ ngOnChanges(changes) {
5388
+ // Implementation added by @ProxyInputs decorator
5389
+ }
5390
+ ngAfterViewInit() {
5391
+ // Implementation added by @ProxyInputs decorator
5392
+ }
5393
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSignalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5394
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSignalComponent, isStandalone: true, selector: "gds-signal", inputs: { color: "color", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5395
+ };
5396
+ GdsSignalComponent = __decorate([
5397
+ ProxyInputs(['color', 'syncFirstRender']),
5398
+ __metadata("design:paramtypes", [])
5399
+ ], GdsSignalComponent);
5400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSignalComponent, decorators: [{
5401
+ type: Component,
5402
+ args: [{
5403
+ selector: 'gds-signal',
5404
+ standalone: true,
5405
+ changeDetection: ChangeDetectionStrategy.OnPush,
5406
+ template: `<ng-content></ng-content>`
5407
+ }]
5408
+ }], ctorParameters: () => [], propDecorators: { color: [{
5409
+ type: Input
5410
+ }], syncFirstRender: [{
5411
+ type: Input,
5412
+ args: [{ transform: booleanAttribute }]
5413
+ }] } });
5414
+
5415
+ /**
5416
+ * GdsSignalComponent - Angular wrapper for gds-signal
5417
+ *
5418
+ *
5419
+ * Auto-generated from Custom Elements Manifest
5420
+ */
5421
+
5566
5422
  /**
5567
5423
  * Angular wrapper for the gds-spinner web component
5568
5424
  *
@@ -5807,65 +5663,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
5807
5663
  * Auto-generated from Custom Elements Manifest
5808
5664
  */
5809
5665
 
5810
- /**
5811
- * Angular wrapper for the gds-signal web component
5812
- *
5813
- */
5814
- let GdsSignalComponent = class GdsSignalComponent {
5815
- get element() {
5816
- return this.elementRef.nativeElement;
5817
- }
5818
- constructor() {
5819
- this.elementRef = inject((ElementRef));
5820
- this.zone = inject(NgZone);
5821
- this.cdr = inject(ChangeDetectorRef);
5822
- this.cdr.detach();
5823
- }
5824
- ngOnInit() {
5825
- // Define the custom element
5826
- try {
5827
- GdsSignal.define();
5828
- }
5829
- catch (e) {
5830
- // Component may not be available in this version of green-core
5831
- console.warn('Failed to define gds-signal:', e);
5832
- }
5833
- }
5834
- ngOnChanges(changes) {
5835
- // Implementation added by @ProxyInputs decorator
5836
- }
5837
- ngAfterViewInit() {
5838
- // Implementation added by @ProxyInputs decorator
5839
- }
5840
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSignalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5841
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSignalComponent, isStandalone: true, selector: "gds-signal", inputs: { color: "color", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5842
- };
5843
- GdsSignalComponent = __decorate([
5844
- ProxyInputs(['color', 'syncFirstRender']),
5845
- __metadata("design:paramtypes", [])
5846
- ], GdsSignalComponent);
5847
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSignalComponent, decorators: [{
5848
- type: Component,
5849
- args: [{
5850
- selector: 'gds-signal',
5851
- standalone: true,
5852
- changeDetection: ChangeDetectionStrategy.OnPush,
5853
- template: `<ng-content></ng-content>`
5854
- }]
5855
- }], ctorParameters: () => [], propDecorators: { color: [{
5856
- type: Input
5857
- }], syncFirstRender: [{
5858
- type: Input,
5859
- args: [{ transform: booleanAttribute }]
5860
- }] } });
5861
-
5862
- /**
5863
- * GdsSignalComponent - Angular wrapper for gds-signal
5864
- *
5865
- *
5866
- * Auto-generated from Custom Elements Manifest
5867
- */
5868
-
5869
5666
  /**
5870
5667
  * Angular wrapper for the gds-table web component
5871
5668
  *
@@ -5890,6 +5687,8 @@ let GdsTableComponent = class GdsTableComponent {
5890
5687
  this.gdsTableDataError = new EventEmitter();
5891
5688
  /** Fired when row selection changes. */
5892
5689
  this.gdsTableSelection = new EventEmitter();
5690
+ /** Fired when row expansion changes. Detail: `{ index: number, row: T, expanded: boolean, expandedIndices: number[] }` */
5691
+ this.gdsTableExpandChange = new EventEmitter();
5893
5692
  this.cdr.detach();
5894
5693
  }
5895
5694
  ngOnInit() {
@@ -5920,6 +5719,9 @@ let GdsTableComponent = class GdsTableComponent {
5920
5719
  this.elementRef.nativeElement.addEventListener('gds-table-selection', (event) => {
5921
5720
  this.gdsTableSelection.emit(event);
5922
5721
  });
5722
+ this.elementRef.nativeElement.addEventListener('gds-table-expand-change', (event) => {
5723
+ this.gdsTableExpandChange.emit(event);
5724
+ });
5923
5725
  }
5924
5726
  ngOnChanges(changes) {
5925
5727
  // Implementation added by @ProxyInputs decorator
@@ -5928,10 +5730,10 @@ let GdsTableComponent = class GdsTableComponent {
5928
5730
  // Implementation added by @ProxyInputs decorator
5929
5731
  }
5930
5732
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsTableComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
5931
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", 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", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, 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 }); }
5733
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", 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], nocache: ["nocache", "nocache", booleanAttribute], tfoot: "tfoot", dataLoadKey: "dataLoadKey", height: "height", variant: "variant", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, outputs: { gdsPageChange: "gdsPageChange", gdsRowsChange: "gdsRowsChange", gdsSortChange: "gdsSortChange", gdsTableDataLoaded: "gdsTableDataLoaded", gdsTableDataError: "gdsTableDataError", gdsTableSelection: "gdsTableSelection", gdsTableExpandChange: "gdsTableExpandChange" }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
5932
5734
  };
5933
5735
  GdsTableComponent = __decorate([
5934
- ProxyInputs(['headline', 'headlineTag', 'summary', 'searchLabel', 'options', 'page', 'rows', 'columns', 'data', 'density', 'selectable', 'disableSelectAll', 'responsive', 'plain', 'searchable', 'settings', 'striped', 'actions', 'nocache', 'tfoot', 'dataLoadKey', 'height', 'variant', 'syncFirstRender']),
5736
+ ProxyInputs(['headline', 'headlineTag', 'summary', 'searchLabel', 'options', 'page', 'rows', 'columns', 'data', 'density', 'selectable', 'disableSelectAll', 'responsive', 'plain', 'searchable', 'settings', 'striped', 'nocache', 'tfoot', 'dataLoadKey', 'height', 'variant', 'syncFirstRender']),
5935
5737
  __metadata("design:paramtypes", [])
5936
5738
  ], GdsTableComponent);
5937
5739
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsTableComponent, decorators: [{
@@ -5983,8 +5785,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
5983
5785
  }], striped: [{
5984
5786
  type: Input,
5985
5787
  args: [{ transform: booleanAttribute }]
5986
- }], actions: [{
5987
- type: Input
5988
5788
  }], nocache: [{
5989
5789
  type: Input,
5990
5790
  args: [{ transform: booleanAttribute }]
@@ -6011,6 +5811,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
6011
5811
  type: Output
6012
5812
  }], gdsTableSelection: [{
6013
5813
  type: Output
5814
+ }], gdsTableExpandChange: [{
5815
+ type: Output
6014
5816
  }] } });
6015
5817
 
6016
5818
  /**
@@ -6593,6 +6395,209 @@ The video can be customized with different properties like ratio, position, inse
6593
6395
  * Auto-generated from Custom Elements Manifest
6594
6396
  */
6595
6397
 
6398
+ /**
6399
+ * Angular wrapper for the gds-card-pattern-01 web component
6400
+ *
6401
+ */
6402
+ let GdsCardPattern01Component = class GdsCardPattern01Component {
6403
+ get element() {
6404
+ return this.elementRef.nativeElement;
6405
+ }
6406
+ constructor() {
6407
+ this.elementRef = inject((ElementRef));
6408
+ this.zone = inject(NgZone);
6409
+ this.cdr = inject(ChangeDetectorRef);
6410
+ this.renderer = inject(Renderer2);
6411
+ this.router = inject(Router);
6412
+ this.locationStrategy = inject(LocationStrategy);
6413
+ this.destroyRef = inject(DestroyRef);
6414
+ this.routerLink = inject(RouterLink, { optional: true, self: true });
6415
+ this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
6416
+ this.cdr.detach();
6417
+ if (this.routerLink) {
6418
+ // Prevent the browser from following the href on click – RouterLink
6419
+ // handles navigation via Router.navigateByUrl() but only calls
6420
+ // preventDefault() for native <a> elements.
6421
+ this.preventNativeNavigation();
6422
+ // Keep href in sync after client-side navigations (RouterLink only
6423
+ // does this for native <a> elements).
6424
+ const sub = this.router.events.subscribe((event) => {
6425
+ if (event instanceof NavigationEnd)
6426
+ this.updateHref();
6427
+ });
6428
+ this.destroyRef.onDestroy(() => sub.unsubscribe());
6429
+ }
6430
+ }
6431
+ /**
6432
+ * Prevent the browser from following the href when RouterLink handles
6433
+ * navigation. RouterLink calls Router.navigateByUrl() for all elements,
6434
+ * but only calls preventDefault() for native <a> tags. For custom
6435
+ * elements we must do it ourselves, respecting modifier-key and
6436
+ * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
6437
+ * still open a new tab.
6438
+ * @internal
6439
+ */
6440
+ preventNativeNavigation() {
6441
+ // Use capture phase so this runs before Angular's RouterLink host listener.
6442
+ this.elementRef.nativeElement.addEventListener('click', (event) => {
6443
+ if (!this.routerLink?.urlTree)
6444
+ return;
6445
+ // When modifier keys are pressed or target is not _self, stop
6446
+ // RouterLink from navigating (it skips these checks for non-anchor
6447
+ // elements) and let the browser handle the click natively (new tab etc.)
6448
+ if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
6449
+ event.stopImmediatePropagation();
6450
+ return;
6451
+ }
6452
+ const target = this.elementRef.nativeElement.getAttribute('target');
6453
+ if (target && target !== '_self') {
6454
+ event.stopImmediatePropagation();
6455
+ return;
6456
+ }
6457
+ // Normal left-click: let RouterLink handle navigation via
6458
+ // Router.navigateByUrl(), but prevent the browser from also
6459
+ // following the shadow DOM anchor's href.
6460
+ event.preventDefault();
6461
+ }, true);
6462
+ }
6463
+ /**
6464
+ * Updates the href attribute from RouterLink using only public Angular APIs.
6465
+ * @internal
6466
+ */
6467
+ updateHref() {
6468
+ if (!this.routerLink)
6469
+ return;
6470
+ const urlTree = this.routerLink.urlTree;
6471
+ const href = urlTree
6472
+ ? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
6473
+ : null;
6474
+ if (href) {
6475
+ this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
6476
+ }
6477
+ }
6478
+ ngOnInit() {
6479
+ // Define the custom element
6480
+ try {
6481
+ GdsCardPattern01.define();
6482
+ }
6483
+ catch (e) {
6484
+ // Component may not be available in this version of green-core
6485
+ console.warn('Failed to define gds-card-pattern-01:', e);
6486
+ }
6487
+ }
6488
+ ngOnChanges(changes) {
6489
+ // Implementation added by @ProxyInputs decorator
6490
+ if (changes['routerLink']) {
6491
+ this.updateHref();
6492
+ }
6493
+ }
6494
+ ngAfterViewInit() {
6495
+ // Implementation added by @ProxyInputs decorator
6496
+ this.updateHref();
6497
+ }
6498
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardPattern01Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6499
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsCardPattern01Component, isStandalone: true, selector: "gds-card-pattern-01", inputs: { title: "title", excerpt: "excerpt", label: "label", variant: "variant", tag: "tag", ratio: "ratio", category: "category", date: "date", dateFormat: "dateFormat", locale: "locale", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", href: "href", target: "target", rel: "rel", download: "download", ping: "ping", src: "src", srcset: "srcset", sizes: "sizes", alt: "alt", loading: "loading", decoding: "decoding", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6500
+ };
6501
+ GdsCardPattern01Component = __decorate([
6502
+ ProxyInputs(['title', 'excerpt', 'label', 'variant', 'tag', 'ratio', 'category', 'date', 'dateFormat', 'locale', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'href', 'target', 'rel', 'download', 'ping', 'src', 'srcset', 'sizes', 'alt', 'loading', 'decoding', 'syncFirstRender']),
6503
+ __metadata("design:paramtypes", [])
6504
+ ], GdsCardPattern01Component);
6505
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardPattern01Component, decorators: [{
6506
+ type: Component,
6507
+ args: [{
6508
+ selector: 'gds-card-pattern-01',
6509
+ standalone: true,
6510
+ changeDetection: ChangeDetectionStrategy.OnPush,
6511
+ template: `<ng-content></ng-content>`
6512
+ }]
6513
+ }], ctorParameters: () => [], propDecorators: { title: [{
6514
+ type: Input
6515
+ }], excerpt: [{
6516
+ type: Input
6517
+ }], label: [{
6518
+ type: Input
6519
+ }], variant: [{
6520
+ type: Input
6521
+ }], tag: [{
6522
+ type: Input
6523
+ }], ratio: [{
6524
+ type: Input
6525
+ }], category: [{
6526
+ type: Input
6527
+ }], date: [{
6528
+ type: Input
6529
+ }], dateFormat: [{
6530
+ type: Input
6531
+ }], locale: [{
6532
+ type: Input
6533
+ }], width: [{
6534
+ type: Input
6535
+ }], minWidth: [{
6536
+ type: Input
6537
+ }], maxWidth: [{
6538
+ type: Input
6539
+ }], inlineSize: [{
6540
+ type: Input
6541
+ }], minInlineSize: [{
6542
+ type: Input
6543
+ }], maxInlineSize: [{
6544
+ type: Input
6545
+ }], margin: [{
6546
+ type: Input
6547
+ }], marginInline: [{
6548
+ type: Input
6549
+ }], marginBlock: [{
6550
+ type: Input
6551
+ }], alignSelf: [{
6552
+ type: Input
6553
+ }], justifySelf: [{
6554
+ type: Input
6555
+ }], placeSelf: [{
6556
+ type: Input
6557
+ }], gridColumn: [{
6558
+ type: Input
6559
+ }], gridRow: [{
6560
+ type: Input
6561
+ }], gridArea: [{
6562
+ type: Input
6563
+ }], flex: [{
6564
+ type: Input
6565
+ }], order: [{
6566
+ type: Input
6567
+ }], href: [{
6568
+ type: Input
6569
+ }], target: [{
6570
+ type: Input
6571
+ }], rel: [{
6572
+ type: Input
6573
+ }], download: [{
6574
+ type: Input
6575
+ }], ping: [{
6576
+ type: Input
6577
+ }], src: [{
6578
+ type: Input
6579
+ }], srcset: [{
6580
+ type: Input
6581
+ }], sizes: [{
6582
+ type: Input
6583
+ }], alt: [{
6584
+ type: Input
6585
+ }], loading: [{
6586
+ type: Input
6587
+ }], decoding: [{
6588
+ type: Input
6589
+ }], syncFirstRender: [{
6590
+ type: Input,
6591
+ args: [{ transform: booleanAttribute }]
6592
+ }] } });
6593
+
6594
+ /**
6595
+ * GdsCardPattern01Component - Angular wrapper for gds-card-pattern-01
6596
+ *
6597
+ *
6598
+ * Auto-generated from Custom Elements Manifest
6599
+ */
6600
+
6596
6601
  /**
6597
6602
  * Angular wrapper for the gds-avatar-group web component
6598
6603
  * `gds-avatar-group` stacks multiple avatars with an overlapping ring cutout effect.
@@ -7864,10 +7869,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7864
7869
  */
7865
7870
 
7866
7871
  /**
7867
- * Angular wrapper for the gds-sensitive-number web component
7872
+ * Angular wrapper for the gds-sensitive-account web component
7868
7873
  *
7869
7874
  */
7870
- let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7875
+ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
7871
7876
  get element() {
7872
7877
  return this.elementRef.nativeElement;
7873
7878
  }
@@ -7880,11 +7885,11 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7880
7885
  ngOnInit() {
7881
7886
  // Define the custom element
7882
7887
  try {
7883
- GdsSensitiveNumber.define();
7888
+ GdsSensitiveAccount.define();
7884
7889
  }
7885
7890
  catch (e) {
7886
7891
  // Component may not be available in this version of green-core
7887
- console.warn('Failed to define gds-sensitive-number:', e);
7892
+ console.warn('Failed to define gds-sensitive-account:', e);
7888
7893
  }
7889
7894
  }
7890
7895
  ngOnChanges(changes) {
@@ -7893,17 +7898,17 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7893
7898
  ngAfterViewInit() {
7894
7899
  // Implementation added by @ProxyInputs decorator
7895
7900
  }
7896
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7897
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveNumberComponent, isStandalone: true, selector: "gds-sensitive-number", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", locale: "locale", currency: "currency", decimals: "decimals", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7901
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7902
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", 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", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7898
7903
  };
7899
- GdsSensitiveNumberComponent = __decorate([
7900
- ProxyInputs(['hide', 'value', 'locale', 'currency', 'decimals', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
7904
+ GdsSensitiveAccountComponent = __decorate([
7905
+ 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', 'syncFirstRender']),
7901
7906
  __metadata("design:paramtypes", [])
7902
- ], GdsSensitiveNumberComponent);
7903
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
7907
+ ], GdsSensitiveAccountComponent);
7908
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
7904
7909
  type: Component,
7905
7910
  args: [{
7906
- selector: 'gds-sensitive-number',
7911
+ selector: 'gds-sensitive-account',
7907
7912
  standalone: true,
7908
7913
  changeDetection: ChangeDetectionStrategy.OnPush,
7909
7914
  template: `<ng-content></ng-content>`
@@ -7911,13 +7916,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7911
7916
  }], ctorParameters: () => [], propDecorators: { hide: [{
7912
7917
  type: Input,
7913
7918
  args: [{ transform: booleanAttribute }]
7914
- }], value: [{
7915
- type: Input
7916
- }], locale: [{
7917
- type: Input
7918
- }], currency: [{
7919
- type: Input
7920
- }], decimals: [{
7919
+ }], account: [{
7921
7920
  type: Input
7922
7921
  }], tag: [{
7923
7922
  type: Input
@@ -8055,17 +8054,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8055
8054
  }] } });
8056
8055
 
8057
8056
  /**
8058
- * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8057
+ * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
8059
8058
  *
8060
8059
  *
8061
8060
  * Auto-generated from Custom Elements Manifest
8062
8061
  */
8063
8062
 
8064
8063
  /**
8065
- * Angular wrapper for the gds-sensitive-account web component
8064
+ * Angular wrapper for the gds-sensitive-date web component
8066
8065
  *
8067
8066
  */
8068
- let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
8067
+ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8069
8068
  get element() {
8070
8069
  return this.elementRef.nativeElement;
8071
8070
  }
@@ -8078,11 +8077,11 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
8078
8077
  ngOnInit() {
8079
8078
  // Define the custom element
8080
8079
  try {
8081
- GdsSensitiveAccount.define();
8080
+ GdsSensitiveDate.define();
8082
8081
  }
8083
8082
  catch (e) {
8084
8083
  // Component may not be available in this version of green-core
8085
- console.warn('Failed to define gds-sensitive-account:', e);
8084
+ console.warn('Failed to define gds-sensitive-date:', e);
8086
8085
  }
8087
8086
  }
8088
8087
  ngOnChanges(changes) {
@@ -8091,17 +8090,17 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
8091
8090
  ngAfterViewInit() {
8092
8091
  // Implementation added by @ProxyInputs decorator
8093
8092
  }
8094
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8095
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", 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", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8093
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8094
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveDateComponent, isStandalone: true, selector: "gds-sensitive-date", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", format: "format", locale: "locale", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8096
8095
  };
8097
- GdsSensitiveAccountComponent = __decorate([
8098
- 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', 'syncFirstRender']),
8096
+ GdsSensitiveDateComponent = __decorate([
8097
+ ProxyInputs(['hide', 'value', 'format', 'locale', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
8099
8098
  __metadata("design:paramtypes", [])
8100
- ], GdsSensitiveAccountComponent);
8101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
8099
+ ], GdsSensitiveDateComponent);
8100
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
8102
8101
  type: Component,
8103
8102
  args: [{
8104
- selector: 'gds-sensitive-account',
8103
+ selector: 'gds-sensitive-date',
8105
8104
  standalone: true,
8106
8105
  changeDetection: ChangeDetectionStrategy.OnPush,
8107
8106
  template: `<ng-content></ng-content>`
@@ -8109,7 +8108,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8109
8108
  }], ctorParameters: () => [], propDecorators: { hide: [{
8110
8109
  type: Input,
8111
8110
  args: [{ transform: booleanAttribute }]
8112
- }], account: [{
8111
+ }], value: [{
8112
+ type: Input
8113
+ }], format: [{
8114
+ type: Input
8115
+ }], locale: [{
8113
8116
  type: Input
8114
8117
  }], tag: [{
8115
8118
  type: Input
@@ -8247,17 +8250,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8247
8250
  }] } });
8248
8251
 
8249
8252
  /**
8250
- * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
8253
+ * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8251
8254
  *
8252
8255
  *
8253
8256
  * Auto-generated from Custom Elements Manifest
8254
8257
  */
8255
8258
 
8256
8259
  /**
8257
- * Angular wrapper for the gds-sensitive-date web component
8260
+ * Angular wrapper for the gds-sensitive-number web component
8258
8261
  *
8259
8262
  */
8260
- let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8263
+ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
8261
8264
  get element() {
8262
8265
  return this.elementRef.nativeElement;
8263
8266
  }
@@ -8270,11 +8273,11 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8270
8273
  ngOnInit() {
8271
8274
  // Define the custom element
8272
8275
  try {
8273
- GdsSensitiveDate.define();
8276
+ GdsSensitiveNumber.define();
8274
8277
  }
8275
8278
  catch (e) {
8276
8279
  // Component may not be available in this version of green-core
8277
- console.warn('Failed to define gds-sensitive-date:', e);
8280
+ console.warn('Failed to define gds-sensitive-number:', e);
8278
8281
  }
8279
8282
  }
8280
8283
  ngOnChanges(changes) {
@@ -8283,17 +8286,17 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8283
8286
  ngAfterViewInit() {
8284
8287
  // Implementation added by @ProxyInputs decorator
8285
8288
  }
8286
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8287
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveDateComponent, isStandalone: true, selector: "gds-sensitive-date", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", format: "format", locale: "locale", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8289
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8290
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSensitiveNumberComponent, isStandalone: true, selector: "gds-sensitive-number", inputs: { hide: ["hide", "hide", booleanAttribute], value: "value", locale: "locale", currency: "currency", decimals: "decimals", tag: "tag", font: "font", fontWeight: "fontWeight", textTransform: "textTransform", textDecoration: "textDecoration", lines: "lines", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", height: "height", minHeight: "minHeight", maxHeight: "maxHeight", blockSize: "blockSize", minBlockSize: "minBlockSize", maxBlockSize: "maxBlockSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", padding: "padding", paddingInline: "paddingInline", paddingBlock: "paddingBlock", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", position: "position", transform: "transform", inset: "inset", display: "display", level: "level", color: "color", background: "background", border: "border", borderColor: "borderColor", borderWidth: "borderWidth", borderStyle: "borderStyle", borderRadius: "borderRadius", boxShadow: "boxShadow", opacity: "opacity", overflow: "overflow", boxSizing: "boxSizing", zIndex: "zIndex", textAlign: "textAlign", textWrap: "textWrap", overflowWrap: "overflowWrap", whiteSpace: "whiteSpace", gap: "gap", alignItems: "alignItems", alignContent: "alignContent", justifyContent: "justifyContent", justifyItems: "justifyItems", flexDirection: "flexDirection", flexWrap: "flexWrap", placeItems: "placeItems", placeContent: "placeContent", aspectRatio: "aspectRatio", cursor: "cursor", pointerEvents: "pointerEvents", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
8288
8291
  };
8289
- GdsSensitiveDateComponent = __decorate([
8290
- ProxyInputs(['hide', 'value', 'format', 'locale', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
8292
+ GdsSensitiveNumberComponent = __decorate([
8293
+ ProxyInputs(['hide', 'value', 'locale', 'currency', 'decimals', 'tag', 'font', 'font-weight', 'text-transform', 'text-decoration', 'lines', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'height', 'min-height', 'max-height', 'block-size', 'min-block-size', 'max-block-size', 'margin', 'margin-inline', 'margin-block', 'padding', 'padding-inline', 'padding-block', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'position', 'transform', 'inset', 'display', 'level', 'color', 'background', 'border', 'border-color', 'border-width', 'border-style', 'border-radius', 'box-shadow', 'opacity', 'overflow', 'box-sizing', 'z-index', 'text-align', 'text-wrap', 'overflow-wrap', 'white-space', 'gap', 'align-items', 'align-content', 'justify-content', 'justify-items', 'flex-direction', 'flex-wrap', 'place-items', 'place-content', 'aspect-ratio', 'cursor', 'pointer-events', 'syncFirstRender']),
8291
8294
  __metadata("design:paramtypes", [])
8292
- ], GdsSensitiveDateComponent);
8293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
8295
+ ], GdsSensitiveNumberComponent);
8296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
8294
8297
  type: Component,
8295
8298
  args: [{
8296
- selector: 'gds-sensitive-date',
8299
+ selector: 'gds-sensitive-number',
8297
8300
  standalone: true,
8298
8301
  changeDetection: ChangeDetectionStrategy.OnPush,
8299
8302
  template: `<ng-content></ng-content>`
@@ -8303,10 +8306,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8303
8306
  args: [{ transform: booleanAttribute }]
8304
8307
  }], value: [{
8305
8308
  type: Input
8306
- }], format: [{
8307
- type: Input
8308
8309
  }], locale: [{
8309
8310
  type: Input
8311
+ }], currency: [{
8312
+ type: Input
8313
+ }], decimals: [{
8314
+ type: Input
8310
8315
  }], tag: [{
8311
8316
  type: Input
8312
8317
  }], font: [{
@@ -8443,7 +8448,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8443
8448
  }] } });
8444
8449
 
8445
8450
  /**
8446
- * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8451
+ * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8447
8452
  *
8448
8453
  *
8449
8454
  * Auto-generated from Custom Elements Manifest
@@ -37182,8 +37187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37182
37187
  */
37183
37188
  class GreenCoreNgModule {
37184
37189
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37185
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsCardPattern01Component,
37186
- GdsAlertComponent,
37190
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
37187
37191
  GdsAvatarComponent,
37188
37192
  GdsBadgeComponent,
37189
37193
  GdsBlurComponent,
@@ -37220,14 +37224,15 @@ class GreenCoreNgModule {
37220
37224
  GdsRichTextComponent,
37221
37225
  GdsSegmentedControlComponent,
37222
37226
  GdsSelectComponent,
37227
+ GdsSignalComponent,
37223
37228
  GdsSpinnerComponent,
37224
37229
  GdsSwitchComponent,
37225
- GdsSignalComponent,
37226
37230
  GdsTableComponent,
37227
37231
  GdsTextComponent,
37228
37232
  GdsTextareaComponent,
37229
37233
  GdsThemeComponent,
37230
37234
  GdsVideoComponent,
37235
+ GdsCardPattern01Component,
37231
37236
  GdsAvatarGroupComponent,
37232
37237
  GdsBreadcrumbComponent,
37233
37238
  GdsCheckboxGroupComponent,
@@ -37238,9 +37243,9 @@ class GreenCoreNgModule {
37238
37243
  GdsFormattedNumberComponent,
37239
37244
  GdsRadioGroupComponent,
37240
37245
  GdsSegmentComponent,
37241
- GdsSensitiveNumberComponent,
37242
37246
  GdsSensitiveAccountComponent,
37243
37247
  GdsSensitiveDateComponent,
37248
+ GdsSensitiveNumberComponent,
37244
37249
  IconAiComponent,
37245
37250
  IconAirplaneUpComponent,
37246
37251
  IconArchiveComponent,
@@ -37553,8 +37558,7 @@ class GreenCoreNgModule {
37553
37558
  IconZoomOutComponent,
37554
37559
  GdsMenuItemComponent,
37555
37560
  GdsMenuHeadingComponent,
37556
- GdsOptionComponent], exports: [GdsCardPattern01Component,
37557
- GdsAlertComponent,
37561
+ GdsOptionComponent], exports: [GdsAlertComponent,
37558
37562
  GdsAvatarComponent,
37559
37563
  GdsBadgeComponent,
37560
37564
  GdsBlurComponent,
@@ -37591,14 +37595,15 @@ class GreenCoreNgModule {
37591
37595
  GdsRichTextComponent,
37592
37596
  GdsSegmentedControlComponent,
37593
37597
  GdsSelectComponent,
37598
+ GdsSignalComponent,
37594
37599
  GdsSpinnerComponent,
37595
37600
  GdsSwitchComponent,
37596
- GdsSignalComponent,
37597
37601
  GdsTableComponent,
37598
37602
  GdsTextComponent,
37599
37603
  GdsTextareaComponent,
37600
37604
  GdsThemeComponent,
37601
37605
  GdsVideoComponent,
37606
+ GdsCardPattern01Component,
37602
37607
  GdsAvatarGroupComponent,
37603
37608
  GdsBreadcrumbComponent,
37604
37609
  GdsCheckboxGroupComponent,
@@ -37609,9 +37614,9 @@ class GreenCoreNgModule {
37609
37614
  GdsFormattedNumberComponent,
37610
37615
  GdsRadioGroupComponent,
37611
37616
  GdsSegmentComponent,
37612
- GdsSensitiveNumberComponent,
37613
37617
  GdsSensitiveAccountComponent,
37614
37618
  GdsSensitiveDateComponent,
37619
+ GdsSensitiveNumberComponent,
37615
37620
  IconAiComponent,
37616
37621
  IconAirplaneUpComponent,
37617
37622
  IconArchiveComponent,
@@ -37931,7 +37936,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37931
37936
  type: NgModule,
37932
37937
  args: [{
37933
37938
  imports: [
37934
- GdsCardPattern01Component,
37935
37939
  GdsAlertComponent,
37936
37940
  GdsAvatarComponent,
37937
37941
  GdsBadgeComponent,
@@ -37969,14 +37973,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37969
37973
  GdsRichTextComponent,
37970
37974
  GdsSegmentedControlComponent,
37971
37975
  GdsSelectComponent,
37976
+ GdsSignalComponent,
37972
37977
  GdsSpinnerComponent,
37973
37978
  GdsSwitchComponent,
37974
- GdsSignalComponent,
37975
37979
  GdsTableComponent,
37976
37980
  GdsTextComponent,
37977
37981
  GdsTextareaComponent,
37978
37982
  GdsThemeComponent,
37979
37983
  GdsVideoComponent,
37984
+ GdsCardPattern01Component,
37980
37985
  GdsAvatarGroupComponent,
37981
37986
  GdsBreadcrumbComponent,
37982
37987
  GdsCheckboxGroupComponent,
@@ -37987,9 +37992,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37987
37992
  GdsFormattedNumberComponent,
37988
37993
  GdsRadioGroupComponent,
37989
37994
  GdsSegmentComponent,
37990
- GdsSensitiveNumberComponent,
37991
37995
  GdsSensitiveAccountComponent,
37992
37996
  GdsSensitiveDateComponent,
37997
+ GdsSensitiveNumberComponent,
37993
37998
  IconAiComponent,
37994
37999
  IconAirplaneUpComponent,
37995
38000
  IconArchiveComponent,
@@ -38305,7 +38310,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
38305
38310
  GdsOptionComponent,
38306
38311
  ],
38307
38312
  exports: [
38308
- GdsCardPattern01Component,
38309
38313
  GdsAlertComponent,
38310
38314
  GdsAvatarComponent,
38311
38315
  GdsBadgeComponent,
@@ -38343,14 +38347,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
38343
38347
  GdsRichTextComponent,
38344
38348
  GdsSegmentedControlComponent,
38345
38349
  GdsSelectComponent,
38350
+ GdsSignalComponent,
38346
38351
  GdsSpinnerComponent,
38347
38352
  GdsSwitchComponent,
38348
- GdsSignalComponent,
38349
38353
  GdsTableComponent,
38350
38354
  GdsTextComponent,
38351
38355
  GdsTextareaComponent,
38352
38356
  GdsThemeComponent,
38353
38357
  GdsVideoComponent,
38358
+ GdsCardPattern01Component,
38354
38359
  GdsAvatarGroupComponent,
38355
38360
  GdsBreadcrumbComponent,
38356
38361
  GdsCheckboxGroupComponent,
@@ -38361,9 +38366,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
38361
38366
  GdsFormattedNumberComponent,
38362
38367
  GdsRadioGroupComponent,
38363
38368
  GdsSegmentComponent,
38364
- GdsSensitiveNumberComponent,
38365
38369
  GdsSensitiveAccountComponent,
38366
38370
  GdsSensitiveDateComponent,
38371
+ GdsSensitiveNumberComponent,
38367
38372
  IconAiComponent,
38368
38373
  IconAirplaneUpComponent,
38369
38374
  IconArchiveComponent,