@sebgroup/green-core-ng 3.8.1 → 3.9.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,27 +41,28 @@ 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
- import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
55
54
  import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
55
+ import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
56
56
  import { GdsIconDetails } from '@sebgroup/green-core/components/details/details-icon/details-icon.component.js';
57
- import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
58
57
  import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
58
+ import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
59
59
  import { GdsFormattedDate } from '@sebgroup/green-core/components/formatted-text/date/formatted-date.component.js';
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
  *
@@ -6593,6 +6390,209 @@ The video can be customized with different properties like ratio, position, inse
6593
6390
  * Auto-generated from Custom Elements Manifest
6594
6391
  */
6595
6392
 
6393
+ /**
6394
+ * Angular wrapper for the gds-card-pattern-01 web component
6395
+ *
6396
+ */
6397
+ let GdsCardPattern01Component = class GdsCardPattern01Component {
6398
+ get element() {
6399
+ return this.elementRef.nativeElement;
6400
+ }
6401
+ constructor() {
6402
+ this.elementRef = inject((ElementRef));
6403
+ this.zone = inject(NgZone);
6404
+ this.cdr = inject(ChangeDetectorRef);
6405
+ this.renderer = inject(Renderer2);
6406
+ this.router = inject(Router);
6407
+ this.locationStrategy = inject(LocationStrategy);
6408
+ this.destroyRef = inject(DestroyRef);
6409
+ this.routerLink = inject(RouterLink, { optional: true, self: true });
6410
+ this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
6411
+ this.cdr.detach();
6412
+ if (this.routerLink) {
6413
+ // Prevent the browser from following the href on click – RouterLink
6414
+ // handles navigation via Router.navigateByUrl() but only calls
6415
+ // preventDefault() for native <a> elements.
6416
+ this.preventNativeNavigation();
6417
+ // Keep href in sync after client-side navigations (RouterLink only
6418
+ // does this for native <a> elements).
6419
+ const sub = this.router.events.subscribe((event) => {
6420
+ if (event instanceof NavigationEnd)
6421
+ this.updateHref();
6422
+ });
6423
+ this.destroyRef.onDestroy(() => sub.unsubscribe());
6424
+ }
6425
+ }
6426
+ /**
6427
+ * Prevent the browser from following the href when RouterLink handles
6428
+ * navigation. RouterLink calls Router.navigateByUrl() for all elements,
6429
+ * but only calls preventDefault() for native <a> tags. For custom
6430
+ * elements we must do it ourselves, respecting modifier-key and
6431
+ * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
6432
+ * still open a new tab.
6433
+ * @internal
6434
+ */
6435
+ preventNativeNavigation() {
6436
+ // Use capture phase so this runs before Angular's RouterLink host listener.
6437
+ this.elementRef.nativeElement.addEventListener('click', (event) => {
6438
+ if (!this.routerLink?.urlTree)
6439
+ return;
6440
+ // When modifier keys are pressed or target is not _self, stop
6441
+ // RouterLink from navigating (it skips these checks for non-anchor
6442
+ // elements) and let the browser handle the click natively (new tab etc.)
6443
+ if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
6444
+ event.stopImmediatePropagation();
6445
+ return;
6446
+ }
6447
+ const target = this.elementRef.nativeElement.getAttribute('target');
6448
+ if (target && target !== '_self') {
6449
+ event.stopImmediatePropagation();
6450
+ return;
6451
+ }
6452
+ // Normal left-click: let RouterLink handle navigation via
6453
+ // Router.navigateByUrl(), but prevent the browser from also
6454
+ // following the shadow DOM anchor's href.
6455
+ event.preventDefault();
6456
+ }, true);
6457
+ }
6458
+ /**
6459
+ * Updates the href attribute from RouterLink using only public Angular APIs.
6460
+ * @internal
6461
+ */
6462
+ updateHref() {
6463
+ if (!this.routerLink)
6464
+ return;
6465
+ const urlTree = this.routerLink.urlTree;
6466
+ const href = urlTree
6467
+ ? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
6468
+ : null;
6469
+ if (href) {
6470
+ this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
6471
+ }
6472
+ }
6473
+ ngOnInit() {
6474
+ // Define the custom element
6475
+ try {
6476
+ GdsCardPattern01.define();
6477
+ }
6478
+ catch (e) {
6479
+ // Component may not be available in this version of green-core
6480
+ console.warn('Failed to define gds-card-pattern-01:', e);
6481
+ }
6482
+ }
6483
+ ngOnChanges(changes) {
6484
+ // Implementation added by @ProxyInputs decorator
6485
+ if (changes['routerLink']) {
6486
+ this.updateHref();
6487
+ }
6488
+ }
6489
+ ngAfterViewInit() {
6490
+ // Implementation added by @ProxyInputs decorator
6491
+ this.updateHref();
6492
+ }
6493
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardPattern01Component, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6494
+ 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 }); }
6495
+ };
6496
+ GdsCardPattern01Component = __decorate([
6497
+ 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']),
6498
+ __metadata("design:paramtypes", [])
6499
+ ], GdsCardPattern01Component);
6500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsCardPattern01Component, decorators: [{
6501
+ type: Component,
6502
+ args: [{
6503
+ selector: 'gds-card-pattern-01',
6504
+ standalone: true,
6505
+ changeDetection: ChangeDetectionStrategy.OnPush,
6506
+ template: `<ng-content></ng-content>`
6507
+ }]
6508
+ }], ctorParameters: () => [], propDecorators: { title: [{
6509
+ type: Input
6510
+ }], excerpt: [{
6511
+ type: Input
6512
+ }], label: [{
6513
+ type: Input
6514
+ }], variant: [{
6515
+ type: Input
6516
+ }], tag: [{
6517
+ type: Input
6518
+ }], ratio: [{
6519
+ type: Input
6520
+ }], category: [{
6521
+ type: Input
6522
+ }], date: [{
6523
+ type: Input
6524
+ }], dateFormat: [{
6525
+ type: Input
6526
+ }], locale: [{
6527
+ type: Input
6528
+ }], width: [{
6529
+ type: Input
6530
+ }], minWidth: [{
6531
+ type: Input
6532
+ }], maxWidth: [{
6533
+ type: Input
6534
+ }], inlineSize: [{
6535
+ type: Input
6536
+ }], minInlineSize: [{
6537
+ type: Input
6538
+ }], maxInlineSize: [{
6539
+ type: Input
6540
+ }], margin: [{
6541
+ type: Input
6542
+ }], marginInline: [{
6543
+ type: Input
6544
+ }], marginBlock: [{
6545
+ type: Input
6546
+ }], alignSelf: [{
6547
+ type: Input
6548
+ }], justifySelf: [{
6549
+ type: Input
6550
+ }], placeSelf: [{
6551
+ type: Input
6552
+ }], gridColumn: [{
6553
+ type: Input
6554
+ }], gridRow: [{
6555
+ type: Input
6556
+ }], gridArea: [{
6557
+ type: Input
6558
+ }], flex: [{
6559
+ type: Input
6560
+ }], order: [{
6561
+ type: Input
6562
+ }], href: [{
6563
+ type: Input
6564
+ }], target: [{
6565
+ type: Input
6566
+ }], rel: [{
6567
+ type: Input
6568
+ }], download: [{
6569
+ type: Input
6570
+ }], ping: [{
6571
+ type: Input
6572
+ }], src: [{
6573
+ type: Input
6574
+ }], srcset: [{
6575
+ type: Input
6576
+ }], sizes: [{
6577
+ type: Input
6578
+ }], alt: [{
6579
+ type: Input
6580
+ }], loading: [{
6581
+ type: Input
6582
+ }], decoding: [{
6583
+ type: Input
6584
+ }], syncFirstRender: [{
6585
+ type: Input,
6586
+ args: [{ transform: booleanAttribute }]
6587
+ }] } });
6588
+
6589
+ /**
6590
+ * GdsCardPattern01Component - Angular wrapper for gds-card-pattern-01
6591
+ *
6592
+ *
6593
+ * Auto-generated from Custom Elements Manifest
6594
+ */
6595
+
6596
6596
  /**
6597
6597
  * Angular wrapper for the gds-avatar-group web component
6598
6598
  * `gds-avatar-group` stacks multiple avatars with an overlapping ring cutout effect.
@@ -6680,144 +6680,6 @@ Accessibility:
6680
6680
  * Auto-generated from Custom Elements Manifest
6681
6681
  */
