@sebgroup/green-core-ng 3.21.2 → 3.21.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.
@@ -4,8 +4,8 @@ import { inject, ElementRef, NgZone, ChangeDetectorRef, EventEmitter, booleanAtt
4
4
  import { GdsAlert } from '@sebgroup/green-core/components/alert/alert.component.js';
5
5
  import { GdsAvatar } from '@sebgroup/green-core/components/avatar/avatar.component.js';
6
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
7
  import { GdsBreadcrumbs } from '@sebgroup/green-core/components/breadcrumbs/breadcrumbs.component.js';
8
+ import { GdsBlur } from '@sebgroup/green-core/components/blur/blur.component.js';
9
9
  import { NgControl, NG_VALUE_ACCESSOR } from '@angular/forms';
10
10
  import { LocationStrategy, DOCUMENT, CommonModule } from '@angular/common';
11
11
  import { Router, RouterLink, RouterLinkActive, NavigationEnd } from '@angular/router';
@@ -761,63 +761,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
761
761
  * Auto-generated from Custom Elements Manifest
762
762
  */
763
763
 
764
- /**
765
- * Angular wrapper for the gds-blur web component
766
- *
767
- */
768
- let GdsBlurComponent = class GdsBlurComponent {
769
- get element() {
770
- return this.elementRef.nativeElement;
771
- }
772
- constructor() {
773
- this.elementRef = inject((ElementRef));
774
- this.zone = inject(NgZone);
775
- this.cdr = inject(ChangeDetectorRef);
776
- this.cdr.detach();
777
- }
778
- ngOnInit() {
779
- // Define the custom element
780
- try {
781
- GdsBlur.define();
782
- }
783
- catch (e) {
784
- // Component may not be available in this version of green-core
785
- console.warn('Failed to define gds-blur:', e);
786
- }
787
- }
788
- ngOnChanges(changes) {
789
- // Implementation added by @ProxyInputs decorator
790
- }
791
- ngAfterViewInit() {
792
- // Implementation added by @ProxyInputs decorator
793
- }
794
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
795
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.25", 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 }); }
796
- };
797
- GdsBlurComponent = __decorate([
798
- ProxyInputs(['syncFirstRender']),
799
- __metadata("design:paramtypes", [])
800
- ], GdsBlurComponent);
801
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GdsBlurComponent, decorators: [{
802
- type: Component,
803
- args: [{
804
- selector: 'gds-blur',
805
- standalone: true,
806
- changeDetection: ChangeDetectionStrategy.OnPush,
807
- template: `<ng-content></ng-content>`
808
- }]
809
- }], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
810
- type: Input,
811
- args: [{ transform: booleanAttribute }]
812
- }] } });
813
-
814
- /**
815
- * GdsBlurComponent - Angular wrapper for gds-blur
816
- *
817
- *
818
- * Auto-generated from Custom Elements Manifest
819
- */
820
-
821
764
  /**
822
765
  * Angular wrapper for the gds-breadcrumbs web component
823
766
  *
@@ -913,6 +856,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
913
856
  * Auto-generated from Custom Elements Manifest
914
857
  */
915
858
 
859
+ /**
860
+ * Angular wrapper for the gds-blur web component
861
+ *
862
+ */
863
+ let GdsBlurComponent = class GdsBlurComponent {
864
+ get element() {
865
+ return this.elementRef.nativeElement;
866
+ }
867
+ constructor() {
868
+ this.elementRef = inject((ElementRef));
869
+ this.zone = inject(NgZone);
870
+ this.cdr = inject(ChangeDetectorRef);
871
+ this.cdr.detach();
872
+ }
873
+ ngOnInit() {
874
+ // Define the custom element
875
+ try {
876
+ GdsBlur.define();
877
+ }
878
+ catch (e) {
879
+ // Component may not be available in this version of green-core
880
+ console.warn('Failed to define gds-blur:', e);
881
+ }
882
+ }
883
+ ngOnChanges(changes) {
884
+ // Implementation added by @ProxyInputs decorator
885
+ }
886
+ ngAfterViewInit() {
887
+ // Implementation added by @ProxyInputs decorator
888
+ }
889
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GdsBlurComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
890
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.3.25", 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 }); }
891
+ };
892
+ GdsBlurComponent = __decorate([
893
+ ProxyInputs(['syncFirstRender']),
894
+ __metadata("design:paramtypes", [])
895
+ ], GdsBlurComponent);
896
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImport: i0, type: GdsBlurComponent, decorators: [{
897
+ type: Component,
898
+ args: [{
899
+ selector: 'gds-blur',
900
+ standalone: true,
901
+ changeDetection: ChangeDetectionStrategy.OnPush,
902
+ template: `<ng-content></ng-content>`
903
+ }]
904
+ }], ctorParameters: () => [], propDecorators: { syncFirstRender: [{
905
+ type: Input,
906
+ args: [{ transform: booleanAttribute }]
907
+ }] } });
908
+
909
+ /**
910
+ * GdsBlurComponent - Angular wrapper for gds-blur
911
+ *
912
+ *
913
+ * Auto-generated from Custom Elements Manifest
914
+ */
915
+
916
916
  /**
917
917
  * Base class for Angular wrapper components that wrap Green Core form controls.
918
918
  *
@@ -38037,8 +38037,8 @@ class GreenCoreNgModule {
38037
38037
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.25", ngImport: i0, type: GreenCoreNgModule, imports: [GdsAlertComponent,
38038
38038
  GdsAvatarComponent,
38039
38039
  GdsBadgeComponent,
38040
- GdsBlurComponent,
38041
38040
  GdsBreadcrumbsComponent,
38041
+ GdsBlurComponent,
38042
38042
  GdsButtonComponent,
38043
38043
  GdsCalendarComponent,
38044
38044
  GdsCardComponent,
@@ -38414,8 +38414,8 @@ class GreenCoreNgModule {
38414
38414
  GdsMenuHeadingComponent], exports: [GdsAlertComponent,
38415
38415
  GdsAvatarComponent,
38416
38416
  GdsBadgeComponent,
38417
- GdsBlurComponent,
38418
38417
  GdsBreadcrumbsComponent,
38418
+ GdsBlurComponent,
38419
38419
  GdsButtonComponent,
38420
38420
  GdsCalendarComponent,
38421
38421
  GdsCardComponent,
@@ -38798,8 +38798,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
38798
38798
  GdsAlertComponent,
38799
38799
  GdsAvatarComponent,
38800
38800
  GdsBadgeComponent,
38801
- GdsBlurComponent,
38802
38801
  GdsBreadcrumbsComponent,
38802
+ GdsBlurComponent,
38803
38803
  GdsButtonComponent,
38804
38804
  GdsCalendarComponent,
38805
38805
  GdsCardComponent,
@@ -39178,8 +39178,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.25", ngImpo
39178
39178
  GdsAlertComponent,
39179
39179
  GdsAvatarComponent,
39180
39180
  GdsBadgeComponent,
39181
- GdsBlurComponent,
39182
39181
  GdsBreadcrumbsComponent,
39182
+ GdsBlurComponent,
39183
39183
  GdsButtonComponent,
39184
39184
  GdsCalendarComponent,
39185
39185
  GdsCardComponent,