@sebgroup/green-core-ng 3.12.1 → 3.12.2
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.
|
@@ -3,13 +3,13 @@ import * as i0 from '@angular/core';
|
|
|
3
3
|
import { inject, ElementRef, NgZone, ChangeDetectorRef, booleanAttribute, Input, ChangeDetectionStrategy, Component, EventEmitter, Output, Renderer2, Injector, Directive, DestroyRef, forwardRef, NgModule, InjectionToken, ViewContainerRef, TemplateRef, Injectable, RendererFactory2 } from '@angular/core';
|
|
4
4
|
import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
|
|
5
5
|
import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
|
|
6
|
-
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
7
6
|
import { GdsBadge } from '@sebgroup/green-core/components/badge/badge.component.js';
|
|
7
|
+
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
8
|
+
import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
|
|
8
9
|
import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
9
10
|
import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
|
|
10
11
|
import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
|
|
11
12
|
import { GdsButton } from '@sebgroup/green-core/components/button/button.component.js';
|
|
12
|
-
import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
|
|
13
13
|
import { GdsCalendar } from '@sebgroup/green-core/components/calendar/calendar.component.js';
|
|
14
14
|
import { GdsCard } from '@sebgroup/green-core/components/card/card.component.js';
|
|
15
15
|
import { GdsCardLinked } from '@sebgroup/green-core/components/card-linked/card-linked.component.js';
|
|
@@ -54,14 +54,14 @@ import { GdsAvatarGroup } from '@sebgroup/green-core/components/avatar/avatar-gr
|
|
|
54
54
|
import { GdsBreadcrumb } from '@sebgroup/green-core/components/breadcrumbs/breadcrumb/breadcrumb.component.js';
|
|
55
55
|
import { GdsCheckboxGroup } from '@sebgroup/green-core/components/checkbox/checkbox-group/checkbox-group.component.js';
|
|
56
56
|
import { GdsIconDetails } from '@sebgroup/green-core/components/details/details-icon/details-icon.component.js';
|
|
57
|
-
import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.component.js';
|
|
58
57
|
import { GdsFilterChip } from '@sebgroup/green-core/components/filter-chips/filter-chip/filter-chip.component.js';
|
|
58
|
+
import { GdsFormattedAccount } from '@sebgroup/green-core/components/formatted-text/account/formatted-account.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
|
+
import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
|
|
62
63
|
import { GdsSegment } from '@sebgroup/green-core/components/segmented-control/segment/segment.component.js';
|
|
63
64
|
import { GdsSensitiveDate } from '@sebgroup/green-core/components/sensitive/date/sensitive-date.component.js';
|
|
64
|
-
import { GdsSensitiveAccount } from '@sebgroup/green-core/components/sensitive/account/sensitive-account.component.js';
|
|
65
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';
|
|
@@ -630,10 +630,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
630
630
|
*/
|
|
631
631
|
|
|
632
632
|
/**
|
|
633
|
-
* Angular wrapper for the gds-
|
|
634
|
-
*
|
|
633
|
+
* Angular wrapper for the gds-badge web component
|
|
634
|
+
* `gds-badge`
|
|
635
635
|
*/
|
|
636
|
-
let
|
|
636
|
+
let GdsBadgeComponent = class GdsBadgeComponent {
|
|
637
637
|
get element() {
|
|
638
638
|
return this.elementRef.nativeElement;
|
|
639
639
|
}
|
|
@@ -646,11 +646,11 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
646
646
|
ngOnInit() {
|
|
647
647
|
// Define the custom element
|
|
648
648
|
try {
|
|
649
|
-
|
|
649
|
+
GdsBadge.define();
|
|
650
650
|
}
|
|
651
651
|
catch (e) {
|
|
652
652
|
// Component may not be available in this version of green-core
|
|
653
|
-
console.warn('Failed to define gds-
|
|
653
|
+
console.warn('Failed to define gds-badge:', e);
|
|
654
654
|
}
|
|
655
655
|
}
|
|
656
656
|
ngOnChanges(changes) {
|
|
@@ -659,41 +659,37 @@ let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
|
659
659
|
ngAfterViewInit() {
|
|
660
660
|
// Implementation added by @ProxyInputs decorator
|
|
661
661
|
}
|
|
662
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
663
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
662
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
663
|
+
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 }); }
|
|
664
664
|
};
|
|
665
|
-
|
|
666
|
-
ProxyInputs(['
|
|
665
|
+
GdsBadgeComponent = __decorate([
|
|
666
|
+
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']),
|
|
667
667
|
__metadata("design:paramtypes", [])
|
|
668
|
-
],
|
|
669
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
668
|
+
], GdsBadgeComponent);
|
|
669
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBadgeComponent, decorators: [{
|
|
670
670
|
type: Component,
|
|
671
671
|
args: [{
|
|
672
|
-
selector: 'gds-
|
|
672
|
+
selector: 'gds-badge',
|
|
673
673
|
standalone: true,
|
|
674
674
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
675
675
|
template: `<ng-content></ng-content>`
|
|
676
676
|
}]
|
|
677
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
678
|
-
type: Input
|
|
679
|
-
}], label: [{
|
|
680
|
-
type: Input
|
|
681
|
-
}], alignSelf: [{
|
|
682
|
-
type: Input
|
|
683
|
-
}], justifySelf: [{
|
|
684
|
-
type: Input
|
|
685
|
-
}], placeSelf: [{
|
|
686
|
-
type: Input
|
|
687
|
-
}], gridColumn: [{
|
|
688
|
-
type: Input
|
|
689
|
-
}], gridRow: [{
|
|
690
|
-
type: Input
|
|
691
|
-
}], gridArea: [{
|
|
692
|
-
type: Input
|
|
693
|
-
}], flex: [{
|
|
677
|
+
}], ctorParameters: () => [], propDecorators: { variant: [{
|
|
694
678
|
type: Input
|
|
695
|
-
}],
|
|
679
|
+
}], size: [{
|
|
696
680
|
type: Input
|
|
681
|
+
}], notification: [{
|
|
682
|
+
type: Input,
|
|
683
|
+
args: [{ transform: booleanAttribute }]
|
|
684
|
+
}], rounded: [{
|
|
685
|
+
type: Input,
|
|
686
|
+
args: [{ transform: booleanAttribute }]
|
|
687
|
+
}], mainSlotOccupied: [{
|
|
688
|
+
type: Input,
|
|
689
|
+
args: [{ transform: booleanAttribute }]
|
|
690
|
+
}], leadSlotOccupied: [{
|
|
691
|
+
type: Input,
|
|
692
|
+
args: [{ transform: booleanAttribute }]
|
|
697
693
|
}], width: [{
|
|
698
694
|
type: Input
|
|
699
695
|
}], minWidth: [{
|
|
@@ -712,23 +708,96 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
712
708
|
type: Input
|
|
713
709
|
}], marginBlock: [{
|
|
714
710
|
type: Input
|
|
711
|
+
}], alignSelf: [{
|
|
712
|
+
type: Input
|
|
713
|
+
}], justifySelf: [{
|
|
714
|
+
type: Input
|
|
715
|
+
}], placeSelf: [{
|
|
716
|
+
type: Input
|
|
717
|
+
}], gridColumn: [{
|
|
718
|
+
type: Input
|
|
719
|
+
}], gridRow: [{
|
|
720
|
+
type: Input
|
|
721
|
+
}], gridArea: [{
|
|
722
|
+
type: Input
|
|
723
|
+
}], flex: [{
|
|
724
|
+
type: Input
|
|
725
|
+
}], order: [{
|
|
726
|
+
type: Input
|
|
715
727
|
}], syncFirstRender: [{
|
|
716
728
|
type: Input,
|
|
717
729
|
args: [{ transform: booleanAttribute }]
|
|
718
730
|
}] } });
|
|
719
731
|
|
|
720
732
|
/**
|
|
721
|
-
*
|
|
733
|
+
* GdsBadgeComponent - Angular wrapper for gds-badge
|
|
734
|
+
* `gds-badge`
|
|
735
|
+
*
|
|
736
|
+
* Auto-generated from Custom Elements Manifest
|
|
737
|
+
*/
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* Angular wrapper for the gds-blur web component
|
|
741
|
+
*
|
|
742
|
+
*/
|
|
743
|
+
let GdsBlurComponent = class GdsBlurComponent {
|
|
744
|
+
get element() {
|
|
745
|
+
return this.elementRef.nativeElement;
|
|
746
|
+
}
|
|
747
|
+
constructor() {
|
|
748
|
+
this.elementRef = inject((ElementRef));
|
|
749
|
+
this.zone = inject(NgZone);
|
|
750
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
751
|
+
this.cdr.detach();
|
|
752
|
+
}
|
|
753
|
+
ngOnInit() {
|
|
754
|
+
// Define the custom element
|
|
755
|
+
try {
|
|
756
|
+
GdsBlur.define();
|
|
757
|
+
}
|
|
758
|
+
catch (e) {
|
|
759
|
+
// Component may not be available in this version of green-core
|
|
760
|
+
console.warn('Failed to define gds-blur:', e);
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
ngOnChanges(changes) {
|
|
764
|
+
// Implementation added by @ProxyInputs decorator
|
|
765
|
+
}
|
|
766
|
+
ngAfterViewInit() {
|
|
767
|
+
// Implementation added by @ProxyInputs decorator
|
|
768
|
+
}
|
|
769
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
770
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBlurComponent, isStandalone: true, selector: "gds-blur", inputs: { syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
771
|
+
};
|
|
772
|
+
GdsBlurComponent = __decorate([
|
|
773
|
+
ProxyInputs(['syncFirstRender']),
|
|
774
|
+
__metadata("design:paramtypes", [])
|
|
775
|
+
], GdsBlurComponent);
|
|
776
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
|
|
777
|
+
type: Component,
|
|
778
|
+
args: [{
|
|
779
|
+
selector: 'gds-blur',
|
|
780
|
+
standalone: true,
|
|
781
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
782
|
+
template: `<ng-content></ng-content>`
|
|
783
|
+
}]
|
|
784
|
+
}], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
|
|
785
|
+
type: Input,
|
|
786
|
+
args: [{ transform: booleanAttribute }]
|
|
787
|
+
}] } });
|
|
788
|
+
|
|
789
|
+
/**
|
|
790
|
+
* GdsBlurComponent - Angular wrapper for gds-blur
|
|
722
791
|
*
|
|
723
792
|
*
|
|
724
793
|
* Auto-generated from Custom Elements Manifest
|
|
725
794
|
*/
|
|
726
795
|
|
|
727
796
|
/**
|
|
728
|
-
* Angular wrapper for the gds-
|
|
729
|
-
*
|
|
797
|
+
* Angular wrapper for the gds-breadcrumbs web component
|
|
798
|
+
*
|
|
730
799
|
*/
|
|
731
|
-
let
|
|
800
|
+
let GdsBreadcrumbsComponent = class GdsBreadcrumbsComponent {
|
|
732
801
|
get element() {
|
|
733
802
|
return this.elementRef.nativeElement;
|
|
734
803
|
}
|
|
@@ -741,11 +810,11 @@ let GdsBadgeComponent = class GdsBadgeComponent {
|
|
|
741
810
|
ngOnInit() {
|
|
742
811
|
// Define the custom element
|
|
743
812
|
try {
|
|
744
|
-
|
|
813
|
+
GdsBreadcrumbs.define();
|
|
745
814
|
}
|
|
746
815
|
catch (e) {
|
|
747
816
|
// Component may not be available in this version of green-core
|
|
748
|
-
console.warn('Failed to define gds-
|
|
817
|
+
console.warn('Failed to define gds-breadcrumbs:', e);
|
|
749
818
|
}
|
|
750
819
|
}
|
|
751
820
|
ngOnChanges(changes) {
|
|
@@ -754,37 +823,41 @@ let GdsBadgeComponent = class GdsBadgeComponent {
|
|
|
754
823
|
ngAfterViewInit() {
|
|
755
824
|
// Implementation added by @ProxyInputs decorator
|
|
756
825
|
}
|
|
757
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
758
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
826
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
827
|
+
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 }); }
|
|
759
828
|
};
|
|
760
|
-
|
|
761
|
-
ProxyInputs(['
|
|
829
|
+
GdsBreadcrumbsComponent = __decorate([
|
|
830
|
+
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']),
|
|
762
831
|
__metadata("design:paramtypes", [])
|
|
763
|
-
],
|
|
764
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
832
|
+
], GdsBreadcrumbsComponent);
|
|
833
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBreadcrumbsComponent, decorators: [{
|
|
765
834
|
type: Component,
|
|
766
835
|
args: [{
|
|
767
|
-
selector: 'gds-
|
|
836
|
+
selector: 'gds-breadcrumbs',
|
|
768
837
|
standalone: true,
|
|
769
838
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
770
839
|
template: `<ng-content></ng-content>`
|
|
771
840
|
}]
|
|
772
|
-
}], ctorParameters: () => [], propDecorators: {
|
|
841
|
+
}], ctorParameters: () => [], propDecorators: { size: [{
|
|
773
842
|
type: Input
|
|
774
|
-
}],
|
|
843
|
+
}], label: [{
|
|
844
|
+
type: Input
|
|
845
|
+
}], alignSelf: [{
|
|
846
|
+
type: Input
|
|
847
|
+
}], justifySelf: [{
|
|
848
|
+
type: Input
|
|
849
|
+
}], placeSelf: [{
|
|
850
|
+
type: Input
|
|
851
|
+
}], gridColumn: [{
|
|
852
|
+
type: Input
|
|
853
|
+
}], gridRow: [{
|
|
854
|
+
type: Input
|
|
855
|
+
}], gridArea: [{
|
|
856
|
+
type: Input
|
|
857
|
+
}], flex: [{
|
|
858
|
+
type: Input
|
|
859
|
+
}], order: [{
|
|
775
860
|
type: Input
|
|
776
|
-
}], notification: [{
|
|
777
|
-
type: Input,
|
|
778
|
-
args: [{ transform: booleanAttribute }]
|
|
779
|
-
}], rounded: [{
|
|
780
|
-
type: Input,
|
|
781
|
-
args: [{ transform: booleanAttribute }]
|
|
782
|
-
}], mainSlotOccupied: [{
|
|
783
|
-
type: Input,
|
|
784
|
-
args: [{ transform: booleanAttribute }]
|
|
785
|
-
}], leadSlotOccupied: [{
|
|
786
|
-
type: Input,
|
|
787
|
-
args: [{ transform: booleanAttribute }]
|
|
788
861
|
}], width: [{
|
|
789
862
|
type: Input
|
|
790
863
|
}], minWidth: [{
|
|
@@ -803,30 +876,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
803
876
|
type: Input
|
|
804
877
|
}], marginBlock: [{
|
|
805
878
|
type: Input
|
|
806
|
-
}], alignSelf: [{
|
|
807
|
-
type: Input
|
|
808
|
-
}], justifySelf: [{
|
|
809
|
-
type: Input
|
|
810
|
-
}], placeSelf: [{
|
|
811
|
-
type: Input
|
|
812
|
-
}], gridColumn: [{
|
|
813
|
-
type: Input
|
|
814
|
-
}], gridRow: [{
|
|
815
|
-
type: Input
|
|
816
|
-
}], gridArea: [{
|
|
817
|
-
type: Input
|
|
818
|
-
}], flex: [{
|
|
819
|
-
type: Input
|
|
820
|
-
}], order: [{
|
|
821
|
-
type: Input
|
|
822
879
|
}], syncFirstRender: [{
|
|
823
880
|
type: Input,
|
|
824
881
|
args: [{ transform: booleanAttribute }]
|
|
825
882
|
}] } });
|
|
826
883
|
|
|
827
884
|
/**
|
|
828
|
-
*
|
|
829
|
-
*
|
|
885
|
+
* GdsBreadcrumbsComponent - Angular wrapper for gds-breadcrumbs
|
|
886
|
+
*
|
|
830
887
|
*
|
|
831
888
|
* Auto-generated from Custom Elements Manifest
|
|
832
889
|
*/
|
|
@@ -1148,63 +1205,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
1148
1205
|
* Auto-generated from Custom Elements Manifest
|
|
1149
1206
|
*/
|
|
1150
1207
|
|
|
1151
|
-
/**
|
|
1152
|
-
* Angular wrapper for the gds-blur web component
|
|
1153
|
-
*
|
|
1154
|
-
*/
|
|
1155
|
-
let GdsBlurComponent = class GdsBlurComponent {
|
|
1156
|
-
get element() {
|
|
1157
|
-
return this.elementRef.nativeElement;
|
|
1158
|
-
}
|
|
1159
|
-
constructor() {
|
|
1160
|
-
this.elementRef = inject((ElementRef));
|
|
1161
|
-
this.zone = inject(NgZone);
|
|
1162
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
1163
|
-
this.cdr.detach();
|
|
1164
|
-
}
|
|
1165
|
-
ngOnInit() {
|
|
1166
|
-
// Define the custom element
|
|
1167
|
-
try {
|
|
1168
|
-
GdsBlur.define();
|
|
1169
|
-
}
|
|
1170
|
-
catch (e) {
|
|
1171
|
-
// Component may not be available in this version of green-core
|
|
1172
|
-
console.warn('Failed to define gds-blur:', e);
|
|
1173
|
-
}
|
|
1174
|
-
}
|
|
1175
|
-
ngOnChanges(changes) {
|
|
1176
|
-
// Implementation added by @ProxyInputs decorator
|
|
1177
|
-
}
|
|
1178
|
-
ngAfterViewInit() {
|
|
1179
|
-
// Implementation added by @ProxyInputs decorator
|
|
1180
|
-
}
|
|
1181
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1182
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsBlurComponent, isStandalone: true, selector: "gds-blur", inputs: { syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1183
|
-
};
|
|
1184
|
-
GdsBlurComponent = __decorate([
|
|
1185
|
-
ProxyInputs(['syncFirstRender']),
|
|
1186
|
-
__metadata("design:paramtypes", [])
|
|
1187
|
-
], GdsBlurComponent);
|
|
1188
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsBlurComponent, decorators: [{
|
|
1189
|
-
type: Component,
|
|
1190
|
-
args: [{
|
|
1191
|
-
selector: 'gds-blur',
|
|
1192
|
-
standalone: true,
|
|
1193
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1194
|
-
template: `<ng-content></ng-content>`
|
|
1195
|
-
}]
|
|
1196
|
-
}], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
|
|
1197
|
-
type: Input,
|
|
1198
|
-
args: [{ transform: booleanAttribute }]
|
|
1199
|
-
}] } });
|
|
1200
|
-
|
|
1201
|
-
/**
|
|
1202
|
-
* GdsBlurComponent - Angular wrapper for gds-blur
|
|
1203
|
-
*
|
|
1204
|
-
*
|
|
1205
|
-
* Auto-generated from Custom Elements Manifest
|
|
1206
|
-
*/
|
|
1207
|
-
|
|
1208
1208
|
/**
|
|
1209
1209
|
* Angular wrapper for the gds-calendar web component
|
|
1210
1210
|
*
|
|
@@ -7045,6 +7045,70 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7045
7045
|
* Auto-generated from Custom Elements Manifest
|
|
7046
7046
|
*/
|
|
7047
7047
|
|
|
7048
|
+
/**
|
|
7049
|
+
* Angular wrapper for the gds-filter-chip web component
|
|
7050
|
+
*
|
|
7051
|
+
*/
|
|
7052
|
+
let GdsFilterChipComponent = class GdsFilterChipComponent {
|
|
7053
|
+
get element() {
|
|
7054
|
+
return this.elementRef.nativeElement;
|
|
7055
|
+
}
|
|
7056
|
+
constructor() {
|
|
7057
|
+
this.elementRef = inject((ElementRef));
|
|
7058
|
+
this.zone = inject(NgZone);
|
|
7059
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
7060
|
+
this.cdr.detach();
|
|
7061
|
+
}
|
|
7062
|
+
ngOnInit() {
|
|
7063
|
+
// Define the custom element
|
|
7064
|
+
try {
|
|
7065
|
+
GdsFilterChip.define();
|
|
7066
|
+
}
|
|
7067
|
+
catch (e) {
|
|
7068
|
+
// Component may not be available in this version of green-core
|
|
7069
|
+
console.warn('Failed to define gds-filter-chip:', e);
|
|
7070
|
+
}
|
|
7071
|
+
}
|
|
7072
|
+
ngOnChanges(changes) {
|
|
7073
|
+
// Implementation added by @ProxyInputs decorator
|
|
7074
|
+
}
|
|
7075
|
+
ngAfterViewInit() {
|
|
7076
|
+
// Implementation added by @ProxyInputs decorator
|
|
7077
|
+
}
|
|
7078
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7079
|
+
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 }); }
|
|
7080
|
+
};
|
|
7081
|
+
GdsFilterChipComponent = __decorate([
|
|
7082
|
+
ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
|
|
7083
|
+
__metadata("design:paramtypes", [])
|
|
7084
|
+
], GdsFilterChipComponent);
|
|
7085
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
|
|
7086
|
+
type: Component,
|
|
7087
|
+
args: [{
|
|
7088
|
+
selector: 'gds-filter-chip',
|
|
7089
|
+
standalone: true,
|
|
7090
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7091
|
+
template: `<ng-content></ng-content>`
|
|
7092
|
+
}]
|
|
7093
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
7094
|
+
type: Input,
|
|
7095
|
+
args: [{ transform: booleanAttribute }]
|
|
7096
|
+
}], value: [{
|
|
7097
|
+
type: Input
|
|
7098
|
+
}], size: [{
|
|
7099
|
+
type: Input
|
|
7100
|
+
}], syncFirstRender: [{
|
|
7101
|
+
type: Input,
|
|
7102
|
+
args: [{ transform: booleanAttribute }]
|
|
7103
|
+
}] } });
|
|
7104
|
+
|
|
7105
|
+
/**
|
|
7106
|
+
* GdsFilterChipComponent - Angular wrapper for gds-filter-chip
|
|
7107
|
+
*
|
|
7108
|
+
*
|
|
7109
|
+
* Auto-generated from Custom Elements Manifest
|
|
7110
|
+
*/
|
|
7111
|
+
|
|
7048
7112
|
/**
|
|
7049
7113
|
* Angular wrapper for the gds-formatted-account web component
|
|
7050
7114
|
*
|
|
@@ -7234,70 +7298,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7234
7298
|
* Auto-generated from Custom Elements Manifest
|
|
7235
7299
|
*/
|
|
7236
7300
|
|
|
7237
|
-
/**
|
|
7238
|
-
* Angular wrapper for the gds-filter-chip web component
|
|
7239
|
-
*
|
|
7240
|
-
*/
|
|
7241
|
-
let GdsFilterChipComponent = class GdsFilterChipComponent {
|
|
7242
|
-
get element() {
|
|
7243
|
-
return this.elementRef.nativeElement;
|
|
7244
|
-
}
|
|
7245
|
-
constructor() {
|
|
7246
|
-
this.elementRef = inject((ElementRef));
|
|
7247
|
-
this.zone = inject(NgZone);
|
|
7248
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
7249
|
-
this.cdr.detach();
|
|
7250
|
-
}
|
|
7251
|
-
ngOnInit() {
|
|
7252
|
-
// Define the custom element
|
|
7253
|
-
try {
|
|
7254
|
-
GdsFilterChip.define();
|
|
7255
|
-
}
|
|
7256
|
-
catch (e) {
|
|
7257
|
-
// Component may not be available in this version of green-core
|
|
7258
|
-
console.warn('Failed to define gds-filter-chip:', e);
|
|
7259
|
-
}
|
|
7260
|
-
}
|
|
7261
|
-
ngOnChanges(changes) {
|
|
7262
|
-
// Implementation added by @ProxyInputs decorator
|
|
7263
|
-
}
|
|
7264
|
-
ngAfterViewInit() {
|
|
7265
|
-
// Implementation added by @ProxyInputs decorator
|
|
7266
|
-
}
|
|
7267
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7268
|
-
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 }); }
|
|
7269
|
-
};
|
|
7270
|
-
GdsFilterChipComponent = __decorate([
|
|
7271
|
-
ProxyInputs(['selected', 'value', 'size', 'syncFirstRender']),
|
|
7272
|
-
__metadata("design:paramtypes", [])
|
|
7273
|
-
], GdsFilterChipComponent);
|
|
7274
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsFilterChipComponent, decorators: [{
|
|
7275
|
-
type: Component,
|
|
7276
|
-
args: [{
|
|
7277
|
-
selector: 'gds-filter-chip',
|
|
7278
|
-
standalone: true,
|
|
7279
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7280
|
-
template: `<ng-content></ng-content>`
|
|
7281
|
-
}]
|
|
7282
|
-
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
7283
|
-
type: Input,
|
|
7284
|
-
args: [{ transform: booleanAttribute }]
|
|
7285
|
-
}], value: [{
|
|
7286
|
-
type: Input
|
|
7287
|
-
}], size: [{
|
|
7288
|
-
type: Input
|
|
7289
|
-
}], syncFirstRender: [{
|
|
7290
|
-
type: Input,
|
|
7291
|
-
args: [{ transform: booleanAttribute }]
|
|
7292
|
-
}] } });
|
|
7293
|
-
|
|
7294
|
-
/**
|
|
7295
|
-
* GdsFilterChipComponent - Angular wrapper for gds-filter-chip
|
|
7296
|
-
*
|
|
7297
|
-
*
|
|
7298
|
-
* Auto-generated from Custom Elements Manifest
|
|
7299
|
-
*/
|
|
7300
|
-
|
|
7301
7301
|
/**
|
|
7302
7302
|
* Angular wrapper for the gds-formatted-date web component
|
|
7303
7303
|
*
|
|
@@ -7831,90 +7831,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7831
7831
|
*/
|
|
7832
7832
|
|
|
7833
7833
|
/**
|
|
7834
|
-
* Angular wrapper for the gds-
|
|
7835
|
-
*
|
|
7836
|
-
*/
|
|
7837
|
-
let GdsSegmentComponent = class GdsSegmentComponent {
|
|
7838
|
-
get element() {
|
|
7839
|
-
return this.elementRef.nativeElement;
|
|
7840
|
-
}
|
|
7841
|
-
constructor() {
|
|
7842
|
-
this.elementRef = inject((ElementRef));
|
|
7843
|
-
this.zone = inject(NgZone);
|
|
7844
|
-
this.cdr = inject(ChangeDetectorRef);
|
|
7845
|
-
this.cdr.detach();
|
|
7846
|
-
}
|
|
7847
|
-
ngOnInit() {
|
|
7848
|
-
// Define the custom element
|
|
7849
|
-
try {
|
|
7850
|
-
GdsSegment.define();
|
|
7851
|
-
}
|
|
7852
|
-
catch (e) {
|
|
7853
|
-
// Component may not be available in this version of green-core
|
|
7854
|
-
console.warn('Failed to define gds-segment:', e);
|
|
7855
|
-
}
|
|
7856
|
-
}
|
|
7857
|
-
ngOnChanges(changes) {
|
|
7858
|
-
// Implementation added by @ProxyInputs decorator
|
|
7859
|
-
}
|
|
7860
|
-
ngAfterViewInit() {
|
|
7861
|
-
// Implementation added by @ProxyInputs decorator
|
|
7862
|
-
}
|
|
7863
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSegmentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7864
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSegmentComponent, isStandalone: true, selector: "gds-segment", inputs: { selected: ["selected", "selected", booleanAttribute], value: "value", disabled: ["disabled", "disabled", booleanAttribute], _isVisible: ["_isVisible", "_isVisible", booleanAttribute], width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
7865
|
-
};
|
|
7866
|
-
GdsSegmentComponent = __decorate([
|
|
7867
|
-
ProxyInputs(['selected', 'value', 'disabled', '_isVisible', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'syncFirstRender']),
|
|
7868
|
-
__metadata("design:paramtypes", [])
|
|
7869
|
-
], GdsSegmentComponent);
|
|
7870
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSegmentComponent, decorators: [{
|
|
7871
|
-
type: Component,
|
|
7872
|
-
args: [{
|
|
7873
|
-
selector: 'gds-segment',
|
|
7874
|
-
standalone: true,
|
|
7875
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7876
|
-
template: `<ng-content></ng-content>`
|
|
7877
|
-
}]
|
|
7878
|
-
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
7879
|
-
type: Input,
|
|
7880
|
-
args: [{ transform: booleanAttribute }]
|
|
7881
|
-
}], value: [{
|
|
7882
|
-
type: Input
|
|
7883
|
-
}], disabled: [{
|
|
7884
|
-
type: Input,
|
|
7885
|
-
args: [{ transform: booleanAttribute }]
|
|
7886
|
-
}], _isVisible: [{
|
|
7887
|
-
type: Input,
|
|
7888
|
-
args: [{ transform: booleanAttribute }]
|
|
7889
|
-
}], width: [{
|
|
7890
|
-
type: Input
|
|
7891
|
-
}], minWidth: [{
|
|
7892
|
-
type: Input
|
|
7893
|
-
}], maxWidth: [{
|
|
7894
|
-
type: Input
|
|
7895
|
-
}], inlineSize: [{
|
|
7896
|
-
type: Input
|
|
7897
|
-
}], minInlineSize: [{
|
|
7898
|
-
type: Input
|
|
7899
|
-
}], maxInlineSize: [{
|
|
7900
|
-
type: Input
|
|
7901
|
-
}], syncFirstRender: [{
|
|
7902
|
-
type: Input,
|
|
7903
|
-
args: [{ transform: booleanAttribute }]
|
|
7904
|
-
}] } });
|
|
7905
|
-
|
|
7906
|
-
/**
|
|
7907
|
-
* GdsSegmentComponent - Angular wrapper for gds-segment
|
|
7908
|
-
*
|
|
7909
|
-
*
|
|
7910
|
-
* Auto-generated from Custom Elements Manifest
|
|
7911
|
-
*/
|
|
7912
|
-
|
|
7913
|
-
/**
|
|
7914
|
-
* Angular wrapper for the gds-sensitive-date web component
|
|
7834
|
+
* Angular wrapper for the gds-sensitive-account web component
|
|
7915
7835
|
*
|
|
7916
7836
|
*/
|
|
7917
|
-
let
|
|
7837
|
+
let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
|
|
7918
7838
|
get element() {
|
|
7919
7839
|
return this.elementRef.nativeElement;
|
|
7920
7840
|
}
|
|
@@ -7927,11 +7847,11 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
|
|
|
7927
7847
|
ngOnInit() {
|
|
7928
7848
|
// Define the custom element
|
|
7929
7849
|
try {
|
|
7930
|
-
|
|
7850
|
+
GdsSensitiveAccount.define();
|
|
7931
7851
|
}
|
|
7932
7852
|
catch (e) {
|
|
7933
7853
|
// Component may not be available in this version of green-core
|
|
7934
|
-
console.warn('Failed to define gds-sensitive-
|
|
7854
|
+
console.warn('Failed to define gds-sensitive-account:', e);
|
|
7935
7855
|
}
|
|
7936
7856
|
}
|
|
7937
7857
|
ngOnChanges(changes) {
|
|
@@ -7940,17 +7860,17 @@ let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
|
|
|
7940
7860
|
ngAfterViewInit() {
|
|
7941
7861
|
// Implementation added by @ProxyInputs decorator
|
|
7942
7862
|
}
|
|
7943
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
7944
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
7863
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
7864
|
+
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 }); }
|
|
7945
7865
|
};
|
|
7946
|
-
|
|
7947
|
-
ProxyInputs(['hide', '
|
|
7866
|
+
GdsSensitiveAccountComponent = __decorate([
|
|
7867
|
+
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']),
|
|
7948
7868
|
__metadata("design:paramtypes", [])
|
|
7949
|
-
],
|
|
7950
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
7869
|
+
], GdsSensitiveAccountComponent);
|
|
7870
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveAccountComponent, decorators: [{
|
|
7951
7871
|
type: Component,
|
|
7952
7872
|
args: [{
|
|
7953
|
-
selector: 'gds-sensitive-
|
|
7873
|
+
selector: 'gds-sensitive-account',
|
|
7954
7874
|
standalone: true,
|
|
7955
7875
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7956
7876
|
template: `<ng-content></ng-content>`
|
|
@@ -7958,11 +7878,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
7958
7878
|
}], ctorParameters: () => [], propDecorators: { hide: [{
|
|
7959
7879
|
type: Input,
|
|
7960
7880
|
args: [{ transform: booleanAttribute }]
|
|
7961
|
-
}],
|
|
7962
|
-
type: Input
|
|
7963
|
-
}], format: [{
|
|
7964
|
-
type: Input
|
|
7965
|
-
}], locale: [{
|
|
7881
|
+
}], account: [{
|
|
7966
7882
|
type: Input
|
|
7967
7883
|
}], tag: [{
|
|
7968
7884
|
type: Input
|
|
@@ -8100,17 +8016,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8100
8016
|
}] } });
|
|
8101
8017
|
|
|
8102
8018
|
/**
|
|
8103
|
-
*
|
|
8019
|
+
* GdsSensitiveAccountComponent - Angular wrapper for gds-sensitive-account
|
|
8104
8020
|
*
|
|
8105
8021
|
*
|
|
8106
8022
|
* Auto-generated from Custom Elements Manifest
|
|
8107
8023
|
*/
|
|
8108
8024
|
|
|
8109
8025
|
/**
|
|
8110
|
-
* Angular wrapper for the gds-
|
|
8026
|
+
* Angular wrapper for the gds-segment web component
|
|
8111
8027
|
*
|
|
8112
8028
|
*/
|
|
8113
|
-
let
|
|
8029
|
+
let GdsSegmentComponent = class GdsSegmentComponent {
|
|
8114
8030
|
get element() {
|
|
8115
8031
|
return this.elementRef.nativeElement;
|
|
8116
8032
|
}
|
|
@@ -8123,11 +8039,11 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
|
|
|
8123
8039
|
ngOnInit() {
|
|
8124
8040
|
// Define the custom element
|
|
8125
8041
|
try {
|
|
8126
|
-
|
|
8042
|
+
GdsSegment.define();
|
|
8127
8043
|
}
|
|
8128
8044
|
catch (e) {
|
|
8129
8045
|
// Component may not be available in this version of green-core
|
|
8130
|
-
console.warn('Failed to define gds-
|
|
8046
|
+
console.warn('Failed to define gds-segment:', e);
|
|
8131
8047
|
}
|
|
8132
8048
|
}
|
|
8133
8049
|
ngOnChanges(changes) {
|
|
@@ -8136,17 +8052,97 @@ let GdsSensitiveAccountComponent = class GdsSensitiveAccountComponent {
|
|
|
8136
8052
|
ngAfterViewInit() {
|
|
8137
8053
|
// Implementation added by @ProxyInputs decorator
|
|
8138
8054
|
}
|
|
8139
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
8140
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type:
|
|
8055
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSegmentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8056
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.19", type: GdsSegmentComponent, isStandalone: true, selector: "gds-segment", inputs: { selected: ["selected", "selected", booleanAttribute], value: "value", disabled: ["disabled", "disabled", booleanAttribute], _isVisible: ["_isVisible", "_isVisible", booleanAttribute], width: "width", minWidth: "minWidth", maxWidth: "maxWidth", inlineSize: "inlineSize", minInlineSize: "minInlineSize", maxInlineSize: "maxInlineSize", syncFirstRender: ["syncFirstRender", "syncFirstRender", booleanAttribute] }, usesOnChanges: true, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
8141
8057
|
};
|
|
8142
|
-
|
|
8143
|
-
ProxyInputs(['
|
|
8058
|
+
GdsSegmentComponent = __decorate([
|
|
8059
|
+
ProxyInputs(['selected', 'value', 'disabled', '_isVisible', 'width', 'min-width', 'max-width', 'inline-size', 'min-inline-size', 'max-inline-size', 'syncFirstRender']),
|
|
8144
8060
|
__metadata("design:paramtypes", [])
|
|
8145
|
-
],
|
|
8146
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type:
|
|
8061
|
+
], GdsSegmentComponent);
|
|
8062
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSegmentComponent, decorators: [{
|
|
8147
8063
|
type: Component,
|
|
8148
8064
|
args: [{
|
|
8149
|
-
selector: 'gds-
|
|
8065
|
+
selector: 'gds-segment',
|
|
8066
|
+
standalone: true,
|
|
8067
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8068
|
+
template: `<ng-content></ng-content>`
|
|
8069
|
+
}]
|
|
8070
|
+
}], ctorParameters: () => [], propDecorators: { selected: [{
|
|
8071
|
+
type: Input,
|
|
8072
|
+
args: [{ transform: booleanAttribute }]
|
|
8073
|
+
}], value: [{
|
|
8074
|
+
type: Input
|
|
8075
|
+
}], disabled: [{
|
|
8076
|
+
type: Input,
|
|
8077
|
+
args: [{ transform: booleanAttribute }]
|
|
8078
|
+
}], _isVisible: [{
|
|
8079
|
+
type: Input,
|
|
8080
|
+
args: [{ transform: booleanAttribute }]
|
|
8081
|
+
}], width: [{
|
|
8082
|
+
type: Input
|
|
8083
|
+
}], minWidth: [{
|
|
8084
|
+
type: Input
|
|
8085
|
+
}], maxWidth: [{
|
|
8086
|
+
type: Input
|
|
8087
|
+
}], inlineSize: [{
|
|
8088
|
+
type: Input
|
|
8089
|
+
}], minInlineSize: [{
|
|
8090
|
+
type: Input
|
|
8091
|
+
}], maxInlineSize: [{
|
|
8092
|
+
type: Input
|
|
8093
|
+
}], syncFirstRender: [{
|
|
8094
|
+
type: Input,
|
|
8095
|
+
args: [{ transform: booleanAttribute }]
|
|
8096
|
+
}] } });
|
|
8097
|
+
|
|
8098
|
+
/**
|
|
8099
|
+
* GdsSegmentComponent - Angular wrapper for gds-segment
|
|
8100
|
+
*
|
|
8101
|
+
*
|
|
8102
|
+
* Auto-generated from Custom Elements Manifest
|
|
8103
|
+
*/
|
|
8104
|
+
|
|
8105
|
+
/**
|
|
8106
|
+
* Angular wrapper for the gds-sensitive-date web component
|
|
8107
|
+
*
|
|
8108
|
+
*/
|
|
8109
|
+
let GdsSensitiveDateComponent = class GdsSensitiveDateComponent {
|
|
8110
|
+
get element() {
|
|
8111
|
+
return this.elementRef.nativeElement;
|
|
8112
|
+
}
|
|
8113
|
+
constructor() {
|
|
8114
|
+
this.elementRef = inject((ElementRef));
|
|
8115
|
+
this.zone = inject(NgZone);
|
|
8116
|
+
this.cdr = inject(ChangeDetectorRef);
|
|
8117
|
+
this.cdr.detach();
|
|
8118
|
+
}
|
|
8119
|
+
ngOnInit() {
|
|
8120
|
+
// Define the custom element
|
|
8121
|
+
try {
|
|
8122
|
+
GdsSensitiveDate.define();
|
|
8123
|
+
}
|
|
8124
|
+
catch (e) {
|
|
8125
|
+
// Component may not be available in this version of green-core
|
|
8126
|
+
console.warn('Failed to define gds-sensitive-date:', e);
|
|
8127
|
+
}
|
|
8128
|
+
}
|
|
8129
|
+
ngOnChanges(changes) {
|
|
8130
|
+
// Implementation added by @ProxyInputs decorator
|
|
8131
|
+
}
|
|
8132
|
+
ngAfterViewInit() {
|
|
8133
|
+
// Implementation added by @ProxyInputs decorator
|
|
8134
|
+
}
|
|
8135
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
8136
|
+
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 }); }
|
|
8137
|
+
};
|
|
8138
|
+
GdsSensitiveDateComponent = __decorate([
|
|
8139
|
+
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']),
|
|
8140
|
+
__metadata("design:paramtypes", [])
|
|
8141
|
+
], GdsSensitiveDateComponent);
|
|
8142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GdsSensitiveDateComponent, decorators: [{
|
|
8143
|
+
type: Component,
|
|
8144
|
+
args: [{
|
|
8145
|
+
selector: 'gds-sensitive-date',
|
|
8150
8146
|
standalone: true,
|
|
8151
8147
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8152
8148
|
template: `<ng-content></ng-content>`
|
|
@@ -8154,7 +8150,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8154
8150
|
}], ctorParameters: () => [], propDecorators: { hide: [{
|
|
8155
8151
|
type: Input,
|
|
8156
8152
|
args: [{ transform: booleanAttribute }]
|
|
8157
|
-
}],
|
|
8153
|
+
}], value: [{
|
|
8154
|
+
type: Input
|
|
8155
|
+
}], format: [{
|
|
8156
|
+
type: Input
|
|
8157
|
+
}], locale: [{
|
|
8158
8158
|
type: Input
|
|
8159
8159
|
}], tag: [{
|
|
8160
8160
|
type: Input
|
|
@@ -8292,7 +8292,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8292
8292
|
}] } });
|
|
8293
8293
|
|
|
8294
8294
|
/**
|
|
8295
|
-
*
|
|
8295
|
+
* GdsSensitiveDateComponent - Angular wrapper for gds-sensitive-date
|
|
8296
8296
|
*
|
|
8297
8297
|
*
|
|
8298
8298
|
* Auto-generated from Custom Elements Manifest
|
|
@@ -37323,10 +37323,10 @@ class GreenCoreNgModule {
|
|
|
37323
37323
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
37324
37324
|
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.19", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAvatarComponent,
|
|
37325
37325
|
GdsAlertComponent,
|
|
37326
|
-
GdsBreadcrumbsComponent,
|
|
37327
37326
|
GdsBadgeComponent,
|
|
37328
|
-
GdsButtonComponent,
|
|
37329
37327
|
GdsBlurComponent,
|
|
37328
|
+
GdsBreadcrumbsComponent,
|
|
37329
|
+
GdsButtonComponent,
|
|
37330
37330
|
GdsCalendarComponent,
|
|
37331
37331
|
GdsCardComponent,
|
|
37332
37332
|
GdsCardLinkedComponent,
|
|
@@ -37371,14 +37371,14 @@ class GreenCoreNgModule {
|
|
|
37371
37371
|
GdsBreadcrumbComponent,
|
|
37372
37372
|
GdsCheckboxGroupComponent,
|
|
37373
37373
|
GdsIconDetailsComponent,
|
|
37374
|
-
GdsFormattedAccountComponent,
|
|
37375
37374
|
GdsFilterChipComponent,
|
|
37375
|
+
GdsFormattedAccountComponent,
|
|
37376
37376
|
GdsFormattedDateComponent,
|
|
37377
37377
|
GdsFormattedNumberComponent,
|
|
37378
37378
|
GdsRadioGroupComponent,
|
|
37379
|
+
GdsSensitiveAccountComponent,
|
|
37379
37380
|
GdsSegmentComponent,
|
|
37380
37381
|
GdsSensitiveDateComponent,
|
|
37381
|
-
GdsSensitiveAccountComponent,
|
|
37382
37382
|
GdsSensitiveNumberComponent,
|
|
37383
37383
|
IconAiComponent,
|
|
37384
37384
|
IconAirplaneUpComponent,
|
|
@@ -37695,10 +37695,10 @@ class GreenCoreNgModule {
|
|
|
37695
37695
|
GdsMenuHeadingComponent,
|
|
37696
37696
|
GdsOptionComponent], exports: [GdsAvatarComponent,
|
|
37697
37697
|
GdsAlertComponent,
|
|
37698
|
-
GdsBreadcrumbsComponent,
|
|
37699
37698
|
GdsBadgeComponent,
|
|
37700
|
-
GdsButtonComponent,
|
|
37701
37699
|
GdsBlurComponent,
|
|
37700
|
+
GdsBreadcrumbsComponent,
|
|
37701
|
+
GdsButtonComponent,
|
|
37702
37702
|
GdsCalendarComponent,
|
|
37703
37703
|
GdsCardComponent,
|
|
37704
37704
|
GdsCardLinkedComponent,
|
|
@@ -37743,14 +37743,14 @@ class GreenCoreNgModule {
|
|
|
37743
37743
|
GdsBreadcrumbComponent,
|
|
37744
37744
|
GdsCheckboxGroupComponent,
|
|
37745
37745
|
GdsIconDetailsComponent,
|
|
37746
|
-
GdsFormattedAccountComponent,
|
|
37747
37746
|
GdsFilterChipComponent,
|
|
37747
|
+
GdsFormattedAccountComponent,
|
|
37748
37748
|
GdsFormattedDateComponent,
|
|
37749
37749
|
GdsFormattedNumberComponent,
|
|
37750
37750
|
GdsRadioGroupComponent,
|
|
37751
|
+
GdsSensitiveAccountComponent,
|
|
37751
37752
|
GdsSegmentComponent,
|
|
37752
37753
|
GdsSensitiveDateComponent,
|
|
37753
|
-
GdsSensitiveAccountComponent,
|
|
37754
37754
|
GdsSensitiveNumberComponent,
|
|
37755
37755
|
IconAiComponent,
|
|
37756
37756
|
IconAirplaneUpComponent,
|
|
@@ -38074,10 +38074,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38074
38074
|
imports: [
|
|
38075
38075
|
GdsAvatarComponent,
|
|
38076
38076
|
GdsAlertComponent,
|
|
38077
|
-
GdsBreadcrumbsComponent,
|
|
38078
38077
|
GdsBadgeComponent,
|
|
38079
|
-
GdsButtonComponent,
|
|
38080
38078
|
GdsBlurComponent,
|
|
38079
|
+
GdsBreadcrumbsComponent,
|
|
38080
|
+
GdsButtonComponent,
|
|
38081
38081
|
GdsCalendarComponent,
|
|
38082
38082
|
GdsCardComponent,
|
|
38083
38083
|
GdsCardLinkedComponent,
|
|
@@ -38122,14 +38122,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38122
38122
|
GdsBreadcrumbComponent,
|
|
38123
38123
|
GdsCheckboxGroupComponent,
|
|
38124
38124
|
GdsIconDetailsComponent,
|
|
38125
|
-
GdsFormattedAccountComponent,
|
|
38126
38125
|
GdsFilterChipComponent,
|
|
38126
|
+
GdsFormattedAccountComponent,
|
|
38127
38127
|
GdsFormattedDateComponent,
|
|
38128
38128
|
GdsFormattedNumberComponent,
|
|
38129
38129
|
GdsRadioGroupComponent,
|
|
38130
|
+
GdsSensitiveAccountComponent,
|
|
38130
38131
|
GdsSegmentComponent,
|
|
38131
38132
|
GdsSensitiveDateComponent,
|
|
38132
|
-
GdsSensitiveAccountComponent,
|
|
38133
38133
|
GdsSensitiveNumberComponent,
|
|
38134
38134
|
IconAiComponent,
|
|
38135
38135
|
IconAirplaneUpComponent,
|
|
@@ -38449,10 +38449,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38449
38449
|
exports: [
|
|
38450
38450
|
GdsAvatarComponent,
|
|
38451
38451
|
GdsAlertComponent,
|
|
38452
|
-
GdsBreadcrumbsComponent,
|
|
38453
38452
|
GdsBadgeComponent,
|
|
38454
|
-
GdsButtonComponent,
|
|
38455
38453
|
GdsBlurComponent,
|
|
38454
|
+
GdsBreadcrumbsComponent,
|
|
38455
|
+
GdsButtonComponent,
|
|
38456
38456
|
GdsCalendarComponent,
|
|
38457
38457
|
GdsCardComponent,
|
|
38458
38458
|
GdsCardLinkedComponent,
|
|
@@ -38497,14 +38497,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
38497
38497
|
GdsBreadcrumbComponent,
|
|
38498
38498
|
GdsCheckboxGroupComponent,
|
|
38499
38499
|
GdsIconDetailsComponent,
|
|
38500
|
-
GdsFormattedAccountComponent,
|
|
38501
38500
|
GdsFilterChipComponent,
|
|
38501
|
+
GdsFormattedAccountComponent,
|
|
38502
38502
|
GdsFormattedDateComponent,
|
|
38503
38503
|
GdsFormattedNumberComponent,
|
|
38504
38504
|
GdsRadioGroupComponent,
|
|
38505
|
+
GdsSensitiveAccountComponent,
|
|
38505
38506
|
GdsSegmentComponent,
|
|
38506
38507
|
GdsSensitiveDateComponent,
|
|
38507
|
-
GdsSensitiveAccountComponent,
|
|
38508
38508
|
GdsSensitiveNumberComponent,
|
|
38509
38509
|
IconAiComponent,
|
|
38510
38510
|
IconAirplaneUpComponent,
|