@sebgroup/green-core-ng 3.6.2 → 3.6.3

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.
@@ -2,13 +2,13 @@ import { __decorate, __metadata } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
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';
4
4
  import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
5
- import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
6
5
  import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
7
- import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
6
+ import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
8
7
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
9
8
  import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
10
9
  import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
11
10
  import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
11
+ import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
12
12
  import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
13
13
  import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
14
14
  import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
@@ -59,8 +59,8 @@ import { GdsFormattedNumber } from '@sebgroup/green-core/components/formatted-te
59
59
  import { GdsRadioGroup } from '@sebgroup/green-core/components/radio/radio-group/radio-group.component.js';
60
60
  import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
61
61
  import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
62
- import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
63
62
  import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
63
+ import { GdsSensitiveNumber } from '@sebgroup/green-core/components/sensitive/number/sensitive-number.component.js';
64
64
  import { IconAi } from '@sebgroup/green-core/components/icon/icons/ai.component.js';
65
65
  import { IconAirplaneUp } from '@sebgroup/green-core/components/icon/icons/airplane-up.component.js';
66
66
  import { IconArchive } from '@sebgroup/green-core/components/icon/icons/archive.component.js';
@@ -517,113 +517,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
517
517
  * Auto-generated from Custom Elements Manifest
518
518
  */
519
519
 
520
- /**
521
- * Angular wrapper for the gds-badge web component
522
- * `gds-badge`
523
- */
524
- let GdsBadgeComponent = class GdsBadgeComponent {
525
- get element() {
526
- return this.elementRef.nativeElement;
527
- }
528
- constructor() {
529
- this.elementRef = inject((ElementRef));
530
- this.zone = inject(NgZone);
531
- this.cdr = inject(ChangeDetectorRef);
532
- this.cdr.detach();
533
- }
534
- ngOnInit() {
535
- // Define the custom element
536
- try {
537
- GdsBadge.define();
538
- }
539
- catch (e) {
540
- // Component may not be available in this version of green-core
541
- console.warn('Failed to define gds-badge:', e);
542
- }
543
- }
544
- ngOnChanges(changes) {
545
- // Implementation added by @ProxyInputs decorator
546
- }
547
- ngAfterViewInit() {
548
- // Implementation added by @ProxyInputs decorator
549
- }
550
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
551
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBadgeComponent, isStandalone: true, selector: "gds-badge", inputs: { variant: "variant", size: "size", notification: ["notification", "notification", booleanAttribute], rounded: ["rounded", "rounded", booleanAttribute], mainSlotOccupied: ["mainSlotOccupied", "mainSlotOccupied", booleanAttribute], leadSlotOccupied: ["leadSlotOccupied", "leadSlotOccupied", booleanAttribute], 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", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
552
- };
553
- GdsBadgeComponent = __decorate([
554
- ProxyInputs(['variant', 'size', 'notification', 'rounded', 'mainSlotOccupied', 'leadSlotOccupied', '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', 'syncFirstRender']),
555
- __metadata("design:paramtypes", [])
556
- ], GdsBadgeComponent);
557
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
558
- type: Component,
559
- args: [{
560
- selector: 'gds-badge',
561
- standalone: true,
562
- changeDetection: ChangeDetectionStrategy.OnPush,
563
- template: `<ng-content></ng-content>`
564
- }]
565
- }], ctorParameters: () => [], propDecorators: { variant: [{
566
- type: Input
567
- }], size: [{
568
- type: Input
569
- }], notification: [{
570
- type: Input,
571
- args: [{ transform: booleanAttribute }]
572
- }], rounded: [{
573
- type: Input,
574
- args: [{ transform: booleanAttribute }]
575
- }], mainSlotOccupied: [{
576
- type: Input,
577
- args: [{ transform: booleanAttribute }]
578
- }], leadSlotOccupied: [{
579
- type: Input,
580
- args: [{ transform: booleanAttribute }]
581
- }], width: [{
582
- type: Input
583
- }], minWidth: [{
584
- type: Input
585
- }], maxWidth: [{
586
- type: Input
587
- }], inlineSize: [{
588
- type: Input
589
- }], minInlineSize: [{
590
- type: Input
591
- }], maxInlineSize: [{
592
- type: Input
593
- }], margin: [{
594
- type: Input
595
- }], marginInline: [{
596
- type: Input
597
- }], marginBlock: [{
598
- type: Input
599
- }], alignSelf: [{
600
- type: Input
601
- }], justifySelf: [{
602
- type: Input
603
- }], placeSelf: [{
604
- type: Input
605
- }], gridColumn: [{
606
- type: Input
607
- }], gridRow: [{
608
- type: Input
609
- }], gridArea: [{
610
- type: Input
611
- }], flex: [{
612
- type: Input
613
- }], order: [{
614
- type: Input
615
- }], syncFirstRender: [{
616
- type: Input,
617
- args: [{ transform: booleanAttribute }]
618
- }] } });
619
-
620
- /**
621
- * GdsBadgeComponent - Angular wrapper for gds-badge
622
- * `gds-badge`
623
- *
624
- * Auto-generated from Custom Elements Manifest
625
- */
626
-
627
520
  /**
628
521
  * Angular wrapper for the gds-blur web component
629
522
  *
@@ -682,10 +575,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
682
575
  */