6682
6682
 
6683
- /**
6684
- * Angular wrapper for the gds-breadcrumb web component
6685
- *
6686
- */
6687
- let GdsBreadcrumbComponent = class GdsBreadcrumbComponent {
6688
- get element() {
6689
- return this.elementRef.nativeElement;
6690
- }
6691
- constructor() {
6692
- this.elementRef = inject((ElementRef));
6693
- this.zone = inject(NgZone);
6694
- this.cdr = inject(ChangeDetectorRef);
6695
- this.renderer = inject(Renderer2);
6696
- this.router = inject(Router);
6697
- this.locationStrategy = inject(LocationStrategy);
6698
- this.destroyRef = inject(DestroyRef);
6699
- this.routerLink = inject(RouterLink, { optional: true, self: true });
6700
- this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
6701
- this.cdr.detach();
6702
- if (this.routerLink) {
6703
- // Prevent the browser from following the href on click – RouterLink
6704
- // handles navigation via Router.navigateByUrl() but only calls
6705
- // preventDefault() for native <a> elements.
6706
- this.preventNativeNavigation();
6707
- // Keep href in sync after client-side navigations (RouterLink only
6708
- // does this for native <a> elements).
6709
- const sub = this.router.events.subscribe((event) => {
6710
- if (event instanceof NavigationEnd)
6711
- this.updateHref();
6712
- });
6713
- this.destroyRef.onDestroy(() => sub.unsubscribe());
6714
- }
6715
- }
6716
- /**
6717
- * Prevent the browser from following the href when RouterLink handles
6718
- * navigation. RouterLink calls Router.navigateByUrl() for all elements,
6719
- * but only calls preventDefault() for native <a> tags. For custom
6720
- * elements we must do it ourselves, respecting modifier-key and
6721
- * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
6722
- * still open a new tab.
6723
- * @internal
6724
- */
6725
- preventNativeNavigation() {
6726
- // Use capture phase so this runs before Angular's RouterLink host listener.
6727
- this.elementRef.nativeElement.addEventListener('click', (event) => {
6728
- if (!this.routerLink?.urlTree)
6729
- return;
6730
- // When modifier keys are pressed or target is not _self, stop
6731
- // RouterLink from navigating (it skips these checks for non-anchor
6732
- // elements) and let the browser handle the click natively (new tab etc.)
6733
- if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
6734
- event.stopImmediatePropagation();
6735
- return;
6736
- }
6737
- const target = this.elementRef.nativeElement.getAttribute('target');
6738
- if (target && target !== '_self') {
6739
- event.stopImmediatePropagation();
6740
- return;
6741
- }
6742
- // Normal left-click: let RouterLink handle navigation via
6743
- // Router.navigateByUrl(), but prevent the browser from also
6744
- // following the shadow DOM anchor's href.
6745
- event.preventDefault();
6746
- }, true);
6747
- }
6748
- /**
6749
- * Updates the href attribute from RouterLink using only public Angular APIs.
6750
- * @internal
6751
- */
6752
- updateHref() {
6753
- if (!this.routerLink)
6754
- return;
6755
- const urlTree = this.routerLink.urlTree;
6756
- const href = urlTree
6757
- ? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
6758
- : null;
6759
- if (href) {
6760
- this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
6761
- }
6762
- }
6763
- ngOnInit() {
6764
- // Define the custom element
6765
- try {
6766
- GdsBreadcrumb.define();
6767
- }
6768
- catch (e) {
6769
- // Component may not be available in this version of green-core
6770
- console.warn('Failed to define gds-breadcrumb:', e);
6771
- }
6772
- }
6773
- ngOnChanges(changes) {
6774
- // Implementation added by @ProxyInputs decorator
6775
- if (changes['routerLink']) {
6776
- this.updateHref();
6777
- }
6778
- }
6779
- ngAfterViewInit() {
6780
- // Implementation added by @ProxyInputs decorator
6781
- this.updateHref();
6782
- }
6783
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6784
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbComponent, isStandalone: true, selector: "gds-breadcrumb", inputs: { href: "href", target: "target", rel: "rel", label: "label", overflow: ["overflow", "overflow", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6785
- };
6786
- GdsBreadcrumbComponent = __decorate([
6787
- ProxyInputs(['href', 'target', 'rel', 'label', 'overflow', 'syncFirstRender']),
6788
- __metadata("design:paramtypes", [])
6789
- ], GdsBreadcrumbComponent);
6790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbComponent, decorators: [{
6791
- type: Component,
6792
- args: [{
6793
- selector: 'gds-breadcrumb',
6794
- standalone: true,
6795
- changeDetection: ChangeDetectionStrategy.OnPush,
6796
- template: `<ng-content></ng-content>`
6797
- }]
6798
- }], ctorParameters: () => [], propDecorators: { href: [{
6799
- type: Input
6800
- }], target: [{
6801
- type: Input
6802
- }], rel: [{
6803
- type: Input
6804
- }], label: [{
6805
- type: Input
6806
- }], overflow: [{
6807
- type: Input,
6808
- args: [{ transform: booleanAttribute }]
6809
- }], syncFirstRender: [{
6810
- type: Input,
6811
- args: [{ transform: booleanAttribute }]
6812
- }] } });
6813
-
6814
- /**
6815
- * GdsBreadcrumbComponent - Angular wrapper for gds-breadcrumb
6816
- *
6817
- *
6818
- * Auto-generated from Custom Elements Manifest
6819
- */
6820
-
6821
6683
  /**
6822
6684
  * Angular wrapper for the gds-checkbox-group web component
6823
6685
  *
@@ -6947,10 +6809,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
6947
6809
  */
6948
6810
 
6949
6811
  /**
6950
- * Angular wrapper for the gds-icon-details web component
6812
+ * Angular wrapper for the gds-breadcrumb web component
6951
6813
  *
6952
6814
  */
6953
- let GdsIconDetailsComponent = class GdsIconDetailsComponent {
6815
+ let GdsBreadcrumbComponent = class GdsBreadcrumbComponent {
6954
6816
  get element() {
6955
6817
  return this.elementRef.nativeElement;
6956
6818
  }
@@ -6958,40 +6820,118 @@ let GdsIconDetailsComponent = class GdsIconDetailsComponent {
6958
6820
  this.elementRef = inject((ElementRef));
6959
6821
  this.zone = inject(NgZone);
6960
6822
  this.cdr = inject(ChangeDetectorRef);
6823
+ this.renderer = inject(Renderer2);
6824
+ this.router = inject(Router);
6825
+ this.locationStrategy = inject(LocationStrategy);
6826
+ this.destroyRef = inject(DestroyRef);
6827
+ this.routerLink = inject(RouterLink, { optional: true, self: true });
6828
+ this.routerLinkActive = inject(RouterLinkActive, { optional: true, self: true });
6961
6829
  this.cdr.detach();
6830
+ if (this.routerLink) {
6831
+ // Prevent the browser from following the href on click – RouterLink
6832
+ // handles navigation via Router.navigateByUrl() but only calls
6833
+ // preventDefault() for native <a> elements.
6834
+ this.preventNativeNavigation();
6835
+ // Keep href in sync after client-side navigations (RouterLink only
6836
+ // does this for native <a> elements).
6837
+ const sub = this.router.events.subscribe((event) => {
6838
+ if (event instanceof NavigationEnd)
6839
+ this.updateHref();
6840
+ });
6841
+ this.destroyRef.onDestroy(() => sub.unsubscribe());
6842
+ }
6843
+ }
6844
+ /**
6845
+ * Prevent the browser from following the href when RouterLink handles
6846
+ * navigation. RouterLink calls Router.navigateByUrl() for all elements,
6847
+ * but only calls preventDefault() for native <a> tags. For custom
6848
+ * elements we must do it ourselves, respecting modifier-key and
6849
+ * target-attribute semantics so that ctrl-click / cmd-click / target=_blank
6850
+ * still open a new tab.
6851
+ * @internal
6852
+ */
6853
+ preventNativeNavigation() {
6854
+ // Use capture phase so this runs before Angular's RouterLink host listener.
6855
+ this.elementRef.nativeElement.addEventListener('click', (event) => {
6856
+ if (!this.routerLink?.urlTree)
6857
+ return;
6858
+ // When modifier keys are pressed or target is not _self, stop
6859
+ // RouterLink from navigating (it skips these checks for non-anchor
6860
+ // elements) and let the browser handle the click natively (new tab etc.)
6861
+ if (event.button !== 0 || event.ctrlKey || event.shiftKey || event.altKey || event.metaKey) {
6862
+ event.stopImmediatePropagation();
6863
+ return;
6864
+ }
6865
+ const target = this.elementRef.nativeElement.getAttribute('target');
6866
+ if (target && target !== '_self') {
6867
+ event.stopImmediatePropagation();
6868
+ return;
6869
+ }
6870
+ // Normal left-click: let RouterLink handle navigation via
6871
+ // Router.navigateByUrl(), but prevent the browser from also
6872
+ // following the shadow DOM anchor's href.
6873
+ event.preventDefault();
6874
+ }, true);
6875
+ }
6876
+ /**
6877
+ * Updates the href attribute from RouterLink using only public Angular APIs.
6878
+ * @internal
6879
+ */
6880
+ updateHref() {
6881
+ if (!this.routerLink)
6882
+ return;
6883
+ const urlTree = this.routerLink.urlTree;
6884
+ const href = urlTree
6885
+ ? this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(urlTree))
6886
+ : null;
6887
+ if (href) {
6888
+ this.renderer.setAttribute(this.elementRef.nativeElement, 'href', href);
6889
+ }
6962
6890
  }
6963
6891
  ngOnInit() {
6964
6892
  // Define the custom element
6965
6893
  try {
6966
- GdsIconDetails.define();
6894
+ GdsBreadcrumb.define();
6967
6895
  }
6968
6896
  catch (e) {
6969
6897
  // Component may not be available in this version of green-core
6970
- console.warn('Failed to define gds-icon-details:', e);
6898
+ console.warn('Failed to define gds-breadcrumb:', e);
6971
6899
  }
6972
6900
  }
6973
6901
  ngOnChanges(changes) {
6974
6902
  // Implementation added by @ProxyInputs decorator
6903
+ if (changes['routerLink']) {
6904
+ this.updateHref();
6905
+ }
6975
6906
  }
6976
6907
  ngAfterViewInit() {
6977
6908
  // Implementation added by @ProxyInputs decorator
6909
+ this.updateHref();
6978
6910
  }
6979
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsIconDetailsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6980
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsIconDetailsComponent, isStandalone: true, selector: "gds-icon-details", inputs: { open: ["open", "open", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6911
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6912
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbComponent, isStandalone: true, selector: "gds-breadcrumb", inputs: { href: "href", target: "target", rel: "rel", label: "label", overflow: ["overflow", "overflow", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6981
6913
  };
6982
- GdsIconDetailsComponent = __decorate([
6983
- ProxyInputs(['open', 'syncFirstRender']),
6914
+ GdsBreadcrumbComponent = __decorate([
6915
+ ProxyInputs(['href', 'target', 'rel', 'label', 'overflow', 'syncFirstRender']),
6984
6916
  __metadata("design:paramtypes", [])
6985
- ], GdsIconDetailsComponent);
6986
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsIconDetailsComponent, decorators: [{
6917
+ ], GdsBreadcrumbComponent);
6918
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbComponent, decorators: [{
6987
6919
  type: Component,
6988
6920
  args: [{
6989
- selector: 'gds-icon-details',
6921
+ selector: 'gds-breadcrumb',
6990
6922
  standalone: true,
6991
6923
  changeDetection: ChangeDetectionStrategy.OnPush,
6992
6924
  template: `<ng-content></ng-content>`
6993
6925
  }]
6994
- }], ctorParameters: () => [], propDecorators: { open: [{
6926
+ }], ctorParameters: () => [], propDecorators: { href: [{
6927
+ type: Input
6928
+ }], target: [{
6929
+ type: Input
6930
+ }], rel: [{
6931
+ type: Input
6932
+ }], label: [{
6933
+ type: Input
6934
+ }], overflow: [{
6995
6935
  type: Input,
6996
6936
  args: [{ transform: booleanAttribute }]
6997
6937
  }], syncFirstRender: [{
@@ -7000,17 +6940,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7000
6940
  }] } });
7001
6941
 
7002
6942
  /**
7003
- * GdsIconDetailsComponent - Angular wrapper for gds-icon-details
6943
+ * GdsBreadcrumbComponent - Angular wrapper for gds-breadcrumb
7004
6944
  *
7005
6945
  *
7006
6946
  * Auto-generated from Custom Elements Manifest
7007
6947
  */
7008
6948
 
7009
6949
  /**
7010
- * Angular wrapper for the gds-filter-chip web component
6950
+ * Angular wrapper for the gds-icon-details web component
7011
6951
  *
7012
6952
  */
7013
- let GdsFilterChipComponent = class GdsFilterChipComponent {
6953
+ let GdsIconDetailsComponent = class GdsIconDetailsComponent {
7014
6954
  get element() {
7015
6955
  return this.elementRef.nativeElement;
7016
6956
  }
@@ -7023,11 +6963,11 @@ let GdsFilterChipComponent = class GdsFilterChipComponent {
7023
6963
  ngOnInit() {
7024
6964
  // Define the custom element
7025
6965
  try {
7026
- GdsFilterChip.define();
6966
+ GdsIconDetails.define();
7027
6967
  }
7028
6968
  catch (e) {
7029
6969
  // Component may not be available in this version of green-core
7030
- console.warn('Failed to define gds-filter-chip:', e);
6970
+ console.warn('Failed to define gds-icon-details:', e);
7031
6971
  }
7032
6972
  }
7033
6973
  ngOnChanges(changes) {
@@ -7036,35 +6976,31 @@ let GdsFilterChipComponent = class GdsFilterChipComponent {
7036
6976
  ngAfterViewInit() {
7037
6977
  // Implementation added by @ProxyInputs decorator
7038
6978
  }
7039
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7040
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsFilterChipComponent, isStandalone: true, selector: "gds-filter-chip", inputs: { selected: ["selected", "selected", booleanAttribute], value: "value", size: "size", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
6979
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsIconDetailsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
6980
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsIconDetailsComponent, isStandalone: true, selector: "gds-icon-details", inputs: { open: ["open", "open", booleanAttribute], syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7041
6981
  };
7042
- GdsFilterChipComponent = __decorate([
7043
- ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
6982
+ GdsIconDetailsComponent = __decorate([
6983
+ ProxyInputs(['open', 'syncFirstRender']),
7044
6984
  __metadata("design:paramtypes", [])
7045
- ], GdsFilterChipComponent);
7046
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
6985
+ ], GdsIconDetailsComponent);
6986
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsIconDetailsComponent, decorators: [{
7047
6987
  type: Component,
7048
6988
  args: [{
7049
- selector: 'gds-filter-chip',
6989
+ selector: 'gds-icon-details',
7050
6990
  standalone: true,
7051
6991
  changeDetection: ChangeDetectionStrategy.OnPush,
7052
6992
  template: `<ng-content></ng-content>`
7053
6993
  }]
7054
- }], ctorParameters: () => [], propDecorators: { selected: [{
6994
+ }], ctorParameters: () => [], propDecorators: { open: [{
7055
6995
  type: Input,
7056
6996
  args: [{ transform: booleanAttribute }]
7057
- }], value: [{
7058
- type: Input
7059
- }], size: [{
7060
- type: Input
7061
6997
  }], syncFirstRender: [{
7062
6998
  type: Input,
7063
6999
  args: [{ transform: booleanAttribute }]
7064
7000
  }] } });
7065
7001
 
7066
7002
  /**
7067
- * GdsFilterChipComponent - Angular wrapper for gds-filter-chip
7003
+ * GdsIconDetailsComponent - Angular wrapper for gds-icon-details
7068
7004
  *
7069
7005
  *
7070
7006
  * Auto-generated from Custom Elements Manifest
@@ -7259,6 +7195,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7259
7195
  * Auto-generated from Custom Elements Manifest
7260
7196
  */
7261
7197
 
7198
+ /**
7199
+ * Angular wrapper for the gds-filter-chip web component
7200
+ *
7201
+ */
7202
+ let GdsFilterChipComponent = class GdsFilterChipComponent {
7203
+ get element() {
7204
+ return this.elementRef.nativeElement;
7205
+ }
7206
+ constructor() {
7207
+ this.elementRef = inject((ElementRef));
7208
+ this.zone = inject(NgZone);
7209
+ this.cdr = inject(ChangeDetectorRef);
7210
+ this.cdr.detach();
7211
+ }
7212
+ ngOnInit() {
7213
+ // Define the custom element
7214
+ try {
7215
+ GdsFilterChip.define();
7216
+ }
7217
+ catch (e) {
7218
+ // Component may not be available in this version of green-core
7219
+ console.warn('Failed to define gds-filter-chip:', e);
7220
+ }
7221
+ }
7222
+ ngOnChanges(changes) {
7223
+ // Implementation added by @ProxyInputs decorator
7224
+ }
7225
+ ngAfterViewInit() {
7226
+ // Implementation added by @ProxyInputs decorator
7227
+ }
7228
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7229
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsFilterChipComponent, isStandalone: true, selector: "gds-filter-chip", inputs: { selected: ["selected", "selected", booleanAttribute], value: "value", size: "size", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
7230
+ };
7231
+ GdsFilterChipComponent = __decorate([
7232
+ ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
7233
+ __metadata("design:paramtypes", [])
7234
+ ], GdsFilterChipComponent);
7235
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
7236
+ type: Component,
7237
+ args: [{
7238
+ selector: 'gds-filter-chip',
7239
+ standalone: true,
7240
+ changeDetection: ChangeDetectionStrategy.OnPush,
7241
+ template: `<ng-content></ng-content>`
7242
+ }]
7243
+ }], ctorParameters: () => [], propDecorators: { selected: [{
7244
+ type: Input,
7245
+ args: [{ transform: booleanAttribute }]
7246
+ }], value: [{
7247
+ type: Input
7248
+ }], size: [{
7249
+ type: Input
7250
+ }], syncFirstRender: [{
7251
+ type: Input,
7252
+ args: [{ transform: booleanAttribute }]
7253
+ }] } });
7254
+
7255
+ /**
7256
+ * GdsFilterChipComponent - Angular wrapper for gds-filter-chip
7257
+ *
7258
+ *
7259
+ * Auto-generated from Custom Elements Manifest
7260
+ */
7261
+
7262
7262
  /**
7263
7263
  * Angular wrapper for the gds-formatted-date web component
7264
7264
  *
@@ -7864,10 +7864,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7864
7864
  */
7865
7865
 
7866
7866
  /**
7867
- * Angular wrapper for the gds-sensitive-number web component
7867
+ * Angular wrapper for the gds-sensitive-account web component
7868
7868
  *
7869
7869
  */
7870
- let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7870
+ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
7871
7871
  get element() {
7872
7872
  return this.elementRef.nativeElement;
7873
7873
  }
@@ -7880,11 +7880,11 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7880
7880
  ngOnInit() {
7881
7881
  // Define the custom element
7882
7882
  try {
7883
- GdsSensitiveNumber.define();
7883
+ GdsSensitiveAccount.define();
7884
7884
  }
7885
7885
  catch (e) {
7886
7886
  // Component may not be available in this version of green-core
7887
- console.warn('Failed to define gds-sensitive-number:', e);
7887
+ console.warn('Failed to define gds-sensitive-account:', e);
7888
7888
  }
7889
7889
  }
7890
7890
  ngOnChanges(changes) {
@@ -7893,17 +7893,17 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7893
7893
  ngAfterViewInit() {
7894
7894
  // Implementation added by @ProxyInputs decorator
7895
7895
  }
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 }); }
7896
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7897
+ 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
7898
  };
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']),
7899
+ GdsSensitiveAccountComponent = __decorate([
7900
+ 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
7901
  __metadata("design:paramtypes", [])
7902
- ], GdsSensitiveNumberComponent);
7903
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
7902
+ ], GdsSensitiveAccountComponent);
7903
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
7904
7904
  type: Component,
7905
7905
  args: [{
7906
- selector: 'gds-sensitive-number',
7906
+ selector: 'gds-sensitive-account',
7907
7907
  standalone: true,
7908
7908
  changeDetection: ChangeDetectionStrategy.OnPush,
7909
7909
  template: `<ng-content></ng-content>`
@@ -7911,13 +7911,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7911
7911
  }], ctorParameters: () => [], propDecorators: { hide: [{
7912
7912
  type: Input,
7913
7913
  args: [{ transform: booleanAttribute }]
7914
- }], value: [{
7915
- type: Input
7916
- }], locale: [{
7917
- type: Input
7918
- }], currency: [{
7919
- type: Input
7920
- }], decimals: [{
7914
+ }], account: [{
7921
7915
  type: Input
7922
7916
  }], tag: [{
7923
7917
  type: Input
@@ -8055,17 +8049,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8055
8049
  }] } });
8056
8050
 
8057
8051
  /**
8058
- * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8052
+ * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
8059
8053
  *
8060
8054
  *
8061
8055
  * Auto-generated from Custom Elements Manifest
8062
8056
  */
8063
8057
 
8064
8058
  /**
8065
- * Angular wrapper for the gds-sensitive-account web component
8059
+ * Angular wrapper for the gds-sensitive-date web component
8066
8060
  *
8067
8061
  */
8068
- let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
8062
+ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8069
8063
  get element() {
8070
8064
  return this.elementRef.nativeElement;
8071
8065
  }
@@ -8078,11 +8072,11 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
8078
8072
  ngOnInit() {
8079
8073
  // Define the custom element
8080
8074
  try {
8081
- GdsSensitiveAccount.define();
8075
+ GdsSensitiveDate.define();
8082
8076
  }
8083
8077
  catch (e) {
8084
8078
  // Component may not be available in this version of green-core
8085
- console.warn('Failed to define gds-sensitive-account:', e);
8079
+ console.warn('Failed to define gds-sensitive-date:', e);
8086
8080
  }
8087
8081
  }
8088
8082
  ngOnChanges(changes) {
@@ -8091,17 +8085,17 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
8091
8085
  ngAfterViewInit() {
8092
8086
  // Implementation added by @ProxyInputs decorator
8093
8087
  }
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 }); }
8088
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8089
+ 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
8090
  };
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']),
8091
+ GdsSensitiveDateComponent = __decorate([
8092
+ 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
8093
  __metadata("design:paramtypes", [])
8100
- ], GdsSensitiveAccountComponent);
8101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
8094
+ ], GdsSensitiveDateComponent);
8095
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
8102
8096
  type: Component,
8103
8097
  args: [{
8104
- selector: 'gds-sensitive-account',
8098
+ selector: 'gds-sensitive-date',
8105
8099
  standalone: true,
8106
8100
  changeDetection: ChangeDetectionStrategy.OnPush,
8107
8101
  template: `<ng-content></ng-content>`
@@ -8109,7 +8103,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8109
8103
  }], ctorParameters: () => [], propDecorators: { hide: [{
8110
8104
  type: Input,
8111
8105
  args: [{ transform: booleanAttribute }]
8112
- }], account: [{
8106
+ }], value: [{
8107
+ type: Input
8108
+ }], format: [{
8109
+ type: Input
8110
+ }], locale: [{
8113
8111
  type: Input
8114
8112
  }], tag: [{
8115
8113
  type: Input
@@ -8247,17 +8245,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8247
8245
  }] } });
8248
8246
 
8249
8247
  /**
8250
- * GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
8248
+ * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8251
8249
  *
8252
8250
  *
8253
8251
  * Auto-generated from Custom Elements Manifest
8254
8252
  */
8255
8253
 
8256
8254
  /**
8257
- * Angular wrapper for the gds-sensitive-date web component
8255
+ * Angular wrapper for the gds-sensitive-number web component
8258
8256
  *
8259
8257
  */
8260
- let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8258
+ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
8261
8259
  get element() {
8262
8260
  return this.elementRef.nativeElement;
8263
8261
  }
@@ -8270,11 +8268,11 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8270
8268
  ngOnInit() {
8271
8269
  // Define the custom element
8272
8270
  try {
8273
- GdsSensitiveDate.define();
8271
+ GdsSensitiveNumber.define();
8274
8272
  }
8275
8273
  catch (e) {
8276
8274
  // Component may not be available in this version of green-core
8277
- console.warn('Failed to define gds-sensitive-date:', e);
8275
+ console.warn('Failed to define gds-sensitive-number:', e);
8278
8276
  }
8279
8277
  }
8280
8278
  ngOnChanges(changes) {
@@ -8283,17 +8281,17 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8283
8281
  ngAfterViewInit() {
8284
8282
  // Implementation added by @ProxyInputs decorator
8285
8283
  }
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 }); }
8284
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8285
+ 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
8286
  };
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']),
8287
+ GdsSensitiveNumberComponent = __decorate([
8288
+ 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
8289
  __metadata("design:paramtypes", [])
8292
- ], GdsSensitiveDateComponent);
8293
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
8290
+ ], GdsSensitiveNumberComponent);
8291
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
8294
8292
  type: Component,
8295
8293
  args: [{
8296
- selector: 'gds-sensitive-date',
8294
+ selector: 'gds-sensitive-number',
8297
8295
  standalone: true,
8298
8296
  changeDetection: ChangeDetectionStrategy.OnPush,
8299
8297
  template: `<ng-content></ng-content>`
@@ -8303,10 +8301,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8303
8301
  args: [{ transform: booleanAttribute }]
8304
8302
  }], value: [{
8305
8303
  type: Input
8306
- }], format: [{
8307
- type: Input
8308
8304
  }], locale: [{
8309
8305
  type: Input
8306
+ }], currency: [{
8307
+ type: Input
8308
+ }], decimals: [{
8309
+ type: Input
8310
8310
  }], tag: [{
8311
8311
  type: Input
8312
8312
  }], font: [{
@@ -8443,7 +8443,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8443
8443
  }] } });
8444
8444
 
8445
8445
  /**
8446
- * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8446
+ * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8447
8447
  *
8448
8448
  *
8449
8449
  * Auto-generated from Custom Elements Manifest
@@ -37182,8 +37182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37182
37182
  */
37183
37183
  class GreenCoreNgModule {
37184
37184
  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,
37185
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
37187
37186
  GdsAvatarComponent,
37188
37187
  GdsBadgeComponent,
37189
37188
  GdsBlurComponent,
@@ -37220,27 +37219,28 @@ class GreenCoreNgModule {
37220
37219
  GdsRichTextComponent,
37221
37220
  GdsSegmentedControlComponent,
37222
37221
  GdsSelectComponent,
37222
+ GdsSignalComponent,
37223
37223
  GdsSpinnerComponent,
37224
37224
  GdsSwitchComponent,
37225
- GdsSignalComponent,
37226
37225
  GdsTableComponent,
37227
37226
  GdsTextComponent,
37228
37227
  GdsTextareaComponent,
37229
37228
  GdsThemeComponent,
37230
37229
  GdsVideoComponent,
37230
+ GdsCardPattern01Component,
37231
37231
  GdsAvatarGroupComponent,
37232
- GdsBreadcrumbComponent,
37233
37232
  GdsCheckboxGroupComponent,
37233
+ GdsBreadcrumbComponent,
37234
37234
  GdsIconDetailsComponent,
37235
- GdsFilterChipComponent,
37236
37235
  GdsFormattedAccountComponent,
37236
+ GdsFilterChipComponent,
37237
37237
  GdsFormattedDateComponent,
37238
37238
  GdsFormattedNumberComponent,
37239
37239
  GdsRadioGroupComponent,
37240
37240
  GdsSegmentComponent,
37241
- GdsSensitiveNumberComponent,
37242
37241
  GdsSensitiveAccountComponent,
37243
37242
  GdsSensitiveDateComponent,
37243
+ GdsSensitiveNumberComponent,
37244
37244
  IconAiComponent,
37245
37245
  IconAirplaneUpComponent,
37246
37246
  IconArchiveComponent,
@@ -37553,8 +37553,7 @@ class GreenCoreNgModule {
37553
37553
  IconZoomOutComponent,
37554
37554
  GdsMenuItemComponent,
37555
37555
  GdsMenuHeadingComponent,
37556
- GdsOptionComponent], exports: [GdsCardPattern01Component,
37557
- GdsAlertComponent,
37556
+ GdsOptionComponent], exports: [GdsAlertComponent,
37558
37557
  GdsAvatarComponent,
37559
37558
  GdsBadgeComponent,
37560
37559
  GdsBlurComponent,
@@ -37591,27 +37590,28 @@ class GreenCoreNgModule {
37591
37590
  GdsRichTextComponent,
37592
37591
  GdsSegmentedControlComponent,
37593
37592
  GdsSelectComponent,
37593
+ GdsSignalComponent,
37594
37594
  GdsSpinnerComponent,
37595
37595
  GdsSwitchComponent,
37596
- GdsSignalComponent,
37597
37596
  GdsTableComponent,
37598
37597
  GdsTextComponent,
37599
37598
  GdsTextareaComponent,
37600
37599
  GdsThemeComponent,
37601
37600
  GdsVideoComponent,
37601
+ GdsCardPattern01Component,
37602
37602
  GdsAvatarGroupComponent,
37603
- GdsBreadcrumbComponent,
37604
37603
  GdsCheckboxGroupComponent,
37604
+ GdsBreadcrumbComponent,
37605
37605
  GdsIconDetailsComponent,
37606
- GdsFilterChipComponent,
37607
37606
  GdsFormattedAccountComponent,
37607
+ GdsFilterChipComponent,
37608
37608
  GdsFormattedDateComponent,
37609
37609
  GdsFormattedNumberComponent,
37610
37610
  GdsRadioGroupComponent,
37611
37611
  GdsSegmentComponent,
37612
- GdsSensitiveNumberComponent,
37613
37612
  GdsSensitiveAccountComponent,
37614
37613
  GdsSensitiveDateComponent,
37614
+ GdsSensitiveNumberComponent,
37615
37615
  IconAiComponent,
37616
37616
  IconAirplaneUpComponent,
37617
37617
  IconArchiveComponent,
@@ -37931,7 +37931,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37931
37931
  type: NgModule,
37932
37932
  args: [{
37933
37933
  imports: [
37934
- GdsCardPattern01Component,
37935
37934
  GdsAlertComponent,
37936
37935
  GdsAvatarComponent,
37937
37936
  GdsBadgeComponent,
@@ -37969,27 +37968,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37969
37968
  GdsRichTextComponent,
37970
37969
  GdsSegmentedControlComponent,
37971
37970
  GdsSelectComponent,
37971
+ GdsSignalComponent,
37972
37972
  GdsSpinnerComponent,
37973
37973
  GdsSwitchComponent,
37974
- GdsSignalComponent,
37975
37974
  GdsTableComponent,
37976
37975
  GdsTextComponent,
37977
37976
  GdsTextareaComponent,
37978
37977
  GdsThemeComponent,
37979
37978
  GdsVideoComponent,
37979
+ GdsCardPattern01Component,
37980
37980
  GdsAvatarGroupComponent,
37981
- GdsBreadcrumbComponent,
37982
37981
  GdsCheckboxGroupComponent,
37982
+ GdsBreadcrumbComponent,
37983
37983
  GdsIconDetailsComponent,
37984
- GdsFilterChipComponent,
37985
37984
  GdsFormattedAccountComponent,
37985
+ GdsFilterChipComponent,
37986
37986
  GdsFormattedDateComponent,
37987
37987
  GdsFormattedNumberComponent,
37988
37988
  GdsRadioGroupComponent,
37989
37989
  GdsSegmentComponent,
37990
- GdsSensitiveNumberComponent,
37991
37990
  GdsSensitiveAccountComponent,
37992
37991
  GdsSensitiveDateComponent,
37992
+ GdsSensitiveNumberComponent,
37993
37993
  IconAiComponent,
37994
37994
  IconAirplaneUpComponent,
37995
37995
  IconArchiveComponent,
@@ -38305,7 +38305,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
38305
38305
  GdsOptionComponent,
38306
38306
  ],
38307
38307
  exports: [
38308
- GdsCardPattern01Component,
38309
38308
  GdsAlertComponent,
38310
38309
  GdsAvatarComponent,
38311
38310
  GdsBadgeComponent,
@@ -38343,27 +38342,28 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
38343
38342
  GdsRichTextComponent,
38344
38343
  GdsSegmentedControlComponent,
38345
38344
  GdsSelectComponent,
38345
+ GdsSignalComponent,
38346
38346
  GdsSpinnerComponent,
38347
38347
  GdsSwitchComponent,
38348
- GdsSignalComponent,
38349
38348
  GdsTableComponent,
38350
38349
  GdsTextComponent,
38351
38350
  GdsTextareaComponent,
38352
38351
  GdsThemeComponent,
38353
38352
  GdsVideoComponent,
38353
+ GdsCardPattern01Component,
38354
38354
  GdsAvatarGroupComponent,
38355
- GdsBreadcrumbComponent,
38356
38355
  GdsCheckboxGroupComponent,
38356
+ GdsBreadcrumbComponent,
38357
38357
  GdsIconDetailsComponent,
38358
- GdsFilterChipComponent,
38359
38358
  GdsFormattedAccountComponent,
38359
+ GdsFilterChipComponent,
38360
38360
  GdsFormattedDateComponent,
38361
38361
  GdsFormattedNumberComponent,
38362
38362
  GdsRadioGroupComponent,
38363
38363
  GdsSegmentComponent,
38364
- GdsSensitiveNumberComponent,
38365
38364
  GdsSensitiveAccountComponent,
38366
38365
  GdsSensitiveDateComponent,
38366
+ GdsSensitiveNumberComponent,
38367
38367
  IconAiComponent,
38368
38368
  IconAirplaneUpComponent,
38369
38369
  IconArchiveComponent,