683
576
 
684
577
  /**
685
- * Angular wrapper for the gds-breadcrumbs web component
686
- *
578
+ * Angular wrapper for the gds-badge web component
579
+ * `gds-badge`
687
580
  */
688
- let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
581
+ let GdsBadgeComponent = class GdsBadgeComponent {
689
582
  get element() {
690
583
  return this.elementRef.nativeElement;
691
584
  }
@@ -698,11 +591,11 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
698
591
  ngOnInit() {
699
592
  // Define the custom element
700
593
  try {
701
- GdsBreadcrumbs.define();
594
+ GdsBadge.define();
702
595
  }
703
596
  catch (e) {
704
597
  // Component may not be available in this version of green-core
705
- console.warn('Failed to define gds-breadcrumbs:', e);
598
+ console.warn('Failed to define gds-badge:', e);
706
599
  }
707
600
  }
708
601
  ngOnChanges(changes) {
@@ -711,41 +604,37 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
711
604
  ngAfterViewInit() {
712
605
  // Implementation added by @ProxyInputs decorator
713
606
  }
714
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
715
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbsComponent, isStandalone: true, selector: "gds-breadcrumbs", inputs: { size: "size", label: "label", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
607
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
608
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBadgeComponent, isStandalone: true, selector: "gds-badge", inputs: { variant: "variant", size: "size", notification: ["notification", "notification", booleanAttribute], rounded: ["rounded", "rounded", booleanAttribute], mainSlotOccupied: ["mainSlotOccupied", "mainSlotOccupied", booleanAttribute], leadSlotOccupied: ["leadSlotOccupied", "leadSlotOccupied", booleanAttribute], 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", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
716
609
  };
717
- GdsBreadcrumbsComponent = __decorate([
718
- ProxyInputs(['size', 'label', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'syncFirstRender']),
610
+ GdsBadgeComponent = __decorate([
611
+ ProxyInputs(['variant', 'size', 'notification', 'rounded', 'mainSlotOccupied', 'leadSlotOccupied', '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', 'syncFirstRender']),
719
612
  __metadata("design:paramtypes", [])
720
- ], GdsBreadcrumbsComponent);
721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
613
+ ], GdsBadgeComponent);
614
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
722
615
  type: Component,
723
616
  args: [{
724
- selector: 'gds-breadcrumbs',
617
+ selector: 'gds-badge',
725
618
  standalone: true,
726
619
  changeDetection: ChangeDetectionStrategy.OnPush,
727
620
  template: `<ng-content></ng-content>`
728
621
  }]
729
- }], ctorParameters: () => [], propDecorators: { size: [{
730
- type: Input
731
- }], label: [{
732
- type: Input
733
- }], alignSelf: [{
734
- type: Input
735
- }], justifySelf: [{
736
- type: Input
737
- }], placeSelf: [{
738
- type: Input
739
- }], gridColumn: [{
740
- type: Input
741
- }], gridRow: [{
742
- type: Input
743
- }], gridArea: [{
744
- type: Input
745
- }], flex: [{
622
+ }], ctorParameters: () => [], propDecorators: { variant: [{
746
623
  type: Input
747
- }], order: [{
624
+ }], size: [{
748
625
  type: Input
626
+ }], notification: [{
627
+ type: Input,
628
+ args: [{ transform: booleanAttribute }]
629
+ }], rounded: [{
630
+ type: Input,
631
+ args: [{ transform: booleanAttribute }]
632
+ }], mainSlotOccupied: [{
633
+ type: Input,
634
+ args: [{ transform: booleanAttribute }]
635
+ }], leadSlotOccupied: [{
636
+ type: Input,
637
+ args: [{ transform: booleanAttribute }]
749
638
  }], width: [{
750
639
  type: Input
751
640
  }], minWidth: [{
@@ -764,14 +653,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
764
653
  type: Input
765
654
  }], marginBlock: [{
766
655
  type: Input
656
+ }], alignSelf: [{
657
+ type: Input
658
+ }], justifySelf: [{
659
+ type: Input
660
+ }], placeSelf: [{
661
+ type: Input
662
+ }], gridColumn: [{
663
+ type: Input
664
+ }], gridRow: [{
665
+ type: Input
666
+ }], gridArea: [{
667
+ type: Input
668
+ }], flex: [{
669
+ type: Input
670
+ }], order: [{
671
+ type: Input
767
672
  }], syncFirstRender: [{
768
673
  type: Input,
769
674
  args: [{ transform: booleanAttribute }]
770
675
  }] } });
771
676
 
772
677
  /**
773
- * GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
774
- *
678
+ * GdsBadgeComponent - Angular wrapper for gds-badge
679
+ * `gds-badge`
775
680
  *
776
681
  * Auto-generated from Custom Elements Manifest
777
682
  */
@@ -1093,6 +998,101 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
1093
998
  * Auto-generated from Custom Elements Manifest
1094
999
  */
1095
1000
 
1001
+ /**
1002
+ * Angular wrapper for the gds-breadcrumbs web component
1003
+ *
1004
+ */
1005
+ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
1006
+ get element() {
1007
+ return this.elementRef.nativeElement;
1008
+ }
1009
+ constructor() {
1010
+ this.elementRef = inject((ElementRef));
1011
+ this.zone = inject(NgZone);
1012
+ this.cdr = inject(ChangeDetectorRef);
1013
+ this.cdr.detach();
1014
+ }
1015
+ ngOnInit() {
1016
+ // Define the custom element
1017
+ try {
1018
+ GdsBreadcrumbs.define();
1019
+ }
1020
+ catch (e) {
1021
+ // Component may not be available in this version of green-core
1022
+ console.warn('Failed to define gds-breadcrumbs:', e);
1023
+ }
1024
+ }
1025
+ ngOnChanges(changes) {
1026
+ // Implementation added by @ProxyInputs decorator
1027
+ }
1028
+ ngAfterViewInit() {
1029
+ // Implementation added by @ProxyInputs decorator
1030
+ }
1031
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
1032
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBreadcrumbsComponent, isStandalone: true, selector: "gds-breadcrumbs", inputs: { size: "size", label: "label", alignSelf: "alignSelf", justifySelf: "justifySelf", placeSelf: "placeSelf", gridColumn: "gridColumn", gridRow: "gridRow", gridArea: "gridArea", flex: "flex", order: "order", width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", margin: "margin", marginInline: "marginInline", marginBlock: "marginBlock", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1033
+ };
1034
+ GdsBreadcrumbsComponent = __decorate([
1035
+ ProxyInputs(['size', 'label', 'align-self', 'justify-self', 'place-self', 'grid-column', 'grid-row', 'grid-area', 'flex', 'order', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'margin', 'margin-inline', 'margin-block', 'syncFirstRender']),
1036
+ __metadata("design:paramtypes", [])
1037
+ ], GdsBreadcrumbsComponent);
1038
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
1039
+ type: Component,
1040
+ args: [{
1041
+ selector: 'gds-breadcrumbs',
1042
+ standalone: true,
1043
+ changeDetection: ChangeDetectionStrategy.OnPush,
1044
+ template: `<ng-content></ng-content>`
1045
+ }]
1046
+ }], ctorParameters: () => [], propDecorators: { size: [{
1047
+ type: Input
1048
+ }], label: [{
1049
+ type: Input
1050
+ }], alignSelf: [{
1051
+ type: Input
1052
+ }], justifySelf: [{
1053
+ type: Input
1054
+ }], placeSelf: [{
1055
+ type: Input
1056
+ }], gridColumn: [{
1057
+ type: Input
1058
+ }], gridRow: [{
1059
+ type: Input
1060
+ }], gridArea: [{
1061
+ type: Input
1062
+ }], flex: [{
1063
+ type: Input
1064
+ }], order: [{
1065
+ type: Input
1066
+ }], width: [{
1067
+ type: Input
1068
+ }], minWidth: [{
1069
+ type: Input
1070
+ }], maxWidth: [{
1071
+ type: Input
1072
+ }], inlineSize: [{
1073
+ type: Input
1074
+ }], minInlineSize: [{
1075
+ type: Input
1076
+ }], maxInlineSize: [{
1077
+ type: Input
1078
+ }], margin: [{
1079
+ type: Input
1080
+ }], marginInline: [{
1081
+ type: Input
1082
+ }], marginBlock: [{
1083
+ type: Input
1084
+ }], syncFirstRender: [{
1085
+ type: Input,
1086
+ args: [{ transform: booleanAttribute }]
1087
+ }] } });
1088
+
1089
+ /**
1090
+ * GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
1091
+ *
1092
+ *
1093
+ * Auto-generated from Custom Elements Manifest
1094
+ */
1095
+
1096
1096
  /**
1097
1097
  * Angular wrapper for the gds-calendar web component
1098
1098
  *
@@ -7858,10 +7858,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7858
7858
  */
7859
7859
 
7860
7860
  /**
7861
- * Angular wrapper for the gds-sensitive-number web component
7861
+ * Angular wrapper for the gds-sensitive-date web component
7862
7862
  *
7863
7863
  */
7864
- let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7864
+ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
7865
7865
  get element() {
7866
7866
  return this.elementRef.nativeElement;
7867
7867
  }
@@ -7874,11 +7874,11 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7874
7874
  ngOnInit() {
7875
7875
  // Define the custom element
7876
7876
  try {
7877
- GdsSensitiveNumber.define();
7877
+ GdsSensitiveDate.define();
7878
7878
  }
7879
7879
  catch (e) {
7880
7880
  // Component may not be available in this version of green-core
7881
- console.warn('Failed to define gds-sensitive-number:', e);
7881
+ console.warn('Failed to define gds-sensitive-date:', e);
7882
7882
  }
7883
7883
  }
7884
7884
  ngOnChanges(changes) {
@@ -7887,17 +7887,17 @@ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
7887
7887
  ngAfterViewInit() {
7888
7888
  // Implementation added by @ProxyInputs decorator
7889
7889
  }
7890
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7891
- 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 }); }
7890
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
7891
+ 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 }); }
7892
7892
  };
7893
- GdsSensitiveNumberComponent = __decorate([
7894
- 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']),
7893
+ GdsSensitiveDateComponent = __decorate([
7894
+ 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']),
7895
7895
  __metadata("design:paramtypes", [])
7896
- ], GdsSensitiveNumberComponent);
7897
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
7896
+ ], GdsSensitiveDateComponent);
7897
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
7898
7898
  type: Component,
7899
7899
  args: [{
7900
- selector: 'gds-sensitive-number',
7900
+ selector: 'gds-sensitive-date',
7901
7901
  standalone: true,
7902
7902
  changeDetection: ChangeDetectionStrategy.OnPush,
7903
7903
  template: `<ng-content></ng-content>`
@@ -7907,11 +7907,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
7907
7907
  args: [{ transform: booleanAttribute }]
7908
7908
  }], value: [{
7909
7909
  type: Input
7910
- }], locale: [{
7911
- type: Input
7912
- }], currency: [{
7910
+ }], format: [{
7913
7911
  type: Input
7914
- }], decimals: [{
7912
+ }], locale: [{
7915
7913
  type: Input
7916
7914
  }], tag: [{
7917
7915
  type: Input
@@ -8049,17 +8047,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8049
8047
  }] } });
8050
8048
 
8051
8049
  /**
8052
- * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8050
+ * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8053
8051
  *
8054
8052
  *
8055
8053
  * Auto-generated from Custom Elements Manifest
8056
8054
  */
8057
8055
 
8058
8056
  /**
8059
- * Angular wrapper for the gds-sensitive-date web component
8057
+ * Angular wrapper for the gds-sensitive-number web component
8060
8058
  *
8061
8059
  */
8062
- let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8060
+ let GdsSensitiveNumberComponent = class GdsSensitiveNumberComponent {
8063
8061
  get element() {
8064
8062
  return this.elementRef.nativeElement;
8065
8063
  }
@@ -8072,11 +8070,11 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8072
8070
  ngOnInit() {
8073
8071
  // Define the custom element
8074
8072
  try {
8075
- GdsSensitiveDate.define();
8073
+ GdsSensitiveNumber.define();
8076
8074
  }
8077
8075
  catch (e) {
8078
8076
  // Component may not be available in this version of green-core
8079
- console.warn('Failed to define gds-sensitive-date:', e);
8077
+ console.warn('Failed to define gds-sensitive-number:', e);
8080
8078
  }
8081
8079
  }
8082
8080
  ngOnChanges(changes) {
@@ -8085,17 +8083,17 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
8085
8083
  ngAfterViewInit() {
8086
8084
  // Implementation added by @ProxyInputs decorator
8087
8085
  }
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 }); }
8086
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
8087
+ 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 }); }
8090
8088
  };
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']),
8089
+ GdsSensitiveNumberComponent = __decorate([
8090
+ 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']),
8093
8091
  __metadata("design:paramtypes", [])
8094
- ], GdsSensitiveDateComponent);
8095
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
8092
+ ], GdsSensitiveNumberComponent);
8093
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveNumberComponent, decorators: [{
8096
8094
  type: Component,
8097
8095
  args: [{
8098
- selector: 'gds-sensitive-date',
8096
+ selector: 'gds-sensitive-number',
8099
8097
  standalone: true,
8100
8098
  changeDetection: ChangeDetectionStrategy.OnPush,
8101
8099
  template: `<ng-content></ng-content>`
@@ -8105,10 +8103,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8105
8103
  args: [{ transform: booleanAttribute }]
8106
8104
  }], value: [{
8107
8105
  type: Input
8108
- }], format: [{
8109
- type: Input
8110
8106
  }], locale: [{
8111
8107
  type: Input
8108
+ }], currency: [{
8109
+ type: Input
8110
+ }], decimals: [{
8111
+ type: Input
8112
8112
  }], tag: [{
8113
8113
  type: Input
8114
8114
  }], font: [{
@@ -8245,7 +8245,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
8245
8245
  }] } });
8246
8246
 
8247
8247
  /**
8248
- * GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
8248
+ * GdsSensitiveNumberComponent - Angular wrapper for gds-sensitive-number
8249
8249
  *
8250
8250
  *
8251
8251
  * Auto-generated from Custom Elements Manifest
@@ -36801,10 +36801,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
36801
36801
  class GreenCoreNgModule {
36802
36802
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
36803
36803
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
36804
- GdsBadgeComponent,
36805
36804
  GdsBlurComponent,
36806
- GdsBreadcrumbsComponent,
36805
+ GdsBadgeComponent,
36807
36806
  GdsButtonComponent,
36807
+ GdsBreadcrumbsComponent,
36808
36808
  GdsCalendarComponent,
36809
36809
  GdsCardComponent,
36810
36810
  GdsCardLinkedComponent,
@@ -36855,8 +36855,8 @@ class GreenCoreNgModule {
36855
36855
  GdsRadioGroupComponent,
36856
36856
  GdsSegmentComponent,
36857
36857
  GdsSensitiveAccountComponent,
36858
- GdsSensitiveNumberComponent,
36859
36858
  GdsSensitiveDateComponent,
36859
+ GdsSensitiveNumberComponent,
36860
36860
  IconAiComponent,
36861
36861
  IconAirplaneUpComponent,
36862
36862
  IconArchiveComponent,
@@ -37168,10 +37168,10 @@ class GreenCoreNgModule {
37168
37168
  GdsMenuItemComponent,
37169
37169
  GdsMenuHeadingComponent,
37170
37170
  GdsOptionComponent], exports: [GdsAlertComponent,
37171
- GdsBadgeComponent,
37172
37171
  GdsBlurComponent,
37173
- GdsBreadcrumbsComponent,
37172
+ GdsBadgeComponent,
37174
37173
  GdsButtonComponent,
37174
+ GdsBreadcrumbsComponent,
37175
37175
  GdsCalendarComponent,
37176
37176
  GdsCardComponent,
37177
37177
  GdsCardLinkedComponent,
@@ -37222,8 +37222,8 @@ class GreenCoreNgModule {
37222
37222
  GdsRadioGroupComponent,
37223
37223
  GdsSegmentComponent,
37224
37224
  GdsSensitiveAccountComponent,
37225
- GdsSensitiveNumberComponent,
37226
37225
  GdsSensitiveDateComponent,
37226
+ GdsSensitiveNumberComponent,
37227
37227
  IconAiComponent,
37228
37228
  IconAirplaneUpComponent,
37229
37229
  IconArchiveComponent,
@@ -37542,10 +37542,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37542
37542
  args: [{
37543
37543
  imports: [
37544
37544
  GdsAlertComponent,
37545
- GdsBadgeComponent,
37546
37545
  GdsBlurComponent,
37547
- GdsBreadcrumbsComponent,
37546
+ GdsBadgeComponent,
37548
37547
  GdsButtonComponent,
37548
+ GdsBreadcrumbsComponent,
37549
37549
  GdsCalendarComponent,
37550
37550
  GdsCardComponent,
37551
37551
  GdsCardLinkedComponent,
@@ -37596,8 +37596,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37596
37596
  GdsRadioGroupComponent,
37597
37597
  GdsSegmentComponent,
37598
37598
  GdsSensitiveAccountComponent,
37599
- GdsSensitiveNumberComponent,
37600
37599
  GdsSensitiveDateComponent,
37600
+ GdsSensitiveNumberComponent,
37601
37601
  IconAiComponent,
37602
37602
  IconAirplaneUpComponent,
37603
37603
  IconArchiveComponent,
@@ -37912,10 +37912,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37912
37912
  ],
37913
37913
  exports: [
37914
37914
  GdsAlertComponent,
37915
- GdsBadgeComponent,
37916
37915
  GdsBlurComponent,
37917
- GdsBreadcrumbsComponent,
37916
+ GdsBadgeComponent,
37918
37917
  GdsButtonComponent,
37918
+ GdsBreadcrumbsComponent,
37919
37919
  GdsCalendarComponent,
37920
37920
  GdsCardComponent,
37921
37921
  GdsCardLinkedComponent,
@@ -37966,8 +37966,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
37966
37966
  GdsRadioGroupComponent,
37967
37967
  GdsSegmentComponent,
37968
37968
  GdsSensitiveAccountComponent,
37969
- GdsSensitiveNumberComponent,
37970
37969
  GdsSensitiveDateComponent,
37970
+ GdsSensitiveNumberComponent,
37971
37971
  IconAiComponent,
37972
37972
  IconAirplaneUpComponent,
37973
37973
  IconArchiveComponent